aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_util.c
AgeCommit message (Expand)Author
2018-06-28Remove all include common/ uses in crypto_ops and tls.Nick Mathewson
2018-06-28Extract time functionality into lib/wallclock and lib/timeNick Mathewson
2018-06-28Move floating-point math functions into a new lib/mathNick Mathewson
2018-06-28Move compute_num_cpus to lib/threadNick Mathewson
2018-06-28Move tor_escape_str_for_pt_args into or/transports.cNick Mathewson
2018-06-28Move string_is_key_value to lib/encodingNick Mathewson
2018-06-28Move weakrng into lib/intmathNick Mathewson
2018-06-28Extract process-management functionality into a new lib/processNick Mathewson
2018-06-28Fix up the modules that include memarea.h (automated)Nick Mathewson
2018-06-27Move network code to libtor-net.Nick Mathewson
2018-06-26Move tor_parse_long and friends into parse_int.h in libtor-stringNick Mathewson
2018-06-22Finally extract the log library and make it build.Nick Mathewson
2018-06-21Extract tor_malloc and friends to a new module.Nick Mathewson
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-05-03Merge remote-tracking branch 'isis/bug24660_r1'Nick Mathewson
2018-04-26Add a function to compute millisecond time difference quickly.Nick Mathewson
2018-04-16Helper function to add u32 without overflow.Mike Perry
2018-04-1332-bit compilation warningsNick Mathewson
2018-04-13Expose a function that computes stamp units from msec.Nick Mathewson
2018-04-06crypto: Refactor (P)RNG functionality into new crypto_rand module.Isis Lovecruft
2018-03-28Merge branch 'maint-0.3.3'Nick Mathewson
2018-03-28Rename string_is_valid_hostname -> string_is_valid_nonrfc_hostnameNick Mathewson
2018-03-28Don't explode on NULL or empty stringrl1987
2018-03-28Allow alphanumeric TLDs in test for nowrl1987
2018-03-28Validate hostnames with punycode TLDs correctlyrl1987
2018-03-28Test TLD validationrl1987
2018-03-28Do not consider IP strings valid DNS names. Fixes #25055rl1987
2018-02-15Merge branch '25162_zstd_static'Nick Mathewson
2018-02-07Merge remote-tracking branch 'dgoulet/bug25113_029_01'Nick Mathewson
2018-02-07test: Bump to 10 msec gap in the monotonic testDavid Goulet
2018-02-07Fix spelling mistakes corresponding to ticket #23650Deepesh Pathak
2018-02-06Make zstd unit tests try running with static-only fns disabledNick Mathewson
2017-12-20whitespace fixNick Mathewson
2017-12-20Improve add_msec test to cover ms->sec rolloverNick Mathewson
2017-12-13Add a function to add msec to a monotime.Nick Mathewson
2017-12-13Add monotime functions for clearing monotonic timesNick Mathewson
2017-11-27Add a new notion of "stamps" to be a fast 32-bit monotonic timestampNick Mathewson
2017-09-28Merge remote-tracking branch 'catalyst-oniongit/bug23691'Nick Mathewson
2017-09-28Fix leak in test_util.cTaylor Yu
2017-09-28Enable disabled test that was disabled due to bug #23551Alexander Færøy
2017-09-28Improve unit test coverage for compression code.Nick Mathewson
2017-09-22Use setup_full_capture_of_logs for 21800Nick Mathewson
2017-09-22test_util: capture the log in the correct place.Nick Mathewson
2017-09-21Capture "Result does not fit in tor_timegm()" warnings in util testsNick Mathewson
2017-09-15Merge branch 'scan-build-032'Nick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-09-12Clear up dead-assignment warnings from scan-buildNick Mathewson