aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
AgeCommit message (Expand)Author
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
2011-11-25s/DynamicPrimes/DynamicDHGroups/gGeorge Kadianakis
2011-11-24Introduce the DynamicPrimes configuration option.George Kadianakis
2011-11-21Merge branch 'maint-0.2.2'Roger Dingledine
2011-11-21parameterize bw cutoffs to guarantee Fast and Guard flagsRoger Dingledine
2011-11-18New UserspaceIOCPBuffers option to set SO_{SND,RCV}BUF to zeroNick Mathewson
2011-10-31Reduce lifetime of DH public key replay-detection cache elementsRobert Ransom
2011-10-31Ignore timestamps of INTRODUCE2 cellsRobert Ransom
2011-10-31normalize the name of the CERTS cellRoger Dingledine
2011-10-30Move the real INTRODUCE2 replay-detection cache into rend_intro_point_tRobert Ransom
2011-10-30Make introduction points expireRobert Ransom
2011-10-30Allow intro points to expire somewhat gracefullyRobert Ransom
2011-10-30Record which intro points were listed in the last HS descRobert Ransom
2011-10-30Record the number of INTRODUCE2 cells each intro point has receivedRobert Ransom
2011-10-30Record the time at which each intro point was first publishedRobert Ransom
2011-10-27Merge branch 'maint-0.2.2_secfix' into master_secfixSebastian Hahn
2011-10-26Add option to give guard flag to relays without the CVE-2011-2768 fixRobert Ransom
2011-10-26Merge branch 'maint-0.2.1_secfix' into maint-0.2.2_secfixSebastian Hahn
2011-10-26Mark which OR connections are outgoingRobert Ransom
2011-10-26Don't use any OR connection which sent us a CREATE_FAST cell for an EXTENDRobert Ransom
2011-10-26Rename get_client_identity_key to get_tlsclient_identity_keyNick Mathewson
2011-10-26Maintain separate server and client identity keys when appropriate.Robert Ransom
2011-10-26Add public_server_mode function.Robert Ransom
2011-10-21remove code related to tracking descriptor serving timesSebastian Hahn
2011-10-10Quiet two notices, and spelling mistake cleanupSebastian Hahn
2011-10-10Remove auth_challenge field from or_handshake_state_tNick Mathewson
2011-10-10Make sure we stop putting cells into our hash at the right time.Nick Mathewson
2011-10-10Hook up all of the prop176 code; allow v3 negotiations to actually workNick Mathewson
2011-10-10Implement cert/auth cell readingNick Mathewson
2011-10-10Functions to send cert and auth_challenge cells.Nick Mathewson
2011-10-10Cell types and states for new OR handshakeNick Mathewson
2011-10-07Merge remote-tracking branch 'asn2/bug3656'Nick Mathewson
2011-10-03Merge remote-tracking branch 'rransom-tor/bug3335-v2'Nick Mathewson
2011-10-02Detect and remove unreachable intro pointsRobert Ransom
2011-10-02Record intro point timeouts in rend_intro_point_tRobert Ransom
2011-09-28Fix a crash bug in tor_assert(md->held_by_node)Nick Mathewson