summaryrefslogtreecommitdiff
path: root/src/or/connection_or.c
AgeCommit message (Expand)Author
2011-07-15Fix a compile warning on OS X 10.6Sebastian Hahn
2011-07-12Avoid warning in broken_state_count_compareNick Mathewson
2011-07-11Disable recording new broken conns when we have bootstrappedNick Mathewson
2011-07-11Document feature3116 fns and improve outputNick Mathewson
2011-07-11Limit the number of different handshake reasons to reportNick Mathewson
2011-07-11Record the states of failing OR connectionsNick Mathewson
2011-07-11Split connection_about_to_close_connection into separate functionsNick Mathewson
2011-07-11Merge remote-tracking branch 'public/bug2841'Nick Mathewson
2011-07-03Refactor the interfaces of transport/proxy lookup fnsNick Mathewson
2011-07-02Small tweaks to 2841 codeNick Mathewson
2011-06-22Revised how we handle ClientTransportPlugin and Bridge lines.George Kadianakis
2011-06-21Tweaked connection{.c,.h,_or.c} based on nick's comments.George Kadianakis
2011-06-17Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-06-17log when we finish ssl handshake and move to renegotiationRoger Dingledine
2011-06-14Make the get_options() return constNick Mathewson
2011-06-14Fixes small bugs.George Kadianakis
2011-06-14This commit is an attempt to beautify the previous commit.George Kadianakis
2011-06-14We now warn the user if a proxy server is not up when we try to connect with it.George Kadianakis
2011-06-12Various trivial changes.George Kadianakis
2011-06-12We can now connect using transports as well!George Kadianakis
2011-05-11Merge remote-tracking branch 'public/bug3122_memcmp_022' into bug3122_memcmp_023Nick Mathewson
2011-05-11Re-apply the automated conversion to 0.2.2 to make handle any memcmps that sn...Nick Mathewson
2011-05-11Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcm...Nick Mathewson
2011-05-11Hand-conversion and audit phase of memcmp transitionNick Mathewson
2011-05-11Automated conversion of memcmp to tor_memcmp/tor_mem[n]eqNick Mathewson
2011-05-09Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-09Remove some dead code, found by clangSebastian Hahn
2011-04-07Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-03-25Clarify some documentation and comments wrt resetting OR token bucketsNick Mathewson
2011-03-16Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-03-16Fix up all doxygen warnings other than "foo is not documented"Nick Mathewson
2011-03-08Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-03-08Merge remote branch 'sebastian/bug1035' into maint-0.2.2Nick Mathewson
2011-01-15Merge branch 'maint-0.2.2'Roger Dingledine
2011-01-15Sanity-check consensus param valuesSebastian Hahn
2011-01-06Use autoconf's FLEXIBLE_ARRAY_MEMBER for unspecified-length arraysNick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-12-19Merge branch 'maint-0.2.2'Roger Dingledine
2010-12-15Merge remote branch fix_security_bug_021 into fix_security_bug_022Nick Mathewson
2010-12-15Make payloads into uint8_t.Nick Mathewson
2010-11-30Do not invoke tls_renegotiated_cb for non-bufferevent connections too early.Nick Mathewson
2010-11-22Remove an incorrect comment in connection_or_check_valid_tls_handshakeNick Mathewson
2010-11-15Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-11-10Synx manpage and source wrt option capitalizationSebastian Hahn
2010-11-09Add a testing-only option to use bufferevent_openssl as a filterNick Mathewson
2010-10-21Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-10-21Rename get_client_identity_key to get_tlsclient_identity_keyNick Mathewson
2010-10-14Rename router_get_by_digest()Sebastian Hahn