aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
AgeCommit message (Expand)Author
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 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
2013-05-31Test functions used for TB_EMPTY and CELL_STATS events.Karsten Loesing
2013-05-25Tweak CIRC_BW event based on comments by nickm.Karsten Loesing
2013-05-25Tweak TB_EMPTY event based on comments by nickm.Karsten Loesing
2013-05-25Tweak CONN_BW event based on comments by nickm.Karsten Loesing
2013-05-24Tweak fix for #8789 a bit; avoid double-close and add changes fileNick Mathewson
2013-05-24Close socket at err target.Arlo Breault
2013-05-16Add new CIRC_BW event.Karsten Loesing
2013-05-16Add new TB_EMPTY event.Karsten Loesing
2013-05-16Add new CONN_BW event.Karsten Loesing
2013-04-24Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-04-24Merge remote-tracking branch 'public/bug6026' into maint-0.2.4Nick Mathewson
2013-04-12Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-04-12Merge remote-tracking branch 'public/bug5650_squashed' into maint-0.2.4Nick Mathewson
2013-04-12Avoid busy-looping on WANTREAD within connection_handle_writeNick Mathewson
2013-04-11Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-04-11Merge remote-tracking branch 'public/bug8117_023' into maint-0.2.4Nick Mathewson
2013-04-11fix text in function commentRoger Dingledine
2013-04-02Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-04-02Merge remote-tracking branch 'public/bug8427' into maint-0.2.4Nick Mathewson
2013-03-20Per-SOCKSPort configuration for bug 8117 fix.Nick Mathewson
2013-03-19Merge remote-tracking branch 'asn/bug3594_rebased_and_fixed'Nick Mathewson
2013-03-18Check return values from fcntl and setsockoptNick Mathewson
2013-03-12Don't warn about not sending a socks reply if we get a write errorNick Mathewson
2013-03-11Treat a changed IPv6 ORPort like an IPv4 one in retry_all_listeners()Nick Mathewson
2013-02-15Merge remote-tracking branch 'public/wide_circ_ids'Nick Mathewson