aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-05-15Add control port circuit ID to all pathbias bug messages.Mike Perry
2019-05-15Pathbias should continue to ignore previously ignored circs.Mike Perry
2019-05-15Bug 28780: Add testsMike Perry
2019-05-15Bug 28780: Make use of purpose to keep padding circuits open.Mike Perry
2019-05-15Bug 28780: Add purpose for keeping padding circuits openMike Perry
2019-05-14Merge remote-tracking branch 'tor-github/pr/1004'Nick Mathewson
2019-05-14Merge branch 'tor-github/pr/1006'George Kadianakis
2019-05-13Fix a compilation warning: function does not have to be STATIC.Nick Mathewson
2019-05-13Merge branch 'bug28683_30173_29203_squashed'Nick Mathewson
2019-05-13Tests for bugs 28683, 30173, and 29203.Mike Perry
2019-05-13Bug 29203: Provide ReducedCircuitPadding torrc and consensus paramsMike Perry
2019-05-13Bug 28693: Provide Torrc option to disable circuit padding.Mike Perry
2019-05-13Merge remote-tracking branch 'tor-github/pr/998'Nick Mathewson
2019-05-13sendme: Fix coverity CID 1444999David Goulet
2019-05-13Merge branch 'tor-github/pr/976'David Goulet
2019-05-10Merge branch 'tor-github/pr/973'George Kadianakis
2019-05-08Merge branch 'tor-github/pr/1000'David Goulet
2019-05-07Only call tor_addr_parse() in circuit_is_acceptable() when neededNeel Chauhan
2019-05-07Merge branch 'tor-github/pr/994'David Goulet
2019-05-03sendme: Add FlowCtrl protover valueDavid Goulet
2019-05-03Merge branch 'tor-github/pr/954'David Goulet
2019-05-03Hiding crypt_path_t: Hide 'crypto' usage in sendme.cGeorge Kadianakis
2019-05-03Hiding crypt_path_t: Change code to use the privatization macro.George Kadianakis
2019-05-03Hiding crypt_path_t: Hiding 'crypto' using a macro.George Kadianakis
2019-05-03Revert "Hiding crypt_path_t: Ensure that ->private is initialized."George Kadianakis
2019-05-03Revert "Hiding crypt_path_t: Create a constructor for crypt_path_t."George Kadianakis
2019-05-03Hiding crypt_path_t: Some TODO notes for future directions.George Kadianakis
2019-05-03Hiding crypt_path_t: Move some more crypt_path-specific functions.George Kadianakis
2019-05-03Hiding crypt_path_t: Rename some functions to fit the crypt_path API.George Kadianakis
2019-05-03Hiding crypt_path_t: Trivial changes to satisfy check-local.George Kadianakis
2019-05-03Hiding crypt_path_t: Ensure that ->private is initialized.George Kadianakis
2019-05-03Hiding crypt_path_t: Create a constructor for crypt_path_t.George Kadianakis
2019-05-03Hiding crypt_path_t: Fixup broken unittests.George Kadianakis
2019-05-03Hiding crypt_path_t: Move the free func in crypt_path.c.George Kadianakis
2019-05-03Hiding crypt_path_t: Move some more init funcs in crypt_path.c.George Kadianakis
2019-05-03Hiding crypt_path_t: Start with crypt_path.crypto .George Kadianakis
2019-05-03Hiding crypt_path_t: Move init functions to crypt_path.c.George Kadianakis
2019-05-03Hiding crypt_path_t: Move assert functions in crypt_path.c.George Kadianakis
2019-05-03Hiding crypt_path_t: Introduce opaque crypt_path_private_t .George Kadianakis
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-05-01Bug 29231: Report correct padding write totals and enabled totals.Mike Perry
2019-05-01Merge remote-tracking branch 'tor-github/pr/950'Nick Mathewson