aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
AgeCommit message (Expand)Author
2017-11-16Fix a traceback when closing a blocked connection "immediately".Nick Mathewson
2014-09-02Fix a number of clang analyzer false-positivesNick 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-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-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
2013-08-15Merge branch 'bug5040_4773_rebase_3'Nick Mathewson
2013-08-15Tests for connection_write_ext_or_command.Nick Mathewson
2013-08-15Unit tests for ext_or_id_map.Nick Mathewson
2013-08-02Prepare patch for ticket 5129 for merging.Peter Retzlaff
2013-07-18Make the Extended ORPort understand the TRANSPORT command.George Kadianakis
2013-07-18More Extended ORPort code improvements.George Kadianakis
2013-07-18Move Extended ORPort code to its own module.George Kadianakis
2013-07-18Various Extended ORPort code improvements.George Kadianakis
2013-07-18Prepare codebase for the implementation of Extended ORPort auth.George Kadianakis
2013-07-18Create the Extended ORPort authentication cookie file.George Kadianakis
2013-07-18Skeleton ExtORPort implementation. Needs testing, documentation.Nick Mathewson
2013-07-15Fix two pre-coffee typosPeter Palfrader
2013-07-15Reject relative control socket paths and emit a warning.Peter Palfrader