summaryrefslogtreecommitdiff
path: root/src/config/dirservers
AgeCommit message (Collapse)Author
2004-05-06forward-port dirservers fileRoger Dingledine
svn:r1812
2004-04-25give us a new dirservers fileRoger Dingledine
svn:r1700
2003-09-30updated dirservers file, new config files.Roger Dingledine
svn:r524
2003-09-25various bugfixes and updatesRoger Dingledine
redo all the config files for the new format (we'll redo them again soon) fix (another! yuck) segfault in log_fn when input is too large tor_tls_context_new() returns -1 for error, not NULL fix segfault in check_conn_marked() on conn's that die during tls handshake make ORs also initialize conn from router when we're the receiving node make non-dirserver ORs upload descriptor to every dirserver on startup add our local address to the descriptor add Content-Length field to POST command revert the Content-Length search in fetch_from_buf_http() to previous code fix segfault in memmove in fetch_from_buf_http() raise maximum allowed headers/body size in directory.c svn:r484
2003-08-27router formats don't include op_port now eitherRoger Dingledine
svn:r419
2003-05-08Get directories working.Nick Mathewson
Or at least, directories get generated, signed, download, and checked, with nobody seeming to crash. In config/*, added 'signing-key' blocks to dirservers and routers.or, so that everyone will know about the directories' signing keys. In or/directory.c, refrained from using a dirserver's signing key when no such key is known; added more debugging output. In or/main.c, added debugging output and fixed a few logic errors. In or/routers.c, added debugging output and prevented a segfault on routers_resolve_directory. The interleaving of arrays and lists on routerinfo_t is still messy, but at least it seems to work again. svn:r278
2003-05-06Refactor directories; add unit tests; add router keywordNick Mathewson
svn:r266
2003-03-16clean up and slightly document the config filesRoger Dingledine
svn:r179
2003-02-18let up on the bandwidth constraintsRoger Dingledine
svn:r162
2002-09-26new config files, including directory serversRoger Dingledine
svn:r115