summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Merge branch 'tor-github/pr/702'HEADmasterDavid Goulet2019-02-14
|\
| * Add whitebox test for the long-output optimization of fast_rngNick Mathewson2019-02-14
| * Add test for crypto_fast_rng_get_double().Nick Mathewson2019-02-14
| * Add a test-rng program so we can pipe to dieharder.Nick Mathewson2019-02-14
| * Add a benchmark for our several PRNGs.Nick Mathewson2019-02-14
| * Implement a fast aes-ctr prngNick Mathewson2019-02-14
| * Extract RNG tests into a new test moduleNick Mathewson2019-02-14
| * Extract the common body of our random-int functions into a macroNick Mathewson2019-02-14
| * Extract numeric CSPRNG functions into a new module.Nick Mathewson2019-02-06
| * Remove extraneous #if/#endif wrapper in crypto_rand.cNick Mathewson2019-02-06
| * Code for anonymous mappings via mmap() or CreateFileMapping().Nick Mathewson2019-02-06
* | Merge branch 'maint-0.3.5'George Kadianakis2019-02-14
|\ \
| * \ Merge branch 'tor-github/pr/689' into maint-0.3.5George Kadianakis2019-02-14
| |\ \
| | * | Add more openssl includes to fix no-deprecated compilationNick Mathewson2019-02-08
| | * | Fix compilation when openssl is compiled without engine support.Nick Mathewson2019-02-08
| * | | Merge branch 'tor-github/pr/536' into maint-0.3.5George Kadianakis2019-02-14
| |\ \ \
| * \ \ \ Merge branch 'tor-github/pr/650' into maint-0.3.5David Goulet2019-02-13
| |\ \ \ \
* | \ \ \ \ Merge remote-tracking branch 'tor-github/pr/699'Nick Mathewson2019-02-13
|\ \ \ \ \ \
| * | | | | | dirvote: Add the bandwidth file digest in the votejuga02019-02-13
| * | | | | | test: Add test to get the digest of a bw filejuga02019-02-13
| * | | | | | bwauth: Add function to get the digest of a bw filejuga02019-02-13
* | | | | | | Merge branch 'tor-github/pr/651'David Goulet2019-02-13
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge branch 'ticket28668_035' into ticket28668_040Nick Mathewson2019-01-23
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Another case of possible gmtime angst.Nick Mathewson2019-01-23
| * | | | | | Merge branch 'ticket28668_035' into ticket28668_040Nick Mathewson2019-01-23
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | test: Fix a warning underflow in rend_cache/cleanDavid Goulet2019-01-23
| | * | | | | Capture more BUG warnings in util/time testNick Mathewson2019-01-23
| | * | | | | If address/get_if_addrs6 can't findipv6, log WARN, not ERRNick Mathewson2019-01-23
| * | | | | | Fix a LOG_ERR message from test_pt.cNick Mathewson2019-01-16
| * | | | | | Merge branch 'ticket28668_035' into ticket28668_040Nick Mathewson2019-01-16
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Fail any unit test that causes an unhandled LD_BUG or LOG_ERRNick Mathewson2019-01-16
* | | | | | | Merge branch 'tor-github/pr/690'David Goulet2019-02-12
|\ \ \ \ \ \ \
| * | | | | | | Allow getsockopt(…, SOL_SOCKET, SO_ACCEPTCONN, …) in sandboxPeter Gerber2019-01-22
* | | | | | | | Merge branch 'tor-github/pr/671'David Goulet2019-02-12
|\ \ \ \ \ \ \ \
| * | | | | | | | On windows, if we fail to load a consensus and it has a CRLF, retry.Nick Mathewson2019-02-12
| * | | | | | | | Write consensus files in binary modeNick Mathewson2019-01-29
* | | | | | | | | Merge branch 'maint-0.3.5'Nick Mathewson2019-02-12
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'maint-0.3.4' into maint-0.3.5Nick Mathewson2019-02-12
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson2019-02-12
| | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge branch 'maint-0.2.9' into maint-0.3.3Nick Mathewson2019-02-12
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | Update geoip and geoip6 to the February 5 2019 database.Karsten Loesing2019-02-12
| * | | | | | | | | | | test: Fix a warning underflow in rend_cache/cleanDavid Goulet2019-02-12
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'maint-0.3.5'Nick Mathewson2019-02-08
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Merge branch 'ticket29040_1_changes' into maint-0.3.5Nick Mathewson2019-02-08
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | hs-v3: add an option param to safe log functionsSuphanat Chunhapanya2019-01-24
| | * | | | | | | | | | hs-v3: fix use after free in client auth configSuphanat Chunhapanya2019-01-24
* | | | | | | | | | | | Merge branch 'maint-0.3.5'Nick Mathewson2019-02-08
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | Merge remote-tracking branch 'tor-github/pr/670' into maint-0.3.5Nick Mathewson2019-02-08
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Allow empty username/password in SOCKS5 username/password auth messagerl19872019-01-26
* | | | | | | | | | | | Merge branch 'maint-0.3.5'Roger Dingledine2019-02-05
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | | | | | | / / / / / | |_|_|_|_|_|/ / / / / |/| | | | | | | | | |