summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-24Merge remote-tracking branch 'public/bug23693_031_redux' into maint-0.3.1Nick 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 branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-04-23Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-04-23Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-04-23Merge branch 'maint-0.3.3'Nick Mathewson
2018-04-23Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-04-23Permit the nanosleep system call in the seccomp2 callboxNick 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-22Repair the legacy_hs/pick_tor2web_rendezvous_node unit testNick Mathewson
2018-04-22Rename node_has_descriptor() to node_has_any_descriptor()Nick Mathewson