History log of /php-uv/ (Results 76 – 100 of 655)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
78236d1111-Apr-2017 Bob Weinand

Some stupid stdlibs define strcmp as a macro ...

102b22ba11-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

325d6ff611-Apr-2017 Bob Weinand

Fix leaking memory upon failed uv_write request

2e0a10b511-Apr-2017 Bob Weinand

Fix Windows build

Fixes #34

158f959f11-Apr-2017 Bob Weinand

Add uv_tcp_open() and uv_udp_open()

0d48aaf411-Apr-2017 Bob Weinand

Add support for php://temp streams

Fixes #35

5e40a43811-Apr-2017 Bob Weinand

Fix memory leaking for NULL callbacks

Fixes #37

Revision tags: v0.1.2
2c38437106-Mar-2017 Bob Weinand

Prepare v0.1.2

a403629305-Mar-2017 Bob Weinand

Fix leaking php_uv_t when its resource was closed before uv_close_cb invocation

e2cc818605-Mar-2017 Bob Weinand

Fix crash caused by refcount decrement on temporary resource

f2cec33805-Mar-2017 Bob Weinand

Prevent creation of useless resources and fix too high refcount of uv_fs_open() returned resources

51e4897103-Mar-2017 Bob Weinand

Merge branch 'master' of https://github.com/Ezaki113/php-uv

Also fixup a few mistakes related to reference counting


8445456128-Feb-2017 Bob Weinand

Merge branch 'uv_pipe_open-error-handling' of https://github.com/Ezaki113/php-uv


e2a6bcdd28-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


2798970b24-Feb-2017 Andrey Kostylev

garbage resource after uv_close

1f8fde0124-Feb-2017 Andrey Kostylev

uv_listen callback is not destroyed by gc anymore

16ee60d521-Feb-2017 Andrey Kostylev

uv_pipe_open returns errno or false

0a48764b20-Feb-2017 Andrey Kostylev

stdout ofc

cd8a528519-Feb-2017 Andrey Kostylev

fix uv_write2

1777abf319-Feb-2017 Andrey Kostylev

spaces -> tabs

68bebeef19-Feb-2017 Andrey Kostylev

uv_write memory leak

cd27758719-Feb-2017 Andrey Kostylev

fix uv_write memory leak test

3b0edcc519-Feb-2017 Andrey Kostylev

uv_write memory leak test

1139b89519-Feb-2017 Andrey Kostylev

seems it works

3815766919-Feb-2017 Bob Weinand

Merge pull request #26 from Ezaki113/master

Fix broken test and add missing test


12345678910>>...27