aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_util.c
AgeCommit message (Expand)Author
2020-09-17Merge branch 'tor-gitlab/mr/129'David Goulet
2020-09-17Resolve some coverity complaints in test_util_glob().Nick Mathewson
2020-09-10Check if glob() is available at build-time.Alexander Færøy
2020-08-12Make test_glob() pass even when run as root.Nick Mathewson
2020-08-12Merge remote-tracking branch 'tor-gitlab/mr/62'Nick Mathewson
2020-07-30Add a unit test for write_str_to_file_if_not_equal()Nick Mathewson
2020-07-30test_util.c: Extract utime() function.Nick Mathewson
2020-07-15Add support for patterns on %include #25140Daniel Pinto
2020-07-14Merge remote-tracking branch 'tor-gitlab/mr/50'Nick Mathewson
2020-07-14Strip '\r' characters when reading text files on Unix.Alexander Færøy
2020-07-13Bug 31812: Change http URL's to httpsJeremyRand
2020-03-30Merge branch 'tor-github/pr/1775'David Goulet
2020-03-17Run "make autostyle"teor
2020-03-05Add a config_lines_partition() function to help with LINELIST_V.Nick Mathewson
2020-03-05Merge branch 'clang_format_prep_3'Nick Mathewson
2020-02-24Merge remote-tracking branch 'tor-github/pr/1685/head'Nick Mathewson
2020-02-12Run "make autostyle".Nick Mathewson
2020-02-06Use parentheses to avoid mis-indentations of stringified macro argsNick Mathewson
2020-01-21Add a function to maybe memcpy() a value, in constant time.Nick Mathewson
2020-01-14Merge branch 'ticket32825_squashed'Nick Mathewson
2020-01-14Rename UTIL_TEST_NO_WIN to reflect intentNick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2020-01-07speaking of utf-8, remove strange char from commentRoger Dingledine
2020-01-07string: Add extra UTF-8 test casesteor
2019-12-20test_util: remove UTIL_LEGACY_NO_WIN.Nick Mathewson
2019-12-20Android: skip tests that check UNIX user account setupHans-Christoph Steiner
2019-12-20Code Style: Delete PRIVATE defines that are never usedteor
2019-11-11Merge remote-tracking branch 'tor-github/pr/1338'Nick Mathewson
2019-10-27Add nowrap u64 multiplication functionJosé M. Guisado
2019-10-22Re-run make autostyle.Nick Mathewson
2019-10-22Merge branch 'ticket31705_v2' into ticket31705_v2_mergedNick Mathewson
2019-10-22test: Hide some test-declaration macro definitions to COCCI.Nick Mathewson
2019-10-03util/map_anon_nofork: Add a cast to avoid passing -48 to memsetNick Mathewson
2019-10-02Merge remote-tracking branch 'tor-github/pr/1374'Nick Mathewson
2019-09-30Re-run "make autostyle" with improved annotate_ifdef_directivesNick Mathewson
2019-09-30test: Avoid a map_anon_nofork test failure on SunOSteor
2019-09-16Run "make autostyle" and fix wide lines.Nick Mathewson
2019-08-06test_util: Do not check for ENETUNREACH unless it exists.Nick Mathewson
2019-06-07Tolerate net-unreachable failures in util/socketpair_ersatzNick Mathewson
2019-06-05Run "make autostyle."Nick Mathewson
2019-05-07Merge branch 'tor-github/pr/994'David Goulet
2019-04-30Replace all remaining tor_mem_is_zero() with fast_mem_is_zero()Nick Mathewson
2019-04-30Split reply formatting out of control_fmt.cTaylor Yu
2019-04-09Merge branch 'maint-0.4.0'Nick Mathewson
2019-04-09Merge branch 'bug29922_035' into maint-0.4.0Nick Mathewson
2019-04-09Actually I believe this should be an EINVAL.Nick Mathewson
2019-04-09Merge branch 'maint-0.4.0'George Kadianakis
2019-04-09Merge branch 'tor-github/pr/915' into maint-0.4.0George Kadianakis
2019-04-08Detect and suppress an additional gmtime() warning in test_util.cNick Mathewson
2019-04-05Merge branch 'tor-github/pr/761'George Kadianakis