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.h
Age
Commit message (
Expand
)
Author
2021-03-12
Update copyrights to 2021, using "make update-copyright"
Nick Mathewson
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-01-08
It's 2020. Update the copyright dates with "make update-copyright"
Nick Mathewson
2019-10-16
Doxygen: Fix things that looked like links.
Nick Mathewson
2019-10-14
Replace a unicode character which doxygen cannot handle.
Nick Mathewson
2019-08-05
Ignore regular cells in padding circuits.
George Kadianakis
2019-07-23
Improve circpad documentation.
pulls
2019-06-05
Run "make autostyle."
Nick Mathewson
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
Introduce circpad free_all() function.
George Kadianakis
2019-05-16
Make register_padding_machine part of the public API.
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
Bug 29085: Refactor non-padding accounting out of token removal.
Mike Perry
2019-05-13
Bug 29203: Provide ReducedCircuitPadding torrc and consensus params
Mike Perry
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
2019-03-13
Merge branch 'pr_722_squashed'
Nick Mathewson
2019-03-13
Fix test prob distr parameters that caused warnings.
George Kadianakis
2019-03-13
circpad: Machines MUST have strictly increasing histogram edges.
George Kadianakis
2019-03-13
circpad: Documentation improvements after Nick's review.
George Kadianakis
2019-02-25
Switch an int32_t bin to a circpad_hist_index_t.
George Kadianakis
2019-02-25
document picking infinity bin
George Kadianakis
2019-02-25
Fix dist_min_usec documentation and naming.
George Kadianakis
2019-02-25
histogram_edges is histogram_len long
George Kadianakis
2019-02-15
Update all the histogram functions to use the new design.
George Kadianakis
2019-02-15
Remove start_usec/range_usec and make equivalent fields for distributions.
George Kadianakis
2019-02-15
Add histogram fields in header file that allow specifying edges.
George Kadianakis
2019-01-16
Bump copyright date to 2019
Nick Mathewson
2019-01-11
Fix type redefinition errors.
Taylor R Campbell
2019-01-10
Rename circpad_machineinfo_t -> circpad_machine_state_t
George Kadianakis
2019-01-10
Rename circpad_machine_t -> circpad_machine_spec_t
George Kadianakis
2019-01-10
Add top-level file documentation for circuitpadding.c
George Kadianakis
2019-01-02
Circuit padding tests.
George Kadianakis
2019-01-02
Circuit padding header.
Mike Perry