summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-19Merge branch 'maint-0.3.4'Nick Mathewson
2018-07-19Fix linking when dirauth module is disabled.Nick Mathewson
2018-07-19Merge remote-tracking branch 'ahf-github/bugs/26780'Nick Mathewson
2018-07-19Merge branch 'bug26712'Nick Mathewson
2018-07-19Merge branch 'maint-0.3.4'Nick Mathewson
2018-07-19Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-07-19Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-07-19Merge remote-tracking branch 'teor/bug26853_032' into maint-0.3.2Nick Mathewson
2018-07-18wrap a multi-line if body in { } before somebody gets hurtRoger Dingledine
2018-07-18Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-07-18Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-07-18Merge branch 'maint-0.2.9' into maint-0.3.2Nick Mathewson
2018-07-18Merge branch 'maint-0.3.4'Nick Mathewson
2018-07-18Changes file for bug 26787Nick Mathewson
2018-07-18Merge branch 'maint-0.3.4'Nick Mathewson
2018-07-18Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-07-18Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-07-18Merge branch 'maint-0.2.9' into maint-0.3.2Nick Mathewson
2018-07-18Try putting ulimit -c 0 in test_bt.sh to see if it fixes bug 26787Nick Mathewson
2018-07-18Merge remote-tracking branch 'teor/ticket26702-atomically'Nick Mathewson
2018-07-18Add two more dependencies in build.rsNick Mathewson
2018-07-18Use the "testing" variant of several C libraries in build.rsNick Mathewson
2018-07-18Merge remote-tracking branch 'isis/bug26398'Nick Mathewson
2018-07-18Add some missing includes and struct declarations.Nick Mathewson
2018-07-18Merge branch 'maint-0.3.4'Nick Mathewson
2018-07-18Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-07-18Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-07-18Merge branch 'maint-0.2.9' into maint-0.3.2Nick Mathewson
2018-07-18Merge branch 'bug26485_029_squashed' into maint-0.2.9Nick Mathewson
2018-07-18Add a test for format_recommended_version_list.Nick Mathewson
2018-07-18Warn when an authority has voted for a version with a space in it.Nick Mathewson
2018-07-18Warn the directory authority operator if their versions list is bogusNick Mathewson
2018-07-18Merge remote-tracking branch 'teor/ticket26852'Nick Mathewson
2018-07-18Merge branch 'ulimit_when_crashing'Nick Mathewson
2018-07-18SKIP test_key_expiration.sh on Windows until the underlying issue is resolvedteor
2018-07-18doc: Document Appveyor and Jenkins in doc/HACKING/HelpfulTools.mdteor
2018-07-18doc: Explain how to avoid inconsistent reads on V3BandwidthsFileteor
2018-07-17Merge branch 'bug25552_ope_squashed'Nick Mathewson
2018-07-17Improve a log message.George Kadianakis
2018-07-17Fix time source bug in sr_state_get_start_time_of_current_protocol_run().George Kadianakis
2018-07-17Set revision counter before uploading, not during building.George Kadianakis
2018-07-17Make the OPE scheme return CRYPTO_OPE_ERROR on error.George Kadianakis
2018-07-17Compute OPE cipher structure only when needed.George Kadianakis
2018-07-17Add changes file.George Kadianakis
2018-07-17Remove now useless rev counter state file code.George Kadianakis
2018-07-17Fix up some unittests by being more careful with the local time.George Kadianakis
2018-07-17Use approx_time() instead of time(NULL) in some HS functions.George Kadianakis
2018-07-17Compute the description revision counter using the OPE scheme.George Kadianakis
2018-07-17Introduce useful SRV funcs (start time of prev protocol run)George Kadianakis
2018-07-17Increase OPE_INPUT_MAX.George Kadianakis