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