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
/
channeltls.c
Age
Commit message (
Expand
)
Author
2014-02-08
Make sure orconn->chan gets nulled out when channels exit from channel_free_a...
Andrea Shepard
2014-02-06
NULL out conns on tlschans when freeing in case channel_run_cleanup() is late...
Andrea Shepard
2013-08-21
Make bridges send AUTH_CHALLENGE cells
Nick Mathewson
2013-08-20
Send NETINFO on receiving a NETINFO if we have not yet sent one.
Nick Mathewson
2013-07-23
Fix bug9309, and n_noncanonical count/continue code
Nick Mathewson
2013-03-11
Fix a framing bug when reading versions from a versions cell.
Nick Mathewson
2013-02-15
Merge remote-tracking branch 'public/wide_circ_ids'
Nick Mathewson
2013-02-09
Replace magic constants for wide_circ_ids with inline function calls
Nick Mathewson
2013-01-16
Update the copyright date to 201.
Nick Mathewson
2013-01-03
Enable the ntor handshake on the client side.
Nick Mathewson
2012-11-08
Fix a memory leak in handling errors on CERTS cells. bug 7422
Nick Mathewson
2012-11-06
Implement proposal-214 rules for CircID checking.
Nick Mathewson
2012-11-06
Allow a v4 link protocol for 4-byte circuit IDs.
Nick Mathewson
2012-10-23
Fix a remotely triggerable assertion failure (CVE-2012-2250)
Nick Mathewson
2012-10-19
Merge branch 'block_renegotiate_024'
Nick Mathewson
2012-10-18
Factor out common parts of channel_tls_connect() and channel_tls_handle_incom...
Andrea Shepard
2012-10-17
Discard extraneous renegotiation attempts in the v3 link protocol
Nick Mathewson
2012-10-17
Restore the 'address' value of tunneled connections
Nick Mathewson
2012-10-15
Merge branch 'bug7087_2' of ssh://git-rw.torproject.org/user/andrea/tor
Andrea Shepard
2012-10-15
Close and free channel_tls_listener correctly in channel_tls_free_all()
Andrea Shepard
2012-10-12
Rename all reserved C identifiers we defined
Nick Mathewson
2012-10-10
Remove variables; fix gcc 4.7 warnings
Nick Mathewson
2012-10-10
Set circuitmux policy on new channels in channeltls.c
Andrea Shepard
2012-10-10
Update circuitmux-related TODOs in channeltls.c
Andrea Shepard
2012-10-10
Use circuitmux_t in channels and when relaying cells
Andrea Shepard
2012-10-09
Add magic number for type-checking channel casts
Andrea Shepard
2012-10-09
Set reason_for_closing when erroring out of channel_tls_connect()
Andrea Shepard
2012-10-09
Split channel_t into channel_t and channel_listener_t; get rid of that big union
Andrea Shepard
2012-10-08
Conform to existing Doxygen style
Andrea Shepard
2012-10-08
s/channel_request_close()/channel_mark_for_close()/g for consistency
Andrea Shepard
2012-10-08
Eliminate unnecessary SMARTLIST_DEL_CURRENT() invocations in channel.c, chann...
Andrea Shepard
2012-10-08
Use U64_FORMAT/U64_PRINTF_ARG rather than %lu for channel_t
Andrea Shepard
2012-10-08
Check return value from connection_or_connect() in channel_tls_connect()
Andrea Shepard
2012-10-08
Keep better statistics about channels and dump them from dumpstats() on SIGUSR1
Andrea Shepard
2012-10-08
Initial channeltls.c/channeltls.h for bug 6465
Andrea Shepard