Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-11 | One more whitespace fix | Nick Mathewson | |
2014-09-11 | Whitespace cleanups in test_util | Nick Mathewson | |
2014-09-11 | Whitespace cleanups in transports/test_pt | Nick Mathewson | |
2014-09-11 | Use tor_malloc_zero() in pt tests | Nick Mathewson | |
Fixes for PT tests merged with 8402; patch from Yawning. | |||
2014-09-11 | Merge remote-tracking branch 'public/bug13104_025' | Nick Mathewson | |
2014-09-11 | Fix "comparison is always false" warnings in new test_util_di_ops | Nick Mathewson | |
Having a constant zero means that unsigned < 0 is always false. | |||
2014-09-11 | Merge remote-tracking branch 'public/bug13104_025' | Nick Mathewson | |
2014-09-11 | C90 compliance for #13104 fixes | Nick Mathewson | |
2014-09-11 | Avoid an overflow on negation in format_helper_exit_status | Nick Mathewson | |
Part of 13104; patch from teor. | |||
2014-09-10 | Avoid divide by zero and NaNs in scale_array_elements_to_u64 | Nick Mathewson | |
Patch from teor; part of 13104 | |||
2014-09-10 | Extra tests for tor_memeq and memcmp | Nick Mathewson | |
(Patch from teor; part of 13104) | |||
2014-09-10 | Avoid overflows and underflows in sscanf and friends | Nick Mathewson | |
(Patch from teor on 13104) | |||
2014-09-10 | Merge remote-tracking branch 'yawning/bug_8402' | Nick Mathewson | |
2014-09-09 | Add unittests for finding the third quartile of a set. | George Kadianakis | |
2014-09-09 | Remove support for naming directory authorities | Sebastian Hahn | |
This implements the meat of #12899. This commit should simply remove the parts of Tor dirauths used to check whether a relay was supposed to be named or not, it doesn't yet convert to a new mechanism for reject/invalid/baddir/badexiting relays. | |||
2014-09-03 | Fix some 'dereference-before-null-check' warnings in test_circuitlist.c | Nick Mathewson | |
Found by Coverity Scan. [CID 1234704, 1234705, 1234706] | |||
2014-09-03 | Fix the leaks that valgrind found in the new routerset tests. | Nick Mathewson | |
(We have a tests-shouldn't-leak policy so that we won't accidentally ignore true-positives.) | |||
2014-09-02 | Fix more (void*)11 warnings in the tests | Nick Mathewson | |
2014-09-02 | Use real pointers in unit tests, not (void*)101 etc | Nick Mathewson | |
The clangalyzer hates (void*)101 etc | |||
2014-09-02 | Don't include a backtrace test for dereferencing 0 under analyzers | Nick Mathewson | |
They hate this. | |||
2014-09-02 | Add an assertion to read_file_to_str_until_eof | Nick Mathewson | |
The clangalyzer doesn't believe our math here. I'm pretty sure our math is right. Also, add some unit tests. | |||
2014-08-29 | Fix some coverity warnings in new routerset tests | Nick Mathewson | |
2014-08-29 | Introduce full coverage tests for module routerset.c. | dana koch | |
This is using the paradigm introduced for test_status.c. | |||
2014-08-27 | Initialize crash handler in unit tests | Nick Mathewson | |
This way, we don't get locking failures when we hit an assertion in the unit tests. Also, we might find out about unit test bugs from folks who can't do gdb. | |||
2014-08-26 | Merge remote-tracking branch 'public/bug10163' | Nick Mathewson | |
2014-08-24 | Use the ARRAY_LENGTH macro more consistently. | Nick Mathewson | |
2014-08-21 | Fix memory leaks in test_entrynodes.c | Nick Mathewson | |
[Coverity CID 1232087 and 1232088] | |||
2014-08-20 | Merge branch 'bug12205_take2_squashed' | Nick Mathewson | |
2014-08-20 | Whitespace fixes | Nick Mathewson | |
2014-08-20 | Small cleanups to test_entry_is_time_to_retry | Nick Mathewson | |
2014-08-20 | Unit testing entry_is_time_to_retry(). | rl1987 | |
2014-08-20 | Merge branch 'bug10116_squashed' | Nick Mathewson | |
2014-08-20 | fix remaining compilation problems | Nick Mathewson | |
2014-08-20 | Fix entrynodes test fails because of outdated test vectors. | George Kadianakis | |
2014-08-15 | Remove implementation code for all pre-13 consensus methods. | Nick Mathewson | |
Also remove a test for the way that we generated parameter votes before consensus method 12. | |||
2014-08-15 | Merge remote-tracking branch 'origin/maint-0.2.5' | Nick Mathewson | |
2014-08-15 | Remove stale printfs from buffer/zlib_fin_at_chunk_end test | Nick Mathewson | |
These got committed by mistake. | |||
2014-08-13 | Merge remote-tracking branch 'origin/maint-0.2.5' | Nick Mathewson | |
2014-08-13 | Apply an MSVC compilation fix from Gisle Vanem | Nick Mathewson | |
This fixes a double-define introduced in 28538069b2f1909a7600ec6d | |||
2014-08-13 | Apply coccinelle script to replace malloc(a*b)->calloc(a,b) | Nick Mathewson | |
2014-07-28 | Cast long long arguments to (int) for tt_int_op() | Peter Palfrader | |
2014-07-21 | Merge remote-tracking branch 'origin/maint-0.2.5' | Nick Mathewson | |
2014-07-21 | Fix warning on building with bufferevents | Sathyanarayanan Gunasekaran | |
Fixes #11578 | |||
2014-07-16 | Move test_descriptors.txt to an include file | Nick Mathewson | |
Making the text file work out-of-tree didn't work on windows. Maybe we can get it working that way later. | |||
2014-07-16 | Fix tests when building out-of-tree | Nick Mathewson | |
(This was too hard. Silly autoconf.) | |||
2014-07-16 | Fix wide lines, make entry_is_live() non-inline | Nick Mathewson | |
2014-07-16 | Merge remote-tracking branch 'asn/bug12202' | Nick Mathewson | |
2014-07-16 | Merge remote-tracking branch 'asn/bug12207_second_draft' | Nick Mathewson | |
2014-07-16 | Add a tor_ftruncate to replace ftruncate. | Nick Mathewson | |
(Windows doesn't have ftruncate, and some ftruncates do not move the file pointer to the start of the file.) | |||
2014-07-16 | Add an option to overwrite logs | Arlo Breault | |
* Issue #5583 |