summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-04-22Improve documentation for CONFIG_TYPE_CSV_INTERVAL.Nick Mathewson
2018-04-22Fix an absurdly wide line.Nick Mathewson
2018-04-22Rename find_dl_schedule to find_dl_min_delay.Nick Mathewson
2018-04-22Remove extra values from InitialDelay defaultsNick Mathewson
2018-04-22Add aliases for the old DownloadSchedule optionsNick Mathewson
2018-04-22Change the type of "download schedule" from smartlist to int.Nick Mathewson
2018-04-22Rename *DownloadSchedule to *DownloadInitialDelay; make them intsNick Mathewson
2018-04-17Fix a pointer size error in test_bridges.cNick 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-17Fixup timing wheel warnings related to recent WHEEL_BIT change.Nick Mathewson
2018-04-17token bucket: Add parens to rate_per_sec_to_rate_per_step()Nick Mathewson
2018-04-17Merge branch 'maint-0.3.3'Nick Mathewson
2018-04-17heartbeat: Log the number of circuits killed because too many cellsDavid Goulet
2018-04-17Merge remote-tracking branch 'public/bug24688'Nick Mathewson
2018-04-16token: Fix uint32_t to uint64_t conversionDavid Goulet
2018-04-16Merge branch 'maint-0.3.3'Nick Mathewson
2018-04-16Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-04-16Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-04-16Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-04-16Fix an LCOV exclusion pattern in address.cNick Mathewson
2018-04-16Merge branch 'maint-0.3.3'Nick Mathewson
2018-04-16Merge remote-tracking branch 'dgoulet/bug25226_033_02' into maint-0.3.3Nick Mathewson
2018-04-16relay: Implement a circuit cell queue maximum sizeDavid Goulet
2018-04-16Remove old tor-fw-helper README from EXTRA_DISTNick Mathewson
2018-04-15bump to 0.3.3.5-rc-devNick Mathewson
2018-04-14bump to 0.3.3.5-rcNick Mathewson
2018-04-1332-bit compilation warningsNick Mathewson
2018-04-13token_bucket: Fix indentationDavid Goulet
2018-04-13Merge branch 'token_bucket_once_again_squashed'Nick Mathewson
2018-04-13Fix "make check-spaces"Nick Mathewson
2018-04-13Refactor "timestamp" not to be its own type coupled to token buffersNick Mathewson
2018-04-13Move token_bucket_raw_* functions to the start of the module.Nick Mathewson
2018-04-13Never pick a rate of 0.Nick Mathewson
2018-04-13Start re-refactoring the token bucket interface.Nick Mathewson
2018-04-13Merge branch 'maint-0.3.3'Nick Mathewson
2018-04-13Merge branch 'postloop_callbacks_2'Nick Mathewson
2018-04-13Remove tell_event_loop_to_run_external_code() per reviewNick Mathewson
2018-04-13Rename token_bucket_t to token_bucket_rw_t.Nick Mathewson
2018-04-13Merge branch 'token_bucket_refactor_squashed'Nick Mathewson
2018-04-13Add a unit test for post-loop eventsNick Mathewson
2018-04-13Move connection_ap_attach_pending(0) into a postloop eventNick Mathewson
2018-04-13Move the "activate linked connections" logic to a postloop event.Nick Mathewson
2018-04-13Generic mechaism for "post-loop" callbacksNick Mathewson
2018-04-13Disable load_geoip_file() tests on windowsNick Mathewson
2018-04-13Increase tolerances for imprecise time.Nick Mathewson
2018-04-13Accept small hops backward in the monotonic timer.Nick Mathewson
2018-04-13Remove a bunch of int casts; make clang happier.Nick Mathewson
2018-04-13Ensure that global buckets are updated on configuration changeNick Mathewson