aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* Expunge remaining places where we used "tree" to mean "associative array".Nick Mathewson2005-12-03
* Shave off another 4.7%: remove a linear search when figuring out which circui...Nick Mathewson2005-12-03
* Remove "tree" references from dns.Nick Mathewson2005-12-03
* Add a benchmark-aes function to test.c. Off by default.Nick Mathewson2005-12-01
* assert_buf_ok was showing up in the profile; remove it from critical-path fun...Nick Mathewson2005-11-30
* 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
* Move connection_or_remove_from_identity_map() to connection_unlink, but dont ...Nick Mathewson2005-11-30
* Rename connection_get_by_identity_digest to reflect that it is OR-only. Make...Nick Mathewson2005-11-30
* Funny. I could have sworn that it compiled.Nick Mathewson2005-11-29
* Fix a bug weasel found: when we are an authority and somebody requests "all" ...Nick Mathewson2005-11-29
* Make arguments to circuit_set_circid_orconn match the connection that is clos...Nick Mathewson2005-11-29
* Avoid a segfault in routerlist_reset_warnings()Nick Mathewson2005-11-28
* when returning a list of circuits, don't return a list of the sameRoger Dingledine2005-11-28
* when event_add or event_del fail, tell us why.Roger Dingledine2005-11-26
* clean up broken commentRoger Dingledine2005-11-26
* "How about 'never'? Does 'never' work for you?"Nick Mathewson2005-11-26
* Cut down a common call to circuit_get_by_conn by about half.Nick Mathewson2005-11-26
* Start the process of treating internal circuits and exit circuitsRoger Dingledine2005-11-25
* when calling connection_get_by_identity_digest, don't do a memcmpRoger Dingledine2005-11-25
* minor cleanupRoger Dingledine2005-11-24
* Fix a bug found by Lasse Overlier: when we were making internal circuitsRoger Dingledine2005-11-24
* remove some more dead code (found while hunting lasse's bug)Roger Dingledine2005-11-24
* get rid of some unused variablesRoger Dingledine2005-11-24
* comment that scary-looking function.Roger Dingledine2005-11-23
* Fix dumb logic error that kept some old descripttors from getting the axe.Nick Mathewson2005-11-23
* Make dropping very old descriptors faster (remove old correctness check). Tra...Nick Mathewson2005-11-23
* e more aggressive about calling routerlist_remove_old_routers()Nick Mathewson2005-11-23
* 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
* Replace balanced trees with hash tables: this should make stuff significantly...Nick Mathewson2005-11-23
* Avoid spurious re-launch of first pending requested descriptorNick Mathewson2005-11-22
* Ancient gcc does not like you when you declare variables in the middle of a b...Peter Palfrader2005-11-20
* Add a new controller event type that allows controllers to get allPeter Palfrader2005-11-19
* be less eager to decide that the entire network is downRoger Dingledine2005-11-19
* and another instance where i was trying to be too sneakyRoger Dingledine2005-11-19
* actually listen when we try to route our dir connection via tor.Roger Dingledine2005-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
* misc cleanupsRoger Dingledine2005-11-19
* Bugfix: it looks like some middleman circuits were spending theRoger Dingledine2005-11-19
* another case (i think) of redundant code.Roger Dingledine2005-11-19
* remove some redundant (and misleading) codeRoger Dingledine2005-11-19
* 15*60 is 15 minutes, not 5Peter Palfrader2005-11-18
* Remove ip address change flapping detection. It is not really needed and I d...Peter Palfrader2005-11-18
* if it's not less than three does that mean it's more than two?Roger Dingledine2005-11-18
* and code the part where redirectstream can take a port.Roger Dingledine2005-11-18
* Leave options->DirServers alone -- if the user didn't specify any,Roger Dingledine2005-11-18
* and another overly common log entryRoger Dingledine2005-11-18
* and another oneRoger Dingledine2005-11-17