index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
hibernate.c
Age
Commit message (
Expand
)
Author
2004-12-05
send an end to the streams we close when we hibernate, rather
Roger Dingledine
2004-12-05
talk about quotas rather than bandwidths, in the logs
Roger Dingledine
2004-12-01
Spell-check strings and comments
Nick Mathewson
2004-11-29
Suggestion from weasel: Make tor --version --version dump the cvs Id of every...
Nick Mathewson
2004-11-28
Normalize space: add one between every control keyword and control clause.
Nick Mathewson
2004-11-23
Better notice for hibernate interval spans; when estimate is 0, start out awake.
Nick Mathewson
2004-11-23
another slightly less confusing message
Roger Dingledine
2004-11-23
less confusing message upon hibernation
Roger Dingledine
2004-11-23
fix some typos; move to 0.0.9rc1
Roger Dingledine
2004-11-22
Compile cleanly on windows; prevent some insane bandwidth cases (e.g., "Bandw...
Nick Mathewson
2004-11-22
Normalize space
Nick Mathewson
2004-11-22
Implement weekly/monthly/daily accounting
Nick Mathewson
2004-11-21
Call init_keys() where needed; fix hibernate bug.
Nick Mathewson
2004-11-20
kill -USR2 now moves all logs to loglevel debug
Roger Dingledine
2004-11-20
Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting se...
Nick Mathewson
2004-11-16
add a TODO item and some comment changes.
Nick Mathewson
2004-11-15
fix a bug in configuring accounting in options_act()
Roger Dingledine
2004-11-14
Fix compilation. Duh.
Nick Mathewson
2004-11-14
Resolve some hibernating-related XXXX009s.
Nick Mathewson
2004-11-14
Hibernate if we start tor during the "wait for wakeup-time" phase of an accou...
Nick Mathewson
2004-11-12
Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...
Nick Mathewson
2004-11-10
When we think we have no bandwidth, guess that we will run for 1 day.
Nick Mathewson
2004-11-10
Fix a few bugs in accounting: parse bw_accounting correctly; set end time of ...
tor-0.0.9pre5
Nick Mathewson
2004-11-09
Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...
Nick Mathewson
2004-11-09
bugfix: ^c ought to work even while hibernating
Roger Dingledine
2004-11-09
Stop using the wrong DataDirectory when we're validating.
Roger Dingledine
2004-11-09
fix comments in hibernate.c
Roger Dingledine
2004-11-09
various fixes
Roger Dingledine
2004-11-07
Document hibernate.c. Also fix handling of corner case where we hit the end o...
Nick Mathewson
2004-11-07
Clean up copyrights.
Roger Dingledine
2004-11-06
only play the accounting game if it's possible you'll choose to hibernate
Roger Dingledine
2004-11-06
Make options no longer a global variable.
Roger Dingledine
2004-11-05
Write hibernation code. Needs docs and tests.
Nick Mathewson
2004-11-04
make the default default options.FirewallPorts be the default
Roger Dingledine
2004-11-04
Move accounting code into hibernate; start adding logic to track bandwidth-pe...
Nick Mathewson
2004-11-02
First attempt at hibernation code. It needs more work around the XXXXs, but ...
Nick Mathewson
2004-10-31
oh, and add the actual file too
Roger Dingledine