summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug when running "make verify" out-of-treerelease-2.1.2-alphaNick Mathewson2012-11-191-0/+6
* Fix a gcc warning in rtrim testNick Mathewson2012-11-181-6/+2
* Add an event_remove_timer() to remove timer on an event without deleting itNick Mathewson2012-11-161-0/+66
* Fix a couple of compile warnings in the unit testsNick Mathewson2012-11-162-3/+2
* Remove internal ws from multiline http headers correctlyNick Mathewson2012-11-161-1/+18
* Remove trailing tabs in HTTP headers as well.Nick Mathewson2012-11-161-1/+9
* Clean up rtrim implementationNick Mathewson2012-11-161-0/+33
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-11-161-1/+11
|\
| * Make rpcgen_wrapper.sh work on systems without a "python2" binaryNick Mathewson2012-11-161-1/+9
* | Add a unit test in which an event is created with event_base_once() but never...Nick Mathewson2012-11-161-0/+27
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-11-151-4/+26
|\ \ | |/
| * Warn when openssl version in unit test mismatches compiled version.Nick Mathewson2012-11-151-0/+3
| * Fix renegotiation test to work around openssl 1.0.1 bugNick Mathewson2012-11-151-4/+23
* | Use the same CFLAGS for openssl when building unit tests as with libeventNick Mathewson2012-11-151-1/+2
* | Clean up unit test for evbuffer_file_segment_add_cleanup_cb a littleNick Mathewson2012-11-061-6/+3
* | Add a new callback to get called on evbuffer_file_segment freeyangacer2012-11-061-0/+69
* | Fix a few mingw64 incompatibilities introduced since 2.0Nick Mathewson2012-11-021-2/+1
* | Merge remote-tracking branch 'github/20_win64_compilation' into 21_win64_comp...Nick Mathewson2012-11-0114-36/+34
|\ \ | |/
| * Compile without warnings on mingw64Nick Mathewson2012-11-0114-36/+34
* | Use python2 rather than pythonRoss Lagerwall2012-10-232-3/+3
* | Fix handling of no-python case for nonrecursive makeNick Mathewson2012-08-281-2/+2
* | Be quiet when making regress.gen.[ch]Nick Mathewson2012-08-282-4/+4
* | Make quiet build even quieterNick Mathewson2012-08-281-2/+2
* | Rename subordinate Makefile.ams to include.amNick Mathewson2012-08-281-0/+0
* | Switch to non-recursive makefilesNick Mathewson2012-08-281-96/+91
* | Rename event_enable_lock_debuging() to ..._debugging()Nick Mathewson2012-08-232-2/+2
* | 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
* | Merge remote-tracking branch 'ppelleti/windows-ssl'Nick Mathewson2012-07-311-3/+14
|\ \
| * | attempt to support OpenSSL in Makefile.nmakePatrick Pelletier2012-07-031-3/+14
* | | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-07-268-14/+21
|\ \ \ | | |/ | |/|
| * | 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
| * | 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-269-19/+69
|\ \ \ | |/ /
| * | 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-251-0/+6
* | | 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
* | | Fix tinytset_skip to work with new tinytest_set_flag_ signatureNick Mathewson2012-07-201-1/+1
* | | Make load-dependent monotonic timer tests off-by-defaultNick Mathewson2012-06-292-8/+37
* | | Avoid (unlikely) overflow in bench_httpclient.cNick Mathewson2012-06-291-1/+1