aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.h
AgeCommit message (Expand)Author
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
2015-01-29Restrict unix: addresses to control and socks for nowNick Mathewson
2015-01-28Support connection_exit_connect() to AF_UNIX socketsAndrea Shepard
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-10-30Silence spurious clang warningsteor
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-03-10Throw control port warning if we failed to connect to all our bridges.George Kadianakis
2014-02-15Remove a bunch of functions that were never called.Nick Mathewson
2013-10-28Merge branch 'morestats4' into morestats5Karsten Loesing
2013-09-12Pass around const struct timeval * instead of struct timeval.Karsten Loesing
2013-08-15Tests for connection_write_ext_or_command.Nick Mathewson
2013-08-15Unit tests for ext_or_id_map.Nick Mathewson
2013-07-18Skeleton ExtORPort implementation. Needs testing, documentation.Nick Mathewson
2013-05-31Test functions used for TB_EMPTY and CELL_STATS events.Karsten Loesing
2013-02-09Validate SOCKS arguments.George Kadianakis
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-11-10Check for orconns in connection_mark_for_close and connection_mark_and_flush,...Andrea Shepard
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-10-12Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-06-04Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson
2012-04-18If DisableNetwork, don't even try to open non-controller listenersNick Mathewson
2011-11-28New 'DisableNetwork' option to prevent Tor from using the networkNick Mathewson
2011-07-21Add a new type entry_connection_t for entry connectionsNick Mathewson
2011-07-19Refactor listener_connection_t into its own type.Nick Mathewson
2011-07-11Merge remote-tracking branch 'public/bug2841'Nick Mathewson
2011-07-03Refactor the interfaces of transport/proxy lookup fnsNick Mathewson
2011-06-22Revised how we handle ClientTransportPlugin and Bridge lines.George Kadianakis
2011-06-21Tweaked connection{.c,.h,_or.c} based on nick's comments.George Kadianakis
2011-06-21Add, use a bufferevent-safe connection_flush()Nick Mathewson
2011-06-14This commit is an attempt to beautify the previous commit.George Kadianakis
2011-06-14Our warning now is much more specific, mentioning proxy type/addr/port.George Kadianakis