Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-06 | forward-port dirservers file | Roger Dingledine | |
svn:r1812 | |||
2004-04-25 | give us a new dirservers file | Roger Dingledine | |
svn:r1700 | |||
2003-09-30 | updated dirservers file, new config files. | Roger Dingledine | |
svn:r524 | |||
2003-09-25 | various bugfixes and updates | Roger 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-27 | router formats don't include op_port now either | Roger Dingledine | |
svn:r419 | |||
2003-05-08 | Get 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-06 | Refactor directories; add unit tests; add router keyword | Nick Mathewson | |
svn:r266 | |||
2003-03-16 | clean up and slightly document the config files | Roger Dingledine | |
svn:r179 | |||
2003-02-18 | let up on the bandwidth constraints | Roger Dingledine | |
svn:r162 | |||
2002-09-26 | new config files, including directory servers | Roger Dingledine | |
svn:r115 |