index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
or
/
circuitpadding.c
Age
Commit message (
Expand
)
Author
2023-04-06
Prop#329 streams: Handle stream usage with conflux
Mike Perry
2021-07-22
circpad: Be smarter on when to send back STOP cells.
George Kadianakis
2020-11-12
Fix typos.
Samanta Navarro
2020-10-20
Set is_padding_timer_scheduled to 0
Guinness
2020-06-16
Bug 32040: Add a keep_*_mask to keep circpad machines
Mike Perry
2020-06-10
Bug 30992: Track a padding machine ctr to reduce race issues.
Mike Perry
2020-03-17
Merge branch 'maint-0.4.2' into maint-0.4.3
Nick Mathewson
2020-03-17
Merge branch 'maint-0.4.1' into maint-0.4.2
Nick Mathewson
2020-03-16
circpad_setup_machine_on_circ(): exit early on error.
Nick Mathewson
2019-11-07
Rename probability distribution names to end with "_t".
Nick Mathewson
2019-10-22
Re-run make autostyle.
Nick Mathewson
2019-10-22
Merge branch 'ticket31705_v2' into ticket31705_v2_merged
Nick Mathewson
2019-10-22
Disable a couple of iterator macros when COCCI is defined.
Nick Mathewson
2019-10-21
Merge remote-tracking branch 'tor-github/pr/1168'
teor
2019-08-19
Merge remote-tracking branch 'tor-github/pr/1231'
Nick Mathewson
2019-08-19
Merge remote-tracking branch 'mike/bug31356+logs-rebased2' into bug31356_final
George Kadianakis
2019-08-12
Clarify comment for bug30942 and improve logline.
Mike Perry
2019-08-12
Bug 31356: Propogate protover padding support to circpad
Mike Perry
2019-08-12
Bug 30992: Demote logline of wronghop padding to protocol warn.
Mike Perry
2019-08-12
Additional circpad diagnostic logs
Mike Perry
2019-08-05
Ignore regular cells in padding circuits.
George Kadianakis
2019-07-25
Merge branch 'maint-0.4.1'
David Goulet
2019-07-25
Always check the retval of circpad_machine_current_state().
George Kadianakis
2019-07-25
Remove dead code from circpad_machine_remove_token().
George Kadianakis
2019-07-23
Improve circpad documentation.
pulls
2019-07-08
fix for circpad_add_matching_machines to be able to negotiate one machine per...
pulls
2019-06-29
get rid of accidental second space
Roger Dingledine
2019-06-26
Merge remote-tracking branch 'tor-github/pr/1101' into maint-0.4.1
Nick Mathewson
2019-06-11
circpad: some more logging changes.
George Kadianakis
2019-06-05
More LOG_PROTOCOL_WARN.
Mike Perry
2019-06-05
Run "make autostyle."
Nick Mathewson
2019-05-30
Make some warns into protocol warns
Mike Perry
2019-05-30
Bug 30649: Check that machine is absent before warn
Mike Perry
2019-05-16
Improve logging around the circpad module..
George Kadianakis
2019-05-16
Add unittests for the new machines.
George Kadianakis
2019-05-16
Add client-side onion service circuit hiding machines.
George Kadianakis
2019-05-16
Correctly handle machines out of tokens that have not closed yet.
George Kadianakis
2019-05-16
Introduce circpad free_all() function.
George Kadianakis
2019-05-16
Generate non-padding circpad events for PADDING_NEGOTIATE(D).
George Kadianakis
2019-05-16
Make register_padding_machine part of the public API.
George Kadianakis
2019-05-16
Behave correctly when state->max_length is zero.
George Kadianakis
2019-05-15
Merge branch 'bug28780-squashed3-rebased' into bug28780_rebase
George Kadianakis
2019-05-15
Bug 28780: Make use of purpose to keep padding circuits open.
Mike Perry
2019-05-15
Check the token supply when we received a padding event, too.
Mike Perry
2019-05-15
Fix two typo bugs found by new state length test.
Mike Perry
2019-05-15
Bug 29085: Avoid monotime usage for rtt estimates if it is not in use.
Mike Perry
2019-05-15
Make the relationship between mutable histograms and token removal explicit.
Mike Perry
2019-05-15
Bug 29085: Refactor padding sent accounting out of callback.
Mike Perry
2019-05-15
Bug 29085: Refactor non-padding accounting out of token removal.
Mike Perry
2019-05-13
Fix a compilation warning: function does not have to be STATIC.
Nick Mathewson
[next]