#
7b345bae |
| 07-May-2017 |
Bob Weinand |
Fix compile with gcc
|
#
ad904731 |
| 07-May-2017 |
Bob Weinand |
Use objects instead of resources as handle representation This also adds proper get_gc handlers in order to resolve potenial cycles
|
#
2b5a298f |
| 26-Apr-2017 |
Bob Weinand |
Return the return value of uv_spawn if not zero Fixes #38
|
#
db7ccff3 |
| 26-Apr-2017 |
Bob Weinand |
Add support for POSIX FIFOs Fixes #39
|
#
e451cd79 |
| 26-Apr-2017 |
Bob Weinand |
Revert (broken) support for php://temp, it points to a file, not to a stream
|
#
78236d11 |
| 11-Apr-2017 |
Bob Weinand |
Some stupid stdlibs define strcmp as a macro ...
|
#
325d6ff6 |
| 11-Apr-2017 |
Bob Weinand |
Fix leaking memory upon failed uv_write request
|
#
2e0a10b5 |
| 11-Apr-2017 |
Bob Weinand |
Fix Windows build Fixes #34
|
#
158f959f |
| 11-Apr-2017 |
Bob Weinand |
Add uv_tcp_open() and uv_udp_open()
|
#
0d48aaf4 |
| 11-Apr-2017 |
Bob Weinand |
Add support for php://temp streams Fixes #35
|
#
5e40a438 |
| 11-Apr-2017 |
Bob Weinand |
Fix memory leaking for NULL callbacks Fixes #37
|
Revision tags: v0.1.2 |
|
#
a4036293 |
| 05-Mar-2017 |
Bob Weinand |
Fix leaking php_uv_t when its resource was closed before uv_close_cb invocation
|
#
e2cc8186 |
| 05-Mar-2017 |
Bob Weinand |
Fix crash caused by refcount decrement on temporary resource
|
#
f2cec338 |
| 05-Mar-2017 |
Bob Weinand |
Prevent creation of useless resources and fix too high refcount of uv_fs_open() returned resources
|
#
2798970b |
| 24-Feb-2017 |
Andrey Kostylev |
garbage resource after uv_close
|
#
1f8fde01 |
| 24-Feb-2017 |
Andrey Kostylev |
uv_listen callback is not destroyed by gc anymore
|
#
16ee60d5 |
| 21-Feb-2017 |
Andrey Kostylev |
uv_pipe_open returns errno or false
|
#
cd8a5285 |
| 19-Feb-2017 |
Andrey Kostylev |
fix uv_write2
|
#
1777abf3 |
| 19-Feb-2017 |
Andrey Kostylev |
spaces -> tabs
|
#
68bebeef |
| 19-Feb-2017 |
Andrey Kostylev |
uv_write memory leak
|
#
1139b895 |
| 19-Feb-2017 |
Andrey Kostylev |
seems it works
|
#
7882f130 |
| 29-Dec-2016 |
Bob Weinand |
Prevent segfault after uv_loop_delete() call
|
Revision tags: v0.1.1 |
|
#
5b0c341f |
| 06-Nov-2016 |
Bob Weinand |
Properly inform that the structure does not need to be cleaned again
|
#
b2c84429 |
| 04-Nov-2016 |
Bob Weinand |
Fix bogus ref deletion
|
Revision tags: v0.1.0 |
|
#
30c34d72 |
| 01-Nov-2016 |
Bob Weinand |
pthread_rwlock requires the lock being unlocked as often as it has been acquired tests/700-uv_rwlock.phpt throws a notice inside resource dtor, which causes a memory leak in PHP; setting tra
pthread_rwlock requires the lock being unlocked as often as it has been acquired tests/700-uv_rwlock.phpt throws a notice inside resource dtor, which causes a memory leak in PHP; setting track_errors=0 temporarily there for having the test pass here.
show more ...
|