Lines Matching refs:Patch
37 o Build kqueue.c correctly on GNU/kFreeBSD platforms. Patch pulled upstream from Debian.
47 o Fix another pair of fencepost bugs in epoll.c. [Patch from Adam Langley.]
53 o Fix a bug when removing a timeout from the heap. [Patch from Marko Kreen]
55 …o Fix a nasty dangling pointer bug in epoll.c that could occur after epoll_recalc(). [Patch from K…
136 o Patch from Tani Hosokawa: make some functions in http.c threadsafe.
148 …o Send CRLF after each chunk in HTTP output, for compliance with RFC2626. Patch from "propanbutan…
150 o Use a 64-bit field to hold HTTP content-lengths. Patch from Scott Lamb.
170 …ke event_loopexit, it keeps subsequent pending events from getting executed. Patch from Scott Lamb
202 …o Make autogen.sh script run correctly on systems where /bin/sh isn't bash. (Patch from Trond Norb…
203 …o Skip calling gettime() in timeout_process if we are not in fact waiting for any events. (Patch f…
229 …re the signal handler's previous value rather than setting it to SIG_DFL. Patch from Christopher L…