Age | Commit message (Expand) | Author |
2004-08-24 | Improve log message to make it obvious _why_ reading the configuration has fa... | Nick Mathewson |
2004-08-18 | authdirservers don't need to be treated specially on hup for | Roger Dingledine |
2004-08-18 | dirservers now don't build circuits until they have fetched a | Roger Dingledine |
2004-08-15 | We are an OR if ORPort *or* ORBindAddress is set; similarly for being an OP | Nick Mathewson |
2004-08-15 | o clients choose nodes proportional to advertised bandwidth | Roger Dingledine |
2004-08-09 | compile again on win32 (i think) | Roger Dingledine |
2004-08-09 | minor fixtor-0.0.8pre3 | Roger Dingledine |
2004-08-09 | make "%llu" less likely to warn on weird platforms | Roger Dingledine |
2004-08-08 | let children survive sigint, sigterm, etc. | Roger Dingledine |
2004-08-07 | Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename for... | Nick Mathewson |
2004-08-06 | let purging routerinfos and descriptors take an age argument | Roger Dingledine |
2004-08-06 | they're uint64 and uint32, not int and int | Roger Dingledine |
2004-08-06 | list total traffic and total uptime in -usr1 stats | Roger Dingledine |
2004-08-04 | fix rare race condition that causes infinite loop | Roger Dingledine |
2004-08-04 | <arma> did you get it working on win32? or just compiling | Nick Mathewson |
2004-07-22 | clean whitespace and tabs | Roger Dingledine |
2004-07-22 | stop using atexit() to remove our pid, since it's called | Roger Dingledine |
2004-07-22 | publish advertised_bandwidth in descriptor | Roger Dingledine |
2004-07-22 | clients shouldn't create datadir until we have something to put there | Roger Dingledine |
2004-07-21 | 0.0.8 ORs should autoconnect to authdirservers and 0.0.7 servers | Roger Dingledine |
2004-07-21 | solve the authdirserver initialization precedence problem | Roger Dingledine |
2004-07-21 | rearrange to prepare to solve the authdirserver initialization | Roger Dingledine |
2004-07-21 | clients exit immediately on interrupt; they don't wait | Roger Dingledine |
2004-07-21 | Misc small code cleanups; remove exit_server_mode(); change tor_tls_verify be... | Nick Mathewson |
2004-07-21 | add a new advertised_server_mode() to distinguish ORs that | Roger Dingledine |
2004-07-20 | when we get a sigint, don't accept new connections/circuits, | Roger Dingledine |
2004-07-20 | also don't hang up on him if we're an OR and he's an authdirserver | Roger Dingledine |
2004-07-20 | if you're an OR and he's an OR and he's running 0.0.7, | Roger Dingledine |
2004-07-20 | a whole swath of fixes | Roger Dingledine |
2004-07-18 | abstract ORPort/SocksPort checks into server_mode(), proxy_mode(), clique_mod... | Nick Mathewson |
2004-07-13 | Bugfix: some things (like ctrl-z) can make a second take more than one second | Nick Mathewson |
2004-07-13 | only count bytes transmitted to/from non-local IPs | Roger Dingledine |
2004-07-13 | checkpoint: start working on bandwidth tracking and | Roger Dingledine |
2004-07-13 | when you expire a wedged dir conn, conn_close_if_marked will take | Roger Dingledine |
2004-07-04 | touchups all over | Roger Dingledine |
2004-06-30 | cleanups on 008pre1 items | Roger Dingledine |
2004-06-30 | Always use get_data_directory() instead of options.DataDirectory; fix a memor... | Nick Mathewson |
2004-06-25 | Remaining 008pre1 items done; deferred where more design is needed. | Nick Mathewson |
2004-06-21 | Implement several 008pre1 items: needs more testing | Nick Mathewson |
2004-06-12 | Implement code to run tor as an NT service. More testing is needed, as is co... | Nick Mathewson |
2004-06-12 | Break tor_main into startup/loop/shutdown portions, to make NT service refact... | Nick Mathewson |
2004-06-06 | Rotate dnsworkers and cpuworkers on SIGHUP, so they get new config settings too | Nick Mathewson |
2004-06-02 | Stop multiplying logs on sighup. | Nick Mathewson |
2004-06-01 | Add more asserts to dns-pending connections; fix a couple seeming bugs. | Nick Mathewson |
2004-06-01 | declare the epipe bug a non-bug. | Roger Dingledine |
2004-05-28 | bugfix: if the wedged dir conn has no bytes to flush, then we never | Roger Dingledine |
2004-05-28 | dirservers try to reconnect periodically too, in case connections have failed | Roger Dingledine |
2004-05-24 | Keep temporary log in place while configuring logs | Nick Mathewson |
2004-05-20 | Tinker with log behavior: never send error messages about logs into the bitbu... | Nick Mathewson |
2004-05-20 | some more patching | Roger Dingledine |