aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_util.c
AgeCommit message (Expand)Author
2021-02-23Remove mallinfo() from codebaseDavid Goulet
2020-07-14Strip '\r' characters when reading text files on Unix.Alexander Færøy
2019-04-09Actually I believe this should be an EINVAL.Nick Mathewson
2019-04-08Detect and suppress an additional gmtime() warning in test_util.cNick Mathewson
2019-01-23Another case of possible gmtime angst.Nick Mathewson
2019-01-23Capture more BUG warnings in util/time testNick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2018-09-12Merge remote-tracking branch 'tor-github/pr/318'Nick Mathewson
2018-09-04Merge branch 'tor_api_owning_control'Nick Mathewson
2018-09-03string: add string_is_utf8() helpercypherpunks
2018-08-24Fix a compilation warning on i386 with clangNick Mathewson
2018-08-21Add a unit test for tor_log_mallinfo()Nick Mathewson
2018-08-06Add tests for the failing case of tor_localtime_rNick Mathewson
2018-08-01Refactor tor_ersatz_socketpair() not to need socket.Nick Mathewson
2018-08-01Extract tor_ersatz_socketpair into a new c fileNick Mathewson
2018-07-17Increase line coverage in libtor-string to 100%Nick Mathewson
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-07-03Merge remote-tracking branch 'github/ticket26626'Nick Mathewson
2018-07-03Fix up some windows compilation issues.Nick Mathewson
2018-07-03Retire U64_TO_DBL and DBL_TO_U64Nick Mathewson
2018-07-03Return U64_PRINTF_ARG and U64_FORMATNick Mathewson
2018-07-03Replace U64_LITERAL with the standard UINT64_CNick Mathewson
2018-07-03Clean up various things that broke with our stdint.h changesNick Mathewson
2018-07-01Remove system headers from or.hNick Mathewson
2018-07-01Minimize headers that include crypto_formats and x25519 stuffNick Mathewson
2018-07-01Remove needless includes from or.hNick Mathewson
2018-06-29Remove windows libraries from util.h and compat.hNick Mathewson
2018-06-29Remove read_all and write_allNick Mathewson
2018-06-29Move fd and memory-info functions.Nick Mathewson
2018-06-28Fix paths for buffers.h; automated.Nick Mathewson
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