aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* util.c:1308: error: conflicting types for "is_internal_IP"Nick Mathewson2005-12-09
| | | | svn:r5545
* let the user configure a sockslistenaddress on other private IPsRoger Dingledine2005-12-09
| | | | | | | | besides 127.x.y.z without complaining. and give a better message in the log. svn:r5544
* let is_internal_IP() know whether you're asking about an IPRoger Dingledine2005-12-09
| | | | | | | | address for connecting or an IP address for binding, because in the latter, 0.0.0.0 is a special case. svn:r5543
* Make code to handle "private" alias work when assume_action is set.Nick Mathewson2005-12-08
| | | | svn:r5542
* The more I punctuate,, the better my documentation is..Roger Dingledine2005-12-08
| | | | svn:r5540
* make it clearer in the docs what to expect when testing reachability.Roger Dingledine2005-12-08
| | | | svn:r5539
* when we're checking reachability, make it clearer in the logsRoger Dingledine2005-12-08
| | | | | | | what to expect. svn:r5538
* remove a redundant memcpy when extending to a new serverRoger Dingledine2005-12-08
| | | | | | | and attaching circuits to it. svn:r5537
* Oops. 0.0.0.0/8 and 169.254.0.0/16 are also special.Nick Mathewson2005-12-08
| | | | svn:r5536
* Release memory from conn_circid_circuit_map on exit.Nick Mathewson2005-12-08
| | | | svn:r5535
* Add private:* as an alias in configuration for policies.Nick Mathewson2005-12-08
| | | | svn:r5534
* Mark item completedNick Mathewson2005-12-08
| | | | svn:r5533
* Warn when binding to a public address for socks. This warning needs to be ↵Nick Mathewson2005-12-08
| | | | | | improved. Also, make options_validate() only warn when an option is changed to a bad value.. (Previously, it warned when an option was bad and any option was changed.) svn:r5532
* Note one TODO item as done, and another as more complex than anticipatd.Nick Mathewson2005-12-08
| | | | svn:r5531
* Document CREATE_FAST better in the code. Move our key expansion algorithm ↵Nick Mathewson2005-12-08
| | | | | | into a separate function in crypto.c svn:r5530
* Specify CREATE_FAST more fully.Nick Mathewson2005-12-08
| | | | svn:r5529
* Whitespace normalizationNick Mathewson2005-12-08
| | | | svn:r5528
* Do not free a constant string.Nick Mathewson2005-12-08
| | | | svn:r5527
* and remove it from the todo nowRoger Dingledine2005-12-07
| | | | svn:r5526
* call the reachability testing stuff done.Roger Dingledine2005-12-07
| | | | svn:r5525
* Make clients use CREATE_FAST cells. add an option to disable this.Nick Mathewson2005-12-07
| | | | svn:r5524
* Fiddle 0.1.1.x TODO based on conversation with arma.Nick Mathewson2005-12-07
| | | | svn:r5523
* fix typo noticed by scrimblyRoger Dingledine2005-12-07
| | | | svn:r5522
* what the heck is wrong with this little piece of code?Roger Dingledine2005-12-07
| | | | | | | | why can none of us get it right? it looks so simple. svn:r5521
* tell the controller about new .onion streams too.Roger Dingledine2005-12-06
| | | | svn:r5520
* first cut at a 0.1.1.10-alpha changelogRoger Dingledine2005-12-06
| | | | svn:r5519
* get rid of nick's crazy voodoo dh checking.Roger Dingledine2005-12-06
| | | | svn:r5518
* the other half of weasel's patch, so old gcc's can build cvs again.Roger Dingledine2005-12-06
| | | | svn:r5517
* Old gccs want you to do your variable declarations firstPeter Palfrader2005-12-06
| | | | svn:r5516
* when we're giving up on a circuit and retrying on a new one,Roger Dingledine2005-12-06
| | | | | | | | log the name of the exit node. perhaps people will find this useful, or see patterns, or something. svn:r5515
* Fix bug 212: Directory authorities should not try to download server ↵Nick Mathewson2005-12-06
| | | | | | descriptors that they know they will reject. svn:r5514
* Better fix for last bug: avoids trying to double-mark circuits.Nick Mathewson2005-12-05
| | | | svn:r5511
* We were neglecting to unlink marked circuits from soon-to-close OR connections.Nick Mathewson2005-12-05
| | | | svn:r5510
* Change how OR conns get removed from the identity map; fix some warnings on ↵Nick Mathewson2005-12-05
| | | | | | shutdown. svn:r5509
* Check magic when removing old connection from map.Nick Mathewson2005-12-05
| | | | svn:r5508
* Set chosen_exit_name to something we are not about to zero.Nick Mathewson2005-12-05
| | | | svn:r5507
* When parsing foo.exit, if foo is unknown, and we are leaving circuits ↵Nick Mathewson2005-12-05
| | | | | | unattached, set the chosen_exit field and leave the address empty svn:r5504
* Remove superfluous strdupPeter Palfrader2005-12-05
| | | | svn:r5503
* Also print usernames, not just numeric UIDs when we tell the user that his ↵Peter Palfrader2005-12-05
| | | | | | data directory has the wrong owner svn:r5502
* clarify that tor will close unattached streams by itself after 2 minutes,Roger Dingledine2005-12-05
| | | | | | | no matter what the controller does. svn:r5501
* give a hint when people are running tor as the wrong user, rather thanRoger Dingledine2005-12-05
| | | | | | | telling them to start chowning random directories. svn:r5500
* Bugfix for trackhostexits: write down the fingerprint of the chosen exit,Roger Dingledine2005-12-05
| | | | | | | not its nickname, because the chosen exit might not be verified. svn:r5499
* fix a log message to be mildly more helpfulRoger Dingledine2005-12-04
| | | | svn:r5498
* Fix another time comparison bug in circuit_stream_is_being_handled().Roger Dingledine2005-12-04
| | | | | | | | Nick, can you confirm this one? This is also a backport candidate. svn:r5497
* ok, i know this one was a bug. we were expiring open generalRoger Dingledine2005-12-04
| | | | | | | circuits after they had been around for 30 seconds. svn:r5496
* take back half of my bugfix. comparing times sucks.Roger Dingledine2005-12-04
| | | | | | | but leave the other half. svn:r5495
* fix the first bug with our optimization to circuit_expire_building():Roger Dingledine2005-12-04
| | | | | | | | | | 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
* Clean up some comments; remove some dead codeNick Mathewson2005-12-03
| | | | svn:r5493
* Use a switch statement and some mild refactoring to try to speed up ↵Nick Mathewson2005-12-03
| | | | | | circuit_expire_building svn:r5492
* cvs diff -u src/or/circuitlist.c | less almost never does what you want in C.Nick Mathewson2005-12-03
| | | | svn:r5491