History log of /php-uv/php_uv.c (Results 76 – 100 of 484)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 567ca4f3 29-Oct-2016 Bob Weinand

Fix #18 remove all traces of http parser


# b47c5111 29-Oct-2016 Bob Weinand

Fix uv_queue_work


# 7322bf61 29-Oct-2016 Remi Collet

fix all build warnings


# f694707c 29-Oct-2016 Bob Weinand

Fix non-repeating timers leaking after successful completion


# 71aa70ae 29-Oct-2016 Bob Weinand

Fix uv build with ext/sockets being shared (See also #14)


# 7f6df50b 28-Oct-2016 Remi Collet

use normalized macro name


# a2de77df 28-Oct-2016 Remi Collet

fix uv_inet_ntop usage (+ segfault in tests/200-ares_getaddrinfo.phpt


# 36ecc7d9 26-Oct-2016 Chris Wright

Make uv_poll_init_socket() alias of uv_poll_init()

On *nix platforms the two underlying calls are identical. On Windows
we always need uv_poll_init_socket(), this can be done at compile

Make uv_poll_init_socket() alias of uv_poll_init()

On *nix platforms the two underlying calls are identical. On Windows
we always need uv_poll_init_socket(), this can be done at compile time.

show more ...


# bd1e4a9b 01-Oct-2016 Bob Weinand

Fix early freeing of non closeable uv handles


# 120998fb 12-May-2016 Bob Weinand

Fix more refcounting and closing issues


# bd9a7d7e 11-May-2016 Bob Weinand

Fix refcounting and freeing


# 87f9995f 08-Feb-2016 Bob Weinand

Fix lengths when reading files


# e5a14026 16-Nov-2015 Bob Weinand

Fix comparison


# d173e684 09-Nov-2015 Steve Rhoades

fixes #4 need to check for valid epoll fd before doing any stream casting.


# 32ace95b 18-Aug-2015 Bob Weinand

Always auto-close handles (do not risk an assertion failure)


# 389e5c2f 08-Aug-2015 Bob Weinand

Fix segfault upon invalid scandir


# 8c0953ba 07-Aug-2015 Bob Weinand

Replace various zval_dtor()s by zval_ptr_dtor()
This caused crashes when the passed variable had a refcount > 1 when moved out of callback scope


# f04e8740 31-Jul-2015 Daniel Lowrey

Add missing signal stream cast


# 578dda84 11-Feb-2015 Bob Weinand

Minor bug fixes & adapt for recent resource API changes


# 5554a214 03-Feb-2015 Daniel Lowrey

Fix undefined return


# 5223a36b 03-Feb-2015 Daniel Lowrey

Fix polling for STDIO and crypto socket handles


# 25fa65ee 23-Jan-2015 Bob Weinand

Make ext/sockets optional


# 544b6944 22-Jan-2015 Daniel Lowrey

Fix broken uv_fs_read() functionality


# 7bc81359 21-Jan-2015 Bob Weinand

Fixed missing refcount increment


# f5b1e9d1 21-Jan-2015 Bob Weinand

Fix accidental regression in checking for invalid resource


12345678910>>...20