summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Say 'Invalid argument' instead of unclear 'Unrecognized'Ivan Markin2016-10-19
* BUG in purpose_needs_anonymity if switch not matched.Nick Mathewson2016-10-19
* Merge remote-tracking branch 'chelseakomlo/master'Nick Mathewson2016-10-19
|\
| * Refactor purpose_needs_anonymity to use switch statementChelsea H. Komlo2016-10-19
| * Refactor to use purpose_needs_anonymity and remove is_sensitive_dir_purposeChelsea H. Komlo2016-10-18
* | Compilation fix. (function pointer implicit cast in tests.)Nick Mathewson2016-10-19
* | Merge remote-tracking branch 'andrea/ticket19858_v2'Nick Mathewson2016-10-19
|\ \
| * | Refactor to always allocate chosen_entry_guards in new guard_selection_new() ...ticket19858_v2Andrea Shepard2016-10-14
| * | Use tor_memeq() instead of tor_memcmp() per code reviewAndrea Shepard2016-10-13
| * | Adjust comment per code reviewAndrea Shepard2016-10-13
| * | Abolish globals in entrynodes.c; relativize guard context to new guard_select...Andrea Shepard2016-09-25
* | | Unify code in channel_write_*cell()Nick Mathewson2016-10-19
* | | Merge remote-tracking branch 'arma/bug6769'Nick Mathewson2016-10-19
|\ \ \
| * | | simplify we_use_microdescriptors_for_circuits()Roger Dingledine2016-10-02
| * | | Bridges and relays now use microdescriptorsRoger Dingledine2016-10-02
| * | | Bridge-using clients now use their cached microdesc consensusRoger Dingledine2016-10-01
* | | | Bump version on master to 0.3.0.0-alpha-dev.Nick Mathewson2016-10-19
| |_|/ |/| |
* | | Module-level docs for ext_orport and router.cNick Mathewson2016-10-18
* | | Turn replaycache.c module doc into doxygenNick Mathewson2016-10-18
* | | Document connection_or.c and connection.c at module levelNick Mathewson2016-10-18
* | | Module documentation for circuitmux_ewma.cNick Mathewson2016-10-18
* | | Turn circuitmux.c comments into module docs.Nick Mathewson2016-10-18
* | | Module docs for channel.c and channeltls.cNick Mathewson2016-10-18
* | | Bump master to 0.2.9.4-alpha-devNick Mathewson2016-10-17
* | | Update the buffer sentinel fix to work with our #20081 fix.Nick Mathewson2016-10-17
* | | Merge branch 'maint-0.2.8'Nick Mathewson2016-10-17
|\ \ \
| * \ \ Merge branch 'buf_sentinel_026_v2' into maint-0.2.8Nick Mathewson2016-10-17
| |\ \ \
| | * | | Add a one-word sentinel value of 0x0 at the end of each buf_t chunkNick Mathewson2016-10-17
* | | | | Bump version to 0.2.9.4-alpha.Nick Mathewson2016-10-17
* | | | | Fix a syntax problemNick Mathewson2016-10-17
* | | | | Merge branch 'module_docs_1'Nick Mathewson2016-10-17
|\ \ \ \ \
| * | | | | Write a bunch of module documentation.Nick Mathewson2016-10-17
* | | | | | Add a logic-consistency test when parsing unix socket configsNick Mathewson2016-10-17
|/ / / / /
* | | | | Whitespace cleaningNick Mathewson2016-10-14
* | | | | Merge branch 'bug20176_v2'Nick Mathewson2016-10-14
|\ \ \ \ \
| * | | | | Simplify a few functions that dont need to call get_latest_consensus() so muchNick Mathewson2016-09-21
| * | | | | fix wide linesNick Mathewson2016-09-21
| * | | | | Remove current_consensus macro.Nick Mathewson2016-09-21
* | | | | | Merge remote-tracking branch 'public/spaces_in_unix_addrs'Nick Mathewson2016-10-14
|\ \ \ \ \ \
| * | | | | | Allow a unix: address to contain a C-style quoted string.Nick Mathewson2016-10-04
* | | | | | | Make the FreeBSD ersatz_socketpair test even more skippable.Nick Mathewson2016-10-14
* | | | | | | Merge branch 'bug18357_v2'Nick Mathewson2016-10-14
|\ \ \ \ \ \ \
| * | | | | | | Extract ExitPolicy-and-IPv6Exit check into a new functionNick Mathewson2016-10-14
| * | | | | | | Clean up and fix exit policy check in connection_exit_connect().Nick Mathewson2016-10-05
| |/ / / / / /
* | | | | | | ersatz socketpair tests: work around freebsd jails.Nick Mathewson2016-10-13
* | | | | | | Tweak patch for 18529.Nick Mathewson2016-10-13
* | | | | | | Remove duplicate code that checks for default authoritiesNick Mathewson2016-10-13
* | | | | | | Fix a bug in displaying IPv6 addrs in test_op_ipv6_ with --verboseNick Mathewson2016-10-11
* | | | | | | Switch from "AF_UNIX is always equal" to "always unequal" to avoid wacky bugs...Nick Mathewson2016-10-11
* | | | | | | Merge remote-tracking branch 'yawning-schwanenlied/bug20261'Nick Mathewson2016-10-11
|\ \ \ \ \ \ \