summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2012-01-04Verbotify documentation comments for the #1297-fix flagsRobert Ransom
2011-12-27Add an option to close HS service-side rend circs on timeoutRobert Ransom
2011-12-27Don't close HS service-side rend circs on timeoutRobert Ransom
2011-12-27Add an option to close 'almost-connected' HS client circs on timeoutRobert Ransom
2011-12-27Don't close HS client circs which are 'almost connected' on timeoutRobert Ransom
2011-12-22Look up the rend circ whose INTRODUCE1 is being ACKed correctlyRobert Ransom
2011-12-22Mark each intro circ with the rend cookie sent in its INTRODUCE1 cellRobert Ransom
2011-12-20Merge remote-tracking branch 'asn-mytor/bug4531'Nick Mathewson
2011-12-20Merge remote-tracking branch 'asn-mytor/bug4725_take2'Nick Mathewson
2011-12-20Don't call tor_tls_set_logged_address till after checking conn->tls.George Kadianakis
2011-12-20Add explicit cast to make gcc happyNick Mathewson
2011-12-20Merge branch 'bug3825b-v8-squashed'Nick Mathewson
2011-12-20Adjust n_intro_points_wanted when a service's intro points are closedRobert Ransom
2011-12-20Extract function to determine how many intros an intro point has handledRobert Ransom
2011-12-19Fixed build with GCC < 3.3Martin Hebnes Pedersen
2011-12-19-lm should not be hardcoded.Martin Hebnes Pedersen
2011-12-18Server transports should be instructed to bind on INADDR_ANY by default.George Kadianakis
2011-12-17Merge remote-tracking branch 'asn-mytor/bug4726'Nick Mathewson
2011-12-16Doxygenize the file-level documentation of transports.c.George Kadianakis
2011-12-15Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-12-15Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-12-15Add a fix for the buf_pullup bug that Vektor reportedNick Mathewson
2011-12-09Remove comment complaining that we try to attach all streams to circsRobert Ransom
2011-12-09Clear stream-isolation state on rend circs if needed to attach streamsRobert Ransom
2011-12-09Refactor stream attachment in circuit_has_openedRobert Ransom
2011-12-08paint bug2474's fix a different neon colorRoger Dingledine
2011-12-07Merge remote-tracking branch 'public/revert_4312'Nick Mathewson
2011-12-07clarify a debug lineRoger Dingledine
2011-12-06Revert "Get rid of tor_tls_block_renegotiation()."Nick Mathewson
2011-12-06Revert "Use callback-driven approach to block renegotiations."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 "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-02Don't call tor_tls_set_logged_address till after checking conn->tlsNick 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-01Don't segfault when checking whether a not-yet-used intro point should expireRobert Ransom
2011-12-01Fix warnings.Linus Nordberg
2011-11-30Only define set_buffer_lengths_to_zero if bufferevents are enabledMurdoch@cl.cam.ac.uk
2011-11-30Merge branch 'feature2553-v4-rebased'Nick Mathewson
2011-11-30Add some more documentationArturo 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