aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.h
AgeCommit message (Expand)Author
2018-07-01Extract more constants from or.hNick Mathewson
2018-07-01Extract various enums and tiny structs from or.hNick Mathewson
2018-07-01Remove other needless includes include from or/*.hNick Mathewson
2018-06-28Fix paths for buffers.h; automated.Nick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-15Extract connection_t into 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-05-08Make clock_skew_warning() mockableTaylor Yu
2018-04-17Rename connection_bucket_refill to connection_bucket_refill_allNick Mathewson
2018-04-17Refactor the "block the connection on bandwidth" logicNick Mathewson
2018-04-13Ensure that global buckets are updated on configuration changeNick Mathewson
2018-04-13Replace the global buckets with token_bucket_tNick Mathewson
2018-04-13Refactor or_connection token buckets to use token_bucket_tNick Mathewson
2018-04-10Remove TestingEnableTbEmptyEventNick Mathewson
2017-12-08Fix wide lines introduced by previous patch.Nick Mathewson
2017-12-08Replace all FREE_AND_NULL* uses to take a type and a free function.Nick Mathewson
2017-12-08Convert connection_free to a nulling macro.Nick Mathewson
2017-12-08Rename connection_free_ to connection_free_minimal.Nick Mathewson
2017-11-14Remove remove_file_if_very_old() -- nothing calls it.Nick Mathewson
2017-11-02Merge branch 'buf_for_stringbuffer_squashed'Nick Mathewson
2017-11-02Refactor connection_write_to_buf_impl_(); add one that takes a buf_tNick Mathewson
2017-10-18Expose connection_init_accepted_conn.Nick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-09-08Merge remote-tracking branch 'dgoulet/ticket23355_032_01'Nick Mathewson
2017-09-05Repair buffer API so everything starts with buf_.Nick Mathewson
2017-08-30prop224: Purge client state on NEWNYMDavid Goulet
2017-08-24conn: Add a function to return a list of connection by stateDavid Goulet
2017-04-18Rename `write_to_buf_zlib()` to `write_to_buf_compress()`.Alexander Færøy
2017-03-15Run the copyright update script.Nick Mathewson
2016-08-20Add connection_is_moribund() inlineAndrea Shepard
2016-08-20s/connection_handle_oos/connection_check_oos/g per code reviewAndrea Shepard
2016-08-20Unit test for kill_conn_list_for_oos()Andrea Shepard
2016-08-20Unit test for connection_handle_oos()Andrea Shepard
2016-08-20Stub out connection_handle_oos() and call it from places we can change the so...Andrea Shepard
2016-08-12Merge remote-tracking branch 'public/Fix_19450'Nick Mathewson
2016-08-02Search for remaining references to 'bufferevent'.Nick Mathewson
2016-08-02Bufferevent removal: remove HAS_BUFFEREVENT macros and usageNick Mathewson
2016-07-28Fix all -Wshadow warnings on LinuxNick Mathewson
2016-07-14Remove bufferevents dead codeU+039b
2016-05-09remove some more unused codeRoger Dingledine
2016-02-27Update the copyright year.Nick Mathewson
2016-01-29Choose directory servers by IPv4/IPv6 preferencesteor (Tim Wilson-Brown)
2015-12-15Fix a few compilation warnings and errorsNick Mathewson
2015-12-15Merge remote-tracking branch 'teor/feature4483-v10-squashed'Nick Mathewson
2015-12-16Prop210: Refactor connection_get_* to produce lists and countsteor (Tim Wilson-Brown)
2015-12-15Replace usage of INLINE with inlinecypherpunks
2015-12-10Refactor clock skew warning code to avoid duplicationArlo Breault
2015-08-23Unit test dns_resolve(), dns_clip_ttl(), dns_get_expiry_ttl().rl1987