aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.h
AgeCommit message (Expand)Author
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-05-08clang-i386: use house style for public-when-testing variablesNick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2016-11-03Merge branch 'maint-0.2.8' into maint-0.2.9Nick Mathewson
2016-11-01refactor out the tor_event_base_loopexit() callRoger Dingledine
2016-08-20Unit test for pick_oos_victims()Andrea Shepard
2016-08-20Unit test for connection_handle_oos()Andrea Shepard
2016-08-20Implement connection_count_moribund() for OOS handlerAndrea Shepard
2016-06-11Add -Wmissing-variable-declarations, with attendant fixesNick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-02-22refactor directory_info_has_arrived so we can quiet the logsRoger Dingledine
2015-11-17Some unit tests now require that periodic events be initialized.Nick Mathewson
2015-08-17Merge remote-tracking branches 'public/decouple_lost_owner' and 'public/decou...Nick Mathewson
2015-08-13Decouple routerlist_retry_directory_downloads() from the blobNick Mathewson
2015-08-12Try to decouple process_signal() from anything not event-drivenNick Mathewson
2015-07-21Remove casting of void pointers when handling signals.cypherpunks
2015-02-09Recover better when our clock jumps back many hoursRoger Dingledine
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-11-20Make can_complete_circuits a static variable.Nick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-04-15Uplift status.c unit test coverage with new test cases and macros.dana koch
2014-04-08Check for new IP addr after circuit liveliness returnsMatthew Finkel
2013-08-15White-box tests for the succeeding case of ext_or_port handshake.Nick Mathewson
2013-08-15Expose/mock some functions to make ext_orport.c testing possibleNick Mathewson
2013-07-10Completely refactor how FILENAME_PRIVATE worksNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-10-12Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2011-07-19Add a new isolation type and field: "nym epoch"Nick Mathewson
2011-06-14Make the get_options() return constNick Mathewson
2011-04-26Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-04-26Expose a new process_signal(uintptr_t), not signal_callback()Nick Mathewson
2011-04-16Reuse get_bytes_{read,written}() in status.cGeorge Kadianakis
2011-04-15Make SIGNAL DUMP work on FreeBSDSebastian Hahn
2011-03-16Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-03-16Doxygen documentation for about 100 things that didn't have anyNick Mathewson
2011-02-22Implement more heartbeat message stuff.George Kadianakis
2011-01-07GETINFO options for querying traffic usageDamian Johnson
2011-01-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Bump copyright statements to 2011 (0.2.2)Nick Mathewson
2010-09-27Add bufferevent support for outgoing connections; exits are now supported.Nick Mathewson
2010-09-27Teach read_event/write_event manipulators about bufferevents.Nick Mathewson
2010-09-22Rename has_completed_circuit to can_complete_circuitNick Mathewson
2010-07-27Create main.hSebastian Hahn