| Commit message (Expand) | Author | Age |
* | some more small fixes | Roger Dingledine | 2004-02-28 |
* | make code more readable; arrbitrarily change a -1 to a 0. | Nick Mathewson | 2004-02-28 |
* | Push responsibility for connection marking down as far as possible; have only... | Nick Mathewson | 2004-02-28 |
* | patches/answers to nick's commit | Roger Dingledine | 2004-02-27 |
* | Refactor mark_for_close, connection_edge_end and friends. Now, everybody | Nick Mathewson | 2004-02-27 |
* | Fix a bug where you might flush some data on a tls connection, and then | Roger Dingledine | 2004-02-27 |
* | break out the operations done on sighup into their own function | Roger Dingledine | 2004-02-26 |
* | dump a new router.desc on hup | Roger Dingledine | 2004-02-26 |
* | if the default torrc isn't there, just use some default defaults | Roger Dingledine | 2004-02-26 |
* | On OSX, decline to use the built-in select-baed poll wrapper, since it seems ... | Nick Mathewson | 2004-02-20 |
* | turn some knobs, add more debugging | Roger Dingledine | 2004-01-30 |
* | add an ap_conn connecting state; report connecting delay | Roger Dingledine | 2004-01-20 |
* | setuid to User _before_ complaining about running as root | Roger Dingledine | 2004-01-19 |
* | fix some errors in logs and comments | Roger Dingledine | 2004-01-16 |
* | split the token bucket into 'rate' and 'burst' params | Roger Dingledine | 2004-01-10 |
* | print an entry at the top of the logfile so you know it's working | Roger Dingledine | 2004-01-05 |
* | Integrate new daemon code, adapted from submission by christian grothoff | Nick Mathewson | 2004-01-03 |
* | correct a warn message in mark_if_closed | Roger Dingledine | 2003-12-23 |
* | make --debuglogfile (or any second log file) work | Roger Dingledine | 2003-12-14 |
* | on hup, close and rebind listener ports too (in case their config has changed) | Roger Dingledine | 2003-12-14 |
* | warn if you're running tor as root | Roger Dingledine | 2003-12-14 |
* | on HUP, retry OR connections, and stop clobbering the dirserver's routerlist | Roger Dingledine | 2003-12-14 |
* | break routers.c into router.c for stuff the router does, | Roger Dingledine | 2003-12-06 |
* | terminology shift: | Roger Dingledine | 2003-12-05 |
* | simplify: options.OnionRouter==1 iff options.ORPort>0 | Roger Dingledine | 2003-11-20 |
* | make pidfile default to null rather than writing to your cwd | Roger Dingledine | 2003-11-19 |
* | Separate failure-count tracking from circuit-launching. | Nick Mathewson | 2003-11-19 |
* | Check that we can write to the logfile and log a warning to stderr if we can't | Peter Palfrader | 2003-11-19 |
* | bugfix: don't ask for ->next of an expired circuit | Roger Dingledine | 2003-11-18 |
* | don't build too many circs at once | Roger Dingledine | 2003-11-18 |
* | recognize in-progress circs and don't start redundant ones | Roger Dingledine | 2003-11-17 |
* | change when circuits are built and expired | Roger Dingledine | 2003-11-16 |
* | initial patches on patches | Roger Dingledine | 2003-11-16 |
* | let getconfig survive repeated calls. now we call it again when we hup. | Roger Dingledine | 2003-11-13 |
* | warn on startup that we don't provide anonymity | Roger Dingledine | 2003-11-13 |
* | add DirBindAddress, parse the BindAddress's when you bind | Roger Dingledine | 2003-10-25 |
* | - fixed a bug in the id switching code -- setgid has to happen before | Steven Hazel | 2003-10-22 |
* | added User and Group options -- if you set them, tor will try to | Steven Hazel | 2003-10-22 |
* | move closer to being able to reload config on HUP | Roger Dingledine | 2003-10-21 |
* | a skeletal print_usage() function | Roger Dingledine | 2003-10-20 |
* | log to stdout while parsing config, | Roger Dingledine | 2003-10-18 |
* | reload the fingerprints file on HUP | Roger Dingledine | 2003-10-17 |
* | closing stdout *should* be safe (we'll see) | Roger Dingledine | 2003-10-15 |
* | Report delivery cell fullness correctly | Nick Mathewson | 2003-10-15 |
* | clean up logging, allow user to specify log files | Roger Dingledine | 2003-10-15 |
* | Make last commit build | Nick Mathewson | 2003-10-15 |
* | Stop using stdout for non-debugging cases | Nick Mathewson | 2003-10-15 |
* | change WARNING to WARN | Roger Dingledine | 2003-10-10 |
* | Refactor, rename, and clarify | Nick Mathewson | 2003-10-09 |
* | add in basic support for pidfiles | Roger Dingledine | 2003-10-08 |