summaryrefslogtreecommitdiff
path: root/test/regress.c
Commit message (Expand)AuthorAgeFilesLines
* Fix two use-after-free bugs in unit tests spoted by lock debuggingNick Mathewson2009-11-271-2/+2
* Build correctly with mm replacement turned off.Nick Mathewson2009-11-181-0/+8
* Unit tests for got_break and got_exit.Nick Mathewson2009-11-091-0/+12
* Implement queued timeouts for case where many timeouts are the same.Nick Mathewson2009-11-091-0/+95
* We do not work any more without an event-config.h; stop pretending that it is...Nick Mathewson2009-11-061-2/+0
* Remove compat/sys/_time.hNick Mathewson2009-11-031-1/+1
* Add a "many events" regression test.Nick Mathewson2009-10-301-0/+54
* More documentation and unit tests for event_tagging.Nick Mathewson2009-10-291-0/+28
* Avoid calling exit() during event_base_new*()Nick Mathewson2009-10-271-1/+1
* Give event_assign a return value, and make it less inclined to exit().Nick Mathewson2009-10-271-0/+15
* Do not notify the main thread more than needed.Nick Mathewson2009-10-021-9/+5
* Fix the main/methods unit test to pass from "make verify".Nick Mathewson2009-07-251-0/+1
* Push coverage of event.c a little higherNick Mathewson2009-07-211-2/+30
* Refactor evtag tests into their own suite.Nick Mathewson2009-07-201-16/+19
* Rename encode_int(64) to avoid polluting the global namespace.Nick Mathewson2009-07-201-4/+12
* Remove all trailing whitespace from end-of-line.Nick Mathewson2009-07-171-3/+3
* Add a test to free_active_base to free a base with an active event.Nick Mathewson2009-07-171-1/+9
* Convert and expand free_active_base/event_base_new tests to avoid dbl-free. P...Nick Mathewson2009-07-141-27/+93
* Make environment-variable tests work on win32, which has only one method and ...Nick Mathewson2009-04-301-1/+20
* Unit test for disabling events with EVENT_NO*, and for EVENT_BASE_FLAG_IGNORE...Nick Mathewson2009-04-281-0/+64
* Make main/methods test pass on systems where only one backend exists.Nick Mathewson2009-04-231-8/+6
* Make version test ignore the bottom byte of the version number.Nick Mathewson2009-04-231-1/+1
* Somehow free_active_base was using the socketpair, but not saying it needed i...Nick Mathewson2009-04-231-1/+1
* Add a missing "static".Nick Mathewson2009-04-221-1/+1
* Make sure the test case for mem_functions hits strdup too.Nick Mathewson2009-04-211-1/+6
* Add a basic test for set_mem_functionsNick Mathewson2009-04-211-0/+51
* Add a test for event_pending; especially the timeout part.Nick Mathewson2009-04-211-2/+54
* Unit tests for event_base_once.Nick Mathewson2009-04-211-0/+46
* Refactor test wrappers to divide legacy items from useful stuff.Nick Mathewson2009-04-211-1/+0
* Add unit tests for version methods and feature-based backend selectionNick Mathewson2009-04-211-1/+53
* Call the main testcases "main", not "legacy".Nick Mathewson2009-04-211-1/+1
* Actually stop using EVBUFFER_LENGTH/DATA, and move them to buffer_compat.hNick Mathewson2009-04-171-0/+1
* Refactor the zlib and pthreads tests to appear in the regular tinytest tree s...Nick Mathewson2009-04-071-17/+0
* Remove some needless includesNick Mathewson2009-02-101-4/+0
* Move bufferevent tests to regress_bufferevent.c file.Nick Mathewson2009-02-031-243/+0
* checkpoint work on big bufferevent refactoringNick Mathewson2009-02-021-33/+43
* Move evbuffer tests into their own file.Nick Mathewson2009-02-011-496/+0
* Convert evtag test.Nick Mathewson2009-01-311-50/+19
* Move rpc_test to regress_rpc.Nick Mathewson2009-01-311-176/+0
* Convert RPC suite. There are still some places it can exit(1), but those alw...Nick Mathewson2009-01-311-4/+0
* Port DNS tests.Nick Mathewson2009-01-311-2/+0
* Port the HTTP unit tests. Most are still legacy (since they use test_ok so m...Nick Mathewson2009-01-301-5/+0
* Move util tests to regress_util.cNick Mathewson2009-01-301-35/+0
* Convert test_evutil_strtoll to new framework.Nick Mathewson2009-01-301-19/+11
* Refactor unit tests using my spiffy new "tinytest" framework.Nick Mathewson2009-01-291-171/+121
* fix signed/unsigned warning in unit tests. can we just use "char*" on all ne...Nick Mathewson2009-01-291-1/+1
* Have util-internal.h define socklen_t if we need it, and include it appropria...Nick Mathewson2009-01-291-1/+1
* test evbuffer_add_referenceNiels Provos2009-01-291-0/+59
* 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-6/+6