Age | Commit message (Expand) | Author |
2004-11-06 | tor --list-fingerprint as a client shouldn't try to print null | Roger Dingledine |
2004-11-06 | only play the accounting game if it's possible you'll choose to hibernate | Roger Dingledine |
2004-11-06 | Make options no longer a global variable. | Roger Dingledine |
2004-11-04 | Move accounting code into hibernate; start adding logic to track bandwidth-pe... | Nick Mathewson |
2004-11-03 | better interface for connection_ap_handshake_socks_reply() | Roger Dingledine |
2004-11-03 | Implement two flavors of authentication for control connections: one for trus... | Nick Mathewson |
2004-11-03 | - Implement all of control interface except authentication, setconfig, | Nick Mathewson |
2004-11-03 | Streamline the two redundant "Has the second rolled over?" checks in prepare_... | Nick Mathewson |
2004-11-03 | Fix another typo | Nick Mathewson |
2004-11-02 | First attempt at hibernation code. It needs more work around the XXXXs, but ... | Nick Mathewson |
2004-11-02 | Use a stricter set of warnings; make them all pass. | Nick Mathewson |
2004-11-01 | make sure options.MaxConn can be reached | Roger Dingledine |
2004-10-31 | implement first piece of hibernation | Roger Dingledine |
2004-10-30 | tor --list-fingerprint to print fingerprint and exit | Nick Mathewson |
2004-10-28 | Tweaks to prevent obsolete restarting tors from hammering the dirservers. (1)... | Nick Mathewson |
2004-10-27 | Tricksy compiler warnings! We hates them, hates them forever, my precious! | Nick Mathewson |
2004-10-27 | Use tor_snprintf, not snprintf | Nick Mathewson |
2004-10-27 | Replace sprintf with snprintf | Nick Mathewson |
2004-10-24 | Every 60 seconds, check whether the listeners are still alive, and relaunch t... | Nick Mathewson |
2004-10-23 | pay attention to the return value of do_hup, and exit | Roger Dingledine |
2004-10-20 | Use bitwise masking to turn off bits, not compare-and-subtract | Nick Mathewson |
2004-10-17 | start the process of making 0.0.7* obsolete | Roger Dingledine |
2004-10-16 | don't assert multiple things in the same tor_assert() | Roger Dingledine |
2004-10-14 | Build without warnings on mac gcc 3.3 | Nick Mathewson |
2004-10-07 | Windows requires a different cast uint64_t format | Nick Mathewson |
2004-10-01 | use size_t rather than int for directory lengths in memory | Roger Dingledine |
2004-09-29 | 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-28 | Fix an evil bug: when we failed to write to our log, fputs() | Roger Dingledine |
2004-09-23 | bugfix: we were starting to daemonize before we opened our logs, | Roger Dingledine |
2004-09-22 | fix confusing cut-n-paste mistake | Roger Dingledine |
2004-09-08 | 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-02 | Stop using separate defaults for no-config-file and empty-config-file | Nick Mathewson |
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 |