summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2004-05-28bugfix: if the wedged dir conn has no bytes to flush, then we neverRoger Dingledine
2004-05-28interim changelog notes for 0.0.7pre1Roger Dingledine
2004-05-28dirservers try to reconnect periodically too, in case connections have failedRoger Dingledine
2004-05-26rik's patch to not complain about freebsd's bugRoger Dingledine
2004-05-26rik's patch to only include kerberos/include on red hatRoger Dingledine
2004-05-24Keep temporary log in place while configuring logsNick Mathewson
2004-05-22commit two fixes from Thomas ThemelRoger Dingledine
2004-05-21it looks like parse_log_level() was never taught about WARN?Roger Dingledine
2004-05-21minor comment patchRoger Dingledine
2004-05-21when the dns resolve is cancelled, or fails, be sure to removeRoger Dingledine
2004-05-20a few instructions for hidden servicesRoger Dingledine
2004-05-20fix a double mark-for-closeRoger Dingledine
2004-05-20Tinker with log behavior: never send error messages about logs into the bitbu...Nick Mathewson
2004-05-20router_choose_random_node() was ignoring its routerlist argument.Roger Dingledine
2004-05-20some more patchingRoger Dingledine
2004-05-20bugfix: if no loglevel or logfile is specified, then we need to openRoger Dingledine
2004-05-20don't ever expire dirserver routerinfos!Roger Dingledine
2004-05-20non-dirservers expire routerinfo's that are more than a day oldRoger Dingledine
2004-05-20enable checking the socks policyRoger Dingledine
2004-05-20Allow multiple exit policy lines; mostly add support for AP policiesNick Mathewson
2004-05-19Tighten assert_cpath_layer_ok assumptionsNick Mathewson