Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | catch misconfigured machines that return hostname as fqdn | Roger Dingledine | 2003-10-17 | |
| | | | | svn:r610 | |||
* | closing stdout *should* be safe (we'll see) | Roger Dingledine | 2003-10-15 | |
| | | | | svn:r601 | |||
* | Report delivery cell fullness correctly | Nick Mathewson | 2003-10-15 | |
| | | | | svn:r600 | |||
* | change buf->buf to buf->mem | Roger Dingledine | 2003-10-15 | |
| | | | | | | | maybe this will mean fewer dumb errors svn:r599 | |||
* | 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 last commit build | Nick Mathewson | 2003-10-15 | |
| | | | | svn:r593 | |||
* | Stop using stdout for non-debugging cases | Nick Mathewson | 2003-10-15 | |
| | | | | svn:r592 | |||
* | - 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 | |||
* | 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 | |||
* | 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 | |||
* | change WARNING to WARN | Roger Dingledine | 2003-10-10 | |
| | | | | | | | and fix a few typos svn:r571 | |||
* | 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 | |||
* | give correct warning message when you're running an old version | Roger Dingledine | 2003-10-07 | |
| | | | | svn:r546 | |||
* | 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 | |||
* | 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 | |||
* | ORs post descriptors periodically too | Roger Dingledine | 2003-09-30 | |
| | | | | svn:r523 | |||
* | Add "platform" to router descriptors. | Nick Mathewson | 2003-09-30 | |
| | | | | svn:r522 | |||
* | mark all dirservers up at boot; mark a dirserver down if dir fetch fails | Roger Dingledine | 2003-09-30 | |
| | | | | svn:r519 | |||
* | fix the SSL_read() bug again. this time for sure! | Roger Dingledine | 2003-09-30 | |
| | | | | svn:r518 | |||
* | Check router signatures again; debug signature checking | Nick Mathewson | 2003-09-30 | |
| | | | | svn:r517 | |||
* | make sure router descriptor doesnt eat the directory-signature | Nick Mathewson | 2003-09-30 | |
| | | | | svn:r516 | |||
* | Bugfixes in directory code: | Nick Mathewson | 2003-09-30 | |
| | | | | | | | | | | | | | | | | | | | Improve debugging output on fingerprint checking. Make sure to add our own fingerprint to the fingerprint list _before_ adding our own descriptor, or else we'll reject ourself. Don't call a directory invalid just because we have a newer descriptor for some router. Use router_get_dir_hash to generate hashes for signed directories. Make sure we add our own descriptor successfully. Don't fall-through on failed base64-endode. svn:r514 | |||
* | We need to call get_connection_array before using its outputs | Nick Mathewson | 2003-09-30 | |
| | | | | svn:r513 |