aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* attacks and cleanups on the bridge disbursement plansRoger Dingledine2007-12-08
| | | | svn:r12720
* Add xenobite.eu's favicon.ico and update a missing create in the polipoAndrew Lewman2007-12-08
| | | | | | | package. svn:r12719
* cleanups on r12715Roger Dingledine2007-12-08
| | | | svn:r12718
* r15220@tombo: nickm | 2007-12-07 19:53:27 -0500Nick Mathewson2007-12-08
| | | | | | | add draft sketch of bridge disbursement designs. svn:r12717
* patch from karsten to clean up documentation and to integrateRoger Dingledine2007-12-07
| | | | | | | more fixes into rend-spec.txt. svn:r12715
* back out half of r12709Roger Dingledine2007-12-07
| | | | | | | sptor is published, it's gone, out the door, can't change it. svn:r12710
* r16999@catbus: nickm | 2007-12-06 19:24:26 -0500Nick Mathewson2007-12-07
| | | | | | | Make a couple of http instances into https. Again, from steve. svn:r12709
* r16997@catbus: nickm | 2007-12-06 18:56:33 -0500Nick Mathewson2007-12-06
| | | | | | | Make http://torproject urls into https://torproject urls. Patch from steve. svn:r12708
* r16995@catbus: nickm | 2007-12-06 18:42:53 -0500Nick Mathewson2007-12-06
| | | | | | | patch from steve: replace more tor.eff.org instances with torproject.org svn:r12707
* backport candidates for win32 and osx. Fix some obvious win32 nsiAndrew Lewman2007-12-06
| | | | | | | | changes caught by Steve Topletz. Fix the man page path in OSX as caught by mmmpf. svn:r12703
* Bridges now behave like clients with respect to time intervals forRoger Dingledine2007-12-06
| | | | | | | | | 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
* put a note so the distant future developers can simplify torRoger Dingledine2007-12-06
| | | | svn:r12691
* more work on the dirport-mirrors-downloads proposal. still notRoger Dingledine2007-12-06
| | | | | | | really solved well yet. svn:r12690
* three more man page entries for bridgesRoger Dingledine2007-12-06
| | | | svn:r12689
* extra points if it compilesRoger Dingledine2007-12-06
| | | | svn:r12688
* Add "GETINFO/desc-annotations/id/<OR digest>" so controllers canRoger Dingledine2007-12-06
| | | | | | | | | 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
* When the DANGEROUS_VERSION controller status event told us we'reRoger Dingledine2007-12-05
| | | | | | | | | 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
* some more man page entries. still missing some.Roger Dingledine2007-12-05
| | | | svn:r12685
* update an XXX020 for nick laterRoger Dingledine2007-12-05
| | | | svn:r12684
* a hint about how to be more secureRoger Dingledine2007-12-05
| | | | svn:r12683
* r15161@tombo: nickm | 2007-12-05 11:30:37 -0500Nick Mathewson2007-12-05
| | | | | | | Fix bug reported by Steve Murphy on or-talk: detect the s6_addr32 and s6_addr16 fields via autoconf. svn:r12679
* r15155@tombo: nickm | 2007-12-05 11:11:14 -0500Nick Mathewson2007-12-05
| | | | | | | Add a missing "not" to check of whether to use revised handshake. svn:r12678
* make a new 'ideas' subdir for half-baked proposals.Roger Dingledine2007-12-05
| | | | | | | make a new 'draft' status for nearly-baked proposals. svn:r12677
* expand on a few items, and remove some done itemsRoger Dingledine2007-12-05
| | | | svn:r12676
* move the december feature list up into the 0.2.0 section ofRoger Dingledine2007-12-05
| | | | | | | the todo list. the feature freeze is off. better luck in 2008! svn:r12675
* r15151@tombo: nickm | 2007-12-04 17:29:17 -0500Nick Mathewson2007-12-04
| | | | | | | Remove some finished items from the TODO svn:r12674
* svn:r12671Nick Mathewson2007-12-04
|
* svn:r12670Nick Mathewson2007-12-04
|
* Stop being so aggressive about fetching dir info if your DirPort isRoger Dingledine2007-12-04
| | | | | | | | | | | | | | on but your ORPort is off. Add a new config option BridgeRelay that specifies you want to be a bridge relay. Right now the only difference is that it makes you answer begin_dir requests, and it makes you cache dir info, even if your DirPort isn't on. Refactor directory_caches_dir_info() into some more functions. svn:r12668
* a few more thoughts on mirroring dist/ on bridgesRoger Dingledine2007-12-04
| | | | svn:r12667
* weasel wanted us to log the source of v3 votes we don't likeRoger Dingledine2007-12-04
| | | | svn:r12665
* notes on an auto updater. not enough of a proposal to giveRoger Dingledine2007-12-04
| | | | | | | it a number yet though. svn:r12662
* r15106@tombo: nickm | 2007-12-04 00:08:35 -0500Nick Mathewson2007-12-04
| | | | | | | Change tor_addr_t to be a tagged union of in_addr and in6_addr, not of sockaddr_in and sockaddr_in6. It's hardly used in the main code as it is, but let's get it right before it gets popular. svn:r12660
* Stop thinking that 0.1.2.x directory servers can handle "begin_dir"Roger Dingledine2007-12-03
| | | | | | | | requests. Should ease bugs 406 and 419 where 0.1.2.x relays are crashing or mis-answering these requests. svn:r12658
* minor touchupsRoger Dingledine2007-12-03
| | | | svn:r12657
* r16919@catbus: nickm | 2007-12-03 12:59:02 -0500Nick Mathewson2007-12-03
| | | | | | | Add DHE-RSA-AES256-SHA to the list of ciphers encountered from v1 connections. svn:r12652
* some very early notes on bridge familiesRoger Dingledine2007-12-03
| | | | svn:r12645
* propsetsRoger Dingledine2007-12-03
| | | | svn:r12644
* come up with a plan for publishing ip-to-country usage summariesRoger Dingledine2007-12-03
| | | | svn:r12642
* some notes on tor dist/ and website/ mirrors via dir cachesRoger Dingledine2007-12-02
| | | | svn:r12640
* another attack on bridges. darn it.Roger Dingledine2007-12-02
| | | | svn:r12639
* We were ignoring our RelayBandwidthRate for the first 30 secondsRoger Dingledine2007-12-02
| | | | | | | | after opening a circuit -- even relayed circuits. Bugfix on 0.2.0.3-alpha. svn:r12638
* another item we can defer if we need toRoger Dingledine2007-12-02
| | | | svn:r12637
* the nice fellow who told us about r12633 is ok with being creditedRoger Dingledine2007-12-02
| | | | svn:r12636
* Reject uploaded descriptors and extrainfo documents if they'reRoger Dingledine2007-12-02
| | | | | | | | huge. Otherwise we'll cache them all over the network and it'll clog everything up. svn:r12633
* fix wordRoger Dingledine2007-12-02
| | | | svn:r12632
* minor cleanupsRoger Dingledine2007-12-02
| | | | svn:r12631
* clean up the dirserv_add_multiple_descriptors() apiRoger Dingledine2007-12-02
| | | | svn:r12630
* backport candidate:Roger Dingledine2007-12-01
| | | | | | | | Start purging old entries from the "rephist" database, and the hidden service descriptor databases, even when DirPort is zero. svn:r12628
* Authorities and caches fetch the v2 networkstatus documentsRoger Dingledine2007-12-01
| | | | | | | less often, now that v3 is encouraged. svn:r12627