aboutsummaryrefslogtreecommitdiff
path: root/src/or/hibernate.c
AgeCommit message (Expand)Author
2017-08-01Merge remote-tracking branch 'public/bug22245_024' into maint-0.2.9Nick Mathewson
2017-05-15Fix a logic error in hibernate.cNick Mathewson
2016-10-17Write a bunch of module documentation.Nick Mathewson
2016-08-31Don't warn on unlink(bw_accounting) when errno == ENOENTNick Mathewson
2016-06-11Add -Wmissing-variable-declarations, with attendant fixesNick Mathewson
2016-03-30Issue a `STATUS_SERVER` event on meaningful hibernation state changes.Yawning Angel
2016-02-27Update the copyright year.Nick Mathewson
2016-01-08Added AccountRule in and AccountingRule out optionsunixninja92
2015-12-15Replace usage of INLINE with inlinecypherpunks
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-09-29Avoid frequent strcmp() calls for AccountingRuleNick Mathewson
2014-09-29Add an "AccountingRule" feature to permit limiting bw usage by read+writeNick Mathewson
2014-04-15Uplift status.c unit test coverage with new test cases and macros.dana koch
2014-03-31Always check returns from unlink()Andrea Shepard
2013-08-21Tweak/cleanup 5526 fix.Nick Mathewson
2013-08-21Print accounting information in heartbeat messages.Peter Retzlaff
2013-07-10Completely refactor how FILENAME_PRIVATE worksNick Mathewson
2013-02-23Remove a bunch of unused macro definitionsNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-11-23In comments and logs, say "UTC" not "GMT"Nick Mathewson
2012-11-13Call channel_mark_for_close() properly in hibernate_go_dormant()Andrea Shepard
2012-09-13Split the or_state_t portions of config.c into their own fileNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-06-04Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2012-01-16Convert instances of tor_malloc+tor_snprintf into tor_asprintfNick Mathewson
2012-01-10Advertise dirport if accountingmax is large enoughSebastian Hahn
2011-11-28New 'DisableNetwork' option to prevent Tor from using the networkNick Mathewson
2011-10-28Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-10-28Fix typo, spotted by tmpname0901. Thanks!Sebastian Hahn
2011-10-11Fix a bunch of whitespace errorsNick Mathewson
2011-10-07Merge remote-tracking branch 'public/bug2003_nm'Nick Mathewson
2011-09-07Make the unit tests pass again after the bug2003 fixNick Mathewson
2011-09-01Don't update AccountingSoftLimitHitAt on startupSebastian Hahn
2011-07-21Move entry-only fields from edge_connection_t to entry_connection_tNick Mathewson
2011-06-14Make the get_options() return constNick Mathewson
2011-04-29Correctly check elapsed time in last hibernation periodSebastian Hahn
2011-01-25Log more about soft-hibernationNick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-12-06Fix a bug in calculating wakeup time on 64-bit machines.Nick Mathewson
2010-12-03Don't crash when accountingmax is set in non-server TorsNick Mathewson
2010-10-04Maintain separate server and client identity keys when appropriate.Robert Ransom
2010-09-23Merge branch 'bug1511'Nick Mathewson
2010-09-21Even more accurate handling for shifting accounting intervalsNick Mathewson
2010-09-21Bug1789 cleanups suggested by armaNick Mathewson
2010-09-15finish a comment, lower a variableNick Mathewson
2010-09-15How many seconds until != timestamp of that dateSebastian Hahn
2010-09-03Base our expected bw accounting usage on time before soft limitNick Mathewson