index
:
delta/libevent.git
baserock/release-2.0.21-stable
gh-pages
master
patches-1.1
patches-1.2
patches-1.3
patches-1.4
patches-2.0
patches-2.1
release-2.2-pull
github.com: libevent/libevent.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
regress.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added event_base_get_num_events()
Mobai Zhang
2013-07-02
1
-0
/
+125
*
Fix a bug in the new main/event_foreach test
Nick Mathewson
2013-04-26
1
-3
/
+7
*
More unit tests for initializing common timeouts.
Nick Mathewson
2013-04-26
1
-1
/
+9
*
A test for event_get_assignment()
Nick Mathewson
2013-04-26
1
-0
/
+32
*
Unit tests for event_base_gettimeofday_cached() and event_base_update_cache_t...
Nick Mathewson
2013-04-26
1
-0
/
+84
*
New tests for event_base_foreach_event()
Nick Mathewson
2013-04-26
1
-0
/
+82
*
New test for active_later->active transition on event_active
Nick Mathewson
2013-04-26
1
-0
/
+6
*
Add a test with an active_later event at event_base_free time.
Nick Mathewson
2013-04-10
1
-0
/
+7
*
Unit test for event_remove_timer with EV_PERSIST.
Nick Mathewson
2013-02-13
1
-7
/
+22
*
Add an event_remove_timer() to remove timer on an event without deleting it
Nick Mathewson
2012-11-16
1
-0
/
+66
*
Fix a couple of compile warnings in the unit tests
Nick Mathewson
2012-11-16
1
-2
/
+1
*
Add a unit test in which an event is created with event_base_once() but never...
Nick Mathewson
2012-11-16
1
-0
/
+27
*
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-07-26
1
-1
/
+6
|
\
|
*
Avoid more crashes/bad calls in unit tests; found by coverity
Nick Mathewson
2012-07-26
1
-1
/
+2
|
*
Fix various check-after-dereference issues in unit tests: found by coverity
Nick Mathewson
2012-07-26
1
-0
/
+4
|
*
Oops; fix the *right* windows compile issue
Nick Mathewson
2012-05-03
1
-4
/
+4
|
*
Fix win32 build issues: sleep, pid_t
Nick Mathewson
2012-05-03
1
-0
/
+4
*
|
Check return value of write() in regress.c
Nick Mathewson
2012-06-29
1
-2
/
+2
*
|
Add "active later" event_callbacks to supersede deferred
Nick Mathewson
2012-05-09
1
-0
/
+62
*
|
Merge branch '21_robust_monotonic'
Nick Mathewson
2012-05-01
1
-0
/
+1
|
\
\
|
*
|
Split out time-related prototypes into time-internal.h
Nick Mathewson
2012-04-20
1
-0
/
+1
*
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-04-30
1
-0
/
+53
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Merge remote-tracking branch 'github/20_active_prio_inv' into patches-2.0
Nick Mathewson
2012-04-30
1
-0
/
+53
|
|
\
|
|
*
If a higher-priority event becomes active, don't continue running events of t...
Nick Mathewson
2012-04-30
1
-0
/
+53
|
*
|
Work-around a stupid gcov-breaking bug in OSX 10.6
Nick Mathewson
2012-04-30
1
-1
/
+1
|
|
/
*
|
Shave 700 msec off the persistent_timeout_jump test
Nick Mathewson
2012-04-20
1
-1
/
+2
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-04-20
1
-1
/
+22
|
\
\
|
|
/
|
*
If time has jumped so we'd reschedule a periodic event in the past, schedule ...
Nick Mathewson
2012-04-19
1
-1
/
+22
*
|
Work-around a stupid gcov-breaking bug in OSX 10.6
Nick Mathewson
2012-04-11
1
-1
/
+1
*
|
Fix compilation with mm-replacement disabled.
Nick Mathewson
2012-04-03
1
-1
/
+1
*
|
Add event_base_get_running_event() to get the event* whose cb we are in
Nick Mathewson
2012-03-25
1
-0
/
+1
*
|
More coverage on reinsert_timeout tests
Nick Mathewson
2012-03-23
1
-1
/
+1
*
|
Fix a nasty bug in event_queue_reinsert_timeout()
Nick Mathewson
2012-03-23
1
-1
/
+17
*
|
Add a test for using event_self_cbarg() with event_assign().
Ross Lagerwall
2012-03-13
1
-2
/
+16
*
|
Add a regression test for event_self_cbarg().
Ross Lagerwall
2012-03-12
1
-0
/
+24
*
|
Clean up lingering _identifiers.
Nick Mathewson
2012-02-29
1
-9
/
+9
*
|
Have all visible internal function names end with an underscore.
Nick Mathewson
2012-02-29
1
-9
/
+9
*
|
Convert event-config.h macros to avoid reserved identifiers
Nick Mathewson
2012-02-29
1
-9
/
+9
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-02-10
1
-1
/
+1
|
\
\
|
|
/
|
*
Update copyright notices to 2012
Nick Mathewson
2012-02-10
1
-1
/
+1
*
|
When including an -internal.h header outside the main tree, do so early
Nick Mathewson
2012-01-24
1
-1
/
+1
*
|
Remove a couple of now-unused variables
Nick Mathewson
2012-01-24
1
-2
/
+1
*
|
Use test_timeval_diff_eq more consistently
Nick Mathewson
2012-01-24
1
-16
/
+6
*
|
Make regression tests run over 3x faster.
Nick Mathewson
2012-01-24
1
-41
/
+38
*
|
Reduce the timeout in the main/fork test.
Nick Mathewson
2012-01-24
1
-1
/
+4
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-01-24
1
-0
/
+13
|
\
\
|
|
/
|
*
Add function to check referential integrity of an event_base
Nick Mathewson
2012-01-21
1
-0
/
+13
*
|
Bypass event_add when using event_base_once() for a 0-sec timeout
Nick Mathewson
2011-12-07
1
-1
/
+18
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2011-10-26
1
-1
/
+1
|
\
\
|
|
/
|
*
Update copyright dates to 2011.
Nick Mathewson
2011-10-24
1
-1
/
+1
[next]