aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.c
AgeCommit message (Expand)Author
2017-12-08Merge branch 'macro_free_v2_squashed'Nick Mathewson
2017-12-08Change the free macro convention in the rest of src/or/*.hNick Mathewson
2017-12-05Merge branch 'more_directories_squashed'Nick Mathewson
2017-12-05New accessors for keydir/cachedir accessNick Mathewson
2017-12-05Extract common code for creating the keys directory.Nick Mathewson
2017-11-27Merge branch 'ticket23856_025_01' into maint-0.3.2Nick Mathewson
2017-11-27relay: Change bandwidth stats interval to 24 hoursDavid Goulet
2017-11-17Make all the free() functions from container.h clear their targetsNick Mathewson
2017-11-13Minimal implementation of bridge-distribution-requestNick Mathewson
2017-10-24Merge branch 'feature18329_029_squashed' into maint-0.3.2Nick Mathewson
2017-10-24Always set bridge-distribution-request on bridges' descriptors.Nick Mathewson
2017-10-24Add new BridgeDistribution config optionRoger Dingledine
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-09-13fix a copy-pasta issue from long agoRoger Dingledine
2017-09-12Remove named_map and unnamed_map from networkstatus.cNick Mathewson
2017-09-08Merge branch 'ed25519_lookup'Nick Mathewson
2017-08-25Merge branch 'maint-0.3.1'Nick Mathewson
2017-08-25Merge branch 'bug19418_029' into maint-0.3.1Nick Mathewson
2017-08-22Refactor node lookup APIs to take flagsNick Mathewson
2017-08-09Make sure we always wind up checking i2d_*'s output.Nick Mathewson
2017-08-03Merge branch 'bug22885_squashed'Nick Mathewson
2017-08-03Don't send missing X-Desc-Gen-Reason on startupNick Mathewson
2017-07-13rephist: Remove unused crypto_pk statistics.Isis Lovecruft
2017-06-21Call it a BUG to use -1 in authdir_mode_handles_descsNick Mathewson
2017-06-21Remove obsolete authdir_mode_any_nonhidserv()huyvq
2017-06-21Convert authdir_mode_handles_descs() to alternative wrappershuyvq
2017-06-21Convert authdir_mode_handles_descs(options, -1) with authdir_mode(options)huyvq
2017-06-21Remove obsolete authdir_mode_any_main()huyvq
2017-06-05Merge branch 'maint-0.3.0'Nick Mathewson
2017-05-31Bugfix: Regenerate more certificates when appropriateNick Mathewson
2017-05-24get rid of some dead code (leftover from commit fa04fe1)Roger Dingledine
2017-05-24add copy of MyFamily element to the descriptor, not the element itselfRoger Dingledine
2017-05-24don't free the values in options->MyFamily when we make a descriptorRoger Dingledine
2017-05-10Merge remote-tracking branch 'public/my-family-list-fix-4498'Nick Mathewson
2017-05-09Merge branch 'dgoulet_ticket22060_031_01_squashed'Nick Mathewson
2017-05-09config: Remove {Control,DNS,Dir,Socks,Trans,NATD,OR}ListenAddress optionDavid Goulet
2017-05-09config: Remove TLSECGroup optionDavid Goulet
2017-05-09config: Remove AllowSingleHopExits optionDavid Goulet
2017-05-08Merge branch 'netflow_padding-v6-rebased2-squashed'Nick Mathewson
2017-05-08Netflow record collapsing defense.Mike Perry
2017-04-21Replace remaining directory_initiate_command_* instancesNick Mathewson
2017-04-14MyFamily config string is now a list. #4998Daniel Pinto
2017-03-17Merge branch 'ahf_bugs_21641_squashed'Nick Mathewson
2017-03-17Add periodic timer for expiring old onion keys.Alexander Færøy
2017-03-17Add API to query the current onion key grace period.Alexander Færøy
2017-03-17Make MIN_ONION_KEY_LIFETIME a consensus parameter defined value.Alexander Færøy
2017-03-15Run the copyright update script.Nick Mathewson
2017-01-17relay: Honor DataDirectoryGroupReadable at key initDavid Goulet
2016-12-12Replace "people" with the appropriate network component in commentsJ. Ryan Stinnett
2016-12-08Merge branch 'feature15056_v1_squashed'Nick Mathewson