summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-03Removed the use of expect from CodingStandardsRustElichai Turkel
2019-03-29allow circuituse.c to get even longer.Nick Mathewson
2019-03-29Merge branch 'ticket29662_squashed' into ticket29662_squashed_mergedNick Mathewson
2019-03-29Check for NULL in tor_assertf_nonfatal()rl1987
2019-03-29Refrain from using static buffer for assert failure message; call ↵rl1987
tor_asprintf() instead
2019-03-29Add changes filerl1987
2019-03-29Use tor_assertf{_nonfatal} in coderl1987
2019-03-29Silence compiler warningsrl1987
2019-03-27Merge branch 'tor-github/pr/859'George Kadianakis
2019-03-27Merge branch 'maint-0.4.0'teor
2019-03-27Merge remote-tracking branch 'tor-github/pr/835' into maint-0.4.0teor
2019-03-26practracker updates from messaging_v3 mergeNick Mathewson
(main.c is a bit better, but shutdown.c is ugly)
2019-03-26Merge branch 'messaging_v3' into messaging_v3_mergedNick Mathewson
2019-03-26changes file for pubsub codeNick Mathewson
2019-03-27Merge branch 'maint-0.4.0'teor
2019-03-27Merge branch 'maint-0.3.5' into maint-0.4.0teor
2019-03-27Merge branch 'maint-0.3.4' into maint-0.3.5teor
2019-03-27Merge remote-tracking branch 'tor-github/pr/820' into maint-0.3.4teor
2019-03-26Remove message/subsystem numbers from log messagesNick Mathewson
Having the numbers in those messages makes some of the unit test unstable, by causing them to depend on the initialization order of the naming objects.
2019-03-27practracker: regen in master, for bug28925 merged to 0.4.0 and laterteor
python3 scripts/maint/practracker/practracker.py --regen
2019-03-27Merge branch 'maint-0.4.0'teor
2019-03-27Merge remote-tracking branch 'tor-github/pr/836' into maint-0.4.0teor
2019-03-26Regenerate practracker file from scratch.Nick Mathewson
Closes ticket 29912. Since this is the first time that practracker has had a stable output order, this diff will be larger than usual.
2019-03-26Merge branch 'practracker_regen'Nick Mathewson
2019-03-26Merge branch 'tor-github/pr/842'George Kadianakis
2019-03-26Add new exceptions.txt entriesNick Mathewson
2019-03-26Merge branch 'bug29805_rebased_squashed'Nick Mathewson
2019-03-26prob-distr: Some more comments about the initializers.George Kadianakis
Based on patches and review comments by Riastradh and Catalyst. Co-authored-by: Taylor R Campbell <campbell+tor@mumble.net> Co-authored-by: Taylor Yu <catalyst@torproject.org>
2019-03-26prob-distr: Silence some coverity warnings.George Kadianakis
2019-03-26Merge branch 'tor-github/pr/709'George Kadianakis
2019-03-26Merge branch 'maint-0.4.0'George Kadianakis
2019-03-26Merge branch 'tor-github/pr/847' into maint-0.4.0George Kadianakis
2019-03-26practracker: update usage note in docstringNick Mathewson
2019-03-26Merge remote-tracking branch 'tor-github/pr/724'teor
2019-03-26Merge branch 'maint-0.4.0'teor
2019-03-26Merge remote-tracking branch 'tor-github/pr/852' into maint-0.4.0teor
2019-03-26Add header guards to ptr_helpers.hrl1987
2019-03-26changes: add file for #21377juga0
2019-03-26dircache: fix identation and remove unneded gotojuga0
2019-03-26bwauth: remove declaring args, they are now in usejuga0
2019-03-26test: check that .../bandwidth.z is compressedjuga0
2019-03-26test: Check bw file cache lifetimejuga0
2019-03-26bwauth: increment bw file cache lifetimejuga0
Increment bw file cache lifetime when serving it by HTTP. And add a constant to define that lifetime.
2019-03-26bwauth: check and use compression serving bw filejuga0
2019-03-26bwauth: check if a bw file could be readjuga0
Before serving it by HTTP.
2019-03-26bwauth: use flag to do not warn when file is missingjuga0
Use flag to do not warn when the bandwidth file is missing trying to serve it by http. Also remove double space in the assignement.
2019-03-26Serve bandwidth file used in the next votejuga0
When a directory authority is using a bandwidth file to obtain the bandwidth values that will be included in the next vote, serve this bandwidth file at /tor/status-vote/next/bandwidth.z.
2019-03-26Merge branch 'maint-0.4.0'teor
2019-03-26Merge remote-tracking branch 'tor-github/pr/848' into maint-0.4.0teor
2019-03-26Merge remote-tracking branch 'tor-github/pr/833'teor