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