Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-25 | Split all controller events code into a new control_events.c | Nick Mathewson | |
Also, split the formatting code shared by control.c and control_events.c into controller_fmt.c. | |||
2019-03-25 | Merge remote-tracking branch 'tor-github/pr/785' | teor | |
2019-03-23 | forward-port changelog for 0.4.0.3-alpha | Nick Mathewson | |
2019-03-23 | Merge branch 'maint-0.4.0' | Nick Mathewson | |
"ours" to avoid version bump | |||
2019-03-23 | Bump to 0.4.0.3-alpha-dev | Nick Mathewson | |
2019-03-22 | Merge branch 'maint-0.4.0' | 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-22 | Merge remote-tracking branch 'tor-github/pr/819' | teor | |
2019-03-22 | circpad: Rename circpad_machine_state_t to circpad_machine_runtime_t. | George Kadianakis | |
The name of circpad_machine_state_t was very confusing since it was conflicting with circpad_state_t and circpad_circuit_state_t. Right now here is the current meaning of these structs: circpad_state_t -> A state of the state machine. circpad_machine_runtime_t -> The current mutable runtime info of the state machine. circpad_circuit_state_t -> Circuit conditions based on which we should apply a machine to the circuit | |||
2019-03-22 | circpad/prob_distr: Use crypto_fast_rng() instead of the old RNG. | George Kadianakis | |
2019-03-21 | Merge branch 'maint-0.4.0' | Nick Mathewson | |
Ours to avoid version bump. | |||
2019-03-21 | Bump version to 0.4.0.3-alpha | Nick Mathewson | |
2019-03-21 | circpad: Don't pad if Tor is in dormant mode. | George Kadianakis | |
This is something we should think about harder, but we probably want dormant mode to be more powerful than padding in case a client has been inactive for a day or so. After all, there are probably no circuits open at this point and dormant mode will not allow the client to open more circuits. Furthermore, padding should not block dormant mode from being activated, since dormant mode relies on SocksPort activity, and circuit padding does not mess with that. | |||
2019-03-20 | Merge branch 'maint-0.4.0' | teor | |
2019-03-20 | Merge branch 'maint-0.3.5' into maint-0.4.0 | teor | |
2019-03-20 | Merge branch 'maint-0.3.4' into maint-0.3.5 | teor | |
2019-03-20 | Merge branch 'maint-0.2.9' into maint-0.3.4 | teor | |
2019-03-20 | Merge remote-tracking branch 'tor-github/pr/798' into maint-0.3.5 | teor | |
2019-03-20 | Merge remote-tracking branch 'tor-github/pr/774' into maint-0.2.9 | teor | |
2019-03-19 | Merge remote-tracking branch 'tor-github/pr/781' | Nick Mathewson | |
2019-03-19 | Merge branch 'maint-0.4.0' | Nick Mathewson | |
2019-03-19 | Merge remote-tracking branch 'tor-github/pr/802' into maint-0.4.0 | Nick Mathewson | |
2019-03-19 | Merge branch 'maint-0.4.0' | teor | |
2019-03-19 | Merge branch 'maint-0.3.5' into maint-0.4.0 | 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 | Satisfy practracker broken by #29665 and #28656. | George Kadianakis | |
2019-03-15 | Merge branch 'maint-0.4.0' | Nick Mathewson | |
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 branch 'maint-0.4.0' | Nick Mathewson | |
2019-03-15 | Merge remote-tracking branch 'tor-github/pr/776' into maint-0.4.0 | Nick Mathewson | |
2019-03-15 | Merge branch '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 | circ: Remove n_mux and p_mux members | David Goulet | |
They are simply not used apart from assigning a pointer and asserting on the pointer depending on the cell direction. Closes #29196. Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2019-03-14 | practracker: Create an exception for an as-yet-nonexistent file. | Nick Mathewson | |
We need a better way to do this. | |||
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 | practracker: Be compatible with python2 which is used by travis/jenkins. | George Kadianakis | |
2019-03-14 | Merge branch 'maint-0.4.0' | teor | |
2019-03-14 | Merge branch 'maint-0.3.5' into maint-0.4.0 | teor | |
2019-03-14 | Merge branch 'maint-0.3.4' into maint-0.3.5 | teor | |
"ours" merge to ignore the changes to src/common/compat.c, they have already been merged to 0.3.5 in the correct file. | |||
2019-03-14 | Merge branch 'maint-0.2.9' into maint-0.3.4 | teor | |
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. |