index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
test_util.c
Age
Commit message (
Expand
)
Author
2015-01-23
Split the slow unit tests into their own binary
Nick Mathewson
2015-01-21
Merge branch 'better_workqueue_v3_squashed'
Nick Mathewson
2015-01-15
unittests: use tt_i64_op() instead of tt_int_op() in laplace tests.
George Kadianakis
2015-01-15
unittests: use tt_i64_op() instead of tt_int_op() in laplace tests.
George Kadianakis
2015-01-15
unittests: Change some tt_assert()s to tt_int_op()s.
George Kadianakis
2015-01-15
Restrict sample values of the Laplace distribution to int64_t.
George Kadianakis
2015-01-14
Basic unit test for condition variables.
Nick Mathewson
2015-01-14
Move thread tests into their own module
Nick Mathewson
2015-01-08
fix new mingw64 compilation warnings
Nick Mathewson
2015-01-07
Merge branch 'bug9286_v3_squashed'
Nick Mathewson
2015-01-07
Stop accepting milliseconds in various directory contexts
Nick Mathewson
2015-01-06
Merge remote-tracking branch 'public/feature11791'
Nick Mathewson
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-12-19
LLONG_MIN => INT64_MIN.
Nick Mathewson
2014-12-19
Fix unit test.
Karsten Loesing
2014-12-10
Add better support to obfuscate statistics.
Karsten Loesing
2014-11-17
Use smaller zlib objects when under memory pressure
Nick Mathewson
2014-11-12
Fix wide lines (from 13172)
Nick Mathewson
2014-11-12
Replace operators used as macro arguments with OP_XX macros
Nick Mathewson
2014-11-04
Merge branch 'bug13315_squashed'
Nick Mathewson
2014-11-04
Introducing helper function to validate IPv4 address strings.
rl1987
2014-11-04
Introducing helper function to validate DNS name strings.
rl1987
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-10-22
Switch new time tests to use SIZEOF_TIME_T, not sizeof(time_t)
Nick Mathewson
2014-10-21
Conditionally compile time testing code based on integer size
teor
2014-10-20
Further unit test tor_timegm and parse_rfc1123_time
teor
2014-10-13
Define a strnlen replacement on platforms (win32) that lack it
Nick Mathewson
2014-10-13
Clean whitespace in last patch.
Nick Mathewson
2014-10-12
Avoid overflow in format_time_interval, create unit tests
teor
2014-09-29
Whitespace fixes on 13291 fix
Nick Mathewson
2014-09-29
Parenthesize macro arguments for 13291 fix
Nick Mathewson
2014-09-29
Stop spawn test failures due to a race condition with SIGCHLD on process exit
teor
2014-09-17
Fix a windows unused-arg warning
Nick Mathewson
2014-09-16
clean up eol whitespace from coccinelle-generated patches
Nick Mathewson
2014-09-16
Remove the legacy_test_helper and legacy_setup wrappers
Nick Mathewson
2014-09-15
Replace the remaining test_assert instances
Nick Mathewson
2014-09-15
Replace the remaining test_n?eq_ptr calls
Nick Mathewson
2014-09-15
Use coccinelle scripts to clean up our unit tests
Nick Mathewson
2014-09-15
Don't pass invalid memory regions to digestmap_set/get in test_routerlist
Nick Mathewson
2014-09-15
Clear up another clangalyzer issue
Nick Mathewson
2014-09-11
One more whitespace fix
Nick Mathewson
2014-09-11
Whitespace cleanups in test_util
Nick Mathewson
2014-09-11
Merge remote-tracking branch 'public/bug13104_025'
Nick Mathewson
2014-09-11
Fix "comparison is always false" warnings in new test_util_di_ops
Nick Mathewson
2014-09-11
Merge remote-tracking branch 'public/bug13104_025'
Nick Mathewson
2014-09-11
C90 compliance for #13104 fixes
Nick Mathewson
2014-09-11
Avoid an overflow on negation in format_helper_exit_status
Nick Mathewson
2014-09-10
Extra tests for tor_memeq and memcmp
Nick Mathewson
2014-09-10
Avoid overflows and underflows in sscanf and friends
Nick Mathewson
2014-09-02
Add an assertion to read_file_to_str_until_eof
Nick Mathewson
[next]