summaryrefslogtreecommitdiff
path: root/test/bench_httpclient.c
Commit message (Expand)AuthorAgeFilesLines
* test/bench_httpclient: restore SO_LINGER usage after 0dda56a48e94Jan Beich2017-01-291-2/+2
* C90 doesn't like declarations intermingled with statementsPhilip Prindeville2016-12-061-1/+2
* Update bench_httpclient.cSeungmo Koo2015-06-071-4/+1
* *fix: bench_httpclient to support win32zeliard2015-06-051-0/+12
* Preliminary changes for Minix3.Nicholas Heath2013-02-041-0/+4
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-07-261-2/+3
|\
| * Add checks to various return values in unit tests. Found by coverityNick Mathewson2012-07-261-2/+3
* | Avoid (unlikely) overflow in bench_httpclient.cNick Mathewson2012-06-291-1/+1
* | Avoid a resource leak on error in http client benchmarkNick Mathewson2012-06-251-1/+4
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-101-1/+1
|\ \ | |/
| * Update copyright notices to 2012Nick Mathewson2012-02-101-1/+1
* | When including an -internal.h header outside the main tree, do so earlyNick Mathewson2012-01-241-3/+3
* | 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
* | Use "_WIN32", not WIN32: it's standard and we don't need to fake itNick Mathewson2011-05-251-2/+2
|/
* Use evutil_gettimeofday instead of relying on the system gettimeofday.Peter Rosin2011-05-251-4/+4
* Zero a struct sockaddr_in before using itSebastian Hahn2011-04-231-0/+3
* Include arpa/inet.h as needed on HPUXHarlan Stenn2011-02-221-0/+3
* tests: Use relative includes ("") instead of system includes (<>)Evan Jones2010-12-031-4/+4
* Fix warnings on mingw with gcc 4.5Nick Mathewson2010-10-051-2/+10
* Replace users of "int fd" with "evutil_socket_t fd" in portable codeNick Mathewson2010-03-051-2/+2
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* Do not use the "evbuffer_" prefix to denote parts of bufferevents.Nick Mathewson2009-05-131-1/+1
* Fix win32 compilation issues.Nick Mathewson2009-04-231-3/+11
* Format microseconds correctly in bench_httpclientNick Mathewson2009-04-211-1/+1
* More tweaks to http stress-testerNick Mathewson2009-04-181-5/+29
* Add a new bench_httpclient for a trivial codecon demo.Nick Mathewson2009-04-181-0/+176