aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-06-17Implement RESOLVE/RESOLVED cells and socks resolve codeNick Mathewson
2004-06-17Add simple python tool to use Tor for DNS lookupsNick Mathewson
2004-06-17document socks extensions and dns lookup codeNick Mathewson
2004-06-17bump cvs version to 0.0.8pre1-cvsRoger Dingledine
2004-06-16mark one todo item off, add two new onesRoger Dingledine
2004-06-16router->is_trusted_dir implies router->dir_port>0Roger Dingledine
2004-06-16organize the 0.0.8 roadmap a bit moreRoger Dingledine
2004-06-16include <inttypes.h> if we have itRoger Dingledine
2004-06-15Logrotate var/log/tor/*log instead of just var/log/tor/logPeter Palfrader
2004-06-14clean 0.0.7 items from todo list, add distributed/decentralized-tor itemsRoger 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-07New upstream versiondebian-version-0.0.7-1Peter Palfrader
2004-06-07bump version to 0.0.7tor-0.0.7Roger Dingledine
2004-06-07update the changelog for 0.0.7Roger Dingledine
2004-06-07update the man page to reflect some recent featurestor-0.0.7.2tor-0.0.7.1Roger Dingledine
2004-06-06Checkpoint work towards making tor.spec work with current tor and conform (mo...Nick Mathewson
2004-06-06another changelog entryRoger 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-03cvs version is now 0.0.7rc1-cvstor-0.0.7rc1Roger 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-02another item in the 0.0.7 prelim changelogRoger Dingledine
2004-06-02update todoRoger Dingledine
2004-06-02Check directory signatures based on name of signer, not on whom we got the di...Nick Mathewson
2004-06-02Updated TODONick 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-01a changelog for 0.0.7pre1Roger 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-01play with the todo some moreRoger Dingledine
2004-06-01declare the epipe bug a non-bug.Roger Dingledine
2004-06-01use sys/param.h if it's thereRoger Dingledine
2004-06-01search for sys/param.h tooRoger Dingledine
2004-06-01put a comment reminding us that we do hashes in software onlyRoger Dingledine