summaryrefslogtreecommitdiff
path: root/test/test-time.c
Commit message (Expand)AuthorAgeFilesLines
* test-time: do not use deprecated APIAzat Khuzhin2020-03-011-9/+12
* test-time: enable debug mode if EVENT_DEBUG_LOGGING_ALL env setAzat Khuzhin2020-03-011-0/+4
* Fix typos in comments (sample/test/event-internal.h)dota172019-08-091-2/+2
* Fix _FILE_OFFSET_BITS redinition (solaris/autotools)Azat Khuzhin2016-12-061-1/+1
* Fix annoying heisenbug in test-time.cNick Mathewson2014-12-151-1/+3
* Fix for a677b72bd6d9d378daf9775966aa8ca574e26e67Nick Mathewson2014-09-181-1/+1
* Use evutil_weakrand() in unit tests.Nick Mathewson2014-09-181-5/+6
* Merge remote-tracking branch 'github/20_win64_compilation' into 21_win64_comp...Nick Mathewson2012-11-011-2/+1
|\
| * Compile without warnings on mingw64Nick Mathewson2012-11-011-2/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-101-2/+24
|\ \ | |/
| * Update copyright notices to 2012Nick Mathewson2012-02-101-2/+24
* | 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-3/+3
* Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
* Make test.sh support mingw/msys on win32Nick Mathewson2010-05-081-1/+10
* Replace users of "int fd" with "evutil_socket_t fd" in portable codeNick Mathewson2010-03-051-1/+1
* 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-3/+0
* Build fixes for MSVCNick Mathewson2009-11-051-1/+3
* Replace all use of config.h with event-config.h.Nick Mathewson2009-01-271-1/+1
* r19602@catbus: nickm | 2008-05-05 11:45:18 -0400Nick Mathewson2008-05-051-1/+3
* r16733@catbus: nickm | 2007-11-26 14:18:25 -0500Nick Mathewson2007-11-261-2/+2
* Make the test/ subdirectory buildable under Windows. Well, mingw at least. ...Nick Mathewson2007-09-201-3/+13
* include config.h if HAVE_CONFIG_H from Jan KneschkeNiels Provos2007-07-301-0/+4
* test timeoutsNiels Provos2002-09-151-0/+68