aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
AgeCommit message (Expand)Author
2018-07-05Move literally everything out of src/orNick Mathewson
2018-07-05Clean up include paths for libtor-evloop (automated)Nick Mathewson
2018-07-03Merge branch 'maint-0.3.4'Nick Mathewson
2018-07-03Merge remote-tracking branch 'github/ticket26626'Nick Mathewson
2018-07-03Return U64_PRINTF_ARG and U64_FORMATNick Mathewson
2018-07-02Partially revert "Use tor_addr_from_getsockname() in several places"Nick Mathewson
2018-07-01Remove system headers from or.hNick Mathewson
2018-07-01Remove needless includes from or.hNick Mathewson
2018-06-28Fix paths for buffers.h; automated.Nick Mathewson
2018-06-28Move buffers into containerNick Mathewson
2018-06-27Fix up include paths for sandbox.h (automated)Nick Mathewson
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-15Extract routerinfo_t into its own header.Nick Mathewson
2018-06-15Split socks_request_t into its own header.Nick Mathewson
2018-06-15Extract connection_t into its own header.Nick Mathewson
2018-06-15Move or_connection_t to its own header.Nick Mathewson
2018-06-15Split listener_connection_t into its own headerNick Mathewson
2018-06-15Split dir_connection_t into its own headerNick Mathewson
2018-06-15Split control_connection_t into its own header.Nick Mathewson
2018-06-15Split entry and edge_connection_t into their own headers.Nick Mathewson
2018-06-14Make server_port_cfg_t and port_cfg_t into separate headers.Nick Mathewson
2018-05-11Merge remote-tracking branch 'catalyst-github/bug25756'Nick Mathewson
2018-05-10Merge branch 'ticket26063_squashed'Nick Mathewson
2018-05-09Merge branch 'ticket26009'Nick Mathewson
2018-05-09Use net_is_completely_disabled() in connection.cNick Mathewson
2018-05-09Comment-only fix: annotate we_are_hibernating() usageNick Mathewson
2018-05-08Make clock_skew_warning() mockableTaylor Yu
2018-05-03Merge remote-tracking branch 'isis/bug24660_r1'Nick Mathewson
2018-05-03Add update_current_time() calls to periodic and event-driven callbacksNick Mathewson
2018-04-26Remove the "cached gettimeofday" logic.Nick Mathewson
2018-04-26Remove a blank line that was bothering me.Nick Mathewson
2018-04-23Merge remote-tracking branch 'github/lazy_bucket_refill'Nick Mathewson
2018-04-18Rename some functions to start with a uniform prefixNick Mathewson
2018-04-17Fix a compilation warning on clangNick Mathewson
2018-04-17Remove the periodic refill event entirely.Nick Mathewson
2018-04-17Move responsibility for recording read/written bytesNick Mathewson
2018-04-17Refill each token bucket at the last instant before reading/writing.Nick Mathewson
2018-04-17Refactor responsibility for checking global write bucket emptinessNick Mathewson
2018-04-17Rename connection_bucket_refill to connection_bucket_refill_allNick Mathewson
2018-04-17Rename connection_bucket_round_robin -> get_shareNick Mathewson
2018-04-17Refactor the "block the connection on bandwidth" logicNick Mathewson
2018-04-16Bug 25400: Make CIRC_BW event properly total everything on a circ.Mike Perry
2018-04-1332-bit compilation warningsNick Mathewson
2018-04-13Rename token_bucket_t to token_bucket_rw_t.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
2018-04-13Replace the global buckets with token_bucket_tNick Mathewson