summaryrefslogtreecommitdiff
path: root/src/or/connection.c
AgeCommit message (Expand)Author
2018-02-07Remove anything related to the old SocksSockets optionDavid Goulet
2018-02-07Fix spelling mistakes corresponding to ticket #23650Deepesh Pathak
2018-01-30Merge branch 'ticket24902_029_05' into ticket24902_033_02David Goulet
2018-01-30dos: Add the connection DoS mitigation subsystemDavid Goulet
2018-01-30dos: Track new and closed OR client connectionsDavid Goulet
2018-01-17Merge branch 'bug22798_029_squashed'Nick Mathewson
2018-01-17update comment; ignore argument on non-winNick Mathewson
2018-01-17Improve Windows performance with SIO_IDEAL_SEND_BACKLOG_QUERY.Nick Mathewson
2017-12-11Merge branch 'maint-0.2.8' into maint-0.2.9Nick Mathewson
2017-12-11Merge branch 'maint-0.2.5' into maint-0.2.8Nick 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-17Merge branch 'maint-0.3.2'Nick Mathewson
2017-11-17Merge branch 'bug24167_025' into maint-0.3.2Nick Mathewson
2017-11-16Fix a traceback when closing a blocked connection "immediately".Nick Mathewson
2017-11-09Merge branch 'ticket12062_squashed'Nick Mathewson
2017-11-09Audit all of the "is the network turned off" checks.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-19Merge remote-tracking branch 'teor/minor-comments'Nick Mathewson
2017-09-19Improve comments formatting in connection.cteor
2017-09-15Merge branch 'scan-build-032'Nick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-09-14Make trusted clock skew a bootstrap warningTaylor Yu
2017-09-12Clear up dead-assignment warnings from scan-buildNick Mathewson
2017-09-08Merge remote-tracking branch 'dgoulet/ticket23355_032_01'Nick Mathewson
2017-09-05Merge branch 'http_tunnel_squashed'Nick Mathewson
2017-09-05Add support for HTTP Connect tunnelsNick Mathewson
2017-09-05Refactor buffer APIs to put a buf_t first.Nick Mathewson
2017-09-05Repair wide lines from previous commit.Nick Mathewson
2017-09-05Repair buffer API so everything starts with buf_.Nick Mathewson
2017-09-05Move the tls parts of buffers.c into buffers_tls.cNick Mathewson
2017-09-05Move protocol-specific functions out of buffers.cNick 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-07-07prop224: Add connection and circuit identifier objectDavid Goulet
2017-05-30remove obsolete commentRoger Dingledine
2017-04-18Rename `write_to_buf_zlib()` to `write_to_buf_compress()`.Alexander Færøy
2017-04-18Rename `zlib_state` to `compress_state` in `dir_connection_t`.Alexander Færøy
2017-04-17Refactor the streaming compression code.Alexander Færøy
2017-03-28Merge branch 'spooling_squashed'Nick Mathewson
2017-03-28Refactor the directory spool implementationNick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2017-01-27Bulletproof conn_get_outbound_address() a little.Nick Mathewson
2017-01-27Outbindbindaddress variants for Exit and OR.Nick Mathewson
2017-01-08comment fixupsChelsea H. Komlo
2016-12-16Merge branch 'prop271_030_v1_squashed'Nick Mathewson
2016-12-16Remove guard_selection argument from status-reporting functionsNick Mathewson
2016-12-16When freeing a guard state, cancel it if its state is unknownNick Mathewson