aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
Commit message (Expand)AuthorAge
* New config options to address bug 251:Roger Dingledine2006-02-19
* clean up the Reachable*Addresses changesRoger Dingledine2006-02-19
* Split ReachableAddresses into ReachableDirAddresses and ReachableORAddressesPeter Palfrader2006-02-13
* Let the users set ControlListenAddress in the torrc.Roger Dingledine2006-02-13
* Retain unrecognized options in state file, so that we can be forward-compatible.Nick Mathewson2006-02-12
* Clients now honor the "guard" flag in the router status whenRoger Dingledine2006-02-12
* When a client asks for an old-style directory and our write bucketRoger Dingledine2006-02-11
* Happy new year!Roger Dingledine2006-02-09
* correct the comments that don't realize it's the oppositeRoger Dingledine2006-02-09
* Move "sort list of versions" logic into routerparse.c; make version-checking ...Nick Mathewson2006-02-06
* typos and nitsRoger Dingledine2006-02-05
* Fix bug 225: now "attachstream 0" treats conn like it just connected,Roger Dingledine2006-02-03
* Add a new config option ExitPolicyRejectPrivate which defaults to 1.Roger Dingledine2006-02-01
* Make dirservers generate a separate "guard" flag to mean, "would make a good ...Nick Mathewson2006-01-24
* remove unused codeRoger Dingledine2006-01-20
* oh, and the other bits of the commitRoger Dingledine2006-01-17
* Indirect access to the signed_descriptor field to make it easier to keep them...Nick Mathewson2006-01-12
* entry nodes are now entry guards.Roger Dingledine2006-01-10
* balance the reachability testing so a smidgen of it happensRoger Dingledine2006-01-10
* Be more aggressive about throwing away expired router descriptors: they are o...Nick Mathewson2006-01-10
* Instrument directory client bytes as well as server bytes.Nick Mathewson2006-01-09
* Add reasons to DESTROY and RELAY_TRUNCATED cells.Nick Mathewson2006-01-05
* authdirs now stop whining so loudly about bad descriptors that they fetchRoger Dingledine2006-01-04
* when we choose not to use a server descriptor from our cache, don'tRoger Dingledine2006-01-03
* make the "stable" flag in network-status be the median of the uptimesRoger Dingledine2006-01-02
* Make tor compile againPeter Palfrader2005-12-31
* add a TorVersion state string.Roger Dingledine2005-12-31
* Finish implementing config's EntryNodes and StrictEntryNodes option.Roger Dingledine2005-12-31
* helper nodes are dead. long live entry nodes.Roger Dingledine2005-12-28
* when we connect to a helper node for the first time, closeRoger Dingledine2005-12-28
* Implement new directory logic: download by descriptor digest, not by key dige...Nick Mathewson2005-12-27
* simplify because we weren't using those return values anywayRoger Dingledine2005-12-24
* Keep bandwidth history accross restarts/crashesPeter Palfrader2005-12-23
* nother typoRoger Dingledine2005-12-15
* Add "panic" option to reject all servers not in fingerprint list.Nick Mathewson2005-12-15
* Make clients look at the fast and stable flags in networkstatus, not at the b...Nick Mathewson2005-12-15
* Whitespace fixes; comments.Nick Mathewson2005-12-15
* add a few clarifying commentsNick Mathewson2005-12-15
* Clean fake_status a bit. Switch from has_fetched_directory to have_minimum_d...Nick Mathewson2005-12-15
* Choose directory servers from routerstatus list, not from routerinfo list. T...Nick Mathewson2005-12-14
* Shave off 8 bytes per connection and 4 bytes per circuit by paying attention ...Nick Mathewson2005-12-14
* Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson2005-12-14
* Have dirctory authorites note which servers make good V2 directory caches in ...Nick Mathewson2005-12-12
* when we're checking reachability, make it clearer in the logsRoger Dingledine2005-12-08
* Document CREATE_FAST better in the code. Move our key expansion algorithm in...Nick Mathewson2005-12-08
* Make clients use CREATE_FAST cells. add an option to disable this.Nick Mathewson2005-12-07
* Fix bug 212: Directory authorities should not try to download server descript...Nick Mathewson2005-12-06
* Better fix for last bug: avoids trying to double-mark circuits.Nick Mathewson2005-12-05
* Change how OR conns get removed from the identity map; fix some warnings on s...Nick Mathewson2005-12-05
* Shave off another 4.7%: remove a linear search when figuring out which circui...Nick Mathewson2005-12-03