summaryrefslogtreecommitdiff
path: root/src/or/connection.c
AgeCommit message (Expand)Author
2015-02-23Fix running with the seccomp2 sandboxNick Mathewson
2015-02-06Fix check-spaces complaintsSebastian Hahn
2015-01-30Correctly handle OutboundBindAddress again.Nick Mathewson
2015-01-29Restrict unix: addresses to control and socks for nowNick Mathewson
2015-01-29Remove SocksSocket; it's now spelled differently thanks to 14451Nick Mathewson
2015-01-28Support connection_exit_connect() to AF_UNIX socketsAndrea Shepard
2015-01-21Merge branch 'better_workqueue_v3_squashed'Nick Mathewson
2015-01-16Merge branch 'bug8546_squashed'Nick Mathewson
2015-01-16Replace field-by-field copy with memcpy for entry_port_cfgNick Mathewson
2015-01-16Move entry_port_cfg_t fields in entry_connection_tNick Mathewson
2015-01-16Combine entry_port_cfg_t fields in listener_connection_tNick Mathewson
2015-01-16Split client-specific and server-specific parts of port_cfg_tNick Mathewson
2015-01-14Refactor cpuworker to use workqueue/threadpool code.Nick Mathewson
2015-01-14Do not log a notice on every socks connectionNick Mathewson
2015-01-13Fix new unused variable warning in connection_listener_newNick Mathewson
2015-01-13Explicitly chmod AF_UNIX sockets to 0600 when *GroupWritable isn't specifiedAndrea Shepard
2015-01-13Remove no-longer-accurate comment from connection.cAndrea Shepard
2015-01-12Kill duplicated code in connection_listener_new()Andrea Shepard
2015-01-07Downgrade open/close log message for SocksSocketAndrea Shepard
2015-01-07Bring sanity to connection_listener_new()Andrea Shepard
2015-01-07Rename is_tcp in connection_listener_new(), since AF_UNIX means SOCK_STREAM n...Andrea Shepard
2015-01-07Refactor check_location_for_unix_socket()/check_location_for_socks_unix_socke...Andrea Shepard
2015-01-07Commit second draft of Jake's SOCKS5-over-AF_UNIX patch. See ticket #12585.Jacob Appelbaum
2015-01-07Merge remote-tracking branch 'public/bug12985_025'Nick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
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-08-29Revert "restore the sensible part of ac268a83408e1450544db2f23f364dfa3"Nick Mathewson
2014-08-29Merge remote-tracking branch 'public/bug12985_024' into bug12984_025Nick Mathewson
2014-08-29restore the sensible part of ac268a83408e1450544db2f23f364dfa3Nick Mathewson
2014-08-29Always event_del() connection events before freeing themNick 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