summaryrefslogtreecommitdiff
path: root/test/regress_util.c
Commit message (Expand)AuthorAgeFilesLines
* test_evutil_rtrim: add another missing check.Nick Mathewson2013-08-061-0/+1
* Fix a gcc warning in rtrim testNick Mathewson2012-11-181-6/+2
* Remove trailing tabs in HTTP headers as well.Nick Mathewson2012-11-161-1/+9
* Clean up rtrim implementationNick Mathewson2012-11-161-0/+33
* Merge remote-tracking branch 'github/20_win64_compilation' into 21_win64_comp...Nick Mathewson2012-11-011-1/+1
|\
| * Compile without warnings on mingw64Nick Mathewson2012-11-011-1/+1
| * Work-around a stupid gcov-breaking bug in OSX 10.6Nick Mathewson2012-04-301-1/+1
* | Avoid memory leak in test_event_calloc unit test; found by coverityNick Mathewson2012-07-261-0/+4
* | Make load-dependent monotonic timer tests off-by-defaultNick Mathewson2012-06-291-8/+31
* | Make all tests that hit the network disabled by defaultNick Mathewson2012-06-281-5/+18
* | Make test_evutil_monotonic a little more tolerantNick Mathewson2012-06-281-2/+2
* | Improve the monotonic-time unit test: make it check the step sizeNick Mathewson2012-04-261-2/+27
* | Simple unit tests for monotonic timersNick Mathewson2012-04-261-0/+63
* | Split out time-related prototypes into time-internal.hNick Mathewson2012-04-201-0/+1
* | Work-around a stupid gcov-breaking bug in OSX 10.6Nick Mathewson2012-04-111-1/+1
* | Tweak the new evutil_weakrand_() codeNick Mathewson2012-04-091-1/+8
* | Change evutil_weakrand_() to avoid platform random()Nicholas Marriott2012-04-091-2/+3
* | Fix compilation with mm-replacement disabled.Nick Mathewson2012-04-031-0/+6
* | Have all visible internal function names end with an underscore.Nick Mathewson2012-02-291-7/+7
* | Fix all identifiers with names beginning with underscore.Nick Mathewson2012-02-291-11/+11
* | Convert event-config.h macros to avoid reserved identifiersNick Mathewson2012-02-291-4/+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-1/+2
* | Add an (internal) usleep function for use by unit testsNick Mathewson2012-01-241-0/+29
* | 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
* | Add argument checks to some memory functions in `event.c'.Mansour Moufid2011-10-191-0/+106
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-07-051-0/+18
|\ \ | |/
| * Fix up test_evutil_snprintfNick Mathewson2011-07-051-1/+1
| * Use the correct printf args when formatting size_tNick Mathewson2011-06-081-0/+18
* | Use "_WIN32", not WIN32: it's standard and we don't need to fake itNick Mathewson2011-05-251-7/+7
|/
* Fix IRIX build. sa_family collides with a #define in sys/socket.h on IRIX.Kevin Bowling2010-11-221-4/+4
* Fix some ints to evutil_socket_t; make tests pass on win64.Dimitre Piskyulev2010-10-271-3/+3
* Do not search outside of the system directory for windows DLLsNick Mathewson2010-09-271-0/+19
* Fix a few memory leaks in the testsNick Mathewson2010-09-071-1/+4
* Honor NDEBUG; build without warnings with NDEBUG; make NDEBUG always-off in u...Nick Mathewson2010-08-231-2/+1
* Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
* Fix unit tests with -DUSE_DEBUG enabledNick Mathewson2010-08-061-2/+2
* Make tests quieter on local dns resolver failureNick Mathewson2010-08-051-2/+2
* Add some missing includes to fix Linux build againNick Mathewson2010-05-141-0/+3
* Mark the event_err() functions as __attribute__((noreturn))Nick Mathewson2010-05-131-25/+73
* Make evdns logging threadsafeNick Mathewson2010-04-231-0/+38
* Replace EVUTIL_CLOSESOCKET macro with a functionSebastian Sjöberg2010-04-141-1/+1
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-181-26/+26
* Add a unit test for secure rng.Nick Mathewson2010-02-181-0/+53
* Add the rest of the integer limits, and add a test for them.Nick Mathewson2010-02-031-0/+98
* Don't use a bind address for nameservers on loopbackNick Mathewson2010-01-201-0/+45
* OpenBSD demands that sys/types.h be included before sys/socket.hNick Mathewson2009-11-171-0/+2