summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-12Forward port patches/02_add_debian_files_in_manpage.debian-version-0.1.1.12-alpha-1Peter Palfrader
svn:r5819
2006-01-12clean up the !reject/!invalid discussiontor-0.1.1.12-alphaRoger Dingledine
svn:r5817
2006-01-12Add !reject and !invalidPeter Palfrader
svn:r5816
2006-01-12Add a few typos to the manpagePeter Palfrader
svn:r5815
2006-01-11you want more work? i got your more work right here.Roger Dingledine
svn:r5814
2006-01-11more todo items as we get closer to 0.1.1 finalRoger Dingledine
svn:r5813
2006-01-11stop the typo virus from spreading furtherRoger Dingledine
svn:r5812
2006-01-11Document RecommendedServerVersions and RecommendedClientVersionsPeter Palfrader
svn:r5811
2006-01-11changelog for 0.1.1.12-alphaRoger Dingledine
svn:r5810
2006-01-11Prepare 0.1.1.12Peter Palfrader
svn:r5809
2006-01-11bump to 0.1.1.12-alphaRoger Dingledine
ha ha svn:r5808
2006-01-11oh hey. we were hanging up on every tor client because heRoger Dingledine
was obsolete as soon as he started. big oops. svn:r5807
2006-01-11add missing warningNick Mathewson
svn:r5806
2006-01-11Fix double-free of torrc_fnameNick Mathewson
svn:r5805
2006-01-11Fix bug 240: dont dump descriptions when not dumping actual config lines.Nick Mathewson
svn:r5804
2006-01-11Fix bug 230: add a rollback function to reverse all changes since the last ↵Nick Mathewson
mark_logs_temp(), and move log initialization into the two-phase part of option setting. svn:r5803
2006-01-11Fix debian changelog: 0.1.1.11-alpha was a release, not a CVS snapshotPeter Palfrader
svn:r5802
2006-01-11New upstream versiondebian-version-0.1.1.11-alpha-1Peter Palfrader
svn:r5800
2006-01-11bump to 0.1.1.11-alpha-cvsRoger Dingledine
svn:r5799
2006-01-11and give the changelog a datetor-0.1.1.11-alphaRoger Dingledine
svn:r5797
2006-01-11more changelog futzingRoger Dingledine
svn:r5796
2006-01-11we were leaking a smartlist every time we built a circuitRoger Dingledine
svn:r5795
2006-01-11Fix another memleak. I love you, valgrind!Nick Mathewson
svn:r5794
2006-01-11Fix wide linesNick Mathewson
svn:r5793
2006-01-11Appease verbose gcc warning: make dirserv_compute_stable_uptime() static.Nick Mathewson
svn:r5792
2006-01-11if we learn that a down entry guard is up, count our working entryRoger Dingledine
guards correctly when logging. svn:r5791
2006-01-11Fix memory leak in routerlist_remove_old_routers().Nick Mathewson
svn:r5790
2006-01-11Convert some more ints to long longs in rephist.c, as suggested by windows ↵Nick Mathewson
compiler. svn:r5789
2006-01-11we were leaking 3KB every time the entry guards changed, every timeRoger Dingledine
the controller called saveconf, and every 20 minutes. svn:r5788
2006-01-11Update the manual page: UseEntryGuards defaults to 1 nowPeter Palfrader
svn:r5787
2006-01-11checkpoint the 0.1.1.11-alpha changelog: getting closer!Roger Dingledine
svn:r5786
2006-01-10we changed the name of AccountingBytesReadInIntervalRoger Dingledine
change its state file description too svn:r5785
2006-01-10Forward port debian/patches/07_log_to_file_by_default.dpatch againPeter Palfrader
svn:r5784
2006-01-10bump to 0.1.1.11-alpha in preparation for releaseRoger Dingledine
svn:r5783
2006-01-10entry nodes are now entry guards.Roger Dingledine
this is our last easy chance for a wholesale change. heave ho. svn:r5782
2006-01-10UseEntryGuards and NumEntryGuardsRoger Dingledine
svn:r5781
2006-01-10from the controller you can getinfo entry-guards now, not entry-nodes.Roger Dingledine
svn:r5780
2006-01-10remove some completed items from the TODONick Mathewson
svn:r5779
2006-01-10answer a question from arma, and clarify a related point.Nick Mathewson
svn:r5778
2006-01-10Add a (diabled by default) option in crypto.h to disable most of the ↵Nick Mathewson
interesting crypto-related changes made on 0.1.1.9. This will help hunt bug 234. svn:r5777
2006-01-10and even more soRoger Dingledine
svn:r5776
2006-01-10make entry node logging slightly less chatty.Roger Dingledine
still quite chatty. it's an alpha, that's ok. svn:r5775
2006-01-10#undef FOO is cleaner than #define FOO_XXNick Mathewson
svn:r5774
2006-01-10Make unittests pass again.Nick Mathewson
svn:r5773
2006-01-10or_state_validate() needs an extra arg too or it will crashRoger Dingledine
svn:r5772
2006-01-10hack to address bug 238.Roger Dingledine
needs a better fix, but not for 0.1.1.11. svn:r5771
2006-01-10implement getinfo desc/all-recentRoger Dingledine
closes bug 237. svn:r5770
2006-01-10spec getinfo desc/all-recentRoger Dingledine
svn:r5769
2006-01-10fix bug 235Roger Dingledine
svn:r5768
2006-01-10Refuse to use RunAsDaemon when torrc is a relative path. Fixes bug 229.Nick Mathewson
svn:r5767