summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-12-05clarify that tor will close unattached streams by itself after 2 minutes,Roger Dingledine
2005-12-05give a hint when people are running tor as the wrong user, rather thanRoger Dingledine
2005-12-05Bugfix for trackhostexits: write down the fingerprint of the chosen exit,Roger Dingledine
2005-12-04fix a log message to be mildly more helpfulRoger Dingledine
2005-12-04Fix another time comparison bug in circuit_stream_is_being_handled().Roger Dingledine
2005-12-04ok, i know this one was a bug. we were expiring open generalRoger Dingledine
2005-12-04take back half of my bugfix. comparing times sucks.Roger Dingledine
2005-12-04fix the first bug with our optimization to circuit_expire_building():Roger Dingledine
2005-12-03Clean up some comments; remove some dead codeNick Mathewson
2005-12-03Use a switch statement and some mild refactoring to try to speed up circuit_e...Nick Mathewson
2005-12-03cvs diff -u src/or/circuitlist.c | less almost never does what you want in C.Nick Mathewson
2005-12-03Expunge remaining places where we used "tree" to mean "associative array".Nick Mathewson
2005-12-03Shave off another 4.7%: remove a linear search when figuring out which circui...Nick Mathewson
2005-12-03Remove "tree" references from dns.Nick Mathewson
2005-12-03Make more arguments const; do not call hash tables trees.Nick Mathewson
2005-12-01Ive spent about 10 hours benchmarking permutations on our counter-mode implem...Nick Mathewson
2005-12-01Add a benchmark-aes function to test.c. Off by default.Nick Mathewson
2005-11-30assert_buf_ok was showing up in the profile; remove it from critical-path fun...Nick Mathewson
2005-11-30and its headerRoger Dingledine
2005-11-30remove another unused functionRoger Dingledine
2005-11-30switchproxy doesn't work with firefox 1.5, i am told. here is a linkRoger Dingledine
2005-11-30the stylesheet in cvs/tor/doc/ had relative links to the images,Roger Dingledine
2005-11-30Remove some functions that were around for hupping log files. We handleRoger Dingledine
2005-11-30Fix some verbose warnings and remove an unneeded include.Nick Mathewson
2005-11-30remove some functions that are not used; #if0 out some files that are not lik...Nick Mathewson
2005-11-30Move connection_or_remove_from_identity_map() to connection_unlink, but dont ...Nick Mathewson
2005-11-30Rename connection_get_by_identity_digest to reflect that it is OR-only. Make...Nick Mathewson
2005-11-30Move code to check for zero digests into util.cNick Mathewson
2005-11-29Funny. I could have sworn that it compiled.Nick Mathewson
2005-11-29Fix a bug weasel found: when we are an authority and somebody requests "all" ...Nick Mathewson
2005-11-29Make arguments to circuit_set_circid_orconn match the connection that is clos...Nick Mathewson
2005-11-28Avoid a segfault in routerlist_reset_warnings()Nick Mathewson
2005-11-28when returning a list of circuits, don't return a list of the sameRoger Dingledine
2005-11-26when event_add or event_del fail, tell us why.Roger Dingledine
2005-11-26clean up broken commentRoger Dingledine
2005-11-26"How about 'never'? Does 'never' work for you?"Nick Mathewson
2005-11-26Cut down a common call to circuit_get_by_conn by about half.Nick Mathewson
2005-11-26HT_NEXT invalidates the last iterator; fix rmv-related segfault.Nick Mathewson
2005-11-25Start the process of treating internal circuits and exit circuitsRoger Dingledine
2005-11-25when calling connection_get_by_identity_digest, don't do a memcmpRoger Dingledine
2005-11-25Bandaid workaround to make cvs not crash tor clients.Roger Dingledine
2005-11-24minor cleanupRoger Dingledine
2005-11-24Fix a bug found by Lasse Overlier: when we were making internal circuitsRoger Dingledine
2005-11-24remove some more dead code (found while hunting lasse's bug)Roger Dingledine
2005-11-24get rid of some unused variablesRoger Dingledine
2005-11-23link with -ldl if you need it.Roger Dingledine
2005-11-23whitespace and copyright fixes on configure.inRoger Dingledine
2005-11-23Add functions to return number of elts in associative containersNick Mathewson
2005-11-23comment that scary-looking function.Roger Dingledine
2005-11-23Fix dumb logic error that kept some old descripttors from getting the axe.Nick Mathewson