Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-26 | Merge remote-tracking branch 'tor-github/pr/852' into maint-0.4.0 | teor | |
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 remote-tracking branch 'tor-github/pr/848' into maint-0.4.0 | 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-23 | Bump to 0.4.0.3-alpha-dev | Nick Mathewson | |
2019-03-22 | Merge branch 'bug29693_040_radical_squashed' into maint-0.4.0 | Nick Mathewson | |
2019-03-22 | prob-distr: Decrease false positive rate of stochastic tests. | George Kadianakis | |
2019-03-21 | Bump version to 0.4.0.3-alpha | Nick Mathewson | |
2019-03-20 | Merge branch 'maint-0.3.4' into maint-0.3.5 | teor | |
2019-03-20 | Merge remote-tracking branch 'tor-github/pr/798' into maint-0.3.5 | teor | |
2019-03-19 | Merge remote-tracking branch 'tor-github/pr/727' into maint-0.3.5 | teor | |
2019-03-18 | Merge branch 'bug29706_035_minimal_merge' into bug29706_040_minimal_merge | teor | |
Comment merge. | |||
2019-03-18 | Merge branch 'bug29706_034_minimal_merge' into bug29706_035_minimal_merge | teor | |
2019-03-18 | test/sr: update sr_state_free() to sr_state_free_all() in a comment | teor | |
2019-03-18 | Merge branch 'bug29706_029_minimal' into bug29706_034_minimal_merge | teor | |
2019-03-18 | test/sr: Clear SRVs after init, and before setup | teor | |
Already merged to 0.4.0 and later in tor-github/pr/776. Backported to 0.2.9 and later with minor comment changes. Part of 29706. | |||
2019-03-15 | Merge branch 'bug28656_035_squashed' into maint-0.4.0 | Nick Mathewson | |
2019-03-15 | Stop logging a BUG() warning when tor is waiting for exit descriptors | teor | |
Fixes bug 28656; bugfix on 0.3.5.1-alpha. | |||
2019-03-15 | Merge remote-tracking branch 'tor-github/pr/776' into maint-0.4.0 | Nick Mathewson | |
2019-03-15 | Merge remote-tracking branch 'tor-github/pr/791' into maint-0.4.0 | Nick Mathewson | |
2019-03-14 | relays shouldn't close idle rend circuits | Roger Dingledine | |
Allow connections to single onion services to remain idle without being disconnected. Relays acting as rendezvous points for single onion services were mistakenly closing idle established rendezvous circuits after 60 seconds, thinking that they are unused directory-fetching circuits that had served their purpose. Fixes bug 29665; bugfix on 0.2.1.26. | |||
2019-03-14 | Merge remote-tracking branch 'tor-github/pr/795' into maint-0.3.4 | teor | |
2019-03-14 | Merge remote-tracking branch 'tor-github/pr/794' into maint-0.3.4 | teor | |
2019-03-14 | Merge branch 'bug28096-029-squashed' into bug28096-034-squashed | teor | |
Merge the new code, and preserve the #else macro comment from 0.3.4. | |||
2019-03-14 | Merge remote-tracking branch 'nickm/bug27073_029' into bug27073_034 | teor | |
Replace == with OP_EQ in test macros. | |||
2019-03-14 | Merge remote-tracking branch 'tor-github/pr/771' into maint-0.3.4 | teor | |
2019-03-13 | test/sr: Clear SRVs after init, and before setup | teor | |
Part of 29706. | |||
2019-03-12 | Merge branch 'tor-github/pr/763' into maint-0.4.0 | George Kadianakis | |
2019-03-12 | Merge remote-tracking branch 'tor-github/pr/776' into maint-0.4.0 | Nick Mathewson | |
2019-03-12 | test/sr: update sr_state_free() to sr_state_free_all() | teor | |
The function name changed between 0.2.9 and 0.3.4. | |||
2019-03-12 | Merge branch bug29706_029_refactor into bug29706_034_refactor | teor | |
2019-03-12 | sr: BUG() on NULL sr_state before doing a state_query_*() | teor | |
Part of #29706. | |||
2019-03-12 | sr: Check for replacing a SRV pointer with the same pointer | teor | |
Check if the new pointer is the same as the old one: if it is, it's probably a bug: * the caller may have confused current and previous, or * they may have forgotten to sr_srv_dup(). Putting NULL multiple times is allowed. Part of 29706. | |||
2019-03-11 | Merge remote-tracking branch 'tor-github/pr/756' into maint-0.4.0 | Nick Mathewson | |
2019-03-09 | sr: rename srv_dup() to sr_srv_dup() | teor | |
2019-03-09 | sr: Free SRVs before replacing them in state_query_put_() | teor | |
Refactor the shared random state's memory management so that it actually takes ownership of the shared random value pointers. Fixes bug 29706; bugfix on 0.2.9.1-alpha. | |||
2019-03-09 | test/sr: Free SRVs before replacing them in test_sr_setup_srv() | teor | |
Stop leaking parts of the shared random state in the shared-random unit tests. The previous fix in 29599 was incomplete. Fixes bug 29706; bugfix on 0.2.9.1-alpha. | |||
2019-03-08 | Merge branch 'pr_719_squashed_040' into maint-0.4.0 | Nick Mathewson | |
2019-03-08 | Bug 29204: Inspect circuit queues before sending padding. | Mike Perry | |
Mitigates OOM conditions at relays. | |||
2019-03-08 | Merge branch 'bug23512-v4-029-fixes-keep-typedef' into bug23512-v4-034-fixes | teor | |
2019-03-08 | Merge remote-tracking branch 'bug28525_029' into maint-0.3.5 | teor | |
2019-03-08 | Make tor_addr_is_internal_() RFC6598 (Carrier Grade NAT) aware | Neel Chauhan | |
Fixes 28525. |