Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-28 | Fix checkIncludes warning about "unusual pattern in src/ext/timeouts/" | Nick Mathewson | |
Closes ticket 28806. | |||
2019-03-27 | Merge branch 'tor-github/pr/859' | George Kadianakis | |
2019-03-27 | Merge branch 'maint-0.4.0' | teor | |
2019-03-27 | Merge remote-tracking branch 'tor-github/pr/835' into maint-0.4.0 | teor | |
2019-03-26 | practracker updates from messaging_v3 merge | Nick Mathewson | |
(main.c is a bit better, but shutdown.c is ugly) | |||
2019-03-26 | Merge branch 'messaging_v3' into messaging_v3_merged | Nick Mathewson | |
2019-03-26 | changes file for pubsub code | Nick Mathewson | |
2019-03-27 | Merge branch 'maint-0.4.0' | teor | |
2019-03-27 | Merge branch 'maint-0.3.5' into maint-0.4.0 | teor | |
2019-03-27 | Merge branch 'maint-0.3.4' into maint-0.3.5 | teor | |
2019-03-27 | Merge remote-tracking branch 'tor-github/pr/820' into maint-0.3.4 | teor | |
2019-03-26 | Remove message/subsystem numbers from log messages | Nick 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-27 | practracker: regen in master, for bug28925 merged to 0.4.0 and later | teor | |
python3 scripts/maint/practracker/practracker.py --regen | |||
2019-03-27 | Merge branch 'maint-0.4.0' | teor | |
2019-03-27 | Merge remote-tracking branch 'tor-github/pr/836' into maint-0.4.0 | teor | |
2019-03-26 | Regenerate 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-26 | Merge branch 'practracker_regen' | Nick Mathewson | |
2019-03-26 | Merge branch 'tor-github/pr/842' | George Kadianakis | |
2019-03-26 | Add new exceptions.txt entries | Nick Mathewson | |
2019-03-26 | Merge branch 'bug29805_rebased_squashed' | Nick Mathewson | |
2019-03-26 | prob-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-26 | prob-distr: Silence some coverity warnings. | George Kadianakis | |
2019-03-26 | Merge branch 'tor-github/pr/709' | George Kadianakis | |
2019-03-26 | Merge branch 'maint-0.4.0' | George Kadianakis | |
2019-03-26 | Merge branch 'tor-github/pr/847' into maint-0.4.0 | George Kadianakis | |
2019-03-26 | practracker: update usage note in docstring | Nick Mathewson | |
2019-03-26 | Merge remote-tracking branch 'tor-github/pr/724' | teor | |
2019-03-26 | Merge branch 'maint-0.4.0' | teor | |
2019-03-26 | Merge remote-tracking branch 'tor-github/pr/852' into maint-0.4.0 | teor | |
2019-03-26 | Add header guards to ptr_helpers.h | rl1987 | |
2019-03-26 | changes: add file for #21377 | juga0 | |
2019-03-26 | dircache: fix identation and remove unneded goto | juga0 | |
2019-03-26 | bwauth: remove declaring args, they are now in use | juga0 | |
2019-03-26 | test: check that .../bandwidth.z is compressed | juga0 | |
2019-03-26 | test: Check bw file cache lifetime | juga0 | |
2019-03-26 | bwauth: increment bw file cache lifetime | juga0 | |
Increment bw file cache lifetime when serving it by HTTP. And add a constant to define that lifetime. | |||
2019-03-26 | bwauth: check and use compression serving bw file | juga0 | |
2019-03-26 | bwauth: check if a bw file could be read | juga0 | |
Before serving it by HTTP. | |||
2019-03-26 | bwauth: use flag to do not warn when file is missing | juga0 | |
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-26 | Serve bandwidth file used in the next vote | juga0 | |
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-26 | Merge branch 'maint-0.4.0' | teor | |
2019-03-26 | Merge remote-tracking branch 'tor-github/pr/848' into maint-0.4.0 | teor | |
2019-03-26 | Merge remote-tracking branch 'tor-github/pr/833' | teor | |
2019-03-26 | Merge remote-tracking branch 'tor-github/pr/834' | teor | |
2019-03-26 | Fix CID 1444119 | rl1987 | |
Let's use the same function exit point for BUG() codepath that we're using for every other exit condition. That way, we're not forgetting to clean up the memarea. | |||
2019-03-26 | test/dir: add a 4th argument to dirserv_read_measured_bandwidths() | teor | |
Part of 29806. | |||
2019-03-26 | Merge branch 'ticket29806_035_squashed_merged' into ↵ | teor | |
ticket29806_040_squashed_merged | |||
2019-03-26 | Merge branch 'tor-github/pr/839' | George Kadianakis | |
2019-03-25 | Rename one case of c_type to c_ptr_type. | Nick Mathewson | |
2019-03-25 | Rename DISPATCH_DEFINE_TYPE() to DISPATCH_REGISTER_TYPE() | Nick Mathewson | |
Also fix a grammar error in a comment. |