summaryrefslogtreecommitdiff
path: root/test/bench_http.c
Commit message (Expand)AuthorAgeFilesLines
* Stop referring to an obsolete include guard in bench_http.hNick Mathewson2012-02-291-2/+0
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-101-1/+1
|\
| * Update copyright notices to 2012Nick Mathewson2012-02-101-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-10-261-1/+1
|\ \ | |/
| * Update copyright dates to 2011.Nick Mathewson2011-10-241-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-08-281-3/+16
|\ \ | |/
| * Cleanup on 7c11e51e1ab: fix strtol usageNick Mathewson2011-08-281-7/+11
| * Clean up some problems identified by Coverity.Harlan Stenn2011-08-281-2/+11
* | Use "_WIN32", not WIN32: it's standard and we don't need to fake itNick Mathewson2011-05-251-3/+3
|/
* tests: Use relative includes ("") instead of system includes (<>)Evan Jones2010-12-031-5/+5
* Merge branch 'http_parse'Nick Mathewson2010-10-181-14/+13
|\
| * Modernize header usage in bench_http.cNick Mathewson2010-10-181-14/+13
* | Fix -Wsigned-compare warnings in test/*Nick Mathewson2010-10-141-1/+1
|/
* Add event_config_set_num_cpus_hint for tuning thread pools, etc.Christopher Davis2010-09-081-1/+1
* Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
* Fix bench_http build on win32.Nick Mathewson2010-05-081-0/+4
* more whitespace normalizationNick Mathewson2010-03-051-4/+3
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* VC has no getopt(), so do without in bench_http.Christopher Davis2010-03-021-7/+19
* Get bench_http to work on Windows; add a switch to enable IOCP.Christopher Davis2010-03-021-10/+31
* Clean up formatting: function/keyword spacing consistency.Nick Mathewson2010-02-191-1/+1
* We do not work any more without an event-config.h; stop pretending that it is...Nick Mathewson2009-11-061-2/+0
* Use signal.h, not sys/signal.h.Nick Mathewson2009-04-231-1/+0
* http benchmark: add a way to change the size of the buffer; also use add_refe...Niels Provos2009-04-121-7/+47
* Update copyright statements to reflect the facts that:Nick Mathewson2009-01-271-2/+1
* Replace all use of config.h with event-config.h.Nick Mathewson2009-01-271-1/+1
* add a simple http server for potential benchmarkingNiels Provos2008-05-151-0/+107