aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_util.c
AgeCommit message (Expand)Author
2019-04-04Syntax fix in test.Nick Mathewson
2019-04-04rename inherit values to avoid conflict with system definesNick Mathewson
2019-04-04map_anon: define a macro if it is possible for noinherit to fail.Nick Mathewson
2019-04-04Make map_anon expose the result of a noinherit attemptNick Mathewson
2019-03-25Split command-handling and authentication from control.cNick Mathewson
2019-03-25Split all controller events code into a new control_events.cNick Mathewson
2019-02-25Re-enable and fix unit test for nofork mappingsNick Mathewson
2019-02-19Mark map_anon_nofork test as skipped in 0.4.0Nick Mathewson
2019-02-14Merge branch 'tor-github/pr/702'David Goulet
2019-02-06Code for anonymous mappings via mmap() or CreateFileMapping().Nick Mathewson
2019-01-23Merge branch 'ticket28668_035' into ticket28668_040Nick Mathewson
2019-01-23Another case of possible gmtime angst.Nick Mathewson
2019-01-23Merge branch 'ticket28668_035' into ticket28668_040Nick Mathewson
2019-01-23Capture more BUG warnings in util/time testNick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2019-01-14Merge remote-tracking branch 'asn-github/adaptive_padding-final'Nick Mathewson
2019-01-10Unittest for tor_isinf().George Kadianakis
2019-01-09Merge branch 'ticket28856_v2'Nick Mathewson
2019-01-02Concentrate all TOR_USEC_PER_SEC definitions in a single header file.George Kadianakis
2018-12-17Merge branch 'ticket28179_squashed' into ticket28179_squashed_mergedNick Mathewson
2018-12-17Move remaining code from subprocess.{h,c} to more appropriate places.Alexander Færøy
2018-12-17Delete old process_handle_t code.Alexander Færøy
2018-12-17Remove strcmp_len(): it is now unusedNick Mathewson
2018-11-14Move buffers.c out of lib/containers to resolve a circularity.Nick Mathewson
2018-11-06Merge remote-tracking branch 'tor-github/pr/464'Nick Mathewson
2018-11-01Add tests for the string_is_utf8_no_bom() function.George Kadianakis
2018-10-30Merge branch 'ticket23082_squashed'Nick Mathewson
2018-10-30Move a check for trailing colon to tor_inet_pton()rl1987
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