kc3-lang/libevent/http-internal.h

Branch :


Log

Author Commit Date CI Message
539466e5 2012-02-10 17:33:50 Merge remote-tracking branch 'origin/patches-2.0' Conflicts: Makefile.am WIN32-Code/event2/event-config.h configure.in
e49e2891 2012-02-10 17:29:53 Update copyright notices to 2012
350a3c40 2012-01-24 14:34:04 New evhttp function to adjust initial retry timeout
0cb70e33 2011-10-26 10:17:21 Merge remote-tracking branch 'origin/patches-2.0'
3c824bd3 2011-10-24 13:18:09 Update copyright dates to 2011.
8d3a8500 2011-09-12 10:46:17 Add evhttp callback for bufferevent creation; this lets evhttp support SSL. Based on a patch uploaded anonymously to sourceforge; cleaned up by Graham Leggett to work with current libevents.
6350e6c4 2011-02-22 17:52:50 Add new evhttp_{connection_}set_timeout_tv() functions to set finger-grained http timeouts
4feedef9 2010-11-29 07:18:32 Add a few more comments.
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.
536311a4 2010-11-04 12:39:41 evhttp: Return 501 when we get an unrecognized method, not 400.