summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-15Use reproducible RNG logic in circuitpadding tests.Nick Mathewson
2019-05-15Testing: allow the user to pass a seed in for reproducible-RNG testsNick Mathewson
2019-05-15Use new RNG and tinytest code to simplify prob_distr testsNick Mathewson
2019-05-15Make testing_disable_reproducible_rng() log seed on test failureNick Mathewson
2019-05-15Give tinytest a function to say whether the current test has failedNick Mathewson
2019-05-15Merge branch 'maint-0.4.0'Nick Mathewson
2019-05-15Merge branch 'maint-0.3.5' into maint-0.4.0Nick Mathewson
2019-05-15Merge branch 'bug30475_035' into maint-0.3.5Nick Mathewson
2019-05-15Merge branch 'maint-0.4.0'George Kadianakis
2019-05-15Merge branch 'tor-github/pr/1013' into maint-0.4.0George Kadianakis
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-13The practracker beatings will continue until the functions get smaller.Mike Perry
2019-05-13Changes file for bugs28693+30173+29203.Mike Perry
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-10Don't pass a NULL into a %s when logging client auth file load failureNick Mathewson
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-06Merge remote-tracking branch 'tor-github/pr/923'Nick Mathewson
2019-05-06Hiding crypt_path_t: Add changes file.George Kadianakis
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