aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitlist.c
Commit message (Expand)AuthorAge
* fix a seg fault when you try to launch a circ•••svn:r2002 Roger Dingledine2004-07-03
* More digest/nickname fixes•••svn:r2000 Nick Mathewson2004-07-02
* some of the infrastructure to let ORs connect on demand•••svn:r1998 Roger Dingledine2004-07-02
* bugfix: while closing a circuit, we were freeing the conns that were•••pending resolve, but not removing them from the pending resolve list svn:r1933 Roger Dingledine2004-06-02
* when the dns resolve is cancelled, or fails, be sure to remove•••conn from circ->resolving_streams otherwise it gets freed and stays there, causing seg faults. svn:r1915 Roger Dingledine2004-05-21
* Tighten assert_cpath_layer_ok assumptions•••svn:r1904 Nick Mathewson2004-05-19
* Resolve some XXXs•••svn:r1889 Nick Mathewson2004-05-18
* assert_cpath_ok has always been broken•••re-disable it. svn:r1864 Roger Dingledine2004-05-13
* Break files apart into more modules••• * \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 Roger Dingledine2004-05-13