summaryrefslogtreecommitdiff
path: root/test/bench.c
Commit message (Expand)AuthorAgeFilesLines
* bench: Allow backend method selectionNick Grifka2020-06-281-5/+28
* bench: suppress int conversion warningsAzat Khuzhin2019-05-251-10/+15
* Merge branch 'fix-struct-linger'Azat Khuzhin2019-02-021-2/+2
* Don't use BSD u_* types.Ed Schouten2015-08-251-1/+1
* Merge remote-tracking branch 'joakimsoderberg/new_cmake'Nick Mathewson2014-01-211-0/+4
|\
| * Change all uses of WIN32 to _WIN32Joakim SoĢˆderberg2014-01-211-1/+1
| * Add all tests and benchmarks to CMake project.Joakim Soderberg2013-12-121-0/+4
* | Whoops; fix compilation in bench.cNick Mathewson2014-01-081-2/+2
* | Fix coverity warnings in benchmark tools.Nick Mathewson2014-01-081-3/+10
|/
* Use void casts to suppress some "unchecked return value" warnsNick Mathewson2013-08-061-2/+2
* Preliminary changes for Minix3.Nicholas Heath2013-02-041-2/+2
* Merge remote-tracking branch 'github/20_win64_compilation' into 21_win64_comp...Nick Mathewson2012-11-011-6/+6
|\
| * Compile without warnings on mingw64Nick Mathewson2012-11-011-6/+6
* | Convert event-config.h macros to avoid reserved identifiersNick Mathewson2012-02-291-2/+2
* | 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
* | Use "_WIN32", not WIN32: it's standard and we don't need to fake itNick Mathewson2011-05-251-4/+4
|/
* Use evutil_gettimeofday instead of relying on the system gettimeofday.Peter Rosin2011-05-251-2/+2
* Fix winsock2.h #include issues with MSVCPeter Rosin2011-05-251-0/+1
* unistd.h and sys/time.h might not exist.Peter Rosin2011-05-251-0/+4
* 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