summaryrefslogtreecommitdiff
path: root/src/or/hibernate.c
AgeCommit message (Expand)Author
2004-12-16Make split(..., NULL) split on horizontal space; fix bug with tabs in config ...Nick Mathewson
2004-12-13clean up logging,Roger Dingledine
2004-12-08make the 64 bit args print correctly on 64 bit archstor-0.0.9rc7Roger Dingledine
2004-12-07Log contents of bw_accounting when we read it; fix memory leak.Nick Mathewson
2004-12-05send an end to the streams we close when we hibernate, ratherRoger Dingledine
2004-12-05talk about quotas rather than bandwidths, in the logsRoger Dingledine
2004-12-01Spell-check strings and commentsNick Mathewson
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-28Normalize space: add one between every control keyword and control clause.Nick Mathewson
2004-11-23Better notice for hibernate interval spans; when estimate is 0, start out awake.Nick Mathewson
2004-11-23another slightly less confusing messageRoger Dingledine
2004-11-23less confusing message upon hibernationRoger Dingledine
2004-11-23fix some typos; move to 0.0.9rc1Roger Dingledine
2004-11-22Compile cleanly on windows; prevent some insane bandwidth cases (e.g., "Bandw...Nick Mathewson
2004-11-22Normalize spaceNick Mathewson
2004-11-22Implement weekly/monthly/daily accountingNick Mathewson
2004-11-21Call init_keys() where needed; fix hibernate bug.Nick Mathewson
2004-11-20kill -USR2 now moves all logs to loglevel debugRoger Dingledine
2004-11-20Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting se...Nick Mathewson
2004-11-16add a TODO item and some comment changes.Nick 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-14Hibernate if we start tor during the "wait for wakeup-time" phase of an accou...Nick Mathewson
2004-11-12Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...Nick Mathewson
2004-11-10When we think we have no bandwidth, guess that we will run for 1 day.Nick Mathewson
2004-11-10Fix a few bugs in accounting: parse bw_accounting correctly; set end time of ...tor-0.0.9pre5Nick Mathewson
2004-11-09Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson
2004-11-09bugfix: ^c ought to work even while hibernatingRoger Dingledine
2004-11-09Stop using the wrong DataDirectory when we're validating.Roger Dingledine
2004-11-09fix comments in hibernate.cRoger Dingledine
2004-11-09various fixesRoger Dingledine
2004-11-07Document hibernate.c. Also fix handling of corner case where we hit the end o...Nick Mathewson
2004-11-07Clean up copyrights.Roger 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-05Write hibernation code. Needs docs and tests.Nick Mathewson
2004-11-04make the default default options.FirewallPorts be the defaultRoger Dingledine
2004-11-04Move accounting code into hibernate; start adding logic to track bandwidth-pe...Nick Mathewson
2004-11-02First attempt at hibernation code. It needs more work around the XXXXs, but ...Nick Mathewson
2004-10-31oh, and add the actual file tooRoger Dingledine