summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-12-11New upstream releasedebian-version-0.1.1.10-alpha-1Peter Palfrader
svn:r5570
2005-12-11Don't use helper nodes for circuits with purpose 'testing'.Roger Dingledine
Also, when picking the helper node for a given circuit, exclude the circuit's exit from your choices. svn:r5569
2005-12-11when removing dead helpers, only write or_state to disk once at theRoger Dingledine
end, not for every helper you remove. svn:r5568
2005-12-11mark the helper node as down if we time-out on the circuit handshakeRoger Dingledine
with him. svn:r5567
2005-12-11don't mark the helper node as down when we fail to connect toRoger Dingledine
our https proxy. svn:r5566
2005-12-11fix yet another time comparison bug. we were abandoning helpersRoger Dingledine
as soon as they became unavailable. (is this true?) svn:r5565
2005-12-11fix an error in reporting why we abandoned a helper nodeRoger Dingledine
svn:r5564
2005-12-11choose helper nodes to have high capacity alwaysRoger Dingledine
svn:r5563
2005-12-11a first go at fixing a bug matt edman reported: when he triesRoger Dingledine
to "setconf log" via the controller, it is friendly and gives him a log to stdout, even though he didn't ask for one. svn:r5562
2005-12-11setconf orport=9001Roger Dingledine
513 Unrecognized option value it's not unrecognized. it's unacceptable. (in this case, i still have to consult the logs to figure out why, but at least i have an inkling that maybe i should.) svn:r5561
2005-12-11whenever we hupped or did a controller setconf, we were prependingRoger Dingledine
another reachableaddresses *:80,*:443 if fascistfirewall was set, and we were appending another reject *:* regardless. svn:r5560
2005-12-11i think fascistfirewall still has its uses. it's a synonymRoger Dingledine
for a certain reachableaddresses line, but it's easier to remember and people already understand it. i think we should think about undeprecating it. svn:r5559
2005-12-11bump to 0.1.1.10-alpha-cvsRoger Dingledine
svn:r5558
2005-12-11the other rest of the 0.1.1.10-alpha changelog.tor-0.1.1.10-alphaRoger Dingledine
svn:r5556
2005-12-11put a date on the changelogRoger Dingledine
svn:r5555
2005-12-11the rest of the 0.1.1.10-alpha changelogRoger Dingledine
svn:r5554
2005-12-10bump to 0.1.1.10-alphaRoger Dingledine
svn:r5553
2005-12-10explain why 0.1.1.9-alpha-cvs is a special version.Roger Dingledine
svn:r5552
2005-12-10when we changed from log_fn to debug/info/notice/warn/err,Roger Dingledine
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
2005-12-10crank the max line limit down to 150 chars.Roger Dingledine
svn:r5550
2005-12-09Tell people to wait for a bit before registering their server, so they can ↵Peter Palfrader
properly ensure it is working svn:r5549
2005-12-09In my private little universe, terminals are still 80 columns. Impose a ↵Nick Mathewson
160-character-per-line limit; this will creep down. svn:r5548
2005-12-09Normalize whitespaceNick Mathewson
svn:r5547
2005-12-09For some bizarre reason, MSVC does not implement GCC extensions. Who would ↵Nick Mathewson
have thought? svn:r5546
2005-12-09util.c:1308: error: conflicting types for "is_internal_IP"Nick Mathewson
svn:r5545
2005-12-09let the user configure a sockslistenaddress on other private IPsRoger Dingledine
besides 127.x.y.z without complaining. and give a better message in the log. svn:r5544
2005-12-09let is_internal_IP() know whether you're asking about an IPRoger Dingledine
address for connecting or an IP address for binding, because in the latter, 0.0.0.0 is a special case. svn:r5543
2005-12-08Make code to handle "private" alias work when assume_action is set.Nick Mathewson
svn:r5542
2005-12-08The more I punctuate,, the better my documentation is..Roger Dingledine
svn:r5540
2005-12-08make it clearer in the docs what to expect when testing reachability.Roger Dingledine
svn:r5539
2005-12-08when we're checking reachability, make it clearer in the logsRoger Dingledine
what to expect. svn:r5538
2005-12-08remove a redundant memcpy when extending to a new serverRoger Dingledine
and attaching circuits to it. svn:r5537
2005-12-08Oops. 0.0.0.0/8 and 169.254.0.0/16 are also special.Nick Mathewson
svn:r5536
2005-12-08Release memory from conn_circid_circuit_map on exit.Nick Mathewson
svn:r5535
2005-12-08Add private:* as an alias in configuration for policies.Nick Mathewson
svn:r5534
2005-12-08Mark item completedNick Mathewson
svn:r5533
2005-12-08Warn when binding to a public address for socks. This warning needs to be ↵Nick Mathewson
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
2005-12-08Note one TODO item as done, and another as more complex than anticipatd.Nick Mathewson
svn:r5531
2005-12-08Document CREATE_FAST better in the code. Move our key expansion algorithm ↵Nick Mathewson
into a separate function in crypto.c svn:r5530
2005-12-08Specify CREATE_FAST more fully.Nick Mathewson
svn:r5529
2005-12-08Whitespace normalizationNick Mathewson
svn:r5528
2005-12-08Do not free a constant string.Nick Mathewson
svn:r5527
2005-12-07and remove it from the todo nowRoger Dingledine
svn:r5526
2005-12-07call the reachability testing stuff done.Roger Dingledine
svn:r5525
2005-12-07Make clients use CREATE_FAST cells. add an option to disable this.Nick Mathewson
svn:r5524
2005-12-07Fiddle 0.1.1.x TODO based on conversation with arma.Nick Mathewson
svn:r5523
2005-12-07fix typo noticed by scrimblyRoger Dingledine
svn:r5522
2005-12-07what the heck is wrong with this little piece of code?Roger Dingledine
why can none of us get it right? it looks so simple. svn:r5521
2005-12-06tell the controller about new .onion streams too.Roger Dingledine
svn:r5520
2005-12-06first cut at a 0.1.1.10-alpha changelogRoger Dingledine
svn:r5519