summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | Temporarily add some windows verbosity to track down unit test failure on jen...Nick Mathewson2016-07-26
* | | | | Try a little harder to work around mingw clock_gettime weirdnessNick Mathewson2016-07-26
* | | | | three typo fixes i found in my sandboxRoger Dingledine2016-07-25
* | | | | Also ship compat_time.h in release tarballs. Fixes bug #19746Peter Palfrader2016-07-25
* | | | | ug no, the RIGHT fix.Nick Mathewson2016-07-21
* | | | | Avoid infinite stack explosion in windows monotime.Nick Mathewson2016-07-21
* | | | | Once more, 32-bit fixes on monotime mockingNick Mathewson2016-07-21
* | | | | Merge branch 'maint-0.2.8'Nick Mathewson2016-07-21
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Coverity hates it when we do "E1 ? E2 : E2".Nick Mathewson2016-07-21
* | | | | loony mingwcross bug: insist we dont have clock_gettime.Nick Mathewson2016-07-21
* | | | | fix monotime test mocking on 32-bit systemsNick Mathewson2016-07-21
* | | | | Make monotime test mocking work with oom tests.Nick Mathewson2016-07-21
* | | | | Use new mock functions in buffer/time_tracking testNick Mathewson2016-07-21
* | | | | Actually make monotonic time functions mockable.Nick Mathewson2016-07-21
* | | | | Revert "Make the monotonic{_coarse,}_get() functions mockable."Nick Mathewson2016-07-21
* | | | | Make the monotonic{_coarse,}_get() functions mockable.Nick Mathewson2016-07-21
* | | | | Merge branch 'maint-0.2.8'Nick Mathewson2016-07-19
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'maint-0.2.7' into maint-0.2.8Nick Mathewson2016-07-19
| |\ \ \ \
| | * \ \ \ Merge branch 'maint-0.2.6' into maint-0.2.7Nick Mathewson2016-07-19
| | |\ \ \ \
| | | * \ \ \ Merge branch 'maint-0.2.5' into maint-0.2.6Nick Mathewson2016-07-19
| | | |\ \ \ \
| | | | * \ \ \ Merge branch 'maint-0.2.4' into maint-0.2.5Nick Mathewson2016-07-19
| | | | |\ \ \ \
| | | | | * | | | Update geoip and geoip6 to the July 6 2016 database.Karsten Loesing2016-07-18
* | | | | | | | | Merge branch 'monotonic_v2_squashed'Nick Mathewson2016-07-19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Be sure to call monotime_init() at startup.Nick Mathewson2016-07-19
| * | | | | | | | | Make sure initialized_at is initialized before use.Nick Mathewson2016-07-19
| * | | | | | | | | Changes file for monotonic time branch.Nick Mathewson2016-07-19
| * | | | | | | | | Unit tests for monotonic timeNick Mathewson2016-07-19
| * | | | | | | | | Expose monotonic time ratchet functions for testing.Nick Mathewson2016-07-19
| * | | | | | | | | Remove tor_gettimeofday_cached_monotonic as broken and unneededNick Mathewson2016-07-19
| * | | | | | | | | Use coarse monotonic timer instead of cached monotonized libevent time.Nick Mathewson2016-07-19
| * | | | | | | | | convert timers.c to use real monotonic time.Nick Mathewson2016-07-19
| * | | | | | | | | Basic portable monotonic timer implementationNick Mathewson2016-07-19
| * | | | | | | | | Move our "what time is it now" compat functions into a new moduleNick Mathewson2016-07-08
* | | | | | | | | | Keep make check-spaces happyAndrea Shepard2016-07-17
* | | | | | | | | | Merge branch 'maint-0.2.8'Nick Mathewson2016-07-17
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | / / / | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Merge remote-tracking branch 'weasel/bug19660' into maint-0.2.8Nick Mathewson2016-07-17
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Add (SOCK_DGRAM, IPPROTO_UDP) sockets to the sandboxing whitelistPeter Palfrader2016-07-11
| * | | | | | | | | Fix warnings in test_util_formats.Nick Mathewson2016-07-17
* | | | | | | | | | Merge branch 'maint-0.2.8'Nick Mathewson2016-07-13
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | / / / / / / / | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | changes file for bug18397Nick Mathewson2016-07-13
| * | | | | | | | Merge remote-tracking branch 'Jigsaw52/seccomp-fix-18397' into maint-0.2.8Nick Mathewson2016-07-13
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Adds missing syscalls to seccomp filter.Daniel Pinto2016-07-09
| | |/ / / / / /
* | | | | | | | Fix test-network-all target in out-of-tree buildscypherpunks2016-07-08
* | | | | | | | Merge remote-tracking branch 'sebastian/libevent2'Nick Mathewson2016-07-08
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove src/or/eventdns_tor.h based on cypherpunk's reviewSebastian Hahn2016-07-04
| * | | | | | | | Add changes file for libevent version requirementSebastian Hahn2016-07-04
| * | | | | | | | Address review comments from cypherpunksSebastian Hahn2016-07-04
| * | | | | | | | Raise libevent dependency to 2.0.10-stable or newerSebastian Hahn2016-07-04
| * | | | | | | | Remove two wrong commentsSebastian Hahn2016-07-04
| * | | | | | | | Remove HAVE_EVENT_H from winconfigSebastian Hahn2016-07-03