#
7d210d80 |
| 03-Jan-2014 |
Shuhei Tanuma |
check thread feature
|
#
5fea385d |
| 03-Jan-2014 |
Shuhei Tanuma |
remove inline flag
|
#
6f4331d0 |
| 03-Jan-2014 |
Shuhei Tanuma |
improve several things
|
#
a7e9031c |
| 02-Jan-2014 |
brettlangdon |
uv_run now needs a mode, use UV_RUN_DEFAULT
|
#
389bb44c |
| 09-Sep-2013 |
Shuhei Tanuma |
initialize finished flag for 5.2 env
|
#
9ab5074c |
| 09-Sep-2013 |
Shuhei Tanuma |
add 5.2 support
|
#
49f1f7d4 |
| 13-Apr-2013 |
Shuhei Tanuma |
fix typo
|
#
5d581446 |
| 13-Apr-2013 |
Shuhei Tanuma |
uv_http_parser_execute: fix #46 change function behavior. result variable was set every function call.
|
#
baed1c47 |
| 18-Mar-2013 |
Shuhei Tanuma |
fix segmentation fault when using uv_udp_recv_start #43
|
#
aa399f24 |
| 28-Feb-2013 |
Shuhei Tanuma |
switch libuv version to stable version. #40
|
#
2081b0d4 |
| 26-Feb-2013 |
Andrey Kalinovsky |
Landing pull request #39. fix uv_run_once + added a return value. More Details: - https://github.com/chobie/php-uv/pull/39
|
#
0a7cb975 |
| 26-Feb-2013 |
Shuhei Tanuma |
fix #34. forget to initialize zval
|
#
05bef152 |
| 13-Feb-2013 |
Andrey Kalinovsky |
Fix codestyle
|
#
57baf614 |
| 13-Feb-2013 |
Andrey |
Fix segfault in fs_stat
|
#
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 ...
|
#
87a5b5d8 |
| 07-Feb-2013 |
Andrey |
Fixed indentation
|
#
97b329c1 |
| 07-Feb-2013 |
Andrey |
Added a length parameter to read
|
#
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 ...
|
#
b77f3483 |
| 09-Aug-2012 |
Shuhei Tanuma |
common: fix BAD ADDRESS for callback
|
#
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
|