summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2019-05-03Merge branch 'tor-github/pr/984'David Goulet
2019-05-02Merge branch 'tor-github/pr/986'George Kadianakis
2019-05-02Merge branch 'tor-github/pr/999'George Kadianakis
2019-05-02Add comments to include.am files to note where new sources goNick Mathewson
2019-05-02Remove some now-needless dirauth includesNick Mathewson
2019-05-02Make keypin.c dirauth-onlyNick Mathewson
2019-05-02Make the bwauth.c module dirauth-only.Nick Mathewson
2019-05-02Move voteflags.[ch] to become dirauth only.Nick Mathewson
2019-05-02sendme: Improve logging messagesDavid Goulet
2019-04-30Make the reachability.c module dirauth-only.Nick Mathewson
2019-04-30Make the guardfraction.c module dirauth-only.Nick Mathewson
2019-04-30Make the process_descs.c module dirauth-only.Nick Mathewson
2019-04-30Make the dsigs_parse.c module dirauth-only.Nick Mathewson
2019-04-30Make the recommend_pkg file dirauth-only.Nick Mathewson
2019-04-30Split reply formatting out of control_fmt.cTaylor Yu
2019-04-30Merge branch 'tor-github/pr/936'George Kadianakis
2019-04-30Merge branch 'tor-github/pr/993'George Kadianakis
2019-04-30Merge branch 'tor-github/pr/983'George Kadianakis
2019-04-30Merge branch 'tor-github/pr/980'David Goulet
2019-04-30Rename and clarify some functions for periodic eventsNick Mathewson
2019-04-30Remove now-extraneous calls to initialize_periodic_events().Nick Mathewson
2019-04-30Move dirauth periodic events into dirauth module.Nick Mathewson
2019-04-30Turn 'mainloop' into a subsystem.Nick Mathewson
2019-04-29sendme: Do not poke at crypto.sendme_digest directlyDavid Goulet
2019-04-29sendme: Better function namesDavid Goulet
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 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