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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make iocp/listener/error work; don't accept again if lev is disabled.
Christopher Davis
2010-10-07
1
-2
/
+1
*
Add a LEV_OPT_THREADSAFE option for threadsafe evconnlisteners
Nick Mathewson
2010-10-07
1
-3
/
+21
*
Fix warnings on mingw with gcc 4.5
Nick Mathewson
2010-10-05
3
-16
/
+25
*
Do not search outside of the system directory for windows DLLs
Nick Mathewson
2010-09-27
1
-0
/
+19
*
Unit tests for listener error callbacks
Nick Mathewson
2010-09-23
1
-0
/
+43
*
Remove the now-useless evsig_caught and evsig_process
Nick Mathewson
2010-09-15
1
-0
/
+5
*
Warn when using the error-prone EV_SIGNAL interface in an error-prone way. A...
Nick Mathewson
2010-09-15
1
-1
/
+1
*
Bump to the latest version of tinytest
Nick Mathewson
2010-09-09
5
-28
/
+74
*
Make SSL tests cover enabling/disabling EV_READ.
Nick Mathewson
2010-09-09
1
-2
/
+16
*
Add a missing time.h include to test/regress_thread.c
Nick Mathewson
2010-09-09
1
-0
/
+1
*
Fix an uninitialized-variable warning on windows
Nick Mathewson
2010-09-09
1
-2
/
+2
*
Fix a few Windows compile warnings.
Christopher Davis
2010-09-08
1
-3
/
+4
*
Merge branch 'tests'
Nick Mathewson
2010-09-08
4
-2
/
+13
|
\
|
*
Fix a few memory leaks in the tests
Nick Mathewson
2010-09-07
4
-2
/
+13
*
|
Add a missing header for regress_thread.c
Nick Mathewson
2010-09-08
1
-1
/
+4
*
|
Fix a compile warning in regress_thread.c
Sebastian Hahn
2010-09-08
1
-1
/
+0
*
|
Merge remote branch 'chrisd/iocp-fixes4'
Nick Mathewson
2010-09-08
5
-38
/
+196
|
\
\
|
*
|
Only process up to MAX_DEFERRED deferred_cbs at a time.
Christopher Davis
2010-09-08
1
-0
/
+94
|
*
|
Add event_config_set_num_cpus_hint for tuning thread pools, etc.
Christopher Davis
2010-09-08
3
-5
/
+5
|
*
|
IOCP-related unit test tweaks
Christopher Davis
2010-09-08
2
-32
/
+97
|
*
|
Stop IOCP when freeing the event_base.
Christopher Davis
2010-09-08
1
-1
/
+0
|
|
/
*
|
Merge branch 'th_notify_fd_reinit'
Nick Mathewson
2010-09-08
2
-5
/
+90
|
\
\
|
|
/
|
/
|
|
*
Improve testing of when thread-notification occurs
Nick Mathewson
2010-09-08
2
-5
/
+90
*
|
Move the "function to getsockname() on a listener" to regress_testutils
Nick Mathewson
2010-09-06
3
-1
/
+17
*
|
Fix event_del(0) instance in bench.c
Shuo Chen
2010-09-06
1
-1
/
+2
*
|
Fix uninitialized port var in http_delete_test. Last one, I hope.
Nick Mathewson
2010-09-03
1
-1
/
+1
*
|
Fix uninitialized variables in http_bad_request_test. (oops)
Nick Mathewson
2010-09-03
1
-1
/
+1
*
|
Allow more than one copy of regression tests to run at once
Nick Mathewson
2010-09-03
5
-93
/
+126
|
/
*
Rename regress_pthread.c to regress_thread.c
Nick Mathewson
2010-08-24
3
-4
/
+5
*
Honor NDEBUG; build without warnings with NDEBUG; make NDEBUG always-off in u...
Nick Mathewson
2010-08-23
5
-2
/
+13
*
Add a unit test for conditions
Nick Mathewson
2010-08-17
2
-7
/
+160
*
Make the regress_pthread.c tests work on windows with current test APIs
Nick Mathewson
2010-08-17
4
-52
/
+75
*
Change include order in Makefile.nmake
Nick Mathewson
2010-08-13
1
-1
/
+1
*
Fix a nasty dangling-event bug when using rate-limiting groups
Nick Mathewson
2010-08-09
1
-0
/
+4
*
Move event-config.h to include/event2
Nick Mathewson
2010-08-06
21
-24
/
+24
*
Fix unit tests with -DUSE_DEBUG enabled
Nick Mathewson
2010-08-06
1
-2
/
+2
*
Make test-changelist count cpu usage right on win32
Nick Mathewson
2010-08-06
1
-22
/
+91
*
Use AF_INET socketpair to test sendfile on Solaris
Nick Mathewson
2010-08-06
1
-0
/
+7
*
Increase the tolerance in our unit tests for sloppy clocks.
Nick Mathewson
2010-08-05
1
-1
/
+1
*
Make tests quieter on local dns resolver failure
Nick Mathewson
2010-08-05
1
-2
/
+2
*
Fix an assertion bug in test-ratelim
Nick Mathewson
2010-08-04
1
-8
/
+22
*
Add option to test-ratelim to test min_share
Nick Mathewson
2010-08-04
1
-0
/
+5
*
Build more cleanly with NetBSDs that dislike toupper(char)
Nick Mathewson
2010-07-31
1
-1
/
+1
*
Fix badly-behaved subtest of dns/bufferevent_connect_hostname
Joachim Bauch
2010-07-29
1
-1
/
+1
*
Make test/test.sh call test-changelist
Nick Mathewson
2010-07-19
1
-0
/
+8
*
Fix whitespace.
Nick Mathewson
2010-07-19
1
-7
/
+6
*
Remove unused variables in test/test-changelist.c
Nick Mathewson
2010-07-19
1
-5
/
+0
*
Possible fix to 100% cpu usage with epoll and openssl
Mike Smellie
2010-07-19
3
-4
/
+147
*
Unit test for event_get_struct_event_size()
Nick Mathewson
2010-06-21
1
-0
/
+10
*
Add a function to retrieve the other side of a bufferevent pair
Nick Mathewson
2010-06-07
1
-0
/
+5
[next]