aboutsummaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2018-04-26Rewrite time-handling in circuitmux_ewma to use monotime_coarseNick Mathewson
2018-04-26Remove a blank line that was bothering me.Nick Mathewson
2018-04-25Ignore CircuitPriorityHalflife values under -EPSILON.Nick Mathewson
2018-04-25Merge branch 'maint-0.3.3'Nick Mathewson
2018-04-25Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-04-25Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-04-25Fix a copy-paste error in the fix for #23693.Nick Mathewson
2018-04-24Merge branch 'maint-0.3.3'Nick Mathewson
2018-04-24Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-04-24Merge remote-tracking branch 'dgoulet/bug25901_032_01' into maint-0.3.2Nick Mathewson
2018-04-24Merge branch 'maint-0.3.3'Nick Mathewson
2018-04-24Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-04-24Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-04-23hs: Fix memleak in v3 on SIGHUPDavid Goulet
2018-04-23Merge remote-tracking branch 'dgoulet/ticket25762_034_05'Nick Mathewson
2018-04-23test: Add periodic events unit testsDavid Goulet
2018-04-23main: Update periodic events comment based on latest codeDavid Goulet
2018-04-23main: Use rescan_periodic_events in initialize_periodic_events_cbNick Mathewson
2018-04-23periodic: Add an enable and disable functionDavid Goulet
2018-04-23config: Set up periodic events when options changesDavid Goulet
2018-04-23main: Launch periodic events by rolesDavid Goulet
2018-04-23main: Specialize the periodic events on a per-role basisDavid Goulet
2018-04-23main: Sort alphabetically periodic event callbacksDavid Goulet
2018-04-23Merge remote-tracking branch 'github/lazy_bucket_refill'Nick Mathewson
2018-04-23Merge remote-tracking branch 'neel/b25511-r4'Nick Mathewson
2018-04-22Merge branch 'ticket25024_squashed'Nick Mathewson
2018-04-22add changes file and update check-typos in makefileDeepesh Pathak
2018-04-22Merge remote-tracking branch 'mikeperry/bug25400_squashed'Nick Mathewson
2018-04-22Merge branch 'remove_old_consensus_methods_2018_squashed'Nick Mathewson
2018-04-22Require MIN_METHOD_FOR_RECOMMENDED_PROTOCOLSNick Mathewson
2018-04-22Remove MIN_METHOD_FOR_{SHARED_RANDOM,EXCLUDING_INVALID_NODES}Nick Mathewson
2018-04-22Remove MIN_METHOD_FOR_ED25519_ID_VOTINGNick Mathewson
2018-04-22Remove MIN_METHOD_FOR_{PACKAGE_LINES,GUARDFRACTION,ED25519_ID_IN_MD}Nick Mathewson
2018-04-22Remove MIN_METHOD_FOR_ID_HASH_IN_MD and a test for running without it.Nick Mathewson
2018-04-22Remove MIN_METHOD_{FOR_P6_LINES,FOR_NTOR_KEY,TO_CLIP_UNMEASURED_BW}Nick Mathewson
2018-04-22Remove MIN_METHOD_FOR and MIN_METHOD_FOR_A_LINESNick Mathewson
2018-04-22Disable consensus methods before 25.Nick Mathewson
2018-04-22Merge branch 'bug25691_033_again_squashed'Nick Mathewson
2018-04-22control EXTENDCIRCUIT: check node_has_preferred_descriptor().Nick Mathewson
2018-04-22Rename node_has_descriptor() to node_has_any_descriptor()Nick Mathewson
2018-04-22Use router_crn_flags in more places, to pass direct-connect flagNick Mathewson
2018-04-22Use node_has_preferred_descriptor() in another caseNick Mathewson
2018-04-22Check for "the right descriptor", not just "any descriptor".Nick Mathewson
2018-04-22Allow cpuworkers to exist without onion keysNick Mathewson
2018-04-18Rename some functions to start with a uniform prefixNick Mathewson
2018-04-17Add an initialization case to node_get_prim_dirportNick Mathewson
2018-04-17Add a redundant memset to node_get_pref_ipv6_orport()Nick Mathewson
2018-04-17Fix a copy-and-paste error from 6be994fa717cf73Nick Mathewson
2018-04-17Fix a compilation warning on clangNick Mathewson
2018-04-17Remove the periodic refill event entirely.Nick Mathewson