- 10 Nov, 2003 1 commit
-
-
Roger Dingledine authored
fix badness in usage() if neither socksport nor orrport is defined, quit obsolete connection_flush_buf() svn:r780
-
- 13 Oct, 2003 1 commit
-
-
Roger Dingledine authored
svn:r580
-
- 10 Oct, 2003 1 commit
-
-
Roger Dingledine authored
and fix a few typos svn:r571
-
- 08 Oct, 2003 1 commit
-
-
Nick Mathewson authored
svn:r560
-
- 04 Oct, 2003 2 commits
-
-
Roger Dingledine authored
svn:r538
-
Roger Dingledine authored
svn:r537
-
- 30 Sep, 2003 2 commits
-
-
Roger Dingledine authored
svn:r519
-
Roger Dingledine authored
we now add our own descriptor to the descriptor list and we rebuild the directory (and dump to disk) after receiving a POST svn:r509
-
- 29 Sep, 2003 2 commits
-
-
Roger Dingledine authored
fix a variety of seg faults don't try to list OPs in running-routers write cached-directory to disk when rebuilding the dir on boot, dirservers load approved-routers file on boot, dirservers load cached directory file svn:r508
-
Roger Dingledine authored
still not finished integrating new dirserv stuff svn:r507
-
- 28 Sep, 2003 1 commit
-
-
Roger Dingledine authored
svn:r506
-
- 27 Sep, 2003 3 commits
-
-
Nick Mathewson authored
svn:r503
-
Roger Dingledine authored
svn:r502
-
Roger Dingledine authored
svn:r497
-
- 26 Sep, 2003 1 commit
-
-
Roger Dingledine authored
ERR is if something fatal just happened WARNING is something bad happened, but we're still running. The bad thing is either a bug in the code, an attack or buggy protocol/implementation of the remote peer, etc. The operator should examine the bad thing and try to correct it. (No error or warning messages should be expected. I expect most people to run on -l warning eventually.) NOTICE is never ever used. INFO means something happened (maybe bad, maybe ok), but there's nothing you need to (or can) do about it. DEBUG is for everything louder than INFO. svn:r486
-
- 25 Sep, 2003 2 commits
-
-
Roger Dingledine authored
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
-
Nick Mathewson authored
'buf_t' is now an opaque type defined in buffers.c . Router descriptors now include all keys; routers generate keys as needed on startup (in a newly defined "data directory"), and generate their own descriptors. Descriptors are now self-signed. Implementation is not complete: descriptors are never published; and upon receiving a descriptor, the directory doesn't do anything with it. At least "routers.or" and orkeygen are now obsolete, BTW. svn:r483
-
- 22 Sep, 2003 1 commit
-
-
Roger Dingledine authored
svn:r477
-
- 21 Sep, 2003 1 commit
-
-
Roger Dingledine authored
deal with content-length headers better when reading http don't assume struct socks4_info is a packed struct fail the socks handshake if destip is zero flesh out conn_state_to_string() for dir conn fix typo (bug) in connection_handle_read() directory get is now called fetch, post is now upload reopen logs on sighup svn:r475
-
- 18 Sep, 2003 1 commit
-
-
Roger Dingledine authored
this paves the way for supporting socks5 and other handshakes it also removes those pesky AP-only variables from connection_t also hacked a fix for a bug where some streams weren't ending properly -- maybe because marked connections weren't flushing properly? svn:r472
-
- 17 Sep, 2003 1 commit
-
-
Roger Dingledine authored
svn:r471
-
- 16 Sep, 2003 3 commits
-
-
Roger Dingledine authored
svn:r468
-
Roger Dingledine authored
svn:r461
-
Roger Dingledine authored
svn:r460
-
- 08 Sep, 2003 1 commit
-
-
Roger Dingledine authored
svn:r434
-
- 14 Aug, 2003 1 commit
-
-
Nick Mathewson authored
svn:r398
-
- 12 Aug, 2003 2 commits
-
-
Nick Mathewson authored
svn:r393
-
Nick Mathewson authored
- signal support - forking for DNS farm - changes for async IO - daemonizing In other words, some files still don't build, and the ones that do build, do nonblocking IO incorrectly. I'm also not checking in the project files till I have a good place for them. svn:r380
-
- 25 Jun, 2003 1 commit
-
-
Roger Dingledine authored
svn:r354
-
- 17 Jun, 2003 1 commit
-
-
Nick Mathewson authored
svn:r333
-
- 28 May, 2003 1 commit
-
-
Roger Dingledine authored
svn:r298
-
- 20 May, 2003 1 commit
-
-
Roger Dingledine authored
remove sendme cells replace malloc with tor_malloc patch (but not track down) bug in onion pending list streamline connection_ap handshake svn:r293
-
- 09 May, 2003 2 commits
-
-
Nick Mathewson authored
svn:r288
-
Roger Dingledine authored
svn:r287
-
- 08 May, 2003 2 commits
-
-
Nick Mathewson authored
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 Mathewson authored
Call the right signed-directory functions; try to describe the difference between everything; remove some unused interfaces svn:r276
-
- 07 May, 2003 1 commit
-
-
Roger Dingledine authored
svn:r273
-
- 07 Apr, 2003 1 commit
-
-
Nick Mathewson authored
svn:r224
-
- 18 Mar, 2003 1 commit
-
-
Roger Dingledine authored
if your ORPort is non-zero then you must connect to all nodes if your DirPort is non-zero then you must act like a directory server svn:r192
-
- 11 Mar, 2003 1 commit
-
-
Roger Dingledine authored
svn:r174
-