| Commit message (Expand) | Author | Age |
... | |
* | Release memory from conn_circid_circuit_map on exit.•••svn:r5535
| Nick Mathewson | 2005-12-08 |
* | Add private:* as an alias in configuration for policies.•••svn:r5534
| Nick Mathewson | 2005-12-08 |
* | Mark item completed•••svn:r5533
| Nick Mathewson | 2005-12-08 |
* | Warn when binding to a public address for socks. This warning needs to be im...•••svn:r5532
| Nick Mathewson | 2005-12-08 |
* | Note one TODO item as done, and another as more complex than anticipatd.•••svn:r5531
| Nick Mathewson | 2005-12-08 |
* | Document CREATE_FAST better in the code. Move our key expansion algorithm in...•••svn:r5530
| Nick Mathewson | 2005-12-08 |
* | Specify CREATE_FAST more fully.•••svn:r5529
| Nick Mathewson | 2005-12-08 |
* | Whitespace normalization•••svn:r5528
| Nick Mathewson | 2005-12-08 |
* | Do not free a constant string.•••svn:r5527
| Nick Mathewson | 2005-12-08 |
* | and remove it from the todo now•••svn:r5526
| Roger Dingledine | 2005-12-07 |
* | call the reachability testing stuff done.•••svn:r5525
| Roger Dingledine | 2005-12-07 |
* | Make clients use CREATE_FAST cells. add an option to disable this.•••svn:r5524
| Nick Mathewson | 2005-12-07 |
* | Fiddle 0.1.1.x TODO based on conversation with arma.•••svn:r5523
| Nick Mathewson | 2005-12-07 |
* | fix typo noticed by scrimbly•••svn:r5522
| Roger Dingledine | 2005-12-07 |
* | what the heck is wrong with this little piece of code?•••why can none of us get it right?
it looks so simple.
svn:r5521
| Roger Dingledine | 2005-12-07 |
* | tell the controller about new .onion streams too.•••svn:r5520
| Roger Dingledine | 2005-12-06 |
* | first cut at a 0.1.1.10-alpha changelog•••svn:r5519
| Roger Dingledine | 2005-12-06 |
* | get rid of nick's crazy voodoo dh checking.•••svn:r5518
| Roger Dingledine | 2005-12-06 |
* | the other half of weasel's patch, so old gcc's can build cvs again.•••svn:r5517
| Roger Dingledine | 2005-12-06 |
* | Old gccs want you to do your variable declarations first•••svn:r5516
| Peter Palfrader | 2005-12-06 |
* | when we're giving up on a circuit and retrying on a new one,•••log the name of the exit node. perhaps people will find this
useful, or see patterns, or something.
svn:r5515
| Roger Dingledine | 2005-12-06 |
* | Fix bug 212: Directory authorities should not try to download server descript...•••svn:r5514
| Nick Mathewson | 2005-12-06 |
* | Better fix for last bug: avoids trying to double-mark circuits.•••svn:r5511
| Nick Mathewson | 2005-12-05 |
* | We were neglecting to unlink marked circuits from soon-to-close OR connections.•••svn:r5510
| Nick Mathewson | 2005-12-05 |
* | Change how OR conns get removed from the identity map; fix some warnings on s...•••svn:r5509
| Nick Mathewson | 2005-12-05 |
* | Check magic when removing old connection from map.•••svn:r5508
| Nick Mathewson | 2005-12-05 |
* | Set chosen_exit_name to something we are not about to zero.•••svn:r5507
| Nick Mathewson | 2005-12-05 |
* | When parsing foo.exit, if foo is unknown, and we are leaving circuits unattac...•••svn:r5504
| Nick Mathewson | 2005-12-05 |
* | Remove superfluous strdup•••svn:r5503
| Peter Palfrader | 2005-12-05 |
* | Also print usernames, not just numeric UIDs when we tell the user that his da...•••svn:r5502
| Peter Palfrader | 2005-12-05 |
* | clarify that tor will close unattached streams by itself after 2 minutes,•••no matter what the controller does.
svn:r5501
| Roger Dingledine | 2005-12-05 |
* | give a hint when people are running tor as the wrong user, rather than•••telling them to start chowning random directories.
svn:r5500
| Roger Dingledine | 2005-12-05 |
* | Bugfix for trackhostexits: write down the fingerprint of the chosen exit,•••not its nickname, because the chosen exit might not be verified.
svn:r5499
| Roger Dingledine | 2005-12-05 |
* | fix a log message to be mildly more helpful•••svn:r5498
| Roger Dingledine | 2005-12-04 |
* | Fix another time comparison bug in circuit_stream_is_being_handled().•••Nick, can you confirm this one?
This is also a backport candidate.
svn:r5497
| Roger Dingledine | 2005-12-04 |
* | ok, i know this one was a bug. we were expiring open general•••circuits after they had been around for 30 seconds.
svn:r5496
| Roger Dingledine | 2005-12-04 |
* | take back half of my bugfix. comparing times sucks.•••but leave the other half.
svn:r5495
| Roger Dingledine | 2005-12-04 |
* | fix the first bug with our optimization to circuit_expire_building():•••we were killing off rendezvous circuits unless they magically time-warped
to be too old before we got around to killing them, in which case we
would leave them alone. this made it hard to rendezvous with hidden
services.
svn:r5494
| Roger Dingledine | 2005-12-04 |
* | Clean up some comments; remove some dead code•••svn:r5493
| Nick Mathewson | 2005-12-03 |
* | Use a switch statement and some mild refactoring to try to speed up circuit_e...•••svn:r5492
| Nick Mathewson | 2005-12-03 |
* | cvs diff -u src/or/circuitlist.c | less almost never does what you want in C.•••svn:r5491
| Nick Mathewson | 2005-12-03 |
* | Expunge remaining places where we used "tree" to mean "associative array".•••svn:r5490
| Nick Mathewson | 2005-12-03 |
* | Shave off another 4.7%: remove a linear search when figuring out which circui...•••svn:r5489
| Nick Mathewson | 2005-12-03 |
* | Remove "tree" references from dns.•••svn:r5488
| Nick Mathewson | 2005-12-03 |
* | Make more arguments const; do not call hash tables trees.•••svn:r5487
| Nick Mathewson | 2005-12-03 |
* | Ive spent about 10 hours benchmarking permutations on our counter-mode implem...•••svn:r5486
| Nick Mathewson | 2005-12-01 |
* | Add a benchmark-aes function to test.c. Off by default.•••svn:r5485
| Nick Mathewson | 2005-12-01 |
* | assert_buf_ok was showing up in the profile; remove it from critical-path fun...•••svn:r5479
| Nick Mathewson | 2005-11-30 |
* | and its header•••svn:r5478
| Roger Dingledine | 2005-11-30 |
* | remove another unused function•••svn:r5477
| Roger Dingledine | 2005-11-30 |