| Commit message (Expand) | Author | Age |
* | Windows requires a different cast uint64_t format | Nick Mathewson | 2004-10-07 |
* | use size_t rather than int for directory lengths in memory | Roger Dingledine | 2004-10-01 |
* | prefer tor_free to free | Roger Dingledine | 2004-09-29 |
* | print the IP if a conn fails badly, to see if there are any trends | Roger Dingledine | 2004-09-29 |
* | Fix an evil bug: when we failed to write to our log, fputs() | Roger Dingledine | 2004-09-28 |
* | bugfix: we were starting to daemonize before we opened our logs, | Roger Dingledine | 2004-09-23 |
* | fix confusing cut-n-paste mistake | Roger Dingledine | 2004-09-22 |
* | Some platforms have weird translations when you open files in "test" mode; ma... | Nick Mathewson | 2004-09-08 |
* | Flush more changes from sandbox | Nick Mathewson | 2004-09-08 |
* | Stop using separate defaults for no-config-file and empty-config-file | Nick Mathewson | 2004-09-02 |
* | Improve log message to make it obvious _why_ reading the configuration has fa... | Nick Mathewson | 2004-08-24 |
* | 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-18 |
* | 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-15 |
* | compile again on win32 (i think) | Roger Dingledine | 2004-08-09 |
* | minor fix | Roger Dingledine | 2004-08-09 |
* | make "%llu" less likely to warn on weird platforms | Roger Dingledine | 2004-08-09 |
* | let children survive sigint, sigterm, etc. | Roger Dingledine | 2004-08-08 |
* | Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename for... | Nick Mathewson | 2004-08-07 |
* | 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-06 |
* | 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-08-04 |
* | 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-22 |
* | 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-21 |
* | 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-20 |
* | abstract ORPort/SocksPort checks into server_mode(), proxy_mode(), clique_mod... | Nick Mathewson | 2004-07-18 |
* | 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-13 |
* | touchups all over | Roger Dingledine | 2004-07-04 |
* | 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-30 |
* | Remaining 008pre1 items done; deferred where more design is needed. | Nick Mathewson | 2004-06-25 |
* | Implement several 008pre1 items: needs more testing | Nick Mathewson | 2004-06-21 |
* | Implement code to run tor as an NT service. More testing is needed, as is co... | Nick Mathewson | 2004-06-12 |