summaryrefslogtreecommitdiff
path: root/test/bench.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings on mingw with gcc 4.5Nick Mathewson2010-10-051-1/+1
* Fix event_del(0) instance in bench.cShuo Chen2010-09-061-1/+2
* Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
* Replace users of "int fd" with "evutil_socket_t fd" in portable codeNick Mathewson2010-03-051-1/+1
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* Clean up formatting: function/keyword spacing consistency.Nick Mathewson2010-02-191-2/+1
* We do not work any more without an event-config.h; stop pretending that it is...Nick Mathewson2009-11-061-2/+0
* Replace some read/write instances with send/recv to work properly on win32.Nick Mathewson2009-06-051-3/+3
* Update copyright statements to reflect the facts that:Nick Mathewson2009-01-271-2/+2
* Replace all use of config.h with event-config.h.Nick Mathewson2009-01-271-1/+1
* rename sys/signal.h to signal.h; configure m4 macro dir; this assist with com...Niels Provos2009-01-221-1/+1
* r15226@tombo: nickm | 2008-04-17 15:25:25 -0400Nick Mathewson2008-04-171-2/+3
* Add winsock init functions to bench.c so it can run on win32.Nick Mathewson2007-12-061-0/+4
* r16733@catbus: nickm | 2007-11-26 14:18:25 -0500Nick Mathewson2007-11-261-3/+2
* srcdir for verify; from Christopher LayneNiels Provos2007-11-121-1/+0
* r16501@catbus: nickm | 2007-11-07 01:00:31 -0500Nick Mathewson2007-11-071-1/+1
* Make the test/ subdirectory buildable under Windows. Well, mingw at least. ...Nick Mathewson2007-09-201-1/+10
* rolling back r339: evconfig.h does not workNiels Provos2007-03-011-1/+1
* make evconfig.h available as installed header file; notNiels Provos2007-02-281-1/+1
* 3-clause license and changes to the benchmark by davideNiels Provos2003-10-041-30/+54
* simple bench markNiels Provos2003-03-101-0/+157