aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* | | | Merge remote-tracking branch 'public/revert_4312'Nick Mathewson2011-12-07
|\ \ \ \
| * | | | Revert "Refactor the SSL_set_info_callback() callbacks."Nick Mathewson2011-12-06
| * | | | Revert "Detect renegotiation when it actually happens."Nick Mathewson2011-12-06
| * | | | Revert "Detect and deny excess renegotiations attempts."Nick Mathewson2011-12-06
| * | | | Revert "Get rid of tor_tls_block_renegotiation()."Nick Mathewson2011-12-06
| * | | | Revert "Also handle needless renegotiations in SSL_write()."Nick Mathewson2011-12-06
| * | | | Revert "Fix issues pointed out by nickm."Nick Mathewson2011-12-06
| * | | | Revert "Use callback-driven approach to block renegotiations."Nick Mathewson2011-12-06
| * | | | Revert "appease check-spaces"Nick Mathewson2011-12-06
| * | | | Revert "Refactor tor_event_base_once to do what we actually want"Nick Mathewson2011-12-06
| * | | | Revert "Avoid a double-mark in connection_or_close_connection_cb"Nick Mathewson2011-12-06
| * | | | Revert "Fix some wide lines in tortls.c"Nick Mathewson2011-12-06
| * | | | Revert "use event_free() wrapper; fix bug 4582"Nick Mathewson2011-12-06
| * | | | Revert "Don't schedule excess_renegotiations_callback unless it's set"Nick Mathewson2011-12-06
| * | | | Revert "indent; add comment"Nick Mathewson2011-12-06
| * | | | Revert "Make pending libevent actions cancelable"Nick Mathewson2011-12-06
| * | | | Revert "Set renegotiation callbacks immediately on tls inititation"Nick Mathewson2011-12-06
* | | | | clarify a debug lineRoger Dingledine2011-12-07
|/ / / /
* | | | Merge remote-tracking branch 'sebastian/coverity'Nick Mathewson2011-12-05
|\ \ \ \
| * | | | cid 432: Remove dead code if we don't handle a consensusSebastian Hahn2011-12-04
* | | | | Add comment about bug4651 fixNick Mathewson2011-12-05
* | | | | Don't send two ESTABLISH_RENDEZVOUS cells when opening a new rend circRobert Ransom2011-12-03
|/ / / /
* | | | Don't just tell the controller "foo" on id mismatchNick Mathewson2011-12-02
* | | | Init conn->addr to "unspec" on cpuworker connectionsNick Mathewson2011-12-02
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-12-02
|\| | |
| * | | tor_accept_socket() should take tor_addr_t for listener argNick Mathewson2011-12-02
* | | | Give DirAllowPrivateAddress an explicit defaultNick Mathewson2011-12-02
* | | | Resolve bug 3448: remove mention of tor-ops (which is not in use)Nick Mathewson2011-12-02
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-12-02
|\| | |
| * | | Fix bug 4530; check return val of tor_addr_lookup correctlyNick Mathewson2011-12-02
* | | | Merge remote-tracking branch 'sebastian/coverity_strlen_fp'Nick Mathewson2011-12-02
|\ \ \ \
| * | | | Work around a false positive in Coverity.Sebastian Hahn2011-12-02
| * | | | Appease check-spacesSebastian Hahn2011-12-02
* | | | | Don't segfault when checking whether a not-yet-used intro point should expireRobert Ransom2011-12-01
* | | | | Fix warnings.Linus Nordberg2011-12-01
|/ / / /
* | | | Add an initializer to appease older gccNick Mathewson2011-11-30
* | | | Only define set_buffer_lengths_to_zero if bufferevents are enabledMurdoch@cl.cam.ac.uk2011-11-30
* | | | Merge remote-tracking branch 'sjmurdoch/bug1983-port-tor-fw-helper-to-windows'Nick Mathewson2011-11-30
|\ \ \ \
| * | | | Make file descriptor type an unsigned integerSteven Murdoch2011-11-30
| * | | | Support NAT-PMP on WindowsSteven Murdoch2011-11-30
* | | | | Merge branch 'feature2553-v4-rebased'Nick Mathewson2011-11-30
|\ \ \ \ \
| * | | | | Add some more documentationArturo Filastò2011-11-30
| * | | | | Turn off LearnCircuitBuildTimeout when tor2web mode is onRobert Ransom2011-11-30
| * | | | | Add ifdefs to disable assertion in connection_ap_handshake_send_beginRobert Ransom2011-11-30
| * | | | | Add ifdefs to disable #3332 assertionsRobert Ransom2011-11-30
| * | | | | Use single-hop intro and rend circuits when in tor2web modeRobert Ransom2011-11-30
| * | | | | Perform single-hop HS desc fetches when in tor2web modeRobert Ransom2011-11-30
| * | | | | Don't allow tor2web-mode Tors to connect to non-HS addressesRobert Ransom2011-11-30
| * | | | | Warn loudly on startup and SIGHUP if Tor is built for a non-anonymous modeRobert Ransom2011-11-30
| * | | | | Add a compile-time #define to control whether Tor runs in 'tor2web mode'Robert Ransom2011-11-30