Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-15 | implement weasel's suggestion to fix the bug that newly bootstrapped | Roger Dingledine | |
tor networks couldn't do hidden services until they had nodes with high uptime: if you're trying to pick a node for your circuit and you demand uptime or capacity and nothing works, then abandon your need for uptime and capacity. svn:r5589 | |||
2005-12-14 | When we mark a router as down, also mark its local_routerstatus as not ↵ | Nick Mathewson | |
running. This way, we do not use directories that are believed to be down. svn:r5587 | |||
2005-12-14 | Choose directory servers from routerstatus list, not from routerinfo list. ↵ | Nick Mathewson | |
This way, as soon was we have a networkstatus, we can ask a cache to give us routers, rather than needing to ask the directories. svn:r5586 | |||
2005-12-14 | Make hashtables use a little less space on 64-bit architectures. | Nick Mathewson | |
svn:r5585 | |||
2005-12-14 | Shave off 8 bytes per connection and 4 bytes per circuit by paying attention ↵ | Nick Mathewson | |
to padding warnings, moving fields around, and acknowledging that we have no files with over 64 kilolines. svn:r5583 | |||
2005-12-14 | Bite the bullet and limit all our source lines to 80 characters, the way IBM ↵ | Nick Mathewson | |
intended. svn:r5582 | |||
2005-12-14 | another possible patch related to circuit_free and memory stomping. | Nick Mathewson | |
svn:r5580 | |||
2005-12-14 | Fix a potential memory stomp on servers running hidden services. Found by ↵ | Nick Mathewson | |
weasel with valgrind. Backport candidate. svn:r5579 | |||
2005-12-14 | orconn_identity_map was another static variable that started | Roger Dingledine | |
out NULL and didn't change until it needed to change. svn:r5578 | |||
2005-12-14 | sometimes, when we just started tor, we haven't created that | Roger Dingledine | |
smartlist yet. so don't free it. svn:r5577 | |||
2005-12-13 | bugfix: when we removed a dead helper node, we never committed that | Roger Dingledine | |
change to disk. svn:r5576 | |||
2005-12-12 | extendcircuit and attachstream would complain about not enough | Roger Dingledine | |
arguments, but then just keep on going anyway. svn:r5575 | |||
2005-12-12 | Have dirctory authorites note which servers make good V2 directory caches in ↵ | Nick Mathewson | |
publishe network-status. svn:r5574 | |||
2005-12-12 | Make directory authorities ignore router uploads that have only cosmetic ↵ | Nick Mathewson | |
differences: now regardless of version! svn:r5573 | |||
2005-12-11 | Don'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-11 | when removing dead helpers, only write or_state to disk once at the | Roger Dingledine | |
end, not for every helper you remove. svn:r5568 | |||
2005-12-11 | mark the helper node as down if we time-out on the circuit handshake | Roger Dingledine | |
with him. svn:r5567 | |||
2005-12-11 | don't mark the helper node as down when we fail to connect to | Roger Dingledine | |
our https proxy. svn:r5566 | |||
2005-12-11 | fix yet another time comparison bug. we were abandoning helpers | Roger Dingledine | |
as soon as they became unavailable. (is this true?) svn:r5565 | |||
2005-12-11 | fix an error in reporting why we abandoned a helper node | Roger Dingledine | |
svn:r5564 | |||
2005-12-11 | choose helper nodes to have high capacity always | Roger Dingledine | |
svn:r5563 | |||
2005-12-11 | a first go at fixing a bug matt edman reported: when he tries | Roger 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-11 | setconf orport=9001 | Roger 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-11 | whenever we hupped or did a controller setconf, we were prepending | Roger Dingledine | |
another reachableaddresses *:80,*:443 if fascistfirewall was set, and we were appending another reject *:* regardless. svn:r5560 | |||
2005-12-11 | i think fascistfirewall still has its uses. it's a synonym | Roger 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-11 | bump to 0.1.1.10-alpha-cvs | Roger Dingledine | |
svn:r5558 | |||
2005-12-10 | bump to 0.1.1.10-alpha | Roger Dingledine | |
svn:r5553 | |||
2005-12-10 | explain why 0.1.1.9-alpha-cvs is a special version. | Roger Dingledine | |
svn:r5552 | |||
2005-12-10 | when 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-10 | crank the max line limit down to 150 chars. | Roger Dingledine | |
svn:r5550 | |||
2005-12-09 | In 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-09 | Normalize whitespace | Nick Mathewson | |
svn:r5547 | |||
2005-12-09 | For some bizarre reason, MSVC does not implement GCC extensions. Who would ↵ | Nick Mathewson | |
have thought? svn:r5546 | |||
2005-12-09 | util.c:1308: error: conflicting types for "is_internal_IP" | Nick Mathewson | |
svn:r5545 | |||
2005-12-09 | let the user configure a sockslistenaddress on other private IPs | Roger Dingledine | |
besides 127.x.y.z without complaining. and give a better message in the log. svn:r5544 | |||
2005-12-09 | let is_internal_IP() know whether you're asking about an IP | Roger 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-08 | Make code to handle "private" alias work when assume_action is set. | Nick Mathewson | |
svn:r5542 | |||
2005-12-08 | when we're checking reachability, make it clearer in the logs | Roger Dingledine | |
what to expect. svn:r5538 | |||
2005-12-08 | remove a redundant memcpy when extending to a new server | Roger Dingledine | |
and attaching circuits to it. svn:r5537 | |||
2005-12-08 | Oops. 0.0.0.0/8 and 169.254.0.0/16 are also special. | Nick Mathewson | |
svn:r5536 | |||
2005-12-08 | Release memory from conn_circid_circuit_map on exit. | Nick Mathewson | |
svn:r5535 | |||
2005-12-08 | Add private:* as an alias in configuration for policies. | Nick Mathewson | |
svn:r5534 | |||
2005-12-08 | Warn 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-08 | Document CREATE_FAST better in the code. Move our key expansion algorithm ↵ | Nick Mathewson | |
into a separate function in crypto.c svn:r5530 | |||
2005-12-08 | Whitespace normalization | Nick Mathewson | |
svn:r5528 | |||
2005-12-08 | Do not free a constant string. | Nick Mathewson | |
svn:r5527 | |||
2005-12-07 | Make clients use CREATE_FAST cells. add an option to disable this. | Nick Mathewson | |
svn:r5524 | |||
2005-12-07 | fix typo noticed by scrimbly | Roger Dingledine | |
svn:r5522 | |||
2005-12-07 | what 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-06 | tell the controller about new .onion streams too. | Roger Dingledine | |
svn:r5520 |