summaryrefslogtreecommitdiff
path: root/src/test/test_util.c
AgeCommit message (Expand)Author
2014-04-24Merge branch 'bug11396_v2_squashed'Nick Mathewson
2014-04-24get_total_system_memory(): see how much RAM we haveNick Mathewson
2014-04-07Fix some harmless/untriggerable memory leaks found by coverityNick Mathewson
2014-04-07Merge remote-tracking branch 'public/bug10363_024_squashed'Nick Mathewson
2014-04-07Another 10363 instance: this one in tor_memmem fallback codeNick Mathewson
2014-03-31Check return values for tor_munmap_file() in unit testsNick Mathewson
2014-01-17Coverate in util.c: test that tor_parse_* rejects negative base.Nick Mathewson
2013-11-22Remove needless fd var from test. CID 1130989.Nick Mathewson
2013-11-18Merge branch 'backtrace_squashed'Nick Mathewson
2013-10-11Merge branch 'bug1376'Nick Mathewson
2013-10-11Fix some whitespace; tighten the tests.Nick Mathewson
2013-10-10Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-10-10Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-10-10Fix unit test for format_helper_exit_statusNick Mathewson
2013-09-04Added test for new write_chunks_to_file behaviour in #1376.Kevin Butler
2013-08-02Try to make the win32 ersatz_socketpair pass.Nick Mathewson
2013-08-02Unit test for tor_{ersatz_,}socketpair.Nick Mathewson
2013-08-02Simple unit test for tor_open_socket_with_extensionsNick Mathewson
2013-07-19Add a signal-safe decimal formatting functionNick Mathewson
2013-07-18Rename tor_escape_str_for_socks_arg() to something more generic.George Kadianakis
2013-07-18Pass characters to be escaped to tor_escape_str_for_socks_arg().George Kadianakis
2013-07-15Lightly refactor and test format_hex_number_sigsafeNick Mathewson
2013-07-15HEX_ERRNO_SIZE is no longer the correct upper limit for format_hex_number_sig...Nick Mathewson
2013-07-15Expose format_hex_number_..., and rename it to ..._sigsafe().Nick Mathewson
2013-07-15Don't build format_helper_exit_status on win32Nick Mathewson
2013-05-11Remove strcpy from unit tests.Arlo Breault
2013-03-22Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-03-22Fix an uninitialized-var warning in unit testsNick Mathewson
2013-03-21Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-03-21Fix a small memory leak in the unit testsNick Mathewson
2013-03-19Merge remote-tracking branch 'asn/bug3594_rebased_and_fixed'Nick Mathewson
2013-03-15Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-03-02A couple more easy unit testsNick Mathewson
2013-02-23Remove some functions which were unused except for their testsNick Mathewson
2013-02-15Fix unreachable use-before-assign in test_util_join_win_cmdlineNick Mathewson
2013-02-11Fix even more dead code and resource leaks in the unit testsNick Mathewson
2013-02-11Resolve memory leaks in the unit tests and benchmarks (found by coverity)Nick Mathewson
2013-02-11Refactoring to make parse_bridge_line() unittestable.George Kadianakis
2013-02-09Fix various issues pointed out by Nick and Andrea.George Kadianakis
2013-02-09Add utility functions needed for SOCKS argument parsing.George Kadianakis
2013-02-08Unit test for tor_weak_random_rangeNick Mathewson
2013-02-01Fix a silly mistake in the tor_mathlog() documentation. Give it a unit test.Nick Mathewson
2013-01-16Rename *_isin to *_containsNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2013-01-03Merge branch 'ntor-resquashed'Nick Mathewson
2013-01-03Implement a constant-time safe_mem_is_zero.Nick Mathewson
2012-12-07Merge branch 'win64-7260'Nick Mathewson
2012-12-06Use FreeLibrary, not CloseHandle, for library in test_util.cNick Mathewson
2012-11-02In the unit tests, use "test_eq_ptr" and "test_neq_ptr" consistentlyNick Mathewson
2012-10-27Merge remote-tracking branch 'asn/bug6832'Nick Mathewson