Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-15 | cleanups on r12825 | Roger Dingledine | |
svn:r12826 | |||
2007-12-15 | apply karsten's "patch 12" | Roger Dingledine | |
svn:r12825 | |||
2007-12-15 | proposal 121: rewrote complete proposal for better readability, modified ↵ | Karsten Loesing | |
authentication protocol, merged in personal notes svn:r12824 | |||
2007-12-14 | some documentation from pnx for building universal binary privoxy | Andrew Lewman | |
svn:r12807 | |||
2007-12-14 | update postflight to put the man page in the right place on osx. | Andrew Lewman | |
clarify license in the mingw.nsi and some minor touch ups. svn:r12806 | |||
2007-12-14 | clarify which license is used for this file. | Andrew Lewman | |
svn:r12805 | |||
2007-12-14 | remove vestiges of libcrypto and libssl | Andrew Lewman | |
svn:r12804 | |||
2007-12-14 | updates from steve topletz | Andrew Lewman | |
svn:r12803 | |||
2007-12-14 | a todo entry extracted from a poor bug report | Roger Dingledine | |
svn:r12802 | |||
2007-12-13 | change the specs to match the code | Roger Dingledine | |
svn:r12799 | |||
2007-12-13 | new v3 authorities will want the one that includes lefkada | Roger Dingledine | |
svn:r12792 | |||
2007-12-12 | clean up copyrights, and assign 2007 copyrights to The Tor Project, Inc | Roger Dingledine | |
svn:r12786 | |||
2007-12-12 | minor cleanups and a todo item | Roger Dingledine | |
svn:r12785 | |||
2007-12-12 | write down my some reliable / some not idea, before we lose it | Roger Dingledine | |
svn:r12781 | |||
2007-12-12 | but don't disable all the default v1 authorities quite yet | Roger Dingledine | |
svn:r12778 | |||
2007-12-12 | Three new config options (AlternateDirAuthority, | Roger Dingledine | |
AlternateBridgeAuthority, and AlternateHSAuthority) that let the user selectively replace the default directory authorities, rather than the all-or-nothing replacement that DirServer offers. svn:r12777 | |||
2007-12-11 | r15268@tombo: nickm | 2007-12-11 18:22:52 -0500 | Nick Mathewson | |
tweaks to bridge-disbursement document svn:r12774 | |||
2007-12-11 | r17096@catbus: nickm | 2007-12-11 18:11:59 -0500 | Nick Mathewson | |
Correct changelog: the bug mwenge noticed existed in 0.1.2.x, even though consensuses didn't. svn:r12769 | |||
2007-12-11 | r17091@catbus: nickm | 2007-12-11 18:05:55 -0500 | Nick Mathewson | |
Fix compilation when --disable-threads is passed in. svn:r12768 | |||
2007-12-11 | r17090@catbus: nickm | 2007-12-11 18:05:24 -0500 | Nick Mathewson | |
Fix some autoconf bugs, and prevent more from occurring. Partial backport candidate. svn:r12767 | |||
2007-12-11 | r17089@catbus: nickm | 2007-12-11 17:33:34 -0500 | Nick Mathewson | |
Patch from mwenge: fix consensus status lookup by nickname when nickname is a hexdigest. svn:r12766 | |||
2007-12-11 | Relays were publishing their server descriptor to v1 and v2 | Roger Dingledine | |
directory authorities, but they didn't try publishing to v3-only authorities. Fix this; and also stop publishing to v1 authorities. svn:r12759 | |||
2007-12-10 | If we can't expand our list of entry guards (e.g. because we're | Roger Dingledine | |
using bridges or we have StrictEntryNodes set), don't mark relays down when they fail a directory request. Otherwise we're too quick to mark all our entry points down. svn:r12755 | |||
2007-12-10 | New config options AuthDirBadDir and AuthDirListBadDirs for | Roger Dingledine | |
authorities to mark certain relays as "bad directories" in the networkstatus documents. Also supports the "!baddir" directive in the approved-routers file. svn:r12754 | |||
2007-12-10 | some more docs that are missing | Roger Dingledine | |
svn:r12753 | |||
2007-12-10 | also clear the hsdir status flag in routerinfo_t when the relay is no | Roger Dingledine | |
longer listed in the relevant networkstatus document. svn:r12752 | |||
2007-12-09 | emo teh | Roger Dingledine | |
svn:r12747 | |||
2007-12-09 | fix a memory leak in authority_certs_fetch_missing() every time | Roger Dingledine | |
we try to call it but don't have enough dir info. svn:r12743 | |||
2007-12-09 | Allow multiple HashedControlPassword config lines, to support | Roger Dingledine | |
multiple controller passwords. svn:r12732 | |||
2007-12-09 | only clear the bridge list if options->Bridges is set. | Roger Dingledine | |
this doesn't matter yet so we aren't adding them in other ways yet. svn:r12730 | |||
2007-12-09 | proposal 121: incorporated comments by Nick posted to or-dev on 10-Oct-2007 | Karsten Loesing | |
svn:r12725 | |||
2007-12-08 | Set up lefkada (run by Geoff Goodell) as the fourth v3 directory | Roger Dingledine | |
authority. svn:r12724 | |||
2007-12-08 | r15223@tombo: nickm | 2007-12-07 23:41:21 -0500 | Nick Mathewson | |
Aaand, do the code to enable the client side of the new TLS handshake. There are some loose ends that need tying up in connection_or, and a lot of half-baked code to remove, and some special cases to test for, and lots and lots of testing to do, but that is what weekends are for. svn:r12721 | |||
2007-12-08 | attacks and cleanups on the bridge disbursement plans | Roger Dingledine | |
svn:r12720 | |||
2007-12-08 | Add xenobite.eu's favicon.ico and update a missing create in the polipo | Andrew Lewman | |
package. svn:r12719 | |||
2007-12-08 | cleanups on r12715 | Roger Dingledine | |
svn:r12718 | |||
2007-12-08 | r15220@tombo: nickm | 2007-12-07 19:53:27 -0500 | Nick Mathewson | |
add draft sketch of bridge disbursement designs. svn:r12717 | |||
2007-12-07 | patch from karsten to clean up documentation and to integrate | Roger Dingledine | |
more fixes into rend-spec.txt. svn:r12715 | |||
2007-12-07 | back out half of r12709 | Roger Dingledine | |
sptor is published, it's gone, out the door, can't change it. svn:r12710 | |||
2007-12-07 | r16999@catbus: nickm | 2007-12-06 19:24:26 -0500 | Nick Mathewson | |
Make a couple of http instances into https. Again, from steve. svn:r12709 | |||
2007-12-06 | r16997@catbus: nickm | 2007-12-06 18:56:33 -0500 | Nick Mathewson | |
Make http://torproject urls into https://torproject urls. Patch from steve. svn:r12708 | |||
2007-12-06 | r16995@catbus: nickm | 2007-12-06 18:42:53 -0500 | Nick Mathewson | |
patch from steve: replace more tor.eff.org instances with torproject.org svn:r12707 | |||
2007-12-06 | backport candidates for win32 and osx. Fix some obvious win32 nsi | Andrew Lewman | |
changes caught by Steve Topletz. Fix the man page path in OSX as caught by mmmpf. svn:r12703 | |||
2007-12-06 | Bridges now behave like clients with respect to time intervals for | Roger Dingledine | |
downloading new consensus documents. Bridge users now wait until the end of the interval, so their bridge will be sure to have a new consensus document. svn:r12696 | |||
2007-12-06 | put a note so the distant future developers can simplify tor | Roger Dingledine | |
svn:r12691 | |||
2007-12-06 | more work on the dirport-mirrors-downloads proposal. still not | Roger Dingledine | |
really solved well yet. svn:r12690 | |||
2007-12-06 | three more man page entries for bridges | Roger Dingledine | |
svn:r12689 | |||
2007-12-06 | extra points if it compiles | Roger Dingledine | |
svn:r12688 | |||
2007-12-06 | Add "GETINFO/desc-annotations/id/<OR digest>" so controllers can | Roger Dingledine | |
ask about source, timestamp of arrival, purpose, etc. We need something like this to help Vidalia not do GeoIP lookups on bridge addresses. svn:r12687 | |||
2007-12-05 | When the DANGEROUS_VERSION controller status event told us we're | Roger Dingledine | |
running an obsolete version, it used the string "OLD" to describe it. Yet the "getinfo" interface used the string "OBSOLETE". Now use "OBSOLETE" in both cases. svn:r12686 |