make fetch_from_buf_http malloc its strings rather
commit5ecd6b6bada6a7cd9fe7d5f82ae72bdc9577c97d
authorRoger Dingledine <arma@torproject.org>
Wed, 17 Dec 2003 09:42:28 +0000 (17 09:42 +0000)
committerRoger Dingledine <arma@torproject.org>
Wed, 17 Dec 2003 09:42:28 +0000 (17 09:42 +0000)
treea36d4e0a0a39a522ed682646924c0be0e775439b
parent4a1e05de51859e258093ff82d93609921d0a4dad
make fetch_from_buf_http malloc its strings rather
than use fixed-size strings

reorganize directory_handle_command so it'll be easier to do more with
our directory servers

svn:r950
src/or/buffers.c
src/or/circuit.c
src/or/directory.c
src/or/or.h
src/or/router.c