summaryrefslogtreecommitdiff
path: root/src/or/or.h
AgeCommit message (Expand)Author
2012-06-04Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson
2012-06-04Resolve all currently pending DOCDOC items in masterNick Mathewson
2012-05-14Bump _WIN32_WINNT to 0x0501 throughout the codeNick Mathewson
2012-05-14Remove all instances of WIN32_WINNT (without leading _)Nick Mathewson
2012-04-24Merge remote-tracking branch 'nickm/bug2497'Roger Dingledine
2012-04-11Obsolete GiveGuardFlagTo_CVE_2011_2768_VulnerableRelaysNick Mathewson
2012-04-01Merge branch 'maint-0.2.2'Roger Dingledine
2012-04-01put a _ before or_options_t elements that aren't configurableRoger Dingledine
2012-04-01Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-04-01Do not use strcmp() to compare an http authenticator to its expected valueNick Mathewson
2012-03-30Twiddle ROUTER_{MAX_COSMETIC_TIME_DIFFERENCE,MAX_AGE_TO_PUBLISH}Nick Mathewson
2012-03-26Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-02-22Implement 'safe cookie authentication'Robert Ransom
2012-01-31Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32Nick Mathewson
2012-01-22update comment to reflect our TOR_INVALID_SOCKET conventionRoger Dingledine
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2012-01-16fix crash bug in original feature4207 branchRoger Dingledine
2012-01-16Comment fixups on 4207 suggested by armaNick Mathewson
2012-01-13Allow authorities to baddir/badexit/invalid/reject nodes by ccNick Mathewson
2012-01-11Merge branch 'prop187_squashed'Nick Mathewson
2012-01-11Merge branch 'feature3457-v4-nm-squashed'Nick Mathewson
2012-01-11Implement proposal 187: reserve a cell type for client authorizationNick Mathewson
2012-01-11Rename CIRC2 to CIRC_MINORNick Mathewson
2012-01-06Don't remove rend cpath element from relaunched service-side rend circsRobert Ransom
2012-01-04Verbotify documentation comments for the #1297-fix flagsRobert Ransom
2011-12-27Add an option to close HS service-side rend circs on timeoutRobert Ransom
2011-12-27Don't close HS service-side rend circs on timeoutRobert Ransom
2011-12-27Add an option to close 'almost-connected' HS client circs on timeoutRobert Ransom
2011-12-27Don't close HS client circs which are 'almost connected' on timeoutRobert Ransom
2011-12-20Adjust n_intro_points_wanted when a service's intro points are closedRobert Ransom
2011-12-06Revert "Make pending libevent actions cancelable"Nick Mathewson
2011-11-30Merge branch 'feature2553-v4-rebased'Nick Mathewson
2011-11-30Add a compile-time #define to control whether Tor runs in 'tor2web mode'Robert Ransom
2011-11-30appease "make check-spaces"Nick Mathewson
2011-11-30First chunk of support for bridges on IPv6Linus Nordberg
2011-11-30Initial support for simplest use of prop186 or-address linesNick Mathewson
2011-11-30Initial hacking for proposal 186.Nick Mathewson
2011-11-29Merge remote-tracking branch 'rransom-tor/bug3460-v4'Nick Mathewson
2011-11-29Merge remote-tracking branch 'asn-mytor/bug4548_take2'Nick Mathewson
2011-11-29Merge branch 'disable_network'Nick Mathewson
2011-11-29Merge branch 'multilevel_cfg'Nick Mathewson
2011-11-29Make pending libevent actions cancelableNick Mathewson
2011-11-28New 'DisableNetwork' option to prevent Tor from using the networkNick Mathewson
2011-11-27Add the ability to append and clear linelist options from cmdlineNick Mathewson
2011-11-27Make linelists always overridden by the command lineNick Mathewson
2011-11-27Correct documentation comments for fields formerly named accepted_introsRobert Ransom
2011-11-27Rename accepted_intros fieldsRobert Ransom
2011-11-24Merge remote-tracking branch 'ioerror/DisableDebuggerAttachment'Nick Mathewson
2011-11-24Merge remote-tracking branch 'public/feature4516'Nick Mathewson
2011-11-25Finishing touches.George Kadianakis