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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
connection.c
Age
Commit message (
Expand
)
Author
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-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
2012-09-20
Make option OutboundBindAddress accept IPv6 addresses too.
Linus Nordberg
2012-09-09
finish backing out 5492de76
Roger Dingledine
2012-08-27
Fix whitespace
Nick Mathewson
2012-08-17
Remove needless flush-on-write code.
Nick Mathewson
2012-08-02
Updated docs for new connections.
Matthew Finkel
2012-08-02
Merge remote-tracking branch 'sysrqb/bug6518'
Nick Mathewson
2012-08-02
Constify struct sockaddr *sa parameter for check
Matthew Finkel
2012-08-02
Removed redundant check_sockaddr_family_match call
Matthew Finkel
2012-07-18
Merge remote-tracking branch 'origin/maint-0.2.3'
Nick Mathewson
2012-07-17
Merge remote-tracking branch 'asn/bug3589'
Nick Mathewson
2012-07-17
Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/END
Nick Mathewson
2012-07-12
Address Nick's comments.
George Kadianakis
2012-07-05
On windows, ENOBUFS starts with WSA. #6296. Fix on 0.2.18-rc
Nick Mathewson
2012-06-18
Merge remote-tracking branch 'andrea/bug6028'
Nick Mathewson
2012-06-15
fix the typo on the typo fix
Roger Dingledine
2012-06-15
Always set *socket_error to something appropriate when returning -1 from conn...
Andrea Shepard
2012-06-15
fix typos from 783f705d
Roger Dingledine
2012-06-15
Document that we are unlikely to underflow session group IDs.
Nick Mathewson
2012-06-15
Triage the XXX023 and XXX022 comments: postpone many.
Nick Mathewson
2012-06-05
Downgrade tor_assert(0) to tor_fragile_assert() in windows stub create_unix_s...
Nick Mathewson
2012-06-04
Update copyright dates to 2012; add a few missing copyright statements
Nick Mathewson
2012-06-04
Add about 60 more DOCDOC comments to 0.2.3
Nick Mathewson
2012-06-04
Resolve all currently pending DOCDOC items in master
Nick Mathewson
2012-05-31
Merge remote-tracking branch 'public/bug5374'
Nick Mathewson
2012-05-30
Merge branch 'bug5604'
Nick Mathewson
2012-05-30
Add a little documentation for the bug5604 fix
Nick Mathewson
2012-05-24
Delay getsockname() call until after connect() is done
Nick Mathewson
2012-05-14
MSVC build issue: it can't tell that tor_assert(0) aborts.
Nick Mathewson
2012-04-24
Merge remote-tracking branch 'public/bug5537'
Nick Mathewson
2012-04-18
If DisableNetwork, don't even try to open non-controller listeners
Nick Mathewson
2012-04-11
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2012-04-10
Include a Host: header with any HTTP/1.1 proxy request
Nick Mathewson
2012-03-30
We allow IPv6 connections, don't use sockaddr_in with getsockname
Nick Mathewson
2012-03-28
Fix a bunch of check-spaces complaints
Sebastian Hahn
[next]