aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix the rpm build: we need to list all our files in the files section. ↵Nick Mathewson2008-05-28
| | | | | | Also, put fallback-consensus and geoip file in /usr/share/tor/, not in /usr/share/ svn:r14778
* remove duplicate item. see, progress already.Roger Dingledine2008-05-28
| | | | svn:r14770
* a bunch of little items for nick to work on, to make geoip reportingRoger Dingledine2008-05-28
| | | | | | | closer to a reality svn:r14769
* r15794@tombo: nickm | 2008-05-28 01:16:53 -0400Nick Mathewson2008-05-28
| | | | | | | Note a few urgent TODO items svn:r14768
* include the geoip file in the tarball, and load it by defaultRoger Dingledine2008-05-28
| | | | | | | | when tor starts. this breaks rpms and maybe other packages. svn:r14764
* minor fixesRoger Dingledine2008-05-28
| | | | svn:r14763
* add a separator between vidalia and torbutton discussionRoger Dingledine2008-05-28
| | | | svn:r14762
* add a monster geoip file to src/config, so we can ship it withRoger Dingledine2008-05-28
| | | | | | | all the tors. svn:r14761
* Fix the first part of bug 681, as suggested by Robert Hogan on or-talk.Nick Mathewson2008-05-27
| | | | svn:r14754
* Fix part of bug 681: always reattach tunneled directory connections, ↵Nick Mathewson2008-05-27
| | | | | | regardless of the setting for LeaveStreamsUnattached svn:r14750
* add some more todo items, some of them "actual deliverables", forRoger Dingledine2008-05-27
| | | | | | | various folks. svn:r14743
* minor fix to proposal 136Roger Dingledine2008-05-26
| | | | svn:r14742
* and forward-port the 0.2.0.26-rc notesRoger Dingledine2008-05-23
| | | | svn:r14692
* add to todo: store some more stuff in the statefilePeter Palfrader2008-05-22
| | | | svn:r14688
* r15704@host206: nickm | 2008-05-21 16:21:47 -0400Nick Mathewson2008-05-21
| | | | | | | Clarification/explanation patch for specs, from Killerchicken svn:r14687
* Included changes based on comments by Nick to or-dev and added a section for ↵Karsten Loesing2008-05-19
| | | | | | test cases. svn:r14674
* If the user has an openssl that supports my "release buffer ram" patch, use it.Nick Mathewson2008-05-19
| | | | svn:r14671
* Added src/tools/tor-checkkey to svn:ignore.Karsten Loesing2008-05-17
| | | | svn:r14652
* More muddling around to get configure.in to recognize recent libevents. ↵Nick Mathewson2008-05-16
| | | | | | Really, libevent should be fixed too so that the next poor sucker doesn't have to do this. svn:r14641
* r19797@catbus: nickm | 2008-05-16 15:42:53 -0400Nick Mathewson2008-05-16
| | | | | | | Try to build correctly on win32 with libevent versions 1.4.x or greater. 1.4.5 should remove the need to do this, but hey. Backport candidate. svn:r14640
* r19795@catbus: nickm | 2008-05-16 14:54:24 -0400Nick Mathewson2008-05-16
| | | | | | | Rename tor_addr_t manipulation functions for a consistent style. svn:r14639
* a few other cleanupsRoger Dingledine2008-05-15
| | | | svn:r14622
* fix urls and whitespaceRoger Dingledine2008-05-15
| | | | svn:r14621
* Add tor-exit-notice.html and linux-tor-prio.sh to the Makefile.am.Mike Perry2008-05-15
| | | | svn:r14620
* r15623@tombo: nickm | 2008-05-15 02:10:53 -0400Nick Mathewson2008-05-15
| | | | | | | Notes on authority diversity for authority-policy.txt svn:r14619
* notes towards a "How to choose the recommended versions" sectionRoger Dingledine2008-05-15
| | | | svn:r14618
* Actually add proposal 136: authority identity key migration mechanismsNick Mathewson2008-05-14
| | | | svn:r14615
* Add proposal 136: authority identity key migration mechanismsNick Mathewson2008-05-14
| | | | svn:r14614
* r19725@catbus: nickm | 2008-05-13 08:47:18 -0400Nick Mathewson2008-05-13
| | | | | | | Forward-port: update authority keys affected by Debian OpenSSL bug (See CVE-2008-0166 or http://lists.debian.org/debian-security-announce/2008/msg00152.html ) svn:r14603
* r19721@catbus: nickm | 2008-05-13 00:59:53 -0400Nick Mathewson2008-05-13
| | | | | | | Fix range in last patch svn:r14599
* r19719@catbus: nickm | 2008-05-13 00:53:26 -0400Nick Mathewson2008-05-13
| | | | | | | Apply dir-spec clarity patch from Sebastian Hahn. svn:r14598
* r19714@catbus: nickm | 2008-05-12 17:11:47 -0400Nick Mathewson2008-05-12
| | | | | | | Fwdport Bugfix: an authority signature is "unrecognized" if we lack a dirserver entry for it, even if we have an older cached certificate that says it is recognized. This affects clients who remove entries from their dirserver list without clearing their certificate cache. svn:r14597
* r19705@catbus: nickm | 2008-05-12 11:40:15 -0400Nick Mathewson2008-05-12
| | | | | | | Actually load the legacy key, not just the authority key twice. svn:r14594
* revise nick's deliverables. hopefully none of these come as a surprise.Roger Dingledine2008-05-12
| | | | svn:r14588
* r19694@catbus: nickm | 2008-05-12 00:21:37 -0400Nick Mathewson2008-05-12
| | | | | | | Add unit tests for last patch; make it more testable; fix a bug or two. svn:r14586
* r19690@catbus: nickm | 2008-05-11 22:13:31 -0400Nick Mathewson2008-05-12
| | | | | | | Implement a proposal to let a directory authority migrate its identity key without ceasing to sign consensuses. svn:r14584
* r15558@tombo: nickm | 2008-05-09 04:35:12 -0400Nick Mathewson2008-05-09
| | | | | | | New (temporary) tool to dump the modulus of a key. May help with a project of weasel's. svn:r14580
* Add proposed methodolody for tracking national usage trends.Nick Mathewson2008-05-08
| | | | svn:r14578
* r19626@catbus: nickm | 2008-05-07 14:09:47 -0400Nick Mathewson2008-05-07
| | | | | | | Add documentation for most undocumented options, and fix some issues in "make check-docs" svn:r14576
* r19613@catbus: nickm | 2008-05-05 19:57:06 -0400Nick Mathewson2008-05-05
| | | | | | | Log correct openssl buf capacity when using my sooper sekrit buffer hack. This will help test the aforementioned ssbh. svn:r14567
* forward-port recent releasesRoger Dingledine2008-05-05
| | | | svn:r14558
* some deliverables and timeline for the directory overhead projectRoger Dingledine2008-05-04
| | | | svn:r14556
* cosmetic patch by Bernhard M. Wiedemann, so our comments followRoger Dingledine2008-05-04
| | | | | | | the socks5 protocol better svn:r14552
* some deliverables and timeline for the hidden services projectRoger Dingledine2008-05-04
| | | | svn:r14549
* r19496@catbus: nickm | 2008-05-02 19:10:29 -0400Nick Mathewson2008-05-02
| | | | | | | Even compile errors need closing quotes. svn:r14533
* Added a useful link about BabelZilla.Jacob Appelbaum2008-04-29
| | | | svn:r14512
* Some tweaking of SVN propertiesKarsten Loesing2008-04-29
| | | | svn:r14510
* Added proposal 135: Simplify Configuration of Private Tor NetworksKarsten Loesing2008-04-29
| | | | svn:r14509
* make check-spaces wants a newline at the end of tortlsRoger Dingledine2008-04-29
| | | | svn:r14508
* Added information about Torbutton and Babelzilla per Roger's request.Jacob Appelbaum2008-04-29
| | | | svn:r14504