summaryrefslogtreecommitdiff
path: root/src/test/test_util.c
AgeCommit message (Expand)Author
2014-11-12Replace operators used as macro arguments with OP_XX macrosNick Mathewson
2014-11-04Merge branch 'bug13315_squashed'Nick Mathewson
2014-11-04Introducing helper function to validate IPv4 address strings.rl1987
2014-11-04Introducing helper function to validate DNS name strings.rl1987
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-10-22Switch new time tests to use SIZEOF_TIME_T, not sizeof(time_t)Nick Mathewson
2014-10-21Conditionally compile time testing code based on integer sizeteor
2014-10-20Further unit test tor_timegm and parse_rfc1123_timeteor
2014-10-13Define a strnlen replacement on platforms (win32) that lack itNick Mathewson
2014-10-13Clean whitespace in last patch.Nick Mathewson
2014-10-12Avoid overflow in format_time_interval, create unit teststeor
2014-09-29Whitespace fixes on 13291 fixNick Mathewson
2014-09-29Parenthesize macro arguments for 13291 fixNick Mathewson
2014-09-29Stop spawn test failures due to a race condition with SIGCHLD on process exitteor
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