aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
AgeCommit message (Expand)Author
2013-11-07Improved circuit queue out-of-memory handlerNick Mathewson
2013-08-21Send NETINFO on receiving a NETINFO if we have not yet sent one.Nick Mathewson
2013-06-18Implement a real OOM-killer for too-long circuit queues.Nick Mathewson
2013-06-14Increase the limit so leaky pipe might workNick Mathewson
2013-06-13Don't queue more cells as a middle relay than the spec allows to be in flightAndrea Shepard
2013-04-12Avoid busy-looping on WANTREAD within connection_handle_writeNick Mathewson
2012-09-13Avoid undefined behaviour when parsing HS protocol versionsRobert Ransom
2012-08-27Disable extending to private/internal addresses by defaultNick Mathewson
2012-08-17Merge remote-tracking branch 'public/bug6507' into maint-0.2.3Nick Mathewson
2012-08-16Address Nick's comments from code review.Mike Perry
2012-08-15Bug 6475: Explicitly track our path bias state.Mike Perry
2012-08-09Fix spaces from last patchNick Mathewson
2012-08-09Don't infer we have a FooPort from the presence of a FooPort lineNick Mathewson
2012-06-14Defend against entry node path bias attacksMike Perry
2012-06-13Merge remote-tracking branch 'public/bug3940_redux'Nick Mathewson
2012-06-11Document ADDRMAPSRC_NONE.Nick Mathewson
2012-06-05Resolve about 24 DOCDOCsNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
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-05-11An attempt at bug3940 and making AllowDotExit 0 work with MapAddressNick 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