| Commit message (Expand) | Author | Age |
... | |
* | put a date on the changelog•••svn:r5555
| Roger Dingledine | 2005-12-11 |
* | the rest of the 0.1.1.10-alpha changelog•••svn:r5554
| Roger Dingledine | 2005-12-11 |
* | bump to 0.1.1.10-alpha•••svn:r5553
| Roger Dingledine | 2005-12-10 |
* | explain why 0.1.1.9-alpha-cvs is a special version.•••svn:r5552
| Roger Dingledine | 2005-12-10 |
* | when we changed from log_fn to debug/info/notice/warn/err,•••we screwed up the formatting in wild and unpredictable ways.
fix it before it becomes convention to format logs in wild and
unpredictable ways.
still need to do src/common/ someday.
svn:r5551
| Roger Dingledine | 2005-12-10 |
* | crank the max line limit down to 150 chars.•••svn:r5550
| Roger Dingledine | 2005-12-10 |
* | Tell people to wait for a bit before registering their server, so they can pr...•••svn:r5549
| Peter Palfrader | 2005-12-09 |
* | In my private little universe, terminals are still 80 columns. Impose a 160-...•••svn:r5548
| Nick Mathewson | 2005-12-09 |
* | Normalize whitespace•••svn:r5547
| Nick Mathewson | 2005-12-09 |
* | For some bizarre reason, MSVC does not implement GCC extensions. Who would ha...•••svn:r5546
| Nick Mathewson | 2005-12-09 |
* | util.c:1308: error: conflicting types for "is_internal_IP"•••svn:r5545
| Nick Mathewson | 2005-12-09 |
* | let the user configure a sockslistenaddress on other private IPs•••besides 127.x.y.z without complaining.
and give a better message in the log.
svn:r5544
| Roger Dingledine | 2005-12-09 |
* | let is_internal_IP() know whether you're asking about an IP•••address for connecting or an IP address for binding, because
in the latter, 0.0.0.0 is a special case.
svn:r5543
| Roger Dingledine | 2005-12-09 |
* | Make code to handle "private" alias work when assume_action is set.•••svn:r5542
| Nick Mathewson | 2005-12-08 |
* | The more I punctuate,, the better my documentation is..•••svn:r5540
| Roger Dingledine | 2005-12-08 |
* | make it clearer in the docs what to expect when testing reachability.•••svn:r5539
| Roger Dingledine | 2005-12-08 |
* | when we're checking reachability, make it clearer in the logs•••what to expect.
svn:r5538
| Roger Dingledine | 2005-12-08 |
* | remove a redundant memcpy when extending to a new server•••and attaching circuits to it.
svn:r5537
| Roger Dingledine | 2005-12-08 |
* | Oops. 0.0.0.0/8 and 169.254.0.0/16 are also special.•••svn:r5536
| Nick Mathewson | 2005-12-08 |
* | 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 |