Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-16 | fix another mingw64 unit test warnin | Nick Mathewson | |
2015-01-15 | Fix a compilation warning in the unit tests | 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 | Apply an MSVC compilation fix from Gisle Vanem | Nick Mathewson | |
This fixes a double-define introduced in 28538069b2f1909a7600ec6d | |||
2014-07-21 | Fix warning on building with bufferevents | Sathyanarayanan Gunasekaran | |
Fixes #11578 | |||
2014-06-14 | Merge branch 'bug8746_v2_squashed' | Nick Mathewson | |
Conflicts: src/common/include.am | |||
2014-06-14 | refactor win/nix handling for test_spawn_background*() | Nick Mathewson | |
Instead of having a #if ... for every function, just define TEST_CHILD to the right patch and EOL to the expected line terminator. | |||
2014-06-14 | More unit tests for process spawning | Nick Mathewson | |
Try killing a running process; try noticing that a process has exited without checking its output; verify that waitpid_cb (when present) is set to NULL when you would expect it to be. | |||
2014-05-22 | Merge remote-tracking branch 'andrea/bug11476' | Nick Mathewson | |
2014-05-12 | Add --disable-mempools configure option | Andrea Shepard | |
2014-05-11 | fix whitespace | Nick Mathewson | |
2014-05-11 | Quench clang's complaints with -Wshorten-64-to-32 when time_t is not long. | dana koch | |
On OpenBSD 5.4, time_t is a 32-bit integer. These instances contain implicit treatment of long and time_t as comparable types, so explicitly cast to time_t. | |||
2014-05-08 | One more 64->32 | Nick Mathewson | |
2014-05-08 | Fix numerous 64->32 errors in the unit tests | Nick Mathewson | |
Before the 11825 fix, these were all silently ignored. | |||
2014-05-08 | Fix unearthed problems in unit tests | Nick Mathewson | |
2014-05-08 | Fix numerous type errors in the unit tests | Nick Mathewson | |
Remove tinytest casts that were suppressing them. Fix for #11825. | |||
2014-05-08 | Fix test_util_max_mem on 32-bit CPUs | Nick Mathewson | |
2014-05-08 | More unit tests for #11648-related stuff | Nick Mathewson | |
These are actually tests for #311. It appears to me that we didn't fix #311 properly when we thought we did in 475eb5d6; instead, the real fix was 05eff35ac6d64b, a few minutes earlier. | |||
2014-05-07 | Fix test_pick_circid on 32-bit platforms | Nick Mathewson | |
2014-05-07 | Basic tests for get_unique_circ_id_by_chan. | Nick Mathewson | |
2014-05-07 | Quick-and-dirty test for packed_cell_is_destroy | Nick Mathewson | |
2014-05-06 | Remove a spurious variable. | Nick Mathewson | |
2014-05-06 | Merge remote-tracking branch 'public/bug11750' | Nick Mathewson | |
2014-05-06 | Merge branch 'bug11743_option_b' | Nick Mathewson | |
2014-05-06 | Unit test for dirvote_create_microdescriptor | Nick Mathewson | |
2014-05-06 | Unit test for write_to_buf_zlib | Nick Mathewson | |
2014-05-06 | Add a siphash benchmark. | Nick Mathewson | |
2014-05-01 | Fix test_config_write_to_data_subdir | Nick Mathewson | |
Bugfix on aa0eb2022342798fc78b2bde89d393f37c59fe78; bugfix not on any released Tor. | |||
2014-05-01 | Merge remote-tracking branch 'public/valgrind_tests' | Nick Mathewson | |
2014-04-29 | Fix leaks in tests related to setting options->DataDirectory | Nick Mathewson | |
We pre-populate that value in main(), and we weren't freeing it before overriding it. | |||
2014-04-29 | Fix memory leaks in test_status.c | Nick Mathewson | |
2014-04-29 | Fix leaks in dir voting tests | Nick Mathewson | |
2014-04-29 | Make --disable-buf-freelists build and pass unit tests | Andrea Shepard | |
2014-04-27 | Make the python test scripts work on python3 | Nick Mathewson | |
The python scripts invoked by 'make check' didn't work on python3 before. That was a problem on systems where 'python' is python3. Fixes bug 11608; bugfix on 0.2.5.2-alpha. | |||
2014-04-26 | Fix leaks in test_oom.c | Nick Mathewson | |
2014-04-26 | Fix leaks in test_dir_formats | Nick Mathewson | |
2014-04-26 | Fix numerous leaks in test_pt.c | Nick Mathewson | |
I didn't find a managed_proxy_free() function any place; shouldn't there be one? | |||
2014-04-26 | test_cntev_append_cell_stats now no longer leaks | Nick Mathewson | |
2014-04-26 | Fix leaks in test_exit_policy_dump_to_string | Nick Mathewson | |
2014-04-26 | Memory leaks in test_config_addressmap | Nick Mathewson | |
2014-04-26 | Fix a leak in test_buffer_allocation_tracking | Nick Mathewson | |
2014-04-26 | Fix memory leak in unittest helper function. | Nick Mathewson | |
2014-04-26 | Fix memory leak in test_util_asprintf | Nick Mathewson | |
2014-04-26 | Fix memory leaks in test_cntev_append_cell_stats | Nick Mathewson | |
2014-04-26 | fix uninitialized memory reads from test_geoip_with_pt. Found with valgrind | Nick Mathewson | |
2014-04-26 | Fix memory leak in test_geoip | Nick Mathewson | |
2014-04-26 | Fix memory leak in test_onion_queues | Nick Mathewson | |
2014-04-26 | Fix memory leaks in test_circuit_timeout | Nick Mathewson | |
Found with valgrind. | |||
2014-04-25 | fix memory leak in dump_exit_policy_to_string tests | Nick Mathewson | |
2014-04-25 | Merge branch 'scanbuild_fixes' | Nick Mathewson | |