kc3-lang/libevent/test/bench_http.c

Branch :


Log

Author Commit Date CI Message
e9837124 2014-12-13 19:42:42 use ev_uint16_t instead of unsigned short for port Like in `sockaddr_in` structure in /usr/include/netinet/in.h @azat: convert all other users (bench, compat, ..) and tweak message Fixes: #178 Fixes: #196 Refs: 6bf1ca78 Link: https://codereview.appspot.com/156040043/#msg4
a487706e 2016-08-07 23:14:01 test: fix building with --disable-thread-support under win32
4cb44fdf 2014-01-21 14:26:01 Merge remote-tracking branch 'joakimsoderberg/new_cmake' Conflicts: sample/https-client.c
4e143958 2014-01-21 11:30:27 Change all uses of WIN32 to _WIN32
ff7f7396 2014-01-08 11:54:56 Fix coverity warnings in benchmark tools. Again, not harmful, but best to stay warning-free.
78da644f 2013-12-16 11:35:31 Fix bench_cascade program on Windows.
5c0f7e06 2012-02-29 15:07:31 Stop referring to an obsolete include guard in bench_http.h
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
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.
b260065a 2011-08-28 14:06:03 Merge remote-tracking branch 'origin/patches-2.0'
2f51dc03 2011-08-28 14:03:10 Cleanup on 7c11e51e1ab: fix strtol usage
7c11e51e 2011-08-27 05:48:11 Clean up some problems identified by Coverity.
9f560bfa 2011-05-25 19:50:56 Use "_WIN32", not WIN32: it's standard and we don't need to fake it This patch was automatically generated with perl. Based on a patch by Peter Rosin.
c0bf63ce 2010-12-02 14:13:33 tests: Use relative includes ("") instead of system includes (<>)
f13e449b 2010-10-18 14:20:06 Merge branch 'http_parse'
e5870690 2010-10-18 13:53:31 Modernize header usage in bench_http.c
e5c214a4 2010-10-14 13:16:41 Fix -Wsigned-compare warnings in test/*
2447fe88 2010-08-28 04:07:48 Add event_config_set_num_cpus_hint for tuning thread pools, etc.
ec347b92 2010-07-07 16:45:03 Move event-config.h to include/event2 This change means that all required include files are in event2, and all files not in event2/* are optional.
384d1245 2010-05-08 17:15:52 Fix bench_http build on win32.
2c2618d8 2010-03-05 13:00:15 more whitespace normalization
17efc1cd 2010-03-04 01:25:51 Update all our copyright notices to say "2010"
1273d2f5 2010-03-02 15:16:28 VC has no getopt(), so do without in bench_http.
4ac38a5c 2010-03-02 14:34:30 Get bench_http to work on Windows; add a switch to enable IOCP.
4faeaea9 2010-02-19 03:39:50 Clean up formatting: function/keyword spacing consistency. - Keywords always have a space before a paren. Functions never do. - No more than 3 blank lines in a row.
784b8773 2009-11-06 21:46:57 We do not work any more without an event-config.h; stop pretending that it is meaningful to check for HAVE_CONFIG_H svn:r1516
df0617f2 2009-04-23 00:21:23 Use signal.h, not sys/signal.h. This is patch 2673214 from mmadia. It is correct, since we unconditionally include signal.h in many other places, and only sometimes include sys/signal.h. It is necessary to compile on Haiku, I'm told. svn:r1228
d475fb58 2009-04-12 00:38:31 http benchmark: add a way to change the size of the buffer; also use add_reference svn:r1158
b85b710c 2009-01-27 22:34:36 Update copyright statements to reflect the facts that: a) this is 2009 b) niels and nick have been comaintainers for a while c) saying "all rights reserved" when you then go on to explicitly disclaim some rights is sheer cargo-cultism. svn:r1065
8889a770 2009-01-27 22:30:46 Replace all use of config.h with event-config.h. svn:r1064
c3c11f27 2008-05-15 01:54:20 add a simple http server for potential benchmarking svn:r823