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
/
sendme.h
Age
Commit message (
Expand
)
Author
2022-02-22
Add test for circuit_sendme_cell_is_next() when sendme_inc is 100.
Mike Perry
2021-10-04
Prop#324: Hook up flow control
Mike Perry
2021-07-30
Prop#324: Hook up CC algs to main sendme callpoints
Mike Perry
2021-03-12
Update copyrights to 2021, using "make update-copyright"
Nick Mathewson
2020-03-19
Merge remote-tracking branch 'tor-github/pr/1806' into maint-0.4.3
teor
2020-03-17
sendme: Emit version 1 by default
David Goulet
2020-01-08
It's 2020. Update the copyright dates with "make update-copyright"
Nick Mathewson
2019-06-05
Run "make autostyle."
Nick Mathewson
2019-05-22
sendme: Clarify how sendme_circuit_cell_is_next() works
David Goulet
2019-05-22
sendme: Properly record SENDMEs on both edges
David Goulet
2019-05-22
sendme: Never fallback to v0 if unknown version
David Goulet
2019-05-22
sendme: Record cell digest on both client and exit
David Goulet
2019-05-03
Hiding crypt_path_t: Hide 'crypto' usage in sendme.c
George Kadianakis
2019-04-29
sendme: Better function names
David Goulet
2019-04-29
sendme: Add helper to note the cell digest
David Goulet
2019-04-29
sendme: Helper to know if next cell is a SENDME
David Goulet
2019-04-29
prop289: Keep the digest bytes, not the object
David Goulet
2019-04-29
prop289: Rename packaged functions with better name
David Goulet
2019-04-29
tests: Implement unit tests for SENDME v1
David Goulet
2019-04-29
prop289: Remember the last cell digest for v1 SENDMEs
David Goulet
2019-04-29
prop289: Keep track of the last seen cell digests
David Goulet
2019-04-29
prop289: Support SENDME v1 cell parsing
David Goulet
2019-04-29
prop289: Support sending SENDME version 1
David Goulet
2019-04-29
sendme: Add helper functions for DATA cell packaging
David Goulet
2019-04-29
sendme: Add helper functions for DATA cell delivery
David Goulet
2019-04-29
sendme: Refactor SENDME cell processing
David Goulet
2019-04-29
sendme: Move code to the new files sendme.{c|h}
David Goulet