kc3-lang/libevent/test/bench_httpclient.c

Branch :


Log

Author Commit Date CI Message
3c824bd3 2011-10-24 13:18:09 Update copyright dates to 2011.
0de87fe6 2011-05-25 15:11:01 Use evutil_gettimeofday instead of relying on the system gettimeofday.
646f9feb 2011-04-23 02:22:08 Zero a struct sockaddr_in before using it Found by Dave Heart
10c834c4 2011-02-13 01:22:25 Include arpa/inet.h as needed on HPUX
c0bf63ce 2010-12-02 14:13:33 tests: Use relative includes ("") instead of system includes (<>)
5b7a3706 2010-10-05 14:29:48 Fix warnings on mingw with gcc 4.5
c7cf6f00 2010-03-05 12:47:46 Replace users of "int fd" with "evutil_socket_t fd" in portable code Remeber, win32 has a socket type that's actually a handle, so if there's a chance that code is run on win32, we can't use "int" as the socket type. This isn't a blind search-and-replace: sometimes an fd is really in fact for a file, and not a socket at all.
17efc1cd 2010-03-04 01:25:51 Update all our copyright notices to say "2010"
83f46e51 2009-05-13 20:36:56 Do not use the "evbuffer_" prefix to denote parts of bufferevents. This is a bit of an interface doozy, but it's really needed in order to be able to document this stuff without apologizing it. This patch does the following renamings: evbuffercb -> bufferevent_data_cb everrorcb -> bufferevent_event_cb EVBUFFER_(READ,WRITE,...) -> BEV_EVENT_(...) EVBUFFER_(INPUT,OUTPUT) -> bufferevent_get_(input,output) All the old names are available in event2/bufferevent_compat.h svn:r1283
1ad03264 2009-04-23 18:04:50 Fix win32 compilation issues. svn:r1234
1bb8e010 2009-04-21 16:17:59 Format microseconds correctly in bench_httpclient svn:r1209
b182ed76 2009-04-18 18:28:18 More tweaks to http stress-tester svn:r1201
e4f24219 2009-04-18 00:12:52 Add a new bench_httpclient for a trivial codecon demo. svn:r1198