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_or.c
Age
Commit message (
Expand
)
Author
2017-06-27
Merge branch 'maint-0.2.8' into maint-0.2.9
Nick Mathewson
2017-06-27
Merge branch 'maint-0.2.7-redux' into maint-0.2.8
Nick Mathewson
2017-06-27
Merge branch 'maint-0.2.6' into maint-0.2.7-redux
Nick Mathewson
2017-06-27
Merge branch 'maint-0.2.5' into maint-0.2.6
Nick Mathewson
2017-06-27
Merge branch 'maint-0.2.4' into maint-0.2.5
Nick Mathewson
2017-06-27
Fix an errant memset() into the middle of a struct in cell_pack().
Nick Mathewson
2017-06-05
On v3 link handshake, send the correct link certificate
Nick Mathewson
2016-10-18
Document connection_or.c and connection.c at module level
Nick Mathewson
2016-08-20
Unit test for pick_oos_victims()
Andrea Shepard
2016-08-12
Merge remote-tracking branch 'public/Fix_19450'
Nick Mathewson
2016-08-02
Bufferevent removal: remove HAS_BUFFEREVENT macros and usage
Nick Mathewson
2016-07-28
Fix all -Wshadow warnings on Linux
Nick Mathewson
2016-07-14
Remove bufferevents dead code
U+039b
2016-06-28
Merge branch 'maint-0.2.8'
Nick Mathewson
2016-06-28
whitespace fixes
Nick Mathewson
2016-06-28
Resolve bug18812 by logging fallback key changes at info level
teor (Tim Wilson-Brown)
2016-06-28
Refactor connection_or_client_learned_peer_id for bug18812
teor (Tim Wilson-Brown)
2016-05-30
Replace nearly all XXX0vv comments with smarter ones
Nick Mathewson
2016-04-07
Merge branch 'bug14334_squashed'
Nick Mathewson
2016-04-07
Don't mark guards as unreachable if connection_connect() fails.
George Kadianakis
2016-03-28
Rename tor_dup_addr to tor_addr_to_str_dup.
Nick Mathewson
2016-03-21
Merge branch 'bug18570_027'
Nick Mathewson
2016-03-21
Make sure channel_t queues its own copy of incoming cells
Andrea Shepard
2016-02-27
Update the copyright year.
Nick Mathewson
2016-02-10
Rename crypto_digest_all, and digests_t.
Nick Mathewson
2016-01-27
Correct further grammatical errors in tor comments
Nick Mathewson
2016-01-26
Correct grammatical errors in tor comments
teor (Tim Wilson-Brown)
2015-11-25
Merge branch 'bug17686_v2_027'
Nick Mathewson
2015-11-25
Now that crypto_rand() cannot fail, it should return void.
Nick Mathewson
2015-11-25
Fix a logic error in connection_tls_continue_handshake().
Nick Mathewson
2015-10-07
tor_tls_finish_handshake is server-side only.
Nick Mathewson
2015-10-07
Remove client-side support for detecting v1 handshake
Nick Mathewson
2015-10-07
Remove the client-side code for the v1 and v2 tls handshakes.
Nick Mathewson
2015-05-28
Memory leak on error in connection_or_compute_auth_cell_body. CID 1301372
Nick Mathewson
2015-05-28
Merge branch '12498_ed25519_keys_v6'
Nick Mathewson
2015-05-28
Refactor link handshake cell type implementations to use trunnel
Nick Mathewson
2015-05-28
Start testing cell encoders/processers for the v3 handshake.
Nick Mathewson
2015-03-10
Add link protocol version counts to the heartbeat message
Nick Mathewson
2015-02-24
Fix whitespace from tor_x509_cert rename
Nick Mathewson
2015-02-24
Mechanical rename: tor_cert_t -> tor_x509_cert_t
Nick Mathewson
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-12-21
Merge branch 'ticket7356_squashed'
Nick Mathewson
2014-12-21
Using channel state lookup macros in connection_or.c.
rl1987
2014-11-27
Merge remote-tracking branch 'andrea/cmux_refactor_configurable_threshold'
Nick Mathewson
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-09-30
Make connection_or_connect() mockable
Andrea Shepard
2014-09-30
Track total queue size per channel, with overhead estimates, and global queue...
Andrea Shepard
2014-09-30
Actually call channel_flush_some_cells() from the scheduler
Andrea Shepard
2014-09-30
Provide generic mechanism for scheduler to query writeable cells on a channel
Andrea Shepard
2014-09-30
Implement scheduler mechanism to track lists of channels wanting cells or wri...
Andrea Shepard
[next]