aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-04-29sendme: Move note_cell_digest() to relay_crypto moduleDavid Goulet
2019-04-29sendme: Better handle the random paddingDavid Goulet
2019-04-29sendme: Keep cell digest only if a SENDME is nextDavid 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: Add documentation for the circuit FIFO listDavid Goulet
2019-04-29prop289: Skip the first 4 unused bytes in a cellDavid Goulet
2019-04-29prop289: Keep the digest bytes, not the objectDavid Goulet
2019-04-29prop289: Move digest matching in its own functionDavid Goulet
2019-04-29prop289: Rename packaged functions with better nameDavid Goulet
2019-04-29prop289: Move SENDME cell processing in a separate functionDavid Goulet
2019-04-29prop289: Use a 20 bytes digest instead of 4David Goulet
2019-04-29tests: Implement unit tests for SENDME v1David Goulet
2019-04-29prop289: Add random bytes to the unused portion of the cellDavid Goulet
2019-04-29prop289: Remember the last cell digest for v1 SENDMEsDavid Goulet
2019-04-29prop289: Match the SENDME digestDavid 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-29prop289: Add SENDME trunnel declarationDavid Goulet
2019-04-29prop289: Add two consensus parametersDavid Goulet
2019-04-29sendme: Always close stream if deliver window is negativeDavid 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: Modernize and cleanup old moved codeDavid Goulet
2019-04-29sendme: Move code to the new files sendme.{c|h}David Goulet
2019-04-25Merge remote-tracking branch 'tor-github/pr/889'Nick Mathewson
2019-04-25Merge remote-tracking branch 'tor-github/pr/922'Nick Mathewson
2019-04-25Merge branch 'maint-0.4.0'George Kadianakis
2019-04-25Merge branch 'tor-github/pr/960' into maint-0.4.0George Kadianakis
2019-04-25Merge branch 'tor-github/pr/953'George Kadianakis
2019-04-24Merge remote-tracking branch 'tor-github/pr/942'Nick Mathewson
2019-04-24Merge branch 'tor-github/pr/951'David Goulet
2019-04-24Merge branch 'tor-github/pr/943'David Goulet
2019-04-24Merge branch 'tor-github/pr/955'David Goulet
2019-04-24Merge branch 'tor-github/pr/939'David Goulet
2019-04-23Merge remote-tracking branch 'tor-github/pr/944'Nick Mathewson
2019-04-23Rename outvar to follow _out convention.Nick Mathewson
2019-04-23Merge remote-tracking branch 'tor-github/pr/935'Nick Mathewson
2019-04-23Merge remote-tracking branch 'tor-github/pr/962'Nick Mathewson
2019-04-19Initialize rate_limited in hs_pick_hsdir() to falseNeel Chauhan
2019-04-19Only set rate_limited in hs_pick_hsdir() if rate_limited_count or responsible...Neel Chauhan
2019-04-19Initialize rate_limited to false in directory_get_from_hs_dir()Neel Chauhan
2019-04-19Make rate_limited and is_rate_limited a boolNeel Chauhan
2019-04-18Merge branch 'tor-github/pr/938'George Kadianakis
2019-04-18Merge branch 'maint-0.4.0'George Kadianakis
2019-04-18Merge branch 'tor-github/pr/891' into maint-0.4.0George Kadianakis
2019-04-17connection_edge: remove an extra ;teor
2019-04-17connection_edge: Return a web page when HTTPTunnelPort is misconfiguredteor