aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
Commit message (Expand)AuthorAge
* Clarify a bunch of log messagesNick Mathewson2004-11-25
* patch to nick's patchRoger Dingledine2004-11-24
* make nt service version match actual versionNick Mathewson2004-11-24
* initialize rephist before we init_from_config, since init_from_configRoger Dingledine2004-11-23
* Apply NT service patch from Osamu Fujino. This still has some problems (indi...Nick Mathewson2004-11-22
* Dont keep rephist info for routers that havent had activity for 24 hours.Nick Mathewson2004-11-21
* Call init_keys() where needed; fix hibernate bug.Nick Mathewson2004-11-21
* allow StrictEntryNode and StrictExitNode to be singularRoger Dingledine2004-11-20
* printfs want carriage returnsRoger Dingledine2004-11-20
* kill -USR2 now moves all logs to loglevel debugRoger Dingledine2004-11-20
* bugfix: when our poll is interrupted, we believed the revents values.Roger Dingledine2004-11-17
* Break DirFetchPostPeriod into:Roger Dingledine2004-11-15
* Only record bandwidth usage when accounting is enabledNick Mathewson2004-11-15
* fix a bug in configuring accounting in options_act()Roger Dingledine2004-11-15
* Fix compilation. Duh.Nick Mathewson2004-11-14
* Resolve some hibernating-related XXXX009s.Nick Mathewson2004-11-14
* Fetch running-routers.Nick Mathewson2004-11-14
* make kill -USR1 work againRoger Dingledine2004-11-14
* clean a commentRoger Dingledine2004-11-14
* Track whether descriptor is dirty/uploaded. When any options are set, mark i...Nick Mathewson2004-11-13
* Comment a confusing conditionalNick Mathewson2004-11-13
* Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...Nick Mathewson2004-11-12
* dfc caught a SIGXFSZ error when his debugfile reached 2GB.Roger Dingledine2004-11-12
* when clients do --list-fingerprint, it's misleading toRoger Dingledine2004-11-11
* weaken our anonymity warning a little bit moreRoger Dingledine2004-11-10
* Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson2004-11-09
* Resolve many XXXs and all DOCDOCsNick Mathewson2004-11-09
* mark_logs_temp() before init'ing new ones.Roger Dingledine2004-11-09
* stop wanting to split init_keys()Roger Dingledine2004-11-09
* Stop using the wrong DataDirectory when we're validating.Roger Dingledine2004-11-09
* Make an options_act() where we do all the things a new options setRoger Dingledine2004-11-09
* Clean up copyrights.Roger Dingledine2004-11-07
* tor --list-fingerprint as a client shouldn't try to print nullRoger Dingledine2004-11-06
* only play the accounting game if it's possible you'll choose to hibernateRoger Dingledine2004-11-06
* Make options no longer a global variable.Roger Dingledine2004-11-06
* Move accounting code into hibernate; start adding logic to track bandwidth-pe...Nick Mathewson2004-11-04
* better interface for connection_ap_handshake_socks_reply()Roger Dingledine2004-11-03
* Implement two flavors of authentication for control connections: one for trus...Nick Mathewson2004-11-03
* - Implement all of control interface except authentication, setconfig,Nick Mathewson2004-11-03
* Streamline the two redundant "Has the second rolled over?" checks in prepare_...Nick Mathewson2004-11-03
* Fix another typoNick Mathewson2004-11-03
* First attempt at hibernation code. It needs more work around the XXXXs, but ...Nick Mathewson2004-11-02
* Use a stricter set of warnings; make them all pass.Nick Mathewson2004-11-02
* make sure options.MaxConn can be reachedRoger Dingledine2004-11-01
* implement first piece of hibernationRoger Dingledine2004-10-31
* tor --list-fingerprint to print fingerprint and exitNick Mathewson2004-10-30
* Tweaks to prevent obsolete restarting tors from hammering the dirservers. (1)...Nick Mathewson2004-10-28
* Tricksy compiler warnings! We hates them, hates them forever, my precious!Nick Mathewson2004-10-27
* Use tor_snprintf, not snprintfNick Mathewson2004-10-27
* Replace sprintf with snprintfNick Mathewson2004-10-27