aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
Commit message (Expand)AuthorAge
* Merge branch 'maint-0.2.2'Roger Dingledine2011-11-21
|\
| * parameterize bw cutoffs to guarantee Fast and Guard flagsRoger Dingledine2011-11-21
* | normalize the name of the CERTS cellRoger Dingledine2011-10-31
* | Merge branch 'maint-0.2.2_secfix' into master_secfixSebastian Hahn2011-10-27
|\|
| * Add option to give guard flag to relays without the CVE-2011-2768 fixRobert Ransom2011-10-26
| * Merge branch 'maint-0.2.1_secfix' into maint-0.2.2_secfixSebastian Hahn2011-10-26
| |\
| | * Mark which OR connections are outgoingRobert Ransom2011-10-26
| | * Don't use any OR connection which sent us a CREATE_FAST cell for an EXTENDRobert Ransom2011-10-26
| | * Rename get_client_identity_key to get_tlsclient_identity_keyNick Mathewson2011-10-26
| | * Maintain separate server and client identity keys when appropriate.Robert Ransom2011-10-26
| | * Add public_server_mode function.Robert Ransom2011-10-26
* | | remove code related to tracking descriptor serving timesSebastian Hahn2011-10-21
* | | Quiet two notices, and spelling mistake cleanupSebastian Hahn2011-10-10
* | | Remove auth_challenge field from or_handshake_state_tNick Mathewson2011-10-10
* | | Make sure we stop putting cells into our hash at the right time.Nick Mathewson2011-10-10
* | | Hook up all of the prop176 code; allow v3 negotiations to actually workNick Mathewson2011-10-10
* | | Implement cert/auth cell readingNick Mathewson2011-10-10
* | | Functions to send cert and auth_challenge cells.Nick Mathewson2011-10-10
* | | Cell types and states for new OR handshakeNick Mathewson2011-10-10
* | | Merge remote-tracking branch 'asn2/bug3656'Nick Mathewson2011-10-07
|\ \ \
| * | | Server transport proxies should bind on the same port each time, if possible.George Kadianakis2011-08-07
| * | | Add support for managed {Client,Server}TransportPlugin parsing.George Kadianakis2011-07-13
* | | | Merge remote-tracking branch 'rransom-tor/bug3335-v2'Nick Mathewson2011-10-03
|\ \ \ \
| * | | | Detect and remove unreachable intro pointsRobert Ransom2011-10-02
| * | | | Record intro point timeouts in rend_intro_point_tRobert Ransom2011-10-02
| | |/ / | |/| |
* | | | Fix a crash bug in tor_assert(md->held_by_node)Nick Mathewson2011-09-28
* | | | Fix issues in 3630 patch noted by KarstenNick Mathewson2011-09-22
* | | | New torrc option to allow bucket refill intervals of less than 1 secFlorian Tschorsch2011-09-22
* | | | Merge branch 'maint-0.2.2'Roger Dingledine2011-09-13
|\| | |
| * | | Merge branch 'maint-0.2.1' into maint-0.2.2Roger Dingledine2011-09-13
| |\ \ \ | | | |/ | | |/|
| | * | Generate our ssl session certs with a plausible lifetimeRoger Dingledine2011-09-13
| | * | Check fetched rendezvous descriptors' service IDsRobert Ransom2011-05-16
| | * | Forget all rendezvous client state on SIGNAL NEWNYMRobert Ransom2011-04-28
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-09-11
|\| | |
| * | | Describe rend_service_descriptor_t more completelyRobert Ransom2011-09-10
| * | | Describe rend_intro_point_t more completelyRobert Ransom2011-09-10
* | | | Fix whitespace issues in patches merged today so farNick Mathewson2011-09-07
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-09-07
|\| | |
| * | | Merge remote-tracking branch 'public/bug2649_squashed' into maint-0.2.2Nick Mathewson2011-09-07
| |\ \ \
| | * | | Add a VoteOnHidServDirectoriesV2 configuration optionRobert Ransom2011-06-03
* | | | | Merge remote-tracking branch 'public/split_entry_conn'Nick Mathewson2011-09-07
|\ \ \ \ \
| * | | | | Move entry-only fields from edge_connection_t to entry_connection_tNick Mathewson2011-07-21
| * | | | | Add a new type entry_connection_t for entry connectionsNick Mathewson2011-07-21
* | | | | | Fix handling of ISO_STREAMRobert Ransom2011-08-08
* | | | | | Handle storing much longer socks4 authentication data.Nick Mathewson2011-08-05
* | | | | | Treat socks_request->{username,password} as non-NUL-terminatedNick Mathewson2011-08-04
* | | | | | Implement protocol-type isolation correctly.Nick Mathewson2011-08-02
|/ / / / /
* | | | | For accuracy, s/exit_allows_optimistic_data/may_use_optimistic_data/Nick Mathewson2011-07-20
* | | | | Add an OptimisticData option to control client-side optimistic dataNick Mathewson2011-07-20
* | | | | Merge branch 'optimistic-client'Nick Mathewson2011-07-20
|\ \ \ \ \