a2de77df | 28-Oct-2016 |
Remi Collet |
fix uv_inet_ntop usage (+ segfault in tests/200-ares_getaddrinfo.phpt |
6e6bc161 | 27-Oct-2016 |
Bob Weinand |
Merge pull request #13 from DaveRandom/update/readme-windows Update README.md
|
6edd68ad | 27-Oct-2016 |
Chris Wright |
Update README.md |
4ef13f54 | 26-Oct-2016 |
Chris Wright |
Add UV::S_* constant equivalents for Windows |
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 ...
|
e6d981d6 | 26-Oct-2016 |
Chris Wright |
Update windows config script |
2f34c3dc | 26-Oct-2016 |
Bob Weinand |
Remove old clutter & dead http parser code |
bd1e4a9b | 01-Oct-2016 |
Bob Weinand |
Fix early freeing of non closeable uv handles |
9a297fb7 | 03-Jun-2016 |
Bob Weinand |
Update README.md |
73076af1 | 12-May-2016 |
Bob Weinand |
Tiny README update |
120998fb | 12-May-2016 |
Bob Weinand |
Fix more refcounting and closing issues |
bd9a7d7e | 11-May-2016 |
Bob Weinand |
Fix refcounting and freeing |
a48b2745 | 08-Feb-2016 |
Bob Weinand |
Fix the travis matrix |
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 |