aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_util.c
AgeCommit message (Expand)Author
2014-09-17Fix a windows unused-arg warningNick Mathewson
2014-09-16clean up eol whitespace from coccinelle-generated patchesNick Mathewson
2014-09-16Remove the legacy_test_helper and legacy_setup wrappersNick Mathewson
2014-09-15Replace the remaining test_assert instancesNick Mathewson
2014-09-15Replace the remaining test_n?eq_ptr callsNick Mathewson
2014-09-15Use coccinelle scripts to clean up our unit testsNick Mathewson
2014-09-15Don't pass invalid memory regions to digestmap_set/get in test_routerlistNick Mathewson
2014-09-15Clear up another clangalyzer issueNick Mathewson
2014-09-11One more whitespace fixNick Mathewson
2014-09-11Whitespace cleanups in test_utilNick Mathewson
2014-09-11Merge remote-tracking branch 'public/bug13104_025'Nick Mathewson
2014-09-11Fix "comparison is always false" warnings in new test_util_di_opsNick Mathewson
2014-09-11Merge remote-tracking branch 'public/bug13104_025'Nick Mathewson
2014-09-11C90 compliance for #13104 fixesNick Mathewson
2014-09-11Avoid an overflow on negation in format_helper_exit_statusNick Mathewson
2014-09-10Extra tests for tor_memeq and memcmpNick Mathewson
2014-09-10Avoid overflows and underflows in sscanf and friendsNick Mathewson
2014-09-02Add an assertion to read_file_to_str_until_eofNick Mathewson
2014-08-13Apply coccinelle script to replace malloc(a*b)->calloc(a,b)Nick Mathewson
2014-07-28Cast long long arguments to (int) for tt_int_op()Peter Palfrader
2014-07-16Add a tor_ftruncate to replace ftruncate.Nick Mathewson
2014-07-16Fixed fgets_eagain unit test.cypherpunks
2014-06-20Thread support is now requiredNick Mathewson
2014-06-14Merge branch 'bug8746_v2_squashed'Nick Mathewson
2014-06-14refactor win/nix handling for test_spawn_background*()Nick Mathewson
2014-06-14More unit tests for process spawningNick Mathewson
2014-05-22Merge remote-tracking branch 'andrea/bug11476'Nick Mathewson
2014-05-12Add --disable-mempools configure optionAndrea Shepard
2014-05-11Quench clang's complaints with -Wshorten-64-to-32 when time_t is not long.dana koch
2014-05-08One more 64->32Nick Mathewson
2014-05-08Fix numerous 64->32 errors in the unit testsNick Mathewson
2014-05-08Fix unearthed problems in unit testsNick Mathewson
2014-05-08Fix test_util_max_mem on 32-bit CPUsNick Mathewson
2014-04-26Fix memory leak in unittest helper function.Nick Mathewson
2014-04-26Fix memory leak in test_util_asprintfNick Mathewson
2014-04-24Merge branch 'bug11396_v2_squashed'Nick Mathewson
2014-04-24get_total_system_memory(): see how much RAM we haveNick Mathewson
2014-04-07Fix some harmless/untriggerable memory leaks found by coverityNick Mathewson
2014-04-07Merge remote-tracking branch 'public/bug10363_024_squashed'Nick Mathewson
2014-04-07Another 10363 instance: this one in tor_memmem fallback codeNick Mathewson
2014-03-31Check return values for tor_munmap_file() in unit testsNick Mathewson
2014-01-17Coverate in util.c: test that tor_parse_* rejects negative base.Nick Mathewson
2013-11-22Remove needless fd var from test. CID 1130989.Nick Mathewson
2013-11-18Merge branch 'backtrace_squashed'Nick Mathewson
2013-10-11Merge branch 'bug1376'Nick Mathewson
2013-10-11Fix some whitespace; tighten the tests.Nick Mathewson
2013-10-10Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-10-10Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-10-10Fix unit test for format_helper_exit_statusNick Mathewson
2013-09-04Added test for new write_chunks_to_file behaviour in #1376.Kevin Butler