aboutsummaryrefslogtreecommitdiff
path: root/src/or/hibernate.c
Commit message (Expand)AuthorAge
...
* Remove last vestiges of old logging interface.•••svn:r5317 Nick Mathewson2005-10-25
* Switch remaining files to new log interface.•••svn:r5315 Nick Mathewson2005-10-25
* a bit more code cleanup•••svn:r5033 Roger Dingledine2005-09-13
* fix whitespace issues•••svn:r4752 Nick Mathewson2005-08-08
* Possibly broken implementation of persistant state; handles helper nodes; doe...•••svn:r4680 Nick Mathewson2005-07-28
* Fix out-of-place declaration•••svn:r4640 Nick Mathewson2005-07-23
* Be consistent about preferring foo* to struct foo*•••svn:r4637 Nick Mathewson2005-07-22
* Add getinfo logic for accounting; add options for helper nodes•••svn:r4632 Nick Mathewson2005-07-22
* Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...•••svn:r4411 Nick Mathewson2005-06-11
* Change end-of-file NLNL convention. It turns out arma I and I agree.•••svn:r4382 Nick Mathewson2005-06-09
* New whitespace normalization rule: no blank line at EOF.•••svn:r4378 Nick Mathewson2005-06-09
* Give better warnings if connection_close_unattached_ap gets called twice or c...•••svn:r3990 Nick Mathewson2005-04-02
* update copyright notices.•••svn:r3982 Nick Mathewson2005-04-01
* stop most cases of hanging up on a socks connection without sending•••the socks reject. audit for remaining ones. also make things more uniform so we always remember to hold-open-until-flushed, etc. svn:r3891 Roger Dingledine2005-03-27
* change SHUTDOWN_WAIT_LENGTH from a fixed 30 secs to a config option•••svn:r3752 Roger Dingledine2005-03-12
* Revise all calls to connection_edge_end to avoid sending MISC, and to take er...•••svn:r3720 Nick Mathewson2005-03-01
* Patch to localtime/gmtime handling: use the _r variants where available. Use...•••svn:r3653 Nick Mathewson2005-02-22
* if we're hibernating and we get a sigint, exit immediately.•••closes bug 91. svn:r3611 Roger Dingledine2005-02-10
* note a bug that wmf just found•••svn:r3503 Roger Dingledine2005-02-02
* Go into soft hibernation after 95% of the bandwidth is used,•••not 99%. This is especially important for daily hibernators who have a small accounting max. Hopefully it will result in fewer cut connections when the hard hibernation starts. svn:r3488 Roger Dingledine2005-02-01
* reset published uptime when you wake up from hibernation,•••since if you hibernate daily a published uptime of >1day will be misleading. svn:r3356 Roger Dingledine2005-01-14
* Make split(..., NULL) split on horizontal space; fix bug with tabs in config ...•••svn:r3155 Nick Mathewson2004-12-16
* clean up logging,•••make it clearer which warns are bugs, make the control log event match its specification, point out a bug in how we deal with failure when renewing the tls context. svn:r3138 Roger Dingledine2004-12-13
* make the 64 bit args print correctly on 64 bit archs•••svn:r3123 Roger Dingledine2004-12-08
* Log contents of bw_accounting when we read it; fix memory leak.•••svn:r3118 Nick Mathewson2004-12-07
* send an end to the streams we close when we hibernate, rather•••than just chopping them off svn:r3083 Roger Dingledine2004-12-05
* talk about quotas rather than bandwidths, in the logs•••svn:r3080 Roger Dingledine2004-12-05
* Spell-check strings and comments•••svn:r3052 Nick Mathewson2004-12-01
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...•••svn:r3019 Nick Mathewson2004-11-29
* Normalize space: add one between every control keyword and control clause.•••svn:r3003 Nick Mathewson2004-11-28
* Better notice for hibernate interval spans; when estimate is 0, start out awake.•••svn:r2963 Nick Mathewson2004-11-23
* another slightly less confusing message•••nick: we need to figure out if we should say anything different here when the wake-up time and the expected back-to-sleep time have both passed. svn:r2956 Roger Dingledine2004-11-23
* less confusing message upon hibernation•••svn:r2955 Roger Dingledine2004-11-23
* fix some typos; move to 0.0.9rc1•••svn:r2951 Roger Dingledine2004-11-23
* Compile cleanly on windows; prevent some insane bandwidth cases (e.g., "Bandw...•••svn:r2941 Nick Mathewson2004-11-22
* Normalize space•••svn:r2939 Nick Mathewson2004-11-22
* Implement weekly/monthly/daily accounting•••svn:r2936 Nick Mathewson2004-11-22
* Call init_keys() where needed; fix hibernate bug.•••svn:r2924 Nick Mathewson2004-11-21
* kill -USR2 now moves all logs to loglevel debug•••plus fix some typos svn:r2914 Roger Dingledine2004-11-20
* Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting se...•••svn:r2911 Nick Mathewson2004-11-20
* add a TODO item and some comment changes.•••svn:r2904 Nick Mathewson2004-11-16
* 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