summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-07-04touchups all overRoger Dingledine
2004-07-04When tor_lookup_hostname says 0.0.0.0, treat it as an error.Nick Mathewson
2004-07-03fix a seg fault when you try to launch a circRoger Dingledine
2004-07-03populate circ->n_conn_id_digest when we set circ->n_connRoger Dingledine
2004-07-02More digest/nickname fixesNick Mathewson
2004-07-02another checkpoint toward letting ORs connect on demandRoger Dingledine
2004-07-02some of the infrastructure to let ORs connect on demandRoger Dingledine
2004-07-01Switch most uses of *_by_addr_port to *_by_identity_digestNick Mathewson
2004-07-01running-routers now lists down routers too (with a ! before their name)Roger Dingledine
2004-07-01Track routers by hash of identity key; use hex hash of identity key in place ...Nick Mathewson
2004-06-30cleanups on 008pre1 itemsRoger Dingledine
2004-06-30Use arguments to routerlist_update_from_runningrouters correctlyNick Mathewson
2004-06-30Always use get_data_directory() instead of options.DataDirectory; fix a memor...Nick Mathewson
2004-06-30Always log version when starting tor.Nick Mathewson
2004-06-29stop leaking options->ContactInfo on hupRoger Dingledine
2004-06-29add an example ContactInfo line to torrc.sampleRoger Dingledine
2004-06-25Remaining 008pre1 items done; deferred where more design is needed.Nick Mathewson
2004-06-21Terminate commentNick Mathewson
2004-06-21Implement several 008pre1 items: needs more testingNick Mathewson
2004-06-17tweaks and bugfix on resolve/resolved codeRoger Dingledine
2004-06-17Implement RESOLVE/RESOLVED cells and socks resolve codeNick Mathewson
2004-06-16router->is_trusted_dir implies router->dir_port>0Roger Dingledine
2004-06-16include <inttypes.h> if we have itRoger Dingledine
2004-06-13if datadirectory isn't owned by this uid, tell the user he mustRoger Dingledine
2004-06-13what is this "command line" that we can allegedly write to?Roger Dingledine
2004-06-12Implement code to run tor as an NT service. More testing is needed, as is co...Nick Mathewson
2004-06-12Break tor_main into startup/loop/shutdown portions, to make NT service refact...Nick Mathewson
2004-06-10Address can be an IP tooRoger Dingledine
2004-06-08Use intptr_t correctly in test.c; try to resolve ia64 warningsNick Mathewson
2004-06-07Update windows version to 0.0.7Nick Mathewson
2004-06-07provide a prototype for dnsworkers_rotateRoger Dingledine
2004-06-06tweak on the sample torrcRoger Dingledine
2004-06-06Rotate dnsworkers and cpuworkers on SIGHUP, so they get new config settings tooNick Mathewson
2004-06-05Unbork windows whitespaceNick Mathewson
2004-06-05Make tor build on win32 again; handle locking for serverNick Mathewson
2004-06-03bump an info message down to a debugRoger Dingledine
2004-06-02Document new config options in torrc.sample.inNick Mathewson
2004-06-02If we are a directory, we should trust ourself.Nick Mathewson
2004-06-02Check directory signatures based on name of signer, not on whom we got the di...Nick Mathewson
2004-06-02crank up some of our constants, for better scalabilityRoger Dingledine
2004-06-02define FD_SETSIZE in all cases, not just win32Roger Dingledine
2004-06-02Stop multiplying logs on sighup.Nick Mathewson
2004-06-02be sure to detach streams from the circuit linked list before freeing themRoger Dingledine
2004-06-02Only connection_dns_remove resolving exit connectionsNick Mathewson
2004-06-02bugfix: while closing a circuit, we were freeing the conns that wereRoger Dingledine
2004-06-01Add more asserts to dns-pending connections; fix a couple seeming bugs.Nick Mathewson
2004-06-01Check recommended-software string *early*, before actually parsing the direct...Nick Mathewson
2004-06-01declare the epipe bug a non-bug.Roger Dingledine
2004-06-01use sys/param.h if it's thereRoger Dingledine
2004-06-01put a comment reminding us that we do hashes in software onlyRoger Dingledine