aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
AgeCommit message (Expand)Author
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-09-13Generate our ssl session certs with a plausible lifetimeRoger Dingledine
2011-05-16Check fetched rendezvous descriptors' service IDsRobert Ransom
2011-04-28Forget all rendezvous client state on SIGNAL NEWNYMRobert Ransom
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-12-15Make payloads into uint8_t.Nick Mathewson
2010-08-18Backport END_STREAM_REASON_NOROUTE for client use.Sebastian Hahn
2010-04-23finally get rid of "clique mode"Roger Dingledine
2010-04-23close idle dir-fetch circs earlyRoger Dingledine
2010-02-27Update Tor Project copyright yearsNick Mathewson
2010-02-27Properly handle non-terminated stringsSebastian Hahn
2009-10-14read the "circwindow" parameter from the consensusRoger Dingledine
2009-10-14Code to parse and access network parameters.Nick Mathewson
2009-07-28Fix a signed/unsigned compile warning in 0.2.1.19Roger Dingledine
2009-07-27Changing MaxAdvertisedBW may not need a republishSebastian Hahn
2009-07-27three hacks to workaround bug 1038Roger Dingledine
2009-06-30the third piece of bug 969 fixingRoger Dingledine
2009-06-30the second piece of bug 969 fixingRoger Dingledine
2009-06-19Better fix for 997.Karsten Loesing
2009-05-31Make the second argument to routerset_contains_extendinfo constNick Mathewson
2009-05-28Two more spelling fix fixes.Nick Mathewson
2009-05-27Spell-check Tor.Nick Mathewson
2009-05-14Fix misreporting of stream bandwidths.Mike Perry
2009-05-04Update copyright to 2009.Karsten Loesing
2009-04-12Raise the minimum bandwidth to be a relay from 20000 bytes to 20480Roger Dingledine
2009-04-01log more verbosely when we accept or decline a router descriptor,Roger Dingledine
2009-03-31Limit uploaded directory documents to be 16M rather than 500K.Roger Dingledine
2009-03-18Whitespace cleanup.Nick Mathewson
2009-03-18Add a function to get a LongName from a routerstatus. Needed for partial bug...Nick Mathewson
2009-02-16Possible fix for broken country settings in ExcludeExitNodes.Nick Mathewson
2009-02-16new controller event NEWCONSENSUS that lists the networkstatusRoger Dingledine
2009-02-04If we're using bridges and our network goes away, be more willingRoger Dingledine
2009-01-28patch from matt to implement 'getinfo status/clients-seen'Roger Dingledine
2009-01-06When our circuit fails at the first hop (e.g. we get a destroyRoger Dingledine
2009-01-06Make dirserv_get_routerdesc_fingerprints() treat extrainfos with send_unencry...Nick Mathewson
2009-01-05If the cached networkstatus consensus is more than five days old,Roger Dingledine
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-30Debug code for task 878.Karsten Loesing
2008-12-29Downgrade some xxx021s, comment more on others, etcNick Mathewson
2008-12-29More compilation tweaks on Android: fix two clear errors in our code that app...Nick Mathewson
2008-12-29Use a consistent naming standard for header file guard macros, taking care no...Nick Mathewson
2008-12-29Refactor some exit-policy-related functions that showed up in oprofile.Nick Mathewson
2008-12-27partial move to letting bridge descriptor fetches use our new (well,Roger Dingledine
2008-12-27New controller event "clients_seen" to report a geoip-based summaryRoger Dingledine
2008-12-24Checkpoint my big bug-891 patch.Nick Mathewson
2008-12-23Patch from Sebiastian for bug 888: mark a descriptor as "Impossible" if we re...Nick Mathewson