summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-04-30Use prefilled_rng in test_addr.c in place of existing code.Nick Mathewson
2019-04-30Add a testing PRNG replacement that returns canned data.Nick Mathewson
2019-04-30Update circuit_timeout test to use deterministic prngNick Mathewson
2019-04-30Update test_prob_distr to use new reproducible RNG override codeNick Mathewson
2019-04-30Add support for deterministic override of crypto_rand() in testsNick Mathewson
2019-04-05Merge branch 'tor-github/pr/907'George Kadianakis
2019-04-05Merge branch 'maint-0.4.0'George Kadianakis
2019-04-05Merge branch 'tor-github/pr/902' into maint-0.4.0George Kadianakis
2019-04-05Merge branch 'tor-github/pr/761'George Kadianakis
2019-04-05Merge branch 'maint-0.4.0'George Kadianakis
2019-04-05Merge branch 'tor-github/pr/800' into maint-0.4.0George Kadianakis
2019-04-05Merge branch 'bug29500_040_monoinit_revert' into bug29500_master_monoinitteor
2019-04-05Revert "test/circuitpadding: Delete circuitpadding_circuitsetup_machine()"teor
2019-04-05circuitpadding: comment fixesteor
2019-04-05test/circuitpadding: Delete circuitpadding_circuitsetup_machine()teor
2019-04-05Bug #29500: Fix monotime mocking in circpad unittests.Mike Perry
2019-04-05Bug 29500: Start monotime at 1000 nsec.Mike Perry
2019-04-05Bug 29500: Attempt to fix the tokens test.Mike Perry
2019-04-04Merge remote-tracking branch 'tor-github/pr/752'Nick Mathewson
2019-04-04Merge branch 'maint-0.4.0'Nick Mathewson
2019-04-04Merge branch 'bug29959_040_squashed' into maint-0.4.0Nick Mathewson
2019-04-04bwauth: Actually include the bandwidth-file-digest in authority votesteor
2019-04-04Use an enum for inherit_result_out.Nick Mathewson
2019-04-04Syntax fix in test.Nick Mathewson
2019-04-04rename inherit values to avoid conflict with system definesNick Mathewson
2019-04-04fast_rng: if noinherit has failed, then check getpid() for bad forksNick Mathewson
2019-04-04map_anon: define a macro if it is possible for noinherit to fail.Nick Mathewson
2019-04-04Make map_anon expose the result of a noinherit attemptNick Mathewson
2019-04-04Drop thread-local fast_rng on fork.Nick Mathewson
2019-04-04Implement an DormantCanceledByStartup optionNick Mathewson
2019-04-04Do not cache bogus results from classifying client ciphersNick Mathewson
2019-04-03Merge branch 'maint-0.4.0'George Kadianakis
2019-04-03Merge branch 'tor-github/pr/867' into maint-0.4.0George Kadianakis
2019-04-03Merge branch 'maint-0.4.0'Nick Mathewson
2019-04-03Merge branch 'maint-0.3.5' into maint-0.4.0Nick Mathewson
2019-04-03Merge branch 'maint-0.3.4' into maint-0.3.5Nick Mathewson
2019-04-03Merge branch 'maint-0.2.9' into maint-0.3.4Nick Mathewson
2019-04-03Merge remote-tracking branch 'tor-github/pr/860'Nick Mathewson
2019-04-03Update geoip and geoip6 to the April 2 2019 database.Karsten Loesing
2019-04-03Merge remote-tracking branch 'tor-github/pr/863'teor
2019-04-02Merge remote-tracking branch 'tor-github/pr/875'teor
2019-04-02Merge remote-tracking branch 'tor-github/pr/864'teor
2019-03-30bug_occurred: a place where we assumed that "buf" was still a bufferNick Mathewson
2019-03-29Merge branch 'ticket29662_squashed' into ticket29662_squashed_mergedNick Mathewson
2019-03-29Check for NULL in tor_assertf_nonfatal()rl1987
2019-03-29Refrain from using static buffer for assert failure message; call tor_asprint...rl1987
2019-03-29Use tor_assertf{_nonfatal} in coderl1987
2019-03-29Silence compiler warningsrl1987
2019-03-29dircache: Refactor handle_get_next_bandwidth() to use connection_dir_buf_add()teor
2019-03-29Add connection_dir_buf_add() helper functionrl1987