summaryrefslogtreecommitdiff
path: root/test/regress.c
Commit message (Expand)AuthorAgeFilesLines
* Added event_base_get_num_events()Mobai Zhang2013-07-021-0/+125
* Fix a bug in the new main/event_foreach testNick Mathewson2013-04-261-3/+7
* More unit tests for initializing common timeouts.Nick Mathewson2013-04-261-1/+9
* A test for event_get_assignment()Nick Mathewson2013-04-261-0/+32
* Unit tests for event_base_gettimeofday_cached() and event_base_update_cache_t...Nick Mathewson2013-04-261-0/+84
* New tests for event_base_foreach_event()Nick Mathewson2013-04-261-0/+82
* New test for active_later->active transition on event_activeNick Mathewson2013-04-261-0/+6
* Add a test with an active_later event at event_base_free time.Nick Mathewson2013-04-101-0/+7
* Unit test for event_remove_timer with EV_PERSIST.Nick Mathewson2013-02-131-7/+22
* Add an event_remove_timer() to remove timer on an event without deleting itNick Mathewson2012-11-161-0/+66
* Fix a couple of compile warnings in the unit testsNick Mathewson2012-11-161-2/+1
* Add a unit test in which an event is created with event_base_once() but never...Nick Mathewson2012-11-161-0/+27
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-07-261-1/+6
|\
| * Avoid more crashes/bad calls in unit tests; found by coverityNick Mathewson2012-07-261-1/+2
| * Fix various check-after-dereference issues in unit tests: found by coverityNick Mathewson2012-07-261-0/+4
| * Oops; fix the *right* windows compile issueNick Mathewson2012-05-031-4/+4
| * Fix win32 build issues: sleep, pid_tNick Mathewson2012-05-031-0/+4
* | Check return value of write() in regress.cNick Mathewson2012-06-291-2/+2
* | Add "active later" event_callbacks to supersede deferredNick Mathewson2012-05-091-0/+62
* | Merge branch '21_robust_monotonic'Nick Mathewson2012-05-011-0/+1
|\ \
| * | Split out time-related prototypes into time-internal.hNick Mathewson2012-04-201-0/+1
* | | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-04-301-0/+53
|\ \ \ | |/ / |/| / | |/
| * Merge remote-tracking branch 'github/20_active_prio_inv' into patches-2.0Nick Mathewson2012-04-301-0/+53
| |\
| | * If a higher-priority event becomes active, don't continue running events of t...Nick Mathewson2012-04-301-0/+53
| * | Work-around a stupid gcov-breaking bug in OSX 10.6Nick Mathewson2012-04-301-1/+1
| |/
* | Shave 700 msec off the persistent_timeout_jump testNick Mathewson2012-04-201-1/+2
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-04-201-1/+22
|\ \ | |/
| * If time has jumped so we'd reschedule a periodic event in the past, schedule ...Nick Mathewson2012-04-191-1/+22
* | Work-around a stupid gcov-breaking bug in OSX 10.6Nick Mathewson2012-04-111-1/+1
* | Fix compilation with mm-replacement disabled.Nick Mathewson2012-04-031-1/+1
* | Add event_base_get_running_event() to get the event* whose cb we are inNick Mathewson2012-03-251-0/+1
* | More coverage on reinsert_timeout testsNick Mathewson2012-03-231-1/+1
* | Fix a nasty bug in event_queue_reinsert_timeout()Nick Mathewson2012-03-231-1/+17
* | Add a test for using event_self_cbarg() with event_assign().Ross Lagerwall2012-03-131-2/+16
* | Add a regression test for event_self_cbarg().Ross Lagerwall2012-03-121-0/+24
* | Clean up lingering _identifiers.Nick Mathewson2012-02-291-9/+9
* | Have all visible internal function names end with an underscore.Nick Mathewson2012-02-291-9/+9
* | Convert event-config.h macros to avoid reserved identifiersNick Mathewson2012-02-291-9/+9
* | 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/+1
* | Remove a couple of now-unused variablesNick Mathewson2012-01-241-2/+1
* | Use test_timeval_diff_eq more consistentlyNick Mathewson2012-01-241-16/+6
* | Make regression tests run over 3x faster.Nick Mathewson2012-01-241-41/+38
* | Reduce the timeout in the main/fork test.Nick Mathewson2012-01-241-1/+4
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-01-241-0/+13
|\ \ | |/
| * Add function to check referential integrity of an event_baseNick Mathewson2012-01-211-0/+13
* | Bypass event_add when using event_base_once() for a 0-sec timeoutNick Mathewson2011-12-071-1/+18
* | 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