aboutsummaryrefslogtreecommitdiff
path: root/src/or/hibernate.c
Commit message (Expand)AuthorAge
* fix a bug in configuring accounting in options_act()•••svn:r2881 Roger Dingledine2004-11-15
* Fix compilation. Duh.•••svn:r2876 Nick Mathewson2004-11-14
* Resolve some hibernating-related XXXX009s.•••svn:r2875 Nick Mathewson2004-11-14
* Hibernate if we start tor during the "wait for wakeup-time" phase of an accou...•••svn:r2869 Nick Mathewson2004-11-14
* Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...•••svn:r2808 Nick Mathewson2004-11-12
* When we think we have no bandwidth, guess that we will run for 1 day.•••svn:r2795 Nick Mathewson2004-11-10
* Fix a few bugs in accounting: parse bw_accounting correctly; set end time of ...•••svn:r2785 Nick Mathewson2004-11-10
* Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...•••svn:r2758 Nick Mathewson2004-11-09
* bugfix: ^c ought to work even while hibernating•••svn:r2748 Roger Dingledine2004-11-09
* Stop using the wrong DataDirectory when we're validating.•••Also validate/normalize the DataDirectory better. svn:r2732 Roger Dingledine2004-11-09
* fix comments in hibernate.c•••svn:r2714 Roger Dingledine2004-11-09
* various fixes•••svn:r2712 Roger Dingledine2004-11-09
* Document hibernate.c. Also fix handling of corner case where we hit the end o...•••svn:r2709 Nick Mathewson2004-11-07
* Clean up copyrights.•••Break connection_consider_empty_buckets() out of connection_read_bucket_decrement(). svn:r2698 Roger Dingledine2004-11-07
* only play the accounting game if it's possible you'll choose to hibernate•••svn:r2694 Roger Dingledine2004-11-06
* Make options no longer a global variable.•••Now we can try setting an option but back out if it fails to parse, or if it's disallowed (e.g. changing RunAsDaemon from 1 to 0). Use parse_line_from_str rather than parse_line_from_file. svn:r2692 Roger Dingledine2004-11-06
* Write hibernation code. Needs docs and tests.•••svn:r2689 Nick Mathewson2004-11-05
* make the default default options.FirewallPorts be the default•••svn:r2683 Roger Dingledine2004-11-04
* Move accounting code into hibernate; start adding logic to track bandwidth-pe...•••svn:r2680 Nick Mathewson2004-11-04
* First attempt at hibernation code. It needs more work around the XXXXs, but ...•••svn:r2649 Nick Mathewson2004-11-02
* oh, and add the actual file too•••svn:r2631 Roger Dingledine2004-10-31