summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2011-07-19Implement sensible isolation for tunneled directory connsNick Mathewson
2011-07-19Implement destaddr-based isolationNick Mathewson
2011-07-19Add an option to limit the number of non-open client circuits.Nick Mathewson
2011-07-19Launch sufficient circuits to satisfy pending isolated streamsNick Mathewson
2011-07-19Implement stream isolationNick Mathewson
2011-07-19Add a new isolation type and field: "nym epoch"Nick Mathewson
2011-07-19Const-ify a few functionsNick Mathewson
2011-07-19(Unused) backend logic for stream isolationNick Mathewson
2011-07-19Refactor listener_connection_t into its own type.Nick Mathewson
2011-07-19Parse prop171 options; refactor listener/port option codeNick Mathewson
2011-07-18Merge remote-tracking branch 'public/bug3560'Nick Mathewson
2011-07-15Better messages when we're stalled because of microdescriptorsNick Mathewson
2011-07-15Fix bug in upload/download of hsdesc with microdescsNick Mathewson
2011-07-15Merge remote-tracking branch 'sebastian/compile_warning'Nick Mathewson
2011-07-15Fix a wide line. "Tradition!"Nick Mathewson
2011-07-15Fix a compile warning on OS X 10.6Sebastian Hahn
2011-07-15Remove compare_addr_to_node_policyNick Mathewson
2011-07-15Treat null address as "unknown", not "rejected" in md policyNick Mathewson
2011-07-15Remove compare_addr_to_addr_policyNick Mathewson
2011-07-15Make WIN32_WINNT defines conditionalNick Mathewson
2011-07-14Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-07-14Improve error msg on failed getinfo fingerprintNick Mathewson
2011-07-14Only download microdesc consensus from caches that support itNick Mathewson
2011-07-13Change GETINFO fingerprint to look at server_mode, not my_descriptorNick Mathewson
2011-07-13Resolve a warning from the bug1666 branchNick Mathewson
2011-07-13Merge remote-tracking branch 'public/bug1666'Nick Mathewson
2011-07-12Avoid warning in broken_state_count_compareNick Mathewson
2011-07-12Add more error checks to socks parsing codeNick Mathewson
2011-07-11Merge branch 'bug2798'Nick Mathewson
2011-07-11Tweaks to bug2798 based on comments by armaNick Mathewson
2011-07-11Turn on microdescriptors for clientsNick Mathewson
2011-07-11Merge remote-tracking branch 'rransom-tor/bug3427'Nick Mathewson
2011-07-11Merge branch 'bug2616'Nick Mathewson
2011-07-11Disable recording new broken conns when we have bootstrappedNick Mathewson
2011-07-11Clear broken connection map on successful bootstrapNick Mathewson
2011-07-11Document feature3116 fns and improve outputNick Mathewson
2011-07-11Report the states of failed TLS connections from bootstrap_problemNick 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-11Make a function staticNick Mathewson
2011-07-11Split connection_about_to_close_connection into separate functionsNick Mathewson
2011-07-11Fix compilation from 2841 branchNick Mathewson
2011-07-11Merge remote-tracking branch 'public/bug2841'Nick Mathewson
2011-07-11Fix cut'n'paste bug in comment.Linus Nordberg
2011-07-11Rename and tweak nodelist_add_node_family() to add nodeNick Mathewson
2011-07-11Revise code for adding EntryNodes to guards.Nick Mathewson
2011-07-11Look at the right consensus in router_add_to_routerlist()Nick Mathewson
2011-07-11Merge branch 'bug2797'Nick Mathewson
2011-07-08Remove a redundant condition in compare_addr_to_node_policyNick Mathewson
2011-07-07Make nodelist_purge avoid orphaned microdescs in rs-less nodesNick Mathewson