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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make quiet build even quieter
Nick Mathewson
2012-08-28
2
-5
/
+5
*
Rename subordinate Makefile.ams to include.am
Nick Mathewson
2012-08-28
4
-3
/
+3
*
Switch to non-recursive makefiles
Nick Mathewson
2012-08-28
6
-161
/
+167
*
Enable silent build rules by default. Override with V=1
Nick Mathewson
2012-08-28
2
-2
/
+2
*
Use newer syntax for autoconf/automake init
Nick Mathewson
2012-08-28
1
-3
/
+3
*
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-08-24
0
-0
/
+0
|
\
|
*
Increment version to 2.0.20-stable-dev
Nick Mathewson
2012-08-24
3
-4
/
+7
*
|
Update ChangeLog-2.0
Nick Mathewson
2012-08-23
1
-1
/
+39
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-08-23
0
-0
/
+0
|
\
\
|
|
/
|
*
Add a date to the changelog
release-2.0.20-stable
Nick Mathewson
2012-08-23
1
-1
/
+1
|
*
Increment version to 2.0.20-stable
Nick Mathewson
2012-08-23
3
-5
/
+6
|
*
Initial changelog and credits for 2.0.20
Nick Mathewson
2012-08-23
2
-2
/
+38
*
|
Add missing implementation for event_enable_debug_logging
Nick Mathewson
2012-08-23
1
-0
/
+8
*
|
Rename event_enable_lock_debuging() to ..._debugging()
Nick Mathewson
2012-08-23
4
-2
/
+13
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-08-23
1
-28
/
+39
|
\
\
|
|
/
|
*
Correctly invoke callbacks when a SSL bufferevent reads some and then blocks.
Nick Mathewson
2012-08-22
1
-28
/
+39
*
|
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
*
|
Avoid unused-var warning on systems with clock_gettime but without CLOCK_MONO...
Nick Mathewson
2012-08-02
1
-0
/
+2
*
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-08-02
2
-1
/
+2
|
\
\
|
|
/
|
*
Add explicit AC_PROG_SED to configure.in so all autoconfs will expose $(SED)
Nick Mathewson
2012-08-02
1
-0
/
+1
|
*
Fix an unused variable warning on *BSD.
Nick Mathewson
2012-08-02
1
-1
/
+1
*
|
Merge remote-tracking branch 'ppelleti/windows-ssl'
Nick Mathewson
2012-07-31
2
-7
/
+51
|
\
\
|
*
|
Additional comments about OPENSSL_DIR variable, prompted by Dave Hart
Patrick Pelletier
2012-07-10
1
-1
/
+8
|
*
|
attempt to support OpenSSL in Makefile.nmake
Patrick Pelletier
2012-07-03
2
-7
/
+44
*
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-07-30
1
-0
/
+15
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Avoid segfault on weird timeout during name lookup.
Greg Hazel
2012-07-30
1
-0
/
+15
*
|
|
Extract common error-handling code in evconnlistener_new_bind
Nick Mathewson
2012-07-26
1
-20
/
+14
*
|
|
Avoid double-free on error in evbuffer_add_file. Found by coverity.
Nick Mathewson
2012-07-26
1
-1
/
+2
*
|
|
Check return value when using LEV_OPT_DEFERRED_ACCEPT. Found by coverity
Nick Mathewson
2012-07-26
1
-1
/
+4
*
|
|
Merge remote-tracking branch 'origin/patches-2.0'
Nick Mathewson
2012-07-26
12
-19
/
+39
|
\
\
\
|
|
/
/
|
*
|
Check more setsockopt return values when binding sockets. Found by coverity
Nick Mathewson
2012-07-26
2
-5
/
+14
|
*
|
memset sockaddr_in before using it. Found by coverity.
Nick Mathewson
2012-07-26
1
-0
/
+1
|
*
|
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
|
*
|
Avoid possible needless call to writev. Found by coverity.
Nick Mathewson
2012-07-26
1
-0
/
+2
|
*
|
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
10
-19
/
+72
|
\
\
\
|
|
/
/
|
*
|
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
2
-0
/
+8
*
|
|
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
[next]