aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
...
* | Implement protocol-type isolation correctly.Nick Mathewson2011-08-02
* | Initial patch to build Tor with msvc and nmakeNick Mathewson2011-08-01
* | Improve log messages for optimistic data retryIan Goldberg2011-07-21
* | remember our future plan for bug 3617Roger Dingledine2011-07-21
* | Add another precondition for isolation-clearing; fix 3620Nick Mathewson2011-07-20
* | Do not cannibalize a circuit with isolation values set.Nick Mathewson2011-07-20
* | 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
* | Don't assert for listener connectionsSebastian Hahn2011-07-20
* | Check for port config before addr config in client port optionsNick Mathewson2011-07-20
* | Oops: we need to call parse_client_ports with validate_only==0 at least onceNick Mathewson2011-07-20
* | Fix a warning message. (Found by rransom)Nick Mathewson2011-07-20
* | Initialize listener connection addr fields properlyNick Mathewson2011-07-20
* | Add a missing break in a switch statementNick Mathewson2011-07-20
* | Merge branch 'optimistic-client'Nick Mathewson2011-07-20
|\ \
| * | Remember optimistically sent data until we have gotten a CONNECTEDNick Mathewson2011-07-18
| * | Add a generic_buffer_t to use the best buffer type we have on handNick Mathewson2011-07-18
| * | Only use optimistic data with exits that support itNick Mathewson2011-07-18
| * | Initial optimistic_client fixesNick Mathewson2011-07-18
| * | Implement the client side of optimistic data (proposal 174)Ian Goldberg2011-07-18
* | | Merge remote-tracking branch 'public/prop171_v2'Nick Mathewson2011-07-19
|\ \ \
| * | | Fix a compile warning in config.c reported by sebastianNick Mathewson2011-07-19
| * | | Take a smarter approach to clearing isolation infoNick Mathewson2011-07-19
| * | | Use socks username/password information in stream isolationNick Mathewson2011-07-19
| * | | Turn streq_opt into a generic strcmp_opt.Nick Mathewson2011-07-19
| * | | Stick controller-originated resolves in their own session groupNick Mathewson2011-07-19
| * | | Implement sensible isolation for tunneled directory connsNick Mathewson2011-07-19
| * | | Implement destaddr-based isolationNick Mathewson2011-07-19
| * | | Add an option to limit the number of non-open client circuits.Nick Mathewson2011-07-19
| * | | Launch sufficient circuits to satisfy pending isolated streamsNick Mathewson2011-07-19
| * | | Implement stream isolationNick Mathewson2011-07-19
| * | | Add a new isolation type and field: "nym epoch"Nick Mathewson2011-07-19
| * | | Const-ify a few functionsNick Mathewson2011-07-19
| * | | (Unused) backend logic for stream isolationNick Mathewson2011-07-19
| * | | Refactor listener_connection_t into its own type.Nick Mathewson2011-07-19
| * | | Parse prop171 options; refactor listener/port option codeNick Mathewson2011-07-19
* | | | Fix spurious warning in bufferevent socks parsingNick Mathewson2011-07-19
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-07-19
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Specify text or binary mode in every start_writing_to_stdio_file callRobert Ransom2011-07-19
* | | Merge remote-tracking branch 'public/bug3560'Nick Mathewson2011-07-18
|\ \ \ | |_|/ |/| |
| * | Turn on microdescriptors for clientsNick Mathewson2011-07-11
* | | Better messages when we're stalled because of microdescriptorsNick Mathewson2011-07-15
* | | Fix bug in upload/download of hsdesc with microdescsNick Mathewson2011-07-15
* | | Merge remote-tracking branch 'sebastian/compile_warning'Nick Mathewson2011-07-15
|\ \ \
| * | | Fix a compile warning on OS X 10.6Sebastian Hahn2011-07-15
* | | | Fix a wide line. "Tradition!"Nick Mathewson2011-07-15
* | | | Remove compare_addr_to_node_policyNick Mathewson2011-07-15
* | | | Treat null address as "unknown", not "rejected" in md policyNick Mathewson2011-07-15
* | | | Remove compare_addr_to_addr_policyNick Mathewson2011-07-15
|/ / /
* | | Make WIN32_WINNT defines conditionalNick Mathewson2011-07-15