summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-01-12Forward port patches/02_add_debian_files_in_manpage.debian-version-0.1.1.12-alpha-1Peter Palfrader
2006-01-12clean up the !reject/!invalid discussiontor-0.1.1.12-alphaRoger Dingledine
2006-01-12Add !reject and !invalidPeter Palfrader
2006-01-12Add a few typos to the manpagePeter Palfrader
2006-01-11you want more work? i got your more work right here.Roger Dingledine
2006-01-11more todo items as we get closer to 0.1.1 finalRoger Dingledine
2006-01-11stop the typo virus from spreading furtherRoger Dingledine
2006-01-11Document RecommendedServerVersions and RecommendedClientVersionsPeter Palfrader
2006-01-11changelog for 0.1.1.12-alphaRoger Dingledine
2006-01-11Prepare 0.1.1.12Peter Palfrader
2006-01-11bump to 0.1.1.12-alphaRoger Dingledine
2006-01-11oh hey. we were hanging up on every tor client because heRoger Dingledine
2006-01-11add missing warningNick Mathewson
2006-01-11Fix double-free of torrc_fnameNick Mathewson
2006-01-11Fix bug 240: dont dump descriptions when not dumping actual config lines.Nick Mathewson
2006-01-11Fix bug 230: add a rollback function to reverse all changes since the last ma...Nick Mathewson
2006-01-11Fix debian changelog: 0.1.1.11-alpha was a release, not a CVS snapshotPeter Palfrader
2006-01-11New upstream versiondebian-version-0.1.1.11-alpha-1Peter Palfrader
2006-01-11bump to 0.1.1.11-alpha-cvsRoger Dingledine
2006-01-11and give the changelog a datetor-0.1.1.11-alphaRoger Dingledine
2006-01-11more changelog futzingRoger Dingledine
2006-01-11we were leaking a smartlist every time we built a circuitRoger Dingledine
2006-01-11Fix another memleak. I love you, valgrind!Nick Mathewson
2006-01-11Fix wide linesNick Mathewson
2006-01-11Appease verbose gcc warning: make dirserv_compute_stable_uptime() static.Nick Mathewson
2006-01-11if we learn that a down entry guard is up, count our working entryRoger Dingledine
2006-01-11Fix memory leak in routerlist_remove_old_routers().Nick Mathewson
2006-01-11Convert some more ints to long longs in rephist.c, as suggested by windows co...Nick Mathewson
2006-01-11we were leaking 3KB every time the entry guards changed, every timeRoger Dingledine
2006-01-11Update the manual page: UseEntryGuards defaults to 1 nowPeter Palfrader
2006-01-11checkpoint the 0.1.1.11-alpha changelog: getting closer!Roger Dingledine
2006-01-10we changed the name of AccountingBytesReadInIntervalRoger Dingledine
2006-01-10Forward port debian/patches/07_log_to_file_by_default.dpatch againPeter Palfrader
2006-01-10bump to 0.1.1.11-alpha in preparation for releaseRoger Dingledine
2006-01-10entry nodes are now entry guards.Roger Dingledine
2006-01-10UseEntryGuards and NumEntryGuardsRoger Dingledine
2006-01-10from the controller you can getinfo entry-guards now, not entry-nodes.Roger Dingledine
2006-01-10remove some completed items from the TODONick Mathewson
2006-01-10answer a question from arma, and clarify a related point.Nick Mathewson
2006-01-10Add a (diabled by default) option in crypto.h to disable most of the interest...Nick Mathewson
2006-01-10and even more soRoger Dingledine
2006-01-10make entry node logging slightly less chatty.Roger Dingledine
2006-01-10#undef FOO is cleaner than #define FOO_XXNick Mathewson
2006-01-10Make unittests pass again.Nick Mathewson
2006-01-10or_state_validate() needs an extra arg too or it will crashRoger Dingledine
2006-01-10hack to address bug 238.Roger Dingledine
2006-01-10implement getinfo desc/all-recentRoger Dingledine
2006-01-10spec getinfo desc/all-recentRoger Dingledine
2006-01-10fix bug 235Roger Dingledine
2006-01-10Refuse to use RunAsDaemon when torrc is a relative path. Fixes bug 229.Nick Mathewson