Lines Matching full:patch

37  o Build kqueue.c correctly on GNU/kFreeBSD platforms. Patch pulled upstream from Debian.
39 o When running set[ug]id, don't check the environment. Based on a patch from OpenBSD.
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…
91 o Support multi-line HTTP headers; based on a patch from Moshe Litvin
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…
209 …hat lack it; mainly, this will make Windows http.c work better. Original patch by Lubomir Marinov.
229 …re the signal handler's previous value rather than setting it to SIG_DFL. Patch from Christopher L…
230 o Make the logic for active events work better with internal events; patch from Christopher Layne.
231 …o We do not need to specially remove a timeout before calling event_del; patch from Christopher La…