78236d11 | 11-Apr-2017 |
Bob Weinand |
Some stupid stdlibs define strcmp as a macro ... |
102b22ba | 11-Apr-2017 |
Bob Weinand |
Fix ordering in fs_stat test There is no guarantee that the one fs_stat callback will be invoked before the other |
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 |
|
2c384371 | 06-Mar-2017 |
Bob Weinand |
Prepare 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 |
51e48971 | 03-Mar-2017 |
Bob Weinand |
Merge branch 'master' of https://github.com/Ezaki113/php-uv Also fixup a few mistakes related to reference counting
|
84454561 | 28-Feb-2017 |
Bob Weinand |
Merge branch 'uv_pipe_open-error-handling' of https://github.com/Ezaki113/php-uv
|
e2a6bcdd | 28-Feb-2017 |
Bob Weinand |
Merge branch 'fix-memory-leak' of https://github.com/Ezaki113/php-uv Also fix memory leaks in general when closing without previous explicit stop
|
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 |
0a48764b | 20-Feb-2017 |
Andrey Kostylev |
stdout ofc |
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 |
cd277587 | 19-Feb-2017 |
Andrey Kostylev |
fix uv_write memory leak test |
3b0edcc5 | 19-Feb-2017 |
Andrey Kostylev |
uv_write memory leak test |
1139b895 | 19-Feb-2017 |
Andrey Kostylev |
seems it works |
38157669 | 19-Feb-2017 |
Bob Weinand |
Merge pull request #26 from Ezaki113/master Fix broken test and add missing test
|