- 17 Jun, 2004 1 commit
-
-
Nick Mathewson authored
svn:r1978
-
- 15 May, 2004 1 commit
-
-
Roger Dingledine authored
bugfix: we were retrying the same circuit after getting a resolve failure. so of course the next two tries would fail too. now we try a new circuit each time (at most three times). svn:r1867
-
- 13 May, 2004 1 commit
-
-
Roger Dingledine authored
* \file circuitbuild.c * \brief The actual details of building circuits. * \file circuitlist.c * \brief Manage the global circuit list. * \file circuituse.c * \brief Launch the right sort of circuits, attach streams to them. * \file connection_edge.c * \brief Handle edge streams. * \file onion.c * \brief Functions to queue create cells, and handle onionskin * parsing and creation. * \file relay.c * \brief Handle relay cell encryption/decryption, plus packaging and * receiving from circuits. svn:r1863
-
- 12 May, 2004 1 commit
-
-
Roger Dingledine authored
svn:r1854
-