aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-05-01Merge branch 'bug24734_squashed'Nick Mathewson
2018-05-01Remove the return value from the fascist_firewall_choose_address_* family of ...Neel Chauhan
2018-05-01Initialize ap in the fascist_firewall_choose_address_* family of functions to 0Neel Chauhan
2018-04-30Add a cast to make clang happy.Nick Mathewson
2018-04-30Merge branch 'ticket25948_squashed'Nick Mathewson
2018-04-30Move responsibility for or_state_save() to a scheduled callbackNick Mathewson
2018-04-30Make unit tests pass with new dirserver role.Nick Mathewson
2018-04-30Merge remote-tracking branch 'dgoulet/ticket25900_034_01'Nick Mathewson
2018-04-30Describe schedules as TimeInterval, not TimeIntervalCommaList.Nick Mathewson
2018-04-30Merge remote-tracking branch 'github/ticket23354'Nick Mathewson
2018-04-30Merge remote-tracking branch 'github/ticket19429_034'Nick Mathewson
2018-04-28Make hsdir_index in node_t a hsdir_index_t rather than a pointer.Neel Chauhan
2018-04-27Move stdbool include to torint.hNick Mathewson
2018-04-27Only define X509_get_not{BeforeAfter} if they are not definedNick Mathewson
2018-04-27Merge branch 'bug25843_v2_squashed'Nick Mathewson
2018-04-27Introduce torrc option NumPrimaryGuardsGeorge Kadianakis
2018-04-27dirvote: Move SR commit parsing into dirauth moduleDavid Goulet
2018-04-27ns: Move ns_detached_signatures_free() to networkstatus.cDavid Goulet
2018-04-27dirvote: Rename authority_cert_dup()David Goulet
2018-04-27dirvote: Rename voter_get_sig_by_algorithm()David Goulet
2018-04-27dirvote: Extract shared functions to common fileDavid Goulet
2018-04-27sr: Static inline functions if no dirauth moduleDavid Goulet
2018-04-27sr: Extract shared SR functionsDavid Goulet
2018-04-27mod: Move dirauth specific files to its own moduleDavid Goulet
2018-04-27dirvote: Reorganize the dirvote.h fileDavid Goulet
2018-04-27dirvote: Move voting_schedule_t to dirvote.cDavid Goulet
2018-04-27dirvote: Trim down the public APIDavid Goulet
2018-04-27config: Make circuit_build_times_disabled() use authdir_mode()David Goulet
2018-04-27mod: Build system changes for dirauth moduleDavid Goulet
2018-04-27test: Unit test for the HS service event rescanDavid Goulet
2018-04-27hs: Rescan the main loop event list if the service map changesDavid Goulet
2018-04-27main: Don't rescan main loop events if not initializedDavid Goulet
2018-04-27Move responsibility for deferred SIGNEWNYM into a mainloop eventNick Mathewson
2018-04-27Move or_state_mark_dirty into statefile.cNick Mathewson
2018-04-27Merge branch 'ticket25376_034_031_squashed'Nick Mathewson
2018-04-27hibernation: Rescan the event list on state changeDavid Goulet
2018-04-27main: Add mainloop callback event flagsDavid Goulet
2018-04-26Merge branch 'ticket25933'Nick Mathewson
2018-04-26Fix a test assertion failure due to uninitialized mainloop eventsNick Mathewson
2018-04-26test: Add missing geoip_dummy file to EXTRA_DISTDavid Goulet
2018-04-26Merge branch 'ticket25931'Nick Mathewson
2018-04-26Remove connection_ap_attach_pending() from per-second callback.Nick Mathewson
2018-04-26Move close-and-cleanup functions to a postloop event.Nick Mathewson
2018-04-26Move consdiffmgr_rescan() into a mainloop event.Nick Mathewson
2018-04-26Add a function to compute millisecond time difference quickly.Nick Mathewson
2018-04-26Remove the "cached gettimeofday" logic.Nick Mathewson
2018-04-26Rewrite time-handling in circuitmux_ewma to use monotime_coarseNick Mathewson
2018-04-26Merge remote-tracking branch 'dgoulet/ticket25515_034_01-squashed'David Goulet
2018-04-26Recover newline at the EOF, removed by mistakejuga0
2018-04-26tests: Add forgotten empty file required for geoipjuga0