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
*
Fix a bug when running "make verify" out-of-tree
release-2.1.2-alpha
Nick Mathewson
2012-11-19
1
-0
/
+6
*
Fix a gcc warning in rtrim test
Nick Mathewson
2012-11-18
1
-6
/
+2
*
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
2
-3
/
+2
*
Remove internal ws from multiline http headers correctly
Nick Mathewson
2012-11-16
1
-1
/
+18
*
Remove trailing tabs in HTTP headers as well.
Nick Mathewson
2012-11-16
1
-1
/
+9
*
Clean up rtrim implementation
Nick Mathewson
2012-11-16
1
-0
/
+33
*
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-11-16
1
-1
/
+11
|
\
|
*
Make rpcgen_wrapper.sh work on systems without a "python2" binary
Nick Mathewson
2012-11-16
1
-1
/
+9
*
|
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-11-15
1
-4
/
+26
|
\
\
|
|
/
|
*
Warn when openssl version in unit test mismatches compiled version.
Nick Mathewson
2012-11-15
1
-0
/
+3
|
*
Fix renegotiation test to work around openssl 1.0.1 bug
Nick Mathewson
2012-11-15
1
-4
/
+23
*
|
Use the same CFLAGS for openssl when building unit tests as with libevent
Nick Mathewson
2012-11-15
1
-1
/
+2
*
|
Clean up unit test for evbuffer_file_segment_add_cleanup_cb a little
Nick Mathewson
2012-11-06
1
-6
/
+3
*
|
Add a new callback to get called on evbuffer_file_segment free
yangacer
2012-11-06
1
-0
/
+69
*
|
Fix a few mingw64 incompatibilities introduced since 2.0
Nick Mathewson
2012-11-02
1
-2
/
+1
*
|
Merge remote-tracking branch 'github/20_win64_compilation' into 21_win64_comp...
Nick Mathewson
2012-11-01
14
-36
/
+34
|
\
\
|
|
/
|
*
Compile without warnings on mingw64
Nick Mathewson
2012-11-01
14
-36
/
+34
*
|
Use python2 rather than python
Ross Lagerwall
2012-10-23
2
-3
/
+3
*
|
Fix handling of no-python case for nonrecursive make
Nick Mathewson
2012-08-28
1
-2
/
+2
*
|
Be quiet when making regress.gen.[ch]
Nick Mathewson
2012-08-28
2
-4
/
+4
*
|
Make quiet build even quieter
Nick Mathewson
2012-08-28
1
-2
/
+2
*
|
Rename subordinate Makefile.ams to include.am
Nick Mathewson
2012-08-28
1
-0
/
+0
*
|
Switch to non-recursive makefiles
Nick Mathewson
2012-08-28
1
-96
/
+91
*
|
Rename event_enable_lock_debuging() to ..._debugging()
Nick Mathewson
2012-08-23
2
-2
/
+2
*
|
Avoid test -e; older shs don't have one.
Nick Mathewson
2012-08-02
1
-1
/
+1
*
|
Add deferred_cb_skew to list of timing-dependent tests
Nick Mathewson
2012-08-02
2
-1
/
+3
*
|
Merge remote-tracking branch 'ppelleti/windows-ssl'
Nick Mathewson
2012-07-31
1
-3
/
+14
|
\
\
|
*
|
attempt to support OpenSSL in Makefile.nmake
Patrick Pelletier
2012-07-03
1
-3
/
+14
*
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-07-26
8
-14
/
+21
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Move assignment outside tt_assert in ssl unit tests. Appeases coverity.
Nick Mathewson
2012-07-26
1
-1
/
+2
|
*
|
Add checks to various return values in unit tests. Found by coverity
Nick Mathewson
2012-07-26
6
-10
/
+19
|
*
|
Remove unused variable; spotted by coverity
Nick Mathewson
2012-07-26
1
-3
/
+0
*
|
|
Fix a shadowed variable in addfile_test_readcb; found by coverity
Nick Mathewson
2012-07-26
1
-1
/
+3
*
|
|
Avoid memory leak in test_event_calloc unit test; found by coverity
Nick Mathewson
2012-07-26
1
-0
/
+4
*
|
|
Add checks for functions in test-ratelim.c; found by Coverity
Nick Mathewson
2012-07-26
1
-0
/
+8
*
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-07-26
9
-19
/
+69
|
\
\
\
|
|
/
/
|
*
|
Avoid more crashes/bad calls in unit tests; found by coverity
Nick Mathewson
2012-07-26
2
-5
/
+12
|
*
|
Add some missing null checks to unit tests; found by coverity
Nick Mathewson
2012-07-26
2
-1
/
+3
|
*
|
Fix resource leaks in the unit tests; found by coverity
Nick Mathewson
2012-07-26
2
-6
/
+13
|
*
|
Fix various check-after-dereference issues in unit tests: found by coverity
Nick Mathewson
2012-07-26
6
-7
/
+35
|
*
|
Set umask before calling mkstemp in unit tests. Found by coverity
Nick Mathewson
2012-07-25
1
-0
/
+6
*
|
|
Fix another possible uninitialized read in dns regression tests. Found by cov...
Nick Mathewson
2012-07-25
1
-3
/
+3
*
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-07-25
2
-3
/
+1
|
\
\
\
|
|
/
/
|
*
|
Fix possible uninitialized read in dns regression tests. Found by coverity.
Nick Mathewson
2012-07-25
1
-0
/
+1
|
*
|
Remove deadcode in http regression tests. Found by coverity.
Nick Mathewson
2012-07-25
1
-3
/
+0
*
|
|
Fix tinytset_skip to work with new tinytest_set_flag_ signature
Nick Mathewson
2012-07-20
1
-1
/
+1
*
|
|
Make load-dependent monotonic timer tests off-by-default
Nick Mathewson
2012-06-29
2
-8
/
+37
*
|
|
Avoid (unlikely) overflow in bench_httpclient.c
Nick Mathewson
2012-06-29
1
-1
/
+1
[next]