bd931b0e | 11-Feb-2013 |
Andrey Kalinovsky |
Updated README.md I forgot to update the doc about uv_fs_read Also fixed 2 typo errors |
90c9db69 | 11-Feb-2013 |
Shuhei Tanuma |
update latest libuv and http-parser Notes: ares functions are removed as uv removed that features. please use before commit if you want to use ares features. currently, php ares extensio
update latest libuv and http-parser Notes: ares functions are removed as uv removed that features. please use before commit if you want to use ares features. currently, php ares extension seems not maintained. please ask me when you met some troubles about ares feature.
show more ...
|
42bfa52b | 11-Feb-2013 |
Shuhei Tanuma |
Merge pull request #26 from weltling/master Windows fixes
|
fe0a0b73 | 11-Feb-2013 |
Shuhei Tanuma |
Merge pull request #30 from csaoh/fix_constants Fix S_IRGRP value + Added a length parameter to fs_read
|
87a5b5d8 | 07-Feb-2013 |
Andrey |
Fixed indentation |
97b329c1 | 07-Feb-2013 |
Andrey |
Added a length parameter to read |
7a628ff6 | 04-Feb-2013 |
Andrey |
Fix S_IRGRP value |
c8dc9349 | 31-Jan-2013 |
Shuhei Tanuma |
Merge pull request #27 from baileylo/patch-1 Update README.md
|
2aecc360 | 31-Jan-2013 |
Andrey |
Added missing constants |
7b89b6da | 14-Jan-2013 |
Logan Bailey |
Update README.md Adds missing language declaration for code highlighting. |
73fd3114 | 18-Nov-2012 |
Anatoliy Belsky |
finer sockets ext check |
eaa75735 | 18-Nov-2012 |
Anatoliy Belsky |
fixed NTS build, plus - extended config.w32 to look for libs/includes in extra dirs - fixed config.w32 to care about the sockets ext - --enable-uv-httpparser is a better wording
fixed NTS build, plus - extended config.w32 to look for libs/includes in extra dirs - fixed config.w32 to care about the sockets ext - --enable-uv-httpparser is a better wording - since non bundled library can be used, wording fixed in minfo
show more ...
|
a62a234d | 25-Sep-2012 |
Shuhei Tanuma |
win32: remove needless ifndef block |
9cac14b6 | 06-Sep-2012 |
Shuhei Tanuma |
sigh, i should sleep today. |
2b8cf9bf | 06-Sep-2012 |
Shuhei Tanuma |
OSX doesn't have -lrt. |
ace9cb9d | 06-Sep-2012 |
Shuhei Tanuma |
fix #19 add -lrt flag to CPPFLAGS also you need to add `CPP_FLAGS += -fPIC` to `libuv/Makefile` if you use 64bit system. |
8623e501 | 11-Aug-2012 |
Shuhei Tanuma |
example: fix memory leak for simple_http_server |
b77f3483 | 09-Aug-2012 |
Shuhei Tanuma |
common: fix BAD ADDRESS for callback |
19853ac5 | 09-Aug-2012 |
Shuhei Tanuma |
libuv: update submodule |
800897c0 | 05-Aug-2012 |
Shuhei Tanuma |
common: fix memory leak regarding handling callback zval |
6e3eb88f | 29-Jul-2012 |
Shuhei Tanuma |
common: uv_write check resource type |
9f6fdbce | 29-Jul-2012 |
Shuhei Tanuma |
common: uv_close check uv resource type |
7b03433f | 29-Jul-2012 |
Shuhei Tanuma |
common: uv_read_Stop checks resource type |
7b2f075a | 29-Jul-2012 |
Shuhei Tanuma |
common: uv_read_start checks resource type. |
17b14360 | 29-Jul-2012 |
Shuhei Tanuma |
unix: add type check for uv_shutdown |