summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make quiet build even quieterNick Mathewson2012-08-282-5/+5
* Rename subordinate Makefile.ams to include.amNick Mathewson2012-08-284-3/+3
* Switch to non-recursive makefilesNick Mathewson2012-08-286-161/+167
* Enable silent build rules by default. Override with V=1Nick Mathewson2012-08-282-2/+2
* Use newer syntax for autoconf/automake initNick Mathewson2012-08-281-3/+3
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-08-240-0/+0
|\
| * Increment version to 2.0.20-stable-devNick Mathewson2012-08-243-4/+7
* | Update ChangeLog-2.0Nick Mathewson2012-08-231-1/+39
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-08-230-0/+0
|\ \ | |/
| * Add a date to the changelogrelease-2.0.20-stableNick Mathewson2012-08-231-1/+1
| * Increment version to 2.0.20-stableNick Mathewson2012-08-233-5/+6
| * Initial changelog and credits for 2.0.20Nick Mathewson2012-08-232-2/+38
* | Add missing implementation for event_enable_debug_loggingNick Mathewson2012-08-231-0/+8
* | Rename event_enable_lock_debuging() to ..._debugging()Nick Mathewson2012-08-234-2/+13
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-08-231-28/+39
|\ \ | |/
| * Correctly invoke callbacks when a SSL bufferevent reads some and then blocks.Nick Mathewson2012-08-221-28/+39
* | Avoid test -e; older shs don't have one.Nick Mathewson2012-08-021-1/+1
* | Add deferred_cb_skew to list of timing-dependent testsNick Mathewson2012-08-022-1/+3
* | Avoid unused-var warning on systems with clock_gettime but without CLOCK_MONO...Nick Mathewson2012-08-021-0/+2
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-08-022-1/+2
|\ \ | |/
| * Add explicit AC_PROG_SED to configure.in so all autoconfs will expose $(SED)Nick Mathewson2012-08-021-0/+1
| * Fix an unused variable warning on *BSD.Nick Mathewson2012-08-021-1/+1
* | Merge remote-tracking branch 'ppelleti/windows-ssl'Nick Mathewson2012-07-312-7/+51
|\ \
| * | Additional comments about OPENSSL_DIR variable, prompted by Dave HartPatrick Pelletier2012-07-101-1/+8
| * | attempt to support OpenSSL in Makefile.nmakePatrick Pelletier2012-07-032-7/+44
* | | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-07-301-0/+15
|\ \ \ | | |/ | |/|
| * | Avoid segfault on weird timeout during name lookup.Greg Hazel2012-07-301-0/+15
* | | Extract common error-handling code in evconnlistener_new_bindNick Mathewson2012-07-261-20/+14
* | | Avoid double-free on error in evbuffer_add_file. Found by coverity.Nick Mathewson2012-07-261-1/+2
* | | Check return value when using LEV_OPT_DEFERRED_ACCEPT. Found by coverityNick Mathewson2012-07-261-1/+4
* | | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-07-2612-19/+39
|\ \ \ | |/ /
| * | Check more setsockopt return values when binding sockets. Found by coverityNick Mathewson2012-07-262-5/+14
| * | memset sockaddr_in before using it. Found by coverity.Nick Mathewson2012-07-261-0/+1
| * | Move assignment outside tt_assert in ssl unit tests. Appeases coverity.Nick Mathewson2012-07-261-1/+2
| * | Add checks to various return values in unit tests. Found by coverityNick Mathewson2012-07-266-10/+19
| * | Avoid possible needless call to writev. Found by coverity.Nick Mathewson2012-07-261-0/+2
| * | Remove unused variable; spotted by coverityNick Mathewson2012-07-261-3/+0
* | | Fix a shadowed variable in addfile_test_readcb; found by coverityNick Mathewson2012-07-261-1/+3
* | | Avoid memory leak in test_event_calloc unit test; found by coverityNick Mathewson2012-07-261-0/+4
* | | Add checks for functions in test-ratelim.c; found by CoverityNick Mathewson2012-07-261-0/+8
* | | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-07-2610-19/+72
|\ \ \ | |/ /
| * | Avoid more crashes/bad calls in unit tests; found by coverityNick Mathewson2012-07-262-5/+12
| * | Add some missing null checks to unit tests; found by coverityNick Mathewson2012-07-262-1/+3
| * | Fix resource leaks in the unit tests; found by coverityNick Mathewson2012-07-262-6/+13
| * | Fix various check-after-dereference issues in unit tests: found by coverityNick Mathewson2012-07-266-7/+35
| * | Set umask before calling mkstemp in unit tests. Found by coverityNick Mathewson2012-07-252-0/+8
* | | Fix another possible uninitialized read in dns regression tests. Found by cov...Nick Mathewson2012-07-251-3/+3
* | | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-07-252-3/+1
|\ \ \ | |/ /
| * | Fix possible uninitialized read in dns regression tests. Found by coverity.Nick Mathewson2012-07-251-0/+1
| * | Remove deadcode in http regression tests. Found by coverity.Nick Mathewson2012-07-251-3/+0