index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
circuit.c
Age
Commit message (
Expand
)
Author
2004-05-13
Break files apart into more modules
Roger Dingledine
2004-05-12
break connection_edge_end out of connection_mark_for_close
Roger Dingledine
2004-05-12
Make some functions static
Nick Mathewson
2004-05-12
break part of circuit.c into relay.c
Roger Dingledine
2004-05-10
comments and doxygen markup on circuit.c
Roger Dingledine
2004-05-09
bugfix: do directory_send_command only after we've established a socket
Roger Dingledine
2004-05-06
bugfix: add a circ->resolving_streams field, and make dns resolving ...
Roger Dingledine
2004-05-05
Only connection_add connections once they have conn->s sett; refactor code ar...
Nick Mathewson
2004-05-02
stop the circuit_receive_relay_cell warning
Roger Dingledine
2004-04-28
Remove IVs from cipher code, since AES-ctr has none.
Nick Mathewson
2004-04-28
Make Tor build on win32 with VC6 without warnings.
Nick Mathewson
2004-04-27
make my assumption explicit
Roger Dingledine
2004-04-27
it was the second bug that was nailing us.
Roger Dingledine
2004-04-27
don't expire joined-rend circs that have an exit connection attached
Roger Dingledine
2004-04-26
Refactor crypto error handling to be more like TLS error handling:
Nick Mathewson
2004-04-26
since we don't support truncateds much, don't bother sending them;
Roger Dingledine
2004-04-26
fix a bug that's been lurking since 27 may 03 (!)
Roger Dingledine
2004-04-25
use tor_assert
Roger Dingledine
2004-04-25
Remove onion_pkey from connection, since onion keys can change more often tha...
Nick Mathewson
2004-04-18
tmp patch to also expire old clean rend_ready circs for now
Roger Dingledine
2004-04-18
if an intro circ waiting for an ack dies before getting one, then
Roger Dingledine
2004-04-17
log n_circ_ids when attaching rend streams
Roger Dingledine
2004-04-17
a ! goes a long way toward more helpful debug messages
Roger Dingledine
2004-04-17
more debugging to hunt for a bug
Roger Dingledine
2004-04-16
i was wrong about one of my invariants
Roger Dingledine
2004-04-15
make unattached rend streams expire after a while (60s)
Roger Dingledine
2004-04-14
prune abandoned circs better
Roger Dingledine
2004-04-14
Retry non-final-hop rendezvous failures
Nick Mathewson
2004-04-14
call circuit_build_failed() even when the failure is immediate
Roger Dingledine
2004-04-13
let introcircs receive acks. rend streams now deal correctly again.
Roger Dingledine
2004-04-13
Separate "start-establishing-introduction" from "upload descriptors"; only up...
Nick Mathewson
2004-04-13
clean up circuit rebuilding some; fix some bugs we hadn't hit yet
Roger Dingledine
2004-04-13
Get the rest of intro-ack/nak handling in ... except for the tricky "pick a n...
Nick Mathewson
2004-04-12
break circuit_build_needed_circs into its own func
Roger Dingledine
2004-04-09
expire old CIRCUIT_PURPOSE_C_REND_READY circs too
Roger Dingledine
2004-04-08
circuit-level sendmes weren't working, because the exit
Roger Dingledine
2004-04-08
Launch intro services after launching connections; allow ORs to build circuit...
Nick Mathewson
2004-04-08
Nothing is good enough for you, is it?
Nick Mathewson
2004-04-08
Use CIRCUIT_IS_ORIGIN in favor of boolean circ->cpath
Nick Mathewson
2004-04-08
only call circuit_build_failed when we're circ's origin
Roger Dingledine
2004-04-08
Split out major functionality of circuit_get_best; rephrase a few booleans
Nick Mathewson
2004-04-07
don't pick myself or my twins as hops when building circuits
Roger Dingledine
2004-04-07
Carefully increment failure counts when appropriate
Nick Mathewson
2004-04-07
expire open-but-not-yet-acked circs if they're too old
Roger Dingledine
2004-04-07
convince ourselves that circuit_failed doesn't have to be any smarter
Roger Dingledine
2004-04-07
Delete trailing whitespace and expand tabs; remove unused aes decrypt code
Nick Mathewson
2004-04-07
let alice reuse recent rendjoin circs
Roger Dingledine
2004-04-07
when counting how many being-built circs will handle a stream,
Roger Dingledine
2004-04-06
alice just fetched bob's hidden webpage.
Roger Dingledine
2004-04-06
set the circ windows on the middle hop of the rend circs
Roger Dingledine
[next]