aboutsummaryrefslogtreecommitdiff
path: root/src/or/statefile.c
AgeCommit message (Expand)Author
2017-03-15Run the copyright update script.Nick Mathewson
2016-11-30Make new prop271 entry guards persistentNick Mathewson
2016-10-17Write a bunch of module documentation.Nick Mathewson
2016-08-03Add new warn_deprecated option to config_assign*().Nick Mathewson
2016-08-03Add deprecation for configuration options that need to go away.Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-02-27Make sure that every module in src/or has a brief description.Nick Mathewson
2015-12-10Refactor clock skew warning code to avoid duplicationArlo Breault
2015-10-01fixup #17188: Add most likely reasons for clock going backwardsteor (Tim Wilson-Brown)
2015-09-30Warn when the system clock is set back in timeteor (Tim Wilson-Brown)
2015-01-10Merge branch 'master' of https://git.torproject.org/tor into bug13111-empty-k...teor
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-11-08Stop failing when key files are zero-lengthteor
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-05-01whitespace fixNick Mathewson
2014-04-26Fix memory leaks in test_circuit_timeoutNick Mathewson
2014-04-16Add 'rename' to the sandboxed syscallsNick Mathewson
2014-03-31Always check returns from unlink()Andrea Shepard
2013-09-13Whoops; make or_state_validate conform to validate_fn_t.Nick Mathewson
2013-08-22Separate mutable/const accessors for circuit_build_timesNick Mathewson
2013-08-22Make circ_times static and add accessor functions.vagrant
2013-08-05Also test that server transports get written to Tor's state.George Kadianakis
2013-07-31Update pt/configure_proxy until it stops segfaultingNick Mathewson
2013-02-01Add EntryGuardPathUseBias to state file keyword list.Mike Perry
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-11-27Merge branch 'bug7013_take2_squashed'Nick Mathewson
2012-11-27Add a torrc option to specify the bind address of managed proxies.George Kadianakis
2012-11-23In comments and logs, say "UTC" not "GMT"Nick Mathewson
2012-10-15Move the circuit build timeout code into its own file.Nick Mathewson
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-10-10Use fmt_addrport where appropriate.David Fifield
2012-10-10Use fmt_and_decorate_addr in TransportProxy statefile entry.David Fifield
2012-09-13Split the or_state_t portions of config.c into their own fileNick Mathewson