kc3-lang/libevent/include

Branch :


Log

Author Commit Date CI Message
fa9305f8 2010-11-29 18:25:04 Preliminary support for Continue expectation in evhttp.
aab8c38b 2010-11-05 11:17:07 Add evhttp server alias interface, correct flagging of proxy requests. evhttp needs to be mindful of all hostnames and addresses that clients use to contact the main server and vhosts to know the difference between proxy requests and non-proxy requests.
2e5a175b 2010-11-25 23:03:46 Merge remote branch 'github/20_once_fixes'
1cd45e56 2010-11-23 19:26:34 If not WIN32, include <sys/socket.h> in event2/util.h.
2e2a3d7b 2010-11-23 19:09:08 Reworked AIX __ss_family workaround to use AC_STRUCT_MEMBER.
652024b6 2010-11-23 13:08:07 Remove _event_initialized(); make event_initialized() a function(); make it consistent on windows and non-windows
88be27dc 2010-11-23 12:26:46 Document event_get_assignment
e431bcd6 2010-11-23 12:26:34 Note that reentrant calls to libevent from logging cbs may fail badly
7bcace2d 2010-11-22 21:02:34 Fix some irix compilation warnings spotted by Kevin Bowling
26049c2f 2010-11-22 16:24:52 Merge remote branch 'github/20_getaddrinfo_cancel_v2'