aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
Commit message (Expand)AuthorAge
* 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
* Fix some verbose warnings and remove an unneeded include.Nick Mathewson2005-11-30
* remove some functions that are not used; #if0 out some files that are not lik...Nick Mathewson2005-11-30
* Rename connection_get_by_identity_digest to reflect that it is OR-only. Make...Nick Mathewson2005-11-30
* clean up broken commentRoger Dingledine2005-11-26
* "How about 'never'? Does 'never' work for you?"Nick Mathewson2005-11-26
* Start the process of treating internal circuits and exit circuitsRoger Dingledine2005-11-25
* Dump bytes held to store descriptors.Nick Mathewson2005-11-23
* Track how many bytes we have in signed descriptors. Try to make sure we are t...Nick Mathewson2005-11-23
* Add a new controller event type that allows controllers to get allPeter Palfrader2005-11-19
* Start obeying our firewall options more rigorously:Roger Dingledine2005-11-19
* Recover better from TCP connections to Tor servers that are broken butRoger Dingledine2005-11-19
* Leave options->DirServers alone -- if the user didn't specify any,Roger Dingledine2005-11-18
* help the term "OP" become obsoleteRoger Dingledine2005-11-17
* Add a new config option TestSocks so people can see if theirRoger Dingledine2005-11-16
* when we were cannibalizing a circuit with a particular exitRoger Dingledine2005-11-11
* On directory servers, old_routers was wasting hundreds of bytes per supersede...Nick Mathewson2005-11-05