aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/sendme.h
AgeCommit message (Expand)Author
2022-02-22Add test for circuit_sendme_cell_is_next() when sendme_inc is 100.Mike Perry
2021-10-04Prop#324: Hook up flow controlMike Perry
2021-07-30Prop#324: Hook up CC algs to main sendme callpointsMike Perry
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2020-03-19Merge remote-tracking branch 'tor-github/pr/1806' into maint-0.4.3teor
2020-03-17sendme: Emit version 1 by defaultDavid Goulet
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-06-05Run "make autostyle."Nick Mathewson
2019-05-22sendme: Clarify how sendme_circuit_cell_is_next() worksDavid Goulet
2019-05-22sendme: Properly record SENDMEs on both edgesDavid Goulet
2019-05-22sendme: Never fallback to v0 if unknown versionDavid Goulet
2019-05-22sendme: Record cell digest on both client and exitDavid Goulet
2019-05-03Hiding crypt_path_t: Hide 'crypto' usage in sendme.cGeorge Kadianakis
2019-04-29sendme: Better function namesDavid Goulet
2019-04-29sendme: Add helper to note the cell digestDavid Goulet
2019-04-29sendme: Helper to know if next cell is a SENDMEDavid Goulet
2019-04-29prop289: Keep the digest bytes, not the objectDavid Goulet
2019-04-29prop289: Rename packaged functions with better nameDavid Goulet
2019-04-29tests: Implement unit tests for SENDME v1David Goulet
2019-04-29prop289: Remember the last cell digest for v1 SENDMEsDavid Goulet
2019-04-29prop289: Keep track of the last seen cell digestsDavid Goulet
2019-04-29prop289: Support SENDME v1 cell parsingDavid Goulet
2019-04-29prop289: Support sending SENDME version 1David Goulet
2019-04-29sendme: Add helper functions for DATA cell packagingDavid Goulet
2019-04-29sendme: Add helper functions for DATA cell deliveryDavid Goulet
2019-04-29sendme: Refactor SENDME cell processingDavid Goulet
2019-04-29sendme: Move code to the new files sendme.{c|h}David Goulet