aboutsummaryrefslogtreecommitdiff
path: root/src/config/dirservers
Commit message (Expand)AuthorAge
* forward-port dirservers file•••svn:r1812 Roger Dingledine2004-05-06
* give us a new dirservers file•••svn:r1700 Roger Dingledine2004-04-25
* updated dirservers file, new config files.•••svn:r524 Roger Dingledine2003-09-30
* various bugfixes and updates•••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 Roger Dingledine2003-09-25
* router formats don't include op_port now either•••svn:r419 Roger Dingledine2003-08-27
* Get directories working.•••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 Nick Mathewson2003-05-08
* Refactor directories; add unit tests; add router keyword•••svn:r266 Nick Mathewson2003-05-06
* clean up and slightly document the config files•••svn:r179 Roger Dingledine2003-03-16
* let up on the bandwidth constraints•••svn:r162 Roger Dingledine2003-02-18
* new config files, including directory servers•••svn:r115 Roger Dingledine2002-09-26