index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
connection.c
Age
Commit message (
Expand
)
Author
2013-04-24
Merge remote-tracking branch 'public/bug6026' into maint-0.2.4
Nick Mathewson
2013-04-12
Merge remote-tracking branch 'public/bug5650_squashed' into maint-0.2.4
Nick Mathewson
2013-04-12
Avoid busy-looping on WANTREAD within connection_handle_write
Nick Mathewson
2013-04-11
Merge remote-tracking branch 'public/bug8117_023' into maint-0.2.4
Nick Mathewson
2013-04-02
Merge remote-tracking branch 'public/bug8427' into maint-0.2.4
Nick Mathewson
2013-03-20
Per-SOCKSPort configuration for bug 8117 fix.
Nick Mathewson
2013-03-18
Check return values from fcntl and setsockopt
Nick Mathewson
2013-03-12
Don't warn about not sending a socks reply if we get a write error
Nick Mathewson
2013-03-11
Treat a changed IPv6 ORPort like an IPv4 one in retry_all_listeners()
Nick Mathewson
2013-02-15
Merge remote-tracking branch 'public/wide_circ_ids'
Nick Mathewson
2013-02-11
Fix two more coverity-spotted leaks in master.
Nick Mathewson
2013-02-09
Replace magic constants for wide_circ_ids with inline function calls
Nick Mathewson
2013-02-07
Merge remote-tracking branch 'public/easy_ratelim'
Nick Mathewson
2013-02-07
Merge remote-tracking branch 'public/bug7816_023'
Nick Mathewson
2013-02-01
Merge remote-tracking branch 'public/bug7708_023_v3_squashed'
Nick Mathewson
2013-02-01
Clarify documentation of connection_finished_flushing
Nick Mathewson
2013-02-01
Fix serious breakage in connection_handle_write_impl
Nick Mathewson
2013-02-01
Rename log() to tor_log() for logging
Nick Mathewson
2013-01-16
Refactor: Use SOCK_ERRNO to avoid some #ifdef _WIN32s
Nick Mathewson
2013-01-16
Update the copyright date to 201.
Nick Mathewson
2013-01-14
Revert junk accidentally included with "start folding in the changes entries"
Nick Mathewson
2013-01-14
start folding in the changes entries
Roger Dingledine
2012-12-28
Fix various small leaks on error cases
Nick Mathewson
2012-12-28
Avoid leaking headers received from SSL proxy
Nick Mathewson
2012-12-26
Use log_fn_ratelim in a few places.
Nick Mathewson
2012-12-17
Per-listener option to prefer IPv6 automaps when possible.
Nick Mathewson
2012-12-17
Add options to turn DNS cache use on or off per client port.
Nick Mathewson
2012-12-07
Merge branch 'win64-7260'
Nick Mathewson
2012-11-18
Initialize ipv{4,6}_traffic_ok in entry_connection_new
Nick Mathewson
2012-11-15
Set IPv4/IPv6 flags correctly when being a SOCKS client
Nick Mathewson
2012-11-14
Implement a PreferIPv6 flag for SocksPorts
Nick Mathewson
2012-11-14
Add {No,}IPv{4,6}Traffic options to SOCKSPort
Nick Mathewson
2012-11-10
Merge branch 'check_for_orconn_on_close_squashed' of ssh://git-rw.torproject....
Andrea Shepard
2012-11-10
Make everything in connection.c that uses connection_or_notify_error() also u...
Andrea Shepard
2012-11-10
Check for orconns in connection_mark_for_close and connection_mark_and_flush,...
Andrea Shepard
2012-11-08
Merge remote-tracking branch 'origin/maint-0.2.3'
Nick Mathewson
2012-11-08
Add and use and unlikely-to-be-eliminated memwipe()
Nick Mathewson
2012-11-06
Allow a v4 link protocol for 4-byte circuit IDs.
Nick Mathewson
2012-11-02
Add a TOR_SOCKET_T_FORMAT construction for logging sockets.
Nick Mathewson
2012-10-15
Move the circuit build timeout code into its own file.
Nick Mathewson
2012-10-15
Merge remote-tracking branch 'public/bug1031'
Nick Mathewson
2012-10-14
Merge remote-tracking branch 'arma/bug7029'
Nick Mathewson
2012-10-12
Rename all reserved C identifiers we defined
Nick Mathewson
2012-10-10
Merge branch 'bug7011'
Nick Mathewson
2012-10-10
Use fmt_addrport where appropriate.
David Fifield
2012-10-10
Decorate addresses given to a HTTP CONNECT proxy.
David Fifield
2012-10-10
Use fmt_and_decorate_addr in log messages.
David Fifield
2012-10-08
Convert relay.c/relay.h to channel_t
Andrea Shepard
2012-10-08
Initial channeltls.c/channeltls.h for bug 6465
Andrea Shepard
2012-10-03
Free some more still-in-use memory at exit
Roger Dingledine
[next]