| Commit message (Expand) | Author | Age |
* | Make clients use CREATE_FAST cells. add an option to disable this. | Nick Mathewson | 2005-12-07 |
* | Fiddle 0.1.1.x TODO based on conversation with arma. | Nick Mathewson | 2005-12-07 |
* | fix typo noticed by scrimbly | Roger Dingledine | 2005-12-07 |
* | what the heck is wrong with this little piece of code? | Roger Dingledine | 2005-12-07 |
* | tell the controller about new .onion streams too. | Roger Dingledine | 2005-12-06 |
* | first cut at a 0.1.1.10-alpha changelog | Roger Dingledine | 2005-12-06 |
* | get rid of nick's crazy voodoo dh checking. | Roger Dingledine | 2005-12-06 |
* | the other half of weasel's patch, so old gcc's can build cvs again. | Roger Dingledine | 2005-12-06 |
* | Old gccs want you to do your variable declarations first | Peter Palfrader | 2005-12-06 |
* | when we're giving up on a circuit and retrying on a new one, | Roger Dingledine | 2005-12-06 |
* | Fix bug 212: Directory authorities should not try to download server descript... | Nick Mathewson | 2005-12-06 |
* | Better fix for last bug: avoids trying to double-mark circuits. | Nick Mathewson | 2005-12-05 |
* | We were neglecting to unlink marked circuits from soon-to-close OR connections. | Nick Mathewson | 2005-12-05 |
* | Change how OR conns get removed from the identity map; fix some warnings on s... | Nick Mathewson | 2005-12-05 |
* | Check magic when removing old connection from map. | Nick Mathewson | 2005-12-05 |
* | Set chosen_exit_name to something we are not about to zero. | Nick Mathewson | 2005-12-05 |
* | When parsing foo.exit, if foo is unknown, and we are leaving circuits unattac... | Nick Mathewson | 2005-12-05 |
* | Remove superfluous strdup | Peter Palfrader | 2005-12-05 |
* | Also print usernames, not just numeric UIDs when we tell the user that his da... | Peter Palfrader | 2005-12-05 |
* | clarify that tor will close unattached streams by itself after 2 minutes, | Roger Dingledine | 2005-12-05 |
* | give a hint when people are running tor as the wrong user, rather than | Roger Dingledine | 2005-12-05 |
* | Bugfix for trackhostexits: write down the fingerprint of the chosen exit, | Roger Dingledine | 2005-12-05 |
* | fix a log message to be mildly more helpful | Roger Dingledine | 2005-12-04 |
* | Fix another time comparison bug in circuit_stream_is_being_handled(). | Roger Dingledine | 2005-12-04 |
* | ok, i know this one was a bug. we were expiring open general | Roger Dingledine | 2005-12-04 |
* | take back half of my bugfix. comparing times sucks. | Roger Dingledine | 2005-12-04 |
* | fix the first bug with our optimization to circuit_expire_building(): | Roger Dingledine | 2005-12-04 |
* | Clean up some comments; remove some dead code | Nick Mathewson | 2005-12-03 |
* | Use a switch statement and some mild refactoring to try to speed up circuit_e... | Nick Mathewson | 2005-12-03 |
* | cvs diff -u src/or/circuitlist.c | less almost never does what you want in C. | Nick Mathewson | 2005-12-03 |
* | Expunge remaining places where we used "tree" to mean "associative array". | Nick Mathewson | 2005-12-03 |
* | Shave off another 4.7%: remove a linear search when figuring out which circui... | Nick Mathewson | 2005-12-03 |
* | Remove "tree" references from dns. | Nick Mathewson | 2005-12-03 |
* | Make more arguments const; do not call hash tables trees. | Nick Mathewson | 2005-12-03 |
* | Ive spent about 10 hours benchmarking permutations on our counter-mode implem... | Nick Mathewson | 2005-12-01 |
* | Add a benchmark-aes function to test.c. Off by default. | Nick Mathewson | 2005-12-01 |
* | assert_buf_ok was showing up in the profile; remove it from critical-path fun... | Nick Mathewson | 2005-11-30 |
* | and its header | Roger Dingledine | 2005-11-30 |
* | remove another unused function | Roger Dingledine | 2005-11-30 |
* | switchproxy doesn't work with firefox 1.5, i am told. here is a link | Roger Dingledine | 2005-11-30 |
* | the stylesheet in cvs/tor/doc/ had relative links to the images, | Roger Dingledine | 2005-11-30 |
* | Remove some functions that were around for hupping log files. We handle | Roger Dingledine | 2005-11-30 |
* | Fix some verbose warnings and remove an unneeded include. | Nick Mathewson | 2005-11-30 |
* | remove some functions that are not used; #if0 out some files that are not lik... | Nick Mathewson | 2005-11-30 |
* | Move connection_or_remove_from_identity_map() to connection_unlink, but dont ... | Nick Mathewson | 2005-11-30 |
* | Rename connection_get_by_identity_digest to reflect that it is OR-only. Make... | Nick Mathewson | 2005-11-30 |
* | Move code to check for zero digests into util.c | Nick Mathewson | 2005-11-30 |
* | Funny. I could have sworn that it compiled. | Nick Mathewson | 2005-11-29 |
* | Fix a bug weasel found: when we are an authority and somebody requests "all" ... | Nick Mathewson | 2005-11-29 |
* | Make arguments to circuit_set_circid_orconn match the connection that is clos... | Nick Mathewson | 2005-11-29 |