Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-19 | Split routerlist.c into 4 separate modules | Nick Mathewson | |
There are now separate modules for: * the list of router descriptors * the list of authorities and fallbacks * managing authority certificates * selecting random nodes | |||
2018-09-18 | Comment fix. | Nick Mathewson | |
2018-09-18 | Merge branch 'ticket27686_035' | Nick Mathewson | |
2018-09-18 | Merge remote-tracking branch 'tor-github/pr/352' | Nick Mathewson | |
2018-09-18 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-09-18 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-09-18 | Merge remote-tracking branch 'onionk/rust-allsupported1' into maint-0.3.3 | Nick Mathewson | |
2018-09-18 | Merge remote-tracking branch 'github/bug27073_029' | Nick Mathewson | |
2018-09-18 | Merge remote-tracking branch 'tor-github/pr/344' | Nick Mathewson | |
2018-09-18 | Changes file for 27764 | Nick Mathewson | |
2018-09-18 | Merge remote-tracking branch 'asn-github/bug27764' | Nick Mathewson | |
2018-09-18 | Bump to 0.3.5.1-alpha-dev | Nick Mathewson | |
2018-09-18 | Fix minor memleak in edge-case of crypto_rsa.c function. | George Kadianakis | |
2018-09-17 | Merge remote-tracking branch 'teor/ticket27757'tor-0.3.5.1-alpha | Nick Mathewson | |
2018-09-18 | ChangeLog: add onion service versions to the Tor2web deprecation notice | teor | |
Tor2web was never implemented for v3 onion services. | |||
2018-09-18 | ChangeLog: the ContactInfo UTF-8 requirement is a major UI change | teor | |
(Even if it only affects a few relay operators.) | |||
2018-09-18 | ChangeLog: bugfixes are on previous releases, not this release | teor | |
2018-09-18 | ChangeLog: delete both consensus flavours to un-break nss | teor | |
The required protocol version check occurs before the consensus flavour check. So on directory mirrors (and some client configs), alpha users need to delete both consensus flavours to workaround nss bugs. Closes ticket 27756. | |||
2018-09-18 | Merge branch 'bug23512-v4-033' into bug23512-v4-master | Mike Perry | |
2018-09-17 | Bug 23512: Test fix: cmux is now allocated by new_fake_channel() | Mike Perry | |
2018-09-17 | Merge branch 'bug23512-v4-032' into bug23512-v4-033 | Mike Perry | |
2018-09-17 | Remove duplicate TLS define from kist code. | Mike Perry | |
Duplicate comes from introducing this define into 0.2.9, which did not yet have KIST. | |||
2018-09-17 | Bug 23512: Mock assert_circuit_ok in tests. | Mike Perry | |
This mocking was not available in 0.2.9. | |||
2018-09-17 | Merge branch 'bug23512-v4-029' into bug23512-v4-032 | Mike Perry | |
2018-09-17 | Bug 23512: Test recording bytes in circ queues. | Mike Perry | |
2018-09-17 | Bug 23512: Changes file. | Mike Perry | |
2018-09-17 | Bug 23512: Report queued cells on or circs as written. | Mike Perry | |
This avoids asymmetry in our public relay stats, which can be exploited for guard discovery and other attacks. | |||
2018-09-17 | Promote rep_hist bw functions to uint64_t. | Mike Perry | |
The rest of rephist uses uint64_t internally. Let's make these take it too, so we don't have to worry about overflowing size_t on 32 bit systems. | |||
2018-09-17 | More changelog edits | Nick Mathewson | |
2018-09-17 | Write a blurb, pull UI changes to the front, edit | Nick Mathewson | |
2018-09-17 | Light edits on changelog. mostly combining sections. | Nick Mathewson | |
2018-09-17 | Lower the maximum size of a private key file to 16 MB | Nick Mathewson | |
This shouldn't be a user-visible change: nobody has a 16 MB RSA key that they're trying to use with Tor. I'm doing this to fix CID 1439330 / ticket 27730, where coverity complains (on 64-bit) that we are making a comparison that is never true. | |||
2018-09-17 | Bump to 0.3.5.1-alpha | Nick Mathewson | |
2018-09-17 | Start a changelog for 0.3.5.1-alpha | Nick Mathewson | |
2018-09-16 | Add tortls.h includes to expose critical macro. Fix #27734. | Nick Mathewson | |
2018-09-16 | Don't try to link C from rust doctests for nss detection | Nick Mathewson | |
This is really annoying, since we can't use cfg(test) for doctests. | |||
2018-09-16 | Merge branch 'bug25573-034-typefix' | Nick Mathewson | |
2018-09-16 | Fix duplicate declaration of pathbias_count_valid_cells. | Nick Mathewson | |
2018-09-16 | When Tor is compiled with NSS, don't claim support for LinkAuth=1 | Nick Mathewson | |
Closes ticket 27288 | |||
2018-09-16 | Update description of onion_extend_cpath() (#27333) | traumschule | |
2018-09-14 | Add a missing function for windows | Nick Mathewson | |
2018-09-14 | Explicitly ignore BIO_set_close() return val to fix #27711 | Nick Mathewson | |
2018-09-14 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-09-14 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-09-14 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-09-14 | hs-v3: Don't BUG() on directory permission check failure | David Goulet | |
In hs_config.c, we do validate the permission of the hidden service directory but we do not try to create it. So, in the event that the directory doesn't exists, we end up in the loading key code path which checks for the permission and possibly creates the directory. On failure, don't BUG() since there is a perfectly valid use case for that function to fail. Fixes #27335 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-09-14 | Merge remote-tracking branch 'dgoulet/ticket27040_035_01' | Nick Mathewson | |
2018-09-14 | Merge branch 'nss_countbytes_squashed' | Nick Mathewson | |
2018-09-14 | Allow malloc includes in tls library | Nick Mathewson | |
2018-09-14 | Add support for lower-level byte counting with NSS | Nick Mathewson | |
This is harder than with OpenSSL, since OpenSSL counts the bytes on its own and NSS doesn't. To fix this, we need to define a new PRFileDesc layer that has its own byte-counting support. Closes ticket 27289. |