Age | Commit message (Expand) | Author |
2004-11-26 | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine |
2004-11-25 | Clarify a bunch of log messages | Nick Mathewson |
2004-11-24 | patch to nick's patch | Roger Dingledine |
2004-11-24 | make nt service version match actual version | Nick Mathewson |
2004-11-23 | initialize rephist before we init_from_config, since init_from_config | Roger Dingledine |
2004-11-22 | Apply NT service patch from Osamu Fujino. This still has some problems (indi... | Nick Mathewson |
2004-11-21 | Dont keep rephist info for routers that havent had activity for 24 hours. | Nick Mathewson |
2004-11-21 | Call init_keys() where needed; fix hibernate bug. | Nick Mathewson |
2004-11-20 | allow StrictEntryNode and StrictExitNode to be singular | Roger Dingledine |
2004-11-20 | printfs want carriage returns | Roger Dingledine |
2004-11-20 | kill -USR2 now moves all logs to loglevel debug | Roger Dingledine |
2004-11-17 | bugfix: when our poll is interrupted, we believed the revents values. | Roger Dingledine |
2004-11-15 | Break DirFetchPostPeriod into: | Roger Dingledine |
2004-11-15 | Only record bandwidth usage when accounting is enabled | Nick Mathewson |
2004-11-15 | fix a bug in configuring accounting in options_act() | Roger Dingledine |
2004-11-14 | Fix compilation. Duh. | Nick Mathewson |
2004-11-14 | Resolve some hibernating-related XXXX009s. | Nick Mathewson |
2004-11-14 | Fetch running-routers. | Nick Mathewson |
2004-11-14 | make kill -USR1 work again | Roger Dingledine |
2004-11-14 | clean a comment | Roger Dingledine |
2004-11-13 | Track whether descriptor is dirty/uploaded. When any options are set, mark i... | Nick Mathewson |
2004-11-13 | Comment a confusing conditional | Nick Mathewson |
2004-11-12 | Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif... | Nick Mathewson |
2004-11-12 | dfc caught a SIGXFSZ error when his debugfile reached 2GB. | Roger Dingledine |
2004-11-11 | when clients do --list-fingerprint, it's misleading to | Roger Dingledine |
2004-11-10 | weaken our anonymity warning a little bit more | Roger Dingledine |
2004-11-09 | Normalize whitespace; add a "tell me about all the unnormalized whitespace" t... | Nick Mathewson |
2004-11-09 | Resolve many XXXs and all DOCDOCs | Nick Mathewson |
2004-11-09 | mark_logs_temp() before init'ing new ones. | Roger Dingledine |
2004-11-09 | stop wanting to split init_keys() | Roger Dingledine |
2004-11-09 | Stop using the wrong DataDirectory when we're validating. | Roger Dingledine |
2004-11-09 | Make an options_act() where we do all the things a new options set | Roger Dingledine |
2004-11-07 | Clean up copyrights. | Roger Dingledine |
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 |