summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Allow creating a statically linked binary. Fixes #6623bug6623Matthew Finkel2018-09-19
* Add tortls.h includes to expose critical macro. Fix #27734.Nick Mathewson2018-09-16
* Don't try to link C from rust doctests for nss detectionNick Mathewson2018-09-16
* Merge branch 'bug25573-034-typefix'Nick Mathewson2018-09-16
|\
| * Fix duplicate declaration of pathbias_count_valid_cells.Nick Mathewson2018-09-16
* | When Tor is compiled with NSS, don't claim support for LinkAuth=1Nick Mathewson2018-09-16
* | Add a missing function for windowsNick Mathewson2018-09-14
* | Explicitly ignore BIO_set_close() return val to fix #27711Nick Mathewson2018-09-14
* | Merge branch 'maint-0.3.4'Nick Mathewson2018-09-14
|\ \
| * \ Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson2018-09-14
| |\ \
| | * \ Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson2018-09-14
| | |\ \
| | | * | hs-v3: Don't BUG() on directory permission check failureDavid Goulet2018-09-14
* | | | | Merge remote-tracking branch 'dgoulet/ticket27040_035_01'Nick Mathewson2018-09-14
|\ \ \ \ \
| * | | | | hs-v2: Demote log warning to info when we don't have a consensusDavid Goulet2018-09-14
* | | | | | Merge branch 'nss_countbytes_squashed'Nick Mathewson2018-09-14
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Allow malloc includes in tls libraryNick Mathewson2018-09-14
| * | | | | Add support for lower-level byte counting with NSSNick Mathewson2018-09-14
* | | | | | Merge branch 'maint-0.3.4'Nick Mathewson2018-09-14
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson2018-09-14
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | If options_act() fails, restore the previous value of global_optionsNick Mathewson2018-09-14
* | | | | | Merge branch 'nss_27664'Nick Mathewson2018-09-14
|\ \ \ \ \ \
| * | | | | | Run crypto_prefork() before start_daemon().Nick Mathewson2018-09-13
* | | | | | | Merge branch 'nss_27451'Nick Mathewson2018-09-14
|\ \ \ \ \ \ \
| * | | | | | | Use tor_tls_release_socket() to avoid double-closed sockets on NSSNick Mathewson2018-09-12
| * | | | | | | Add a tor_tls_release_socket() function.Nick Mathewson2018-09-12
| |/ / / / / /
* | | | | | | Tweak changes file: call this a major feature.Nick Mathewson2018-09-14
* | | | | | | Tweak message; only log it on a relay.Nick Mathewson2018-09-14
* | | | | | | Merge remote-tracking branch 'neel/b21530'Nick Mathewson2018-09-14
|\ \ \ \ \ \ \
| * | | | | | | Add log message for Tor being non-exit by defaultNeel Chauhan2018-09-13
| * | | | | | | If ExitRelay is not specified, emulate the behavior of "ExitRelay 0"Neel Chauhan2018-08-20
* | | | | | | | Merge branch 'maint-0.3.4'Nick Mathewson2018-09-14
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson2018-09-14
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
* | | | | | | | Merge remote-tracking branch 'onionk/rust-protokeyword1-035'Nick Mathewson2018-09-14
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'rust-protokeyword1-034' into rust-protokeyword1-035cypherpunks2018-09-14
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'rust-protokeyword1' into rust-protokeyword1-034cypherpunks2018-09-14
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| / / / / / / | | | |/ / / / / /
| | | * | | | | | rust/protover: validate unknown protocol names use only allowed characterscypherpunks2018-09-13
* | | | | | | | | Merge remote-tracking branch 'tor-github/pr/329'Nick Mathewson2018-09-14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Ticket #27678: Changes file.Mike Perry2018-09-13
| * | | | | | | | | Ticket #27678: Emit CIRC_BW events immediately for dropped cells.Mike Perry2018-09-13
| * | | | | | | | | Control port call to emit a CIRC_BW event for a single circuit.Mike Perry2018-09-13
* | | | | | | | | | Merge branch 'ticket27247'Nick Mathewson2018-09-14
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Do not store cached_dir_t for consensus in RAM if not a dircache.Nick Mathewson2018-09-07
| * | | | | | | | | | Use networkstatus_read_cached_consensus() for GETINFONick Mathewson2018-09-07
* | | | | | | | | | | Re-order includes to expose intptr_t to tor_api_internal.hNick Mathewson2018-09-14
| |_|/ / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Include torint.h in socketpair.c for intptr_t definition.Nick Mathewson2018-09-13
* | | | | | | | | | Fix a 32-bit off_t/size_t warning in crypto_rsa.cNick Mathewson2018-09-13
* | | | | | | | | | Fix a shadowed-global warning in geoip.cNick Mathewson2018-09-13
* | | | | | | | | | Merge branch 'bug27224_take2_squashed'Nick Mathewson2018-09-13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Avoid calling node_get_all_orports() from node_is_a_configured_bridge()rl19872018-09-13
| * | | | | | | | | | Add a test case with a matching ip but mismatched identity.Nick Mathewson2018-09-13