Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | fix bug with overzealous shrinking; add more comments. | Nick Mathewson | 2003-10-15 | |
| | | | | svn:r597 | |||
* | clean up logging, allow user to specify log files | Roger Dingledine | 2003-10-15 | |
| | | | | | | | | | | | | 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 | |||
* | Build without warnings on OS X. | Nick Mathewson | 2003-10-15 | |
| | | | | svn:r595 | |||
* | Make add_file_log return 0 on success. | Nick Mathewson | 2003-10-15 | |
| | | | | svn:r594 | |||
* | Make last commit build | Nick Mathewson | 2003-10-15 | |
| | | | | svn:r593 | |||
* | Stop using stdout for non-debugging cases | Nick Mathewson | 2003-10-15 | |
| | | | | svn:r592 | |||
* | and in OP config files | Roger Dingledine | 2003-10-15 | |
| | | | | svn:r589 | |||
* | less confusing comments in config files | Roger Dingledine | 2003-10-15 | |
| | | | | svn:r588 | |||
* | - cause configure to create a tor.sh which will have directories set | Steven Hazel | 2003-10-15 | |
| | | | | | | | | | | | | | | | | 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 | |||
* | clean up the sample or rc | Roger Dingledine | 2003-10-14 | |
| | | | | svn:r585 | |||
* | make the buffer resize stuff work | Roger Dingledine | 2003-10-14 | |
| | | | | | | | and make listener connections not have bufs svn:r584 | |||
* | Make buffers grow and shrink as needed. | Nick Mathewson | 2003-10-14 | |
| | | | | svn:r583 | |||
* | Add tor_realloc to mirror tor_malloc | Nick Mathewson | 2003-10-14 | |
| | | | | svn:r582 | |||
* | i'm a little teapot, short and stout | Roger Dingledine | 2003-10-14 | |
| | | | | | | | cvs compiles again svn:r581 | |||
* | fix segfault (connecting to dirserver when network is down) | Roger Dingledine | 2003-10-13 | |
| | | | | svn:r580 | |||
* | put out 0.0.2pre12 | Roger Dingledine | 2003-10-12 | |
| | | | | | | | (mainly doc and log changes) svn:r579 | |||
* | clarify the warning for unrecognized socks version | Roger Dingledine | 2003-10-11 | |
| | | | | | | | (generally happens when people use tor as an httpd proxy) svn:r576 | |||
* | oops, bugfix | Roger Dingledine | 2003-10-10 | |
| | | | | svn:r572 | |||
* | change WARNING to WARN | Roger Dingledine | 2003-10-10 | |
| | | | | | | | and fix a few typos svn:r571 | |||
* | change WARNING to WARN | Roger Dingledine | 2003-10-10 | |
| | | | | svn:r570 | |||
* | Refactor, rename, and clarify | Nick Mathewson | 2003-10-09 | |
| | | | | svn:r569 | |||
* | add in basic support for pidfiles | Roger Dingledine | 2003-10-08 | |
| | | | | | | | (patch courtesy aaron turner) svn:r565 | |||
* | 0.0.2pre11, new license | Roger Dingledine | 2003-10-08 | |
| | | | | svn:r564 | |||
* | Update LICENSE and copyright dates. | Nick Mathewson | 2003-10-08 | |
| | | | | svn:r560 | |||
* | more details to track a warning in tls handshakes | Roger Dingledine | 2003-10-07 | |
| | | | | | | | plus make exit policy comparisons not always reject svn:r559 | |||
* | successfully parse exit policies on future attempts too | Roger Dingledine | 2003-10-07 | |
| | | | | svn:r558 | |||
* | pull exit policies from config into desc_routerinfo | Roger Dingledine | 2003-10-07 | |
| | | | | svn:r557 | |||
* | lowercase exit policies. | Nick Mathewson | 2003-10-07 | |
| | | | | svn:r556 | |||
* | obey exit policies for addresses too | Roger Dingledine | 2003-10-07 | |
| | | | | svn:r555 | |||
* | Stop requiring newline at end of exit policy. | Nick Mathewson | 2003-10-07 | |
| | | | | svn:r554 | |||
* | Add a "router_add_exit_policy_from_string" function. | Nick Mathewson | 2003-10-07 | |
| | | | | svn:r553 | |||
* | add ExitPolicy line to config file | Roger Dingledine | 2003-10-07 | |
| | | | | svn:r552 | |||
* | minor fixes; bump to 0.0.2pre10 | Roger Dingledine | 2003-10-07 | |
| | | | | svn:r551 | |||
* | Clear revents even when no events are received. Also, since everyone gets ↵ | Nick Mathewson | 2003-10-07 | |
| | | | | | | in exceptions, everyone gets to increment maxfd. svn:r550 | |||
* | Hoping to find an fd larger than ((unsigned)-1) is probably a lost cause. | Nick Mathewson | 2003-10-07 | |
| | | | | svn:r549 | |||
* | do not ask for whom there's an error, it polls for thee | Roger Dingledine | 2003-10-07 | |
| | | | | svn:r548 | |||
* | give correct warning message when you're running an old version | Roger Dingledine | 2003-10-07 | |
| | | | | svn:r546 | |||
* | and a Makefile.am for src/config/ | Roger Dingledine | 2003-10-07 | |
| | | | | svn:r545 | |||
* | some early bugfixes | Roger Dingledine | 2003-10-07 | |
| | | | | | | | | | | 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 | |||
* | no need to trigger an assert if socks handshake is malformed | Roger Dingledine | 2003-10-06 | |
| | | | | svn:r542 | |||
* | refactor around connection_edge_send_command() | Roger Dingledine | 2003-10-04 | |
| | | | | svn:r539 | |||
* | wrap strdup; prefer time() to gettimeofday() | Roger Dingledine | 2003-10-04 | |
| | | | | svn:r538 | |||
* | refactor so connection_write_to_buf() never fails | Roger Dingledine | 2003-10-04 | |
| | | | | svn:r537 | |||
* | socks5 now works | Roger Dingledine | 2003-10-04 | |
| | | | | | | | (or at least, we can talk to mozilla.) svn:r536 | |||
* | clean some includes | Roger Dingledine | 2003-10-04 | |
| | | | | svn:r535 | |||
* | Add new cell fullness and bandwidth stats. | Nick Mathewson | 2003-10-02 | |
| | | | | svn:r533 | |||
* | Make testcases run again; more sanity checking to descriptor generation. | Nick Mathewson | 2003-10-01 | |
| | | | | svn:r532 | |||
* | my_routerinfo, router_is_me, and learn_my_address are obsolete | Roger Dingledine | 2003-10-01 | |
| | | | | | | | ACIs are decided now by strcmp'ing nicknames, rather than comparing addr:port svn:r529 | |||
* | rebuild directory before uploading | Nick Mathewson | 2003-10-01 | |
| | | | | svn:r528 | |||
* | Move dirserv/routers code out of main.c | Nick Mathewson | 2003-10-01 | |
| | | | | svn:r527 |