Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-18 | log to stdout while parsing config, | Roger Dingledine | |
otherwise we log to nothing and give no feedback! svn:r617 | |||
2003-10-18 | rewrite close_logs so it could possibly work | Roger Dingledine | |
remove deadbeef memory-clobber testing (for now) svn:r616 | |||
2003-10-17 | put a blank line in the directory, before the first router | Roger Dingledine | |
this makes it easier to read (at least for me) svn:r613 | |||
2003-10-17 | try to make cvs more stable for now. need to test this more in a bit. | Roger Dingledine | |
svn:r612 | |||
2003-10-17 | reload the fingerprints file on HUP | Roger Dingledine | |
svn:r611 | |||
2003-10-17 | catch misconfigured machines that return hostname as fqdn | Roger Dingledine | |
svn:r610 | |||
2003-10-15 | Log TLS errors even harder | Nick Mathewson | |
svn:r604 | |||
2003-10-15 | Add more logging on some ssl errors. | Nick Mathewson | |
svn:r603 | |||
2003-10-15 | closing stdout *should* be safe (we'll see) | Roger Dingledine | |
svn:r601 | |||
2003-10-15 | Report delivery cell fullness correctly | Nick Mathewson | |
svn:r600 | |||
2003-10-15 | change buf->buf to buf->mem | Roger Dingledine | |
maybe this will mean fewer dumb errors svn:r599 | |||
2003-10-15 | fix bug with overzealous shrinking; add more comments. | Nick Mathewson | |
svn:r597 | |||
2003-10-15 | clean up logging, allow user to specify log files | Roger Dingledine | |
If DebugLogFile is specified, log to it at -l debug If LogFile is specified, log to it at the -l from the commandline (default info) If no LogFile *and* not a Daemon, then log to stdout. Make conn->s = -1 by default (this might break things) When kill -USR1, prefer to log at INFO, but make sure they always see it. svn:r596 | |||
2003-10-15 | Build without warnings on OS X. | Nick Mathewson | |
svn:r595 | |||
2003-10-15 | Make add_file_log return 0 on success. | Nick Mathewson | |
svn:r594 | |||
2003-10-15 | Make last commit build | Nick Mathewson | |
svn:r593 | |||
2003-10-15 | Stop using stdout for non-debugging cases | Nick Mathewson | |
svn:r592 | |||
2003-10-15 | and in OP config files | Roger Dingledine | |
svn:r589 | |||
2003-10-15 | less confusing comments in config files | Roger Dingledine | |
svn:r588 | |||
2003-10-15 | - cause configure to create a tor.sh which will have directories set | Steven Hazel | |
correctly based on how configure was run - cause tor to guess the location of torrc more intelligently - cause cause src/config/torrc and src/conf/sample-server-torrc to be generated with contents that are correct for the way configure was run - cause "make install" to put torrc, sample-server-torrc, and dirservers somewhere intelligent svn:r587 | |||
2003-10-14 | clean up the sample or rc | Roger Dingledine | |
svn:r585 | |||
2003-10-14 | make the buffer resize stuff work | Roger Dingledine | |
and make listener connections not have bufs svn:r584 | |||
2003-10-14 | Make buffers grow and shrink as needed. | Nick Mathewson | |
svn:r583 | |||
2003-10-14 | Add tor_realloc to mirror tor_malloc | Nick Mathewson | |
svn:r582 | |||
2003-10-14 | i'm a little teapot, short and stout | Roger Dingledine | |
cvs compiles again svn:r581 | |||
2003-10-13 | fix segfault (connecting to dirserver when network is down) | Roger Dingledine | |
svn:r580 | |||
2003-10-12 | put out 0.0.2pre12 | Roger Dingledine | |
(mainly doc and log changes) svn:r579 | |||
2003-10-11 | clarify the warning for unrecognized socks version | Roger Dingledine | |
(generally happens when people use tor as an httpd proxy) svn:r576 | |||
2003-10-10 | oops, bugfix | Roger Dingledine | |
svn:r572 | |||
2003-10-10 | change WARNING to WARN | Roger Dingledine | |
and fix a few typos svn:r571 | |||
2003-10-10 | change WARNING to WARN | Roger Dingledine | |
svn:r570 | |||
2003-10-09 | Refactor, rename, and clarify | Nick Mathewson | |
svn:r569 | |||
2003-10-08 | add in basic support for pidfiles | Roger Dingledine | |
(patch courtesy aaron turner) svn:r565 | |||
2003-10-08 | 0.0.2pre11, new license | Roger Dingledine | |
svn:r564 | |||
2003-10-08 | Update LICENSE and copyright dates. | Nick Mathewson | |
svn:r560 | |||
2003-10-07 | more details to track a warning in tls handshakes | Roger Dingledine | |
plus make exit policy comparisons not always reject svn:r559 | |||
2003-10-07 | successfully parse exit policies on future attempts too | Roger Dingledine | |
svn:r558 | |||
2003-10-07 | pull exit policies from config into desc_routerinfo | Roger Dingledine | |
svn:r557 | |||
2003-10-07 | lowercase exit policies. | Nick Mathewson | |
svn:r556 | |||
2003-10-07 | obey exit policies for addresses too | Roger Dingledine | |
svn:r555 | |||
2003-10-07 | Stop requiring newline at end of exit policy. | Nick Mathewson | |
svn:r554 | |||
2003-10-07 | Add a "router_add_exit_policy_from_string" function. | Nick Mathewson | |
svn:r553 | |||
2003-10-07 | add ExitPolicy line to config file | Roger Dingledine | |
svn:r552 | |||
2003-10-07 | minor fixes; bump to 0.0.2pre10 | Roger Dingledine | |
svn:r551 | |||
2003-10-07 | Clear revents even when no events are received. Also, since everyone gets ↵ | Nick Mathewson | |
in exceptions, everyone gets to increment maxfd. svn:r550 | |||
2003-10-07 | Hoping to find an fd larger than ((unsigned)-1) is probably a lost cause. | Nick Mathewson | |
svn:r549 | |||
2003-10-07 | do not ask for whom there's an error, it polls for thee | Roger Dingledine | |
svn:r548 | |||
2003-10-07 | give correct warning message when you're running an old version | Roger Dingledine | |
svn:r546 | |||
2003-10-07 | and a Makefile.am for src/config/ | Roger Dingledine | |
svn:r545 | |||
2003-10-07 | some early bugfixes | Roger Dingledine | |
our log() conflicts with log(3) distribute only the correct files from doc/ and src/config/ sometimes laptops go back in time. i guess that's ok for now. and bump the version number because we're live. svn:r544 |