aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
AgeCommit message (Expand)Author
2014-12-21Merge branch 'ticket7356_squashed'Nick Mathewson
2014-12-21Using CHANNEL_FINISHED macro in connection.crl1987
2014-11-27Merge remote-tracking branch 'andrea/cmux_refactor_configurable_threshold'Nick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-10-28Updating message that warns about running out of sockets we can use.rl1987
2014-09-30Track total queue size per channel, with overhead estimates, and global queue...Andrea Shepard
2014-09-29Clear the cached address from resolve_my_address() when our IP changesNick Mathewson
2014-09-10Merge remote-tracking branch 'yawning/bug_8402'Nick Mathewson
2014-09-02Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-09-02Fix a number of clang analyzer false-positivesNick Mathewson
2014-07-16Merge remote-tracking branch 'andrea/bug11302'Nick Mathewson
2014-07-16src/or/connection.c: expose bucket_millis_empty for bufferevents testAnthony G. Basile
2014-06-11Merge remote-tracking branch 'public/ticket6799_024_v2_squashed'Nick Mathewson
2014-06-11Replace last_added_nonpadding with last_had_circuitsNick Mathewson
2014-06-11Give each or_connection_t a slightly randomized idle_timeoutNick Mathewson
2014-05-21Log the correct proxy type on failure.Yawning Angel
2014-05-21Remove get_bridge_pt_addrport().Yawning Angel
2014-05-21Allow ClientTransportPlugins to use proxiesYawning Angel
2014-05-14Use tor_getpw{nam,uid} wrappers to fix bug 11946Nick Mathewson
2014-04-25Merge branch 'scanbuild_fixes'Nick Mathewson
2014-04-18scan-build: get_proxy_addrport should always set its outputsNick Mathewson
2014-04-18Merge remote-tracking branch 'public/bug11553_024' into bug11553_025Nick Mathewson
2014-04-18Switch to random allocation on circuitIDs.Nick Mathewson
2014-04-16Merge remote-tracking branch 'andrea/bug11304'Nick Mathewson
2014-04-15Check for orconns and use connection_or_close_for_error() when appropriate in...Andrea Shepard
2014-04-15Call connection_or_close_for_error() properly if write_to_buf() ever fails on...Andrea Shepard
2014-04-15Close orconns correctly through channels when setting DisableNetwork to 1Andrea Shepard
2014-04-02Fix make_socket_reusable() on windows. Bug not in any released TorNick Mathewson
2014-03-27Don't warn when setsockopt(SO_REUSEABLE) on accept()ed socket says EINVALNick Mathewson
2014-03-18Take out remaining V1 directory code.Karsten Loesing
2014-03-11Merge remote-tracking branch 'asn/bug11069_take2'Nick Mathewson
2014-03-10Throw control port warning if we failed to connect to all our bridges.George Kadianakis
2014-03-03trivial whitespace fixesRoger Dingledine
2014-02-15Remove a bunch of functions that were never called.Nick Mathewson
2014-02-07Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2014-02-06NULL out conns on tlschans when freeing in case channel_run_cleanup() is late...Andrea Shepard
2014-02-06Merge remote-tracking branch 'public/bug9716_024' into maint-0.2.4Nick Mathewson
2014-02-03TransProxyType replaces TransTPROXY optionNick Mathewson
2014-02-02Move the friendly warning about TPROXY and root to EPERM timeNick Mathewson
2014-01-31Add support for TPROXY via new TransTPRoxy optionNick Mathewson
2013-10-31Move other #9731 check to start of its functionsNick Mathewson
2013-10-31Move #9731 checks to start of their functionsNick Mathewson
2013-10-31Merge remote-tracking branch 'public/bug9731'Nick Mathewson
2013-10-28Merge branch 'morestats4' into morestats5Karsten Loesing
2013-10-25Log the origin address of controller connectionsNick Mathewson
2013-09-19Merge remote-tracking branch 'public/bug9716_024'Nick Mathewson
2013-09-13Don't apply read/write buckets to cpuworker connectionsNick Mathewson
2013-09-13Don't apply read/write buckets to non-limited connectionsNick Mathewson
2013-09-12Pass around const struct timeval * instead of struct timeval.Karsten Loesing
2013-09-11Try using INT_MAX, not SOMAXCONN, to set listen() backlog.Nick Mathewson