summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2016-07-26Temporarily add some windows verbosity to track down unit test failure on jen...Nick Mathewson
2016-07-26Try a little harder to work around mingw clock_gettime weirdnessNick Mathewson
2016-07-25Also ship compat_time.h in release tarballs. Fixes bug #19746Peter Palfrader
2016-07-21ug no, the RIGHT fix.Nick Mathewson
2016-07-21Avoid infinite stack explosion in windows monotime.Nick Mathewson
2016-07-21Once more, 32-bit fixes on monotime mockingNick Mathewson
2016-07-21Merge branch 'maint-0.2.8'Nick Mathewson
2016-07-21Coverity hates it when we do "E1 ? E2 : E2".Nick Mathewson
2016-07-21loony mingwcross bug: insist we dont have clock_gettime.Nick Mathewson
2016-07-21fix monotime test mocking on 32-bit systemsNick Mathewson
2016-07-21Actually make monotonic time functions mockable.Nick Mathewson
2016-07-21Revert "Make the monotonic{_coarse,}_get() functions mockable."Nick Mathewson
2016-07-21Make the monotonic{_coarse,}_get() functions mockable.Nick Mathewson
2016-07-19Merge branch 'monotonic_v2_squashed'Nick Mathewson
2016-07-19Make sure initialized_at is initialized before use.Nick Mathewson
2016-07-19Expose monotonic time ratchet functions for testing.Nick Mathewson
2016-07-19Remove tor_gettimeofday_cached_monotonic as broken and unneededNick Mathewson
2016-07-19convert timers.c to use real monotonic time.Nick Mathewson
2016-07-19Basic portable monotonic timer implementationNick Mathewson
2016-07-17Merge branch 'maint-0.2.8'Nick Mathewson
2016-07-17Merge remote-tracking branch 'weasel/bug19660' into maint-0.2.8Nick Mathewson
2016-07-13Merge branch 'maint-0.2.8'Nick Mathewson
2016-07-13Merge remote-tracking branch 'Jigsaw52/seccomp-fix-18397' into maint-0.2.8Nick Mathewson
2016-07-11Add (SOCK_DGRAM, IPPROTO_UDP) sockets to the sandboxing whitelistPeter Palfrader
2016-07-09Adds missing syscalls to seccomp filter.Daniel Pinto
2016-07-08Move our "what time is it now" compat functions into a new moduleNick Mathewson
2016-07-08Merge remote-tracking branch 'sebastian/libevent2'Nick Mathewson
2016-07-05Grammar.Nick Mathewson
2016-07-04Address review comments from cypherpunksSebastian Hahn
2016-07-04Raise libevent dependency to 2.0.10-stable or newerSebastian Hahn
2016-07-04Remove two wrong commentsSebastian Hahn
2016-07-01Merge remote-tracking branch 'dgoulet/ticket16943_029_05-squashed'Nick Mathewson
2016-06-30Merge remote-tracking branch 'andrea/bug18322_v3_squashed'Nick Mathewson
2016-06-30Make things mockable for dump_desc_populate_fifo_from_directory() unit testAndrea Shepard
2016-06-30Unit test for dump_desc_populate_one_file()Andrea Shepard
2016-06-30Add support for mocking functions declared with attributes without causing gc...Andrea Shepard
2016-06-30Move unparseable descriptor dumps into subdirectory of DataDirAndrea Shepard
2016-06-30Add extern support for file-scope variables in testsupport.hAndrea Shepard
2016-06-30Expose dump_desc() to the test suite and make things it calls mockableAndrea Shepard
2016-06-30Fix bug19483: avoid range checks when they are always trueteor (Tim Wilson-Brown)
2016-06-29Improve overflow checks in tv_udiff and tv_mdiffteor (Tim Wilson-Brown)
2016-06-29Fix an integer overflow bug in the tv_mdiff range checkteor (Tim Wilson-Brown)
2016-06-27Merge branch 'maint-0.2.8'Nick Mathewson
2016-06-24Bug19499: Fix GCC warnings when building against bleeding edge OpenSSL.Yawning Angel
2016-06-20Add tor_htonll/ntohll functionsDavid Goulet
2016-06-20util: zero target buffer of base*_encode/decodeDavid Goulet
2016-06-20Small coverage improvements on compat.cNick Mathewson
2016-06-20compat.c coverage: simplify under-tested alloc_getcwd.Nick Mathewson
2016-06-20More coverage in backtrace.cNick Mathewson
2016-06-20Merge branch 'bug14013_029_01_squashed'Nick Mathewson