aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-09-25added the one line hack for default selinux targeted policy to allowAndrew Lewman
2005-09-24bugfix: we were whining about using socks4 or socks5-with-local-lookupRoger Dingledine
2005-09-24commented out logfile so as to not log everything passed through privoxyAndrew Lewman
2005-09-24Point readers of the code to opensslv.h, since everybody who sees 0x0090700f ...Nick Mathewson
2005-09-24Possible fix to make aes build on woodyNick Mathewson
2005-09-24mention the new stable version.Roger Dingledine
2005-09-23But, of course, mirrors should get the most up-to-date server in any case.Nick Mathewson
2005-09-23Log even less verbosely. Also, do not download old (frequently-updating) ser...Nick Mathewson
2005-09-23add MyFamily to the torrc.sampleRoger Dingledine
2005-09-23Provide dire warnings to any users who set DirServer; move it out of torrc.sa...Nick Mathewson
2005-09-23Oops. It looks like some old GCCs dislike #if inside a macro argument.Nick Mathewson
2005-09-23put a log message so we can start confirming socks5-with-remote-dnsRoger Dingledine
2005-09-23Use OpenSSL AES when OpenSSL has version 0.9.7 or later.Nick Mathewson
2005-09-23Decouple router downloads from old directory downloads entirelyNick Mathewson
2005-09-23Fix logic error (people who ask authorities should never split; others should...Nick Mathewson
2005-09-23Re-enable autosplitting, but authorities and mirrors should not do it, and ma...Nick Mathewson
2005-09-23Fix at least one overzealous download bug. (tor_malloc_zero new local_routers...Nick Mathewson
2005-09-23Fix some compiler warningsNick Mathewson
2005-09-23Remove extraneous space on read-history lines.Nick Mathewson
2005-09-23make the numbers in read-history and write-history into uint64s,Roger Dingledine
2005-09-23fix grammar in old changelog entryRoger Dingledine
2005-09-23and a minor log cleanupRoger Dingledine
2005-09-23there was no need to die when we failed to spawn a cpuworker.Roger Dingledine
2005-09-22remove another loud debug msgRoger Dingledine
2005-09-22resolve lucky's recent bug: tor was exiting if we failed to spawnRoger Dingledine
2005-09-22get rid of a noisy debug logRoger Dingledine
2005-09-22I love the smell of C in the morning. Make router-download rules smarter (do...Nick Mathewson
2005-09-22Use a separate type for "local view of router status". Also, even though I to...Nick Mathewson
2005-09-22content-type bugfixes:Roger Dingledine
2005-09-21bugfix: nobody ever implemented EVENT_ADDRMAP for control protocolRoger Dingledine
2005-09-21Make write_escaped_data more bulletproof; backport candidate.Nick Mathewson
2005-09-21clean up misleading comment on authdir_wants_to_reject_router()Roger Dingledine
2005-09-21Move items from meeting into dir-spec and TODO.Nick Mathewson
2005-09-21Only check versions from versioning authdirs.Nick Mathewson
2005-09-21Implement new version handling code.Nick Mathewson
2005-09-21Add notes of things that must be done to dir-specNick Mathewson
2005-09-20clean up a bit more codeRoger Dingledine
2005-09-20Add a temporary section to dir-spec reflecting what we actually do now.Nick Mathewson
2005-09-20a few more todo items doneRoger Dingledine
2005-09-20make router_is_general_exit match its documentationRoger Dingledine
2005-09-20clean up new dir spec a bit moreRoger Dingledine
2005-09-19bump version to 0.1.1.7-alpha-cvsNick Mathewson
2005-09-18remove some debugging garbageNick Mathewson
2005-09-18Make give-up-on-failure actually work: it seems the servers gave me a real te...Nick Mathewson
2005-09-18Prevent a "try forever to download an unobtainable descriptor" bug. Still re...Nick Mathewson
2005-09-18Refactor new directory code a bit. Keep a big list of rolled-up router statu...Nick Mathewson
2005-09-18Move to new base64 digest functions. Switch to new router digest calculation...Nick Mathewson
2005-09-18Helper functions to perform our truncated base64 encoding on hexdigests.Nick Mathewson
2005-09-18Make smartlist_add_all more efficient.Nick Mathewson
2005-09-18Specify exactly what we meant by "the digest of a descriptor". Fortunately, ...Nick Mathewson