aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_or.c
AgeCommit message (Expand)Author
2011-10-11Fix a bunch of whitespace errorsNick Mathewson
2011-10-10Quiet two notices, and spelling mistake cleanupSebastian Hahn
2011-10-10Fix a few 64bit compiler warningsSebastian Hahn
2011-10-10Add more log statements for protocol/internal failuresNick Mathewson
2011-10-10Give tor_cert_get_id_digests() fail-fast behaviorNick Mathewson
2011-10-10Make sure we stop putting cells into our hash at the right time.Nick Mathewson
2011-10-10Bugfixes for authenticate handling and generationNick Mathewson
2011-10-10more verbose log for recording an odd cellNick Mathewson
2011-10-10Actually accept cells in SERVER_RENEGOTIATINGNick Mathewson
2011-10-10Allow "finished flushing" during v3 handshakeNick Mathewson
2011-10-10Hook up all of the prop176 code; allow v3 negotiations to actually workNick Mathewson
2011-10-10New functions to record digests of cells during v3 handshakeNick Mathewson
2011-10-10Implement cert/auth cell readingNick Mathewson
2011-10-10Basic function to write authenticate cellsNick Mathewson
2011-10-10Functions to send cert and auth_challenge cells.Nick Mathewson
2011-10-10Cell types and states for new OR handshakeNick Mathewson
2011-09-22Make bufferevents work with TokenBucketRefillIntervalNick Mathewson
2011-08-24Apply rate-limiting to the lowest bufferevent in the stack.Nick Mathewson
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