summaryrefslogtreecommitdiff
path: root/src/or/hibernate.c
AgeCommit message (Expand)Author
2018-07-05Move literally everything out of src/orNick Mathewson
2018-07-05Clean up include paths for libtor-evloop (automated)Nick Mathewson
2018-07-03Merge remote-tracking branch 'github/ticket26626'Nick Mathewson
2018-07-03Retire U64_TO_DBL and DBL_TO_U64Nick Mathewson
2018-07-03Return U64_PRINTF_ARG and U64_FORMATNick Mathewson
2018-07-01Remove system headers from or.hNick Mathewson
2018-07-01Extract or_state_t to its own header.Nick Mathewson
2018-07-01Remove needless includes from or.hNick Mathewson
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-15Move or_connection_t to its own header.Nick Mathewson
2018-05-10Merge branch 'ticket26063_squashed'Nick Mathewson
2018-05-10Enable/disable per-second callback as needed.Nick Mathewson
2018-05-09Give responsibility for waking up from DORMANT to a mainloop eventNick Mathewson
2018-05-09Add we_are_fully_hibernating() to distinguish hibernation statesNick Mathewson
2018-05-03Merge remote-tracking branch 'isis/bug24660_r1'Nick Mathewson
2018-04-27hibernation: Rescan the event list on state changeDavid Goulet
2018-04-17Move responsibility for recording read/written bytesNick Mathewson
2018-04-06crypto: Refactor (P)RNG functionality into new crypto_rand module.Isis Lovecruft
2018-01-31refactor: using get_uptime() (and reset_uptime()) consistently.Caio Valente
2017-10-31Merge branch 'bug23571_033_squashed'Nick Mathewson
2017-10-31Consistently use braced blocks in hibernate_go_dormant()teor
2017-10-31When hibernating, close connections normally and allow them to flushteor
2017-10-20Replace most bad exits in main.c, hibernate.cNick Mathewson
2017-10-19Comment-only change: annotate exit() calls.Nick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-08-25Merge branch 'bug19418_029' into maint-0.3.1Nick Mathewson
2017-08-09Make sure we always wind up checking i2d_*'s output.Nick Mathewson
2017-08-01Merge remote-tracking branch 'public/bug22245_024' into maint-0.2.9Nick Mathewson
2017-05-15Merge branch 'bug22245_024'Nick Mathewson
2017-05-15Fix a logic error in hibernate.cNick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2016-12-12Replace "people" with the appropriate network component in commentsJ. Ryan Stinnett
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