aboutsummaryrefslogtreecommitdiff
path: root/changes
AgeCommit message (Collapse)Author
2019-02-20Remove all uses of weak_rng.Nick Mathewson
I'm not removing the weak_rng code itself yet, since it is possible that we will want to revert one of these.
2019-02-19Implement code to manage a per-thread instance of crypto_fast_rng()Nick Mathewson
The subsystems API makes this really simple, fortunately. Closes ticket 29536
2019-02-19Merge remote-tracking branch 'tor-github/pr/665'Nick Mathewson
2019-02-19Merge remote-tracking branch 'tor-github/pr/659'Nick Mathewson
2019-02-19Merge branch 'maint-0.4.0'Nick Mathewson
2019-02-19Merge remote-tracking branch 'tor-github/pr/704' into maint-0.4.0Nick Mathewson
2019-02-19Merge branch 'maint-0.4.0'Nick Mathewson
2019-02-19Merge branch 'bug29145_029' into maint-0.4.0Nick Mathewson
2019-02-19Fix a compiler warning on OpenBSDKris Katterjohn
malloc_options needs to be declared extern (and declaring it extern means we need to initialize it separately) Fixes bug 29145; bugfix on 0.2.9.3-alpha Signed-off-by: Kris Katterjohn <katterjohn@gmail.com>
2019-02-19Merge remote-tracking branch 'tor-github/pr/683'Nick Mathewson
2019-02-19Merge remote-tracking branch 'tor-github/pr/694'Nick Mathewson
2019-02-19Merge remote-tracking branch 'tor-github/pr/678'Nick Mathewson
2019-02-19Merge branch 'bug28698_035' into maint-0.4.0Nick Mathewson
2019-02-19Add circuit time check before logging about relaxing circuit timeJosé M. Guisado
Signed-off-by: José M. Guisado <guigom@riseup.net>
2019-02-19Merge remote-tracking branch 'tor-github/pr/701' into maint-0.4.0Nick Mathewson
2019-02-14kist: When readding chans, check correct chan's sched_heap_idxMatt Traudt
Closes #29508 Signed-off-by: David Goulet <dgoulet@torproject.org>
2019-02-14Merge branch 'maint-0.3.5'George Kadianakis
2019-02-14Merge branch 'tor-github/pr/689' into maint-0.3.5George Kadianakis
2019-02-14Merge branch 'tor-github/pr/536' into maint-0.3.5George Kadianakis
2019-02-14Disable unstable circuit padding unittest.George Kadianakis
until #29298 is implemented.
2019-02-13Merge remote-tracking branch 'tor-github/pr/699'Nick Mathewson
2019-02-13Merge remote-tracking branch 'tor-github/pr/674'Nick Mathewson
2019-02-13Merge branch 'tor-github/pr/651'David Goulet
2019-02-13Merge branch 'tor-github/pr/650' into maint-0.3.5David Goulet
2019-02-13changes: Add changes file for #26698juga0
2019-02-12Merge branch 'tor-github/pr/690'David Goulet
2019-02-12Merge branch 'tor-github/pr/671'David Goulet
2019-02-12On windows, if we fail to load a consensus and it has a CRLF, retry.Nick Mathewson
Fixes bug 28614; bugfix on 0.4.0.1-alpha when we started mmapping the consensus.
2019-02-12Merge branch 'maint-0.3.5'Nick Mathewson
2019-02-12Merge branch 'maint-0.3.4' into maint-0.3.5Nick Mathewson
2019-02-12Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2019-02-12Merge branch 'maint-0.2.9' into maint-0.3.3Nick Mathewson
2019-02-12Update geoip and geoip6 to the February 5 2019 database.Karsten Loesing
2019-02-08Fix SC2086 warning in test_workqueue_*.sh shell scriptsrl1987
2019-02-08Changes file for ticket29026.Nick Mathewson
2019-02-08Merge branch 'maint-0.3.5'Nick Mathewson
2019-02-08Merge branch 'ticket29040_1_changes' into maint-0.3.5Nick Mathewson
2019-02-08Add changes file for bug 29040.Nick Mathewson
2019-02-08Merge branch 'maint-0.3.5'Nick Mathewson
2019-02-08Merge remote-tracking branch 'tor-github/pr/670' into maint-0.3.5Nick Mathewson
2019-02-06Add changes filerl1987
2019-02-05Merge branch 'maint-0.3.5'Roger Dingledine
2019-02-05Merge branch 'maint-0.3.4' into maint-0.3.5Roger Dingledine
2019-02-05Merge branch 'maint-0.3.3' into maint-0.3.4Roger Dingledine
2019-02-02Add release note for bug 29150Peter Gerber
2019-02-01Add changes filerl1987
2019-02-01Update Cargo.lock with new comment; suppress 29244.Nick Mathewson
2019-01-30Use RFC5737-compliant example IP addresses in manpage when describing MapAddressrl1987
2019-01-29Write consensus files in binary modeNick Mathewson
This will help us out on windows now that we mmap files. Fixes part of ticket 28614.
2019-01-26Allow empty username/password in SOCKS5 username/password auth messagerl1987