summaryrefslogtreecommitdiff
path: root/src/or/main.c
AgeCommit message (Expand)Author
2004-12-16Clarify confusing messagetor-0.0.9.1Nick Mathewson
2004-12-13note a future thing we should doRoger Dingledine
2004-12-13clean up logging,Roger Dingledine
2004-12-13Only launch dns workers when we are actually starting a server.Nick Mathewson
2004-12-07log bytes written with kill -USR1 tooRoger Dingledine
2004-12-07salvage another 300 bytes per hupRoger Dingledine
2004-12-07Make unit tests work on win32Nick Mathewson
2004-12-01Spell-check strings and commentsNick Mathewson
2004-12-01do even less inside our signal handler,Roger Dingledine
2004-11-30Let resolve conns retry/expire also, rather than sticking around forever.Roger Dingledine
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-28wrong is ok, and right is fine, but in between is apparentlyRoger Dingledine
2004-11-28Normalize space: add one between every control keyword and control clause.Nick Mathewson
2004-11-28remember; tor_socket_errno has side effects!Nick Mathewson
2004-11-26inform him more sanelyRoger Dingledine
2004-11-26inform the user that you noticed when he sent a USR2Roger Dingledine
2004-11-26if you want to handle -USR2, you should catch it too.Roger Dingledine
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