summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-07Remove 4312 from the changelog.Nick Mathewson
2011-12-07Merge remote-tracking branch 'public/revert_4312'Nick Mathewson
2011-12-07clarify a debug lineRoger Dingledine
2011-12-07Add changes file for feature2553Robert Ransom
2011-12-06Revert "Refactor the SSL_set_info_callback() callbacks."Nick Mathewson
2011-12-06Revert "Detect renegotiation when it actually happens."Nick Mathewson
2011-12-06Revert "Detect and deny excess renegotiations attempts."Nick Mathewson
2011-12-06Revert "Get rid of tor_tls_block_renegotiation()."Nick Mathewson
2011-12-06Revert "Also handle needless renegotiations in SSL_write()."Nick Mathewson
2011-12-06Revert "Fix issues pointed out by nickm."Nick Mathewson
2011-12-06Revert "Use callback-driven approach to block renegotiations."Nick Mathewson
2011-12-06Revert "appease check-spaces"Nick Mathewson
2011-12-06Revert "Refactor tor_event_base_once to do what we actually want"Nick Mathewson
2011-12-06Revert "Avoid a double-mark in connection_or_close_connection_cb"Nick Mathewson
2011-12-06Revert "Fix some wide lines in tortls.c"Nick Mathewson
2011-12-06Revert "use event_free() wrapper; fix bug 4582"Nick Mathewson
2011-12-06Revert "Don't schedule excess_renegotiations_callback unless it's set"Nick Mathewson
2011-12-06Revert "indent; add comment"Nick Mathewson
2011-12-06Revert "Make pending libevent actions cancelable"Nick Mathewson
2011-12-06Revert "Set renegotiation callbacks immediately on tls inititation"Nick Mathewson
2011-12-05Merge remote-tracking branch 'sebastian/coverity'Nick Mathewson
2011-12-05Add comment about bug4651 fixNick Mathewson
2011-12-04cid 432: Remove dead code if we don't handle a consensusSebastian Hahn
2011-12-03Don't send two ESTABLISH_RENDEZVOUS cells when opening a new rend circRobert Ransom
2011-12-02Don't just tell the controller "foo" on id mismatchNick Mathewson
2011-12-02Init conn->addr to "unspec" on cpuworker connectionsNick Mathewson
2011-12-02Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-12-02Don't call tor_tls_set_logged_address till after checking conn->tlsNick Mathewson
2011-12-02Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-12-02tor_accept_socket() should take tor_addr_t for listener argNick Mathewson
2011-12-02Give DirAllowPrivateAddress an explicit defaultNick Mathewson
2011-12-02Resolve bug 3448: remove mention of tor-ops (which is not in use)Nick Mathewson
2011-12-02Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-12-02Fix bug 4530; check return val of tor_addr_lookup correctlyNick Mathewson
2011-12-02Merge remote-tracking branch 'sebastian/coverity_strlen_fp'Nick Mathewson
2011-12-02Work around a false positive in Coverity.Sebastian Hahn
2011-12-02Appease check-spacesSebastian Hahn
2011-12-01Don't segfault when checking whether a not-yet-used intro point should expireRobert Ransom
2011-12-01Fix warnings.Linus Nordberg
2011-11-30Add an initializer to appease older gccNick Mathewson
2011-11-30Only define set_buffer_lengths_to_zero if bufferevents are enabledMurdoch@cl.cam.ac.uk
2011-11-30Merge remote-tracking branch 'sjmurdoch/bug1983-port-tor-fw-helper-to-windows'Nick Mathewson
2011-11-30Make file descriptor type an unsigned integerSteven Murdoch
2011-11-30Merge branch 'feature2553-v4-rebased'Nick Mathewson
2011-11-30Add some more documentationArturo Filastò
2011-11-30Add support for tor2web mode via configureArturo Filastò
2011-11-30Turn off LearnCircuitBuildTimeout when tor2web mode is onRobert Ransom
2011-11-30Add ifdefs to disable assertion in connection_ap_handshake_send_beginRobert Ransom
2011-11-30Add ifdefs to disable #3332 assertionsRobert Ransom
2011-11-30Use single-hop intro and rend circuits when in tor2web modeRobert Ransom