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