summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
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-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
2016-10-03Merge remote-tracking branch 'arma/bug20277'Nick Mathewson
2016-10-03Fix parse_virtual_addr_network minimum network sizePaolo Inglese
2016-10-02remove whitespace accidentally added in 4f1a04ffRoger Dingledine
2016-10-02remove confusing comment about conditional consensus downloadRoger Dingledine
2016-09-30Bug 20261: Disable IsolateClientAddr on AF_LOCAL SocksPorts.Yawning Angel
2016-09-28Fix memory leak from prop264 branch. CID 1373401Nick Mathewson
2016-09-26fix a warning in protover.Nick Mathewson
2016-09-26Merge remote-tracking branch 'public/ticket20001_v2'Nick Mathewson
2016-09-26Merge branch 'protover_v2_squashed'Nick Mathewson
2016-09-26protovers: during voting, assert that we are not voting to shut down.Nick Mathewson
2016-09-26Remove version_known, and subtly change the meaning of protocols_knownNick Mathewson
2016-09-26Rename "proto " to "pr " in consensusesNick Mathewson
2016-09-26Update prop264 implementation to split HSMid->HS{Intro,Rend}Nick Mathewson
2016-09-26prop264: sometimes check client _and_ server versions.Nick Mathewson
2016-09-26Rename get_supported_protocols to protover_get_supported_protocolsNick Mathewson
2016-09-26Rename compute_protover_vote to protover_compute_voteNick Mathewson
2016-09-26Update authority votes to match updated proposal.Nick Mathewson
2016-09-26Clean whitespace, add missing documentationNick Mathewson
2016-09-26Remove DoS vector in protover.c voting codeNick Mathewson
2016-09-26Use protocols to see when EXTEND2 support exists.Nick Mathewson
2016-09-26Vote on 'proto' lines and include them after 'v' lines.Nick Mathewson
2016-09-26Include protocol versions in votes.Nick Mathewson