]> git.ipfire.org Git - thirdparty/tor.git/commit
Break files apart into more modules
authorRoger Dingledine <arma@torproject.org>
Thu, 13 May 2004 07:24:49 +0000 (07:24 +0000)
committerRoger Dingledine <arma@torproject.org>
Thu, 13 May 2004 07:24:49 +0000 (07:24 +0000)
commitef561c0e42dcd33a2ca8ee29a582dd68da32f3be
treedeb933ba547882bf8a0300674745c8f4c4922757
parent6c68187e9f7e86a6a5d0e49a2bc99b0994df7ae0
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
src/or/Makefile.am
src/or/circuit.c [deleted file]
src/or/circuitbuild.c [new file with mode: 0644]
src/or/circuitlist.c [new file with mode: 0644]
src/or/circuituse.c [new file with mode: 0644]
src/or/connection_edge.c
src/or/onion.c
src/or/or.h
src/or/relay.c
src/or/rendclient.c
src/or/rendservice.c