summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2016-10-26More module documentation (circpathbias, circuitlist)Nick Mathewson
2016-10-26More module-level documentation.Nick Mathewson
2016-10-26Whitespace fixesNick Mathewson
2016-10-26Allow asking a bridge's own descriptor over one-hop connectionNick Mathewson
2016-10-25Fix ewma_cmp_cmux never considering policies differentMatt Traudt
2016-10-24Merge remote-tracking branch 'pastly/ticket20273'Nick Mathewson
2016-10-24Module-document dnsserv.c, policies.c, routerkeys.cNick Mathewson
2016-10-24html error in doxygen comment in rendservice.cNick Mathewson
2016-10-24Module documentation for config.c and confparse.cNick Mathewson
2016-10-24Module documentation (and an important caveat) for dirvote.cNick Mathewson
2016-10-20Turn scheduler.c documentation into doxygen.Nick Mathewson
2016-10-19Say 'Invalid argument' instead of unclear 'Unrecognized'Ivan Markin
2016-10-19BUG in purpose_needs_anonymity if switch not matched.Nick Mathewson
2016-10-19Merge remote-tracking branch 'chelseakomlo/master'Nick Mathewson
2016-10-19Merge remote-tracking branch 'andrea/ticket19858_v2'Nick Mathewson
2016-10-19Unify code in channel_write_*cell()Nick Mathewson
2016-10-19Merge remote-tracking branch 'arma/bug6769'Nick Mathewson
2016-10-19Refactor purpose_needs_anonymity to use switch statementChelsea H. Komlo
2016-10-18Refactor to use purpose_needs_anonymity and remove is_sensitive_dir_purposeChelsea H. Komlo
2016-10-18Module-level docs for ext_orport and router.cNick Mathewson
2016-10-18Turn replaycache.c module doc into doxygenNick Mathewson
2016-10-18Document connection_or.c and connection.c at module levelNick Mathewson
2016-10-18Module documentation for circuitmux_ewma.cNick Mathewson
2016-10-18Turn circuitmux.c comments into module docs.Nick Mathewson
2016-10-18Module docs for channel.c and channeltls.cNick Mathewson
2016-10-17Update the buffer sentinel fix to work with our #20081 fix.Nick Mathewson
2016-10-17Merge branch 'maint-0.2.8'Nick Mathewson
2016-10-17Merge branch 'buf_sentinel_026_v2' into maint-0.2.8Nick Mathewson
2016-10-17Add a one-word sentinel value of 0x0 at the end of each buf_t chunkNick Mathewson
2016-10-17Merge branch 'module_docs_1'Nick Mathewson
2016-10-17Write a bunch of module documentation.Nick Mathewson
2016-10-17Add a logic-consistency test when parsing unix socket configsNick Mathewson
2016-10-14Whitespace cleaningNick Mathewson
2016-10-14Merge branch 'bug20176_v2'Nick Mathewson
2016-10-14Merge remote-tracking branch 'public/spaces_in_unix_addrs'Nick Mathewson
2016-10-14Merge branch 'bug18357_v2'Nick Mathewson
2016-10-14Extract ExitPolicy-and-IPv6Exit check into a new functionNick Mathewson
2016-10-14Refactor to always allocate chosen_entry_guards in new guard_selection_new() ...Andrea Shepard
2016-10-13Use tor_memeq() instead of tor_memcmp() per code reviewAndrea Shepard
2016-10-13Adjust comment per code reviewAndrea Shepard
2016-10-13Tweak patch for 18529.Nick Mathewson
2016-10-13Remove duplicate code that checks for default authoritiesNick Mathewson
2016-10-11Merge remote-tracking branch 'yawning-schwanenlied/bug20261'Nick Mathewson
2016-10-11Fix spurious compiler warning in do_getpass().Nick Mathewson
2016-10-11Merge remote-tracking branch 'asn/bug19223'Nick Mathewson
2016-10-10Fix non-triggerable heap corruption at do_getpass().George Kadianakis
2016-10-06comment tweak. Fixes 20271. patch from pastly.Nick Mathewson
2016-10-05dircollate: Use correct tor_calloc args.Muhammad Falak R Wani
2016-10-05Clean up and fix exit policy check in connection_exit_connect().Nick Mathewson
2016-10-04Allow a unix: address to contain a C-style quoted string.Nick Mathewson