summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-05-29include geoip in win32 packages.Andrew Lewman
svn:r14798
2008-05-29On win32, default to looking for the geoip file in the same directory as ↵Nick Mathewson
torrc. This is a dumb hack; it should turn into a general mechanism. svn:r14796
2008-05-29Do not ship a fallback-consensus until the related bugs are fixed.Nick Mathewson
svn:r14794
2008-05-29Fix bug noted by roger: rebuild extrainfo store from time to time, even if ↵Nick Mathewson
we have never actually downloaded an extrainfo. Bridge authorities need this, or they never clean the extrainfo store. svn:r14792
2008-05-29geoip integrated into osx installer, tested and confirmed. forwardAndrew Lewman
ported svn:r14791
2008-05-28say how we generated the geoip fileRoger Dingledine
svn:r14786
2008-05-28document the handle-comments-in-geoip fileRoger Dingledine
svn:r14785
2008-05-28add some notes to proposal 117Nick Mathewson
svn:r14783
2008-05-28Fix some warnings.Nick Mathewson
svn:r14781
2008-05-28Several geoip changes/fixes as requested.Nick Mathewson
svn:r14780
2008-05-28Fix the rpm build: we need to list all our files in the files section. ↵Nick Mathewson
Also, put fallback-consensus and geoip file in /usr/share/tor/, not in /usr/share/ svn:r14778
2008-05-28remove duplicate item. see, progress already.Roger Dingledine
svn:r14770
2008-05-28a bunch of little items for nick to work on, to make geoip reportingRoger Dingledine
closer to a reality svn:r14769
2008-05-28 r15794@tombo: nickm | 2008-05-28 01:16:53 -0400Nick Mathewson
Note a few urgent TODO items svn:r14768
2008-05-28include the geoip file in the tarball, and load it by defaultRoger Dingledine
when tor starts. this breaks rpms and maybe other packages. svn:r14764
2008-05-28minor fixesRoger Dingledine
svn:r14763
2008-05-28add a separator between vidalia and torbutton discussionRoger Dingledine
svn:r14762
2008-05-28add a monster geoip file to src/config, so we can ship it withRoger Dingledine
all the tors. svn:r14761
2008-05-27Fix the first part of bug 681, as suggested by Robert Hogan on or-talk.Nick Mathewson
svn:r14754
2008-05-27Fix part of bug 681: always reattach tunneled directory connections, ↵Nick Mathewson
regardless of the setting for LeaveStreamsUnattached svn:r14750
2008-05-27add some more todo items, some of them "actual deliverables", forRoger Dingledine
various folks. svn:r14743
2008-05-26minor fix to proposal 136Roger Dingledine
svn:r14742
2008-05-23and forward-port the 0.2.0.26-rc notesRoger Dingledine
svn:r14692
2008-05-22add to todo: store some more stuff in the statefilePeter Palfrader
svn:r14688
2008-05-21 r15704@host206: nickm | 2008-05-21 16:21:47 -0400Nick Mathewson
Clarification/explanation patch for specs, from Killerchicken svn:r14687
2008-05-19Included changes based on comments by Nick to or-dev and added a section for ↵Karsten Loesing
test cases. svn:r14674
2008-05-19If the user has an openssl that supports my "release buffer ram" patch, use it.Nick Mathewson
svn:r14671
2008-05-17Added src/tools/tor-checkkey to svn:ignore.Karsten Loesing
svn:r14652
2008-05-16More muddling around to get configure.in to recognize recent libevents. ↵Nick Mathewson
Really, libevent should be fixed too so that the next poor sucker doesn't have to do this. svn:r14641
2008-05-16 r19797@catbus: nickm | 2008-05-16 15:42:53 -0400Nick Mathewson
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
2008-05-16 r19795@catbus: nickm | 2008-05-16 14:54:24 -0400Nick Mathewson
Rename tor_addr_t manipulation functions for a consistent style. svn:r14639
2008-05-15a few other cleanupsRoger Dingledine
svn:r14622
2008-05-15fix urls and whitespaceRoger Dingledine
svn:r14621
2008-05-15Add tor-exit-notice.html and linux-tor-prio.sh to the Makefile.am.Mike Perry
svn:r14620
2008-05-15 r15623@tombo: nickm | 2008-05-15 02:10:53 -0400Nick Mathewson
Notes on authority diversity for authority-policy.txt svn:r14619
2008-05-15notes towards a "How to choose the recommended versions" sectionRoger Dingledine
svn:r14618
2008-05-14Actually add proposal 136: authority identity key migration mechanismsNick Mathewson
svn:r14615
2008-05-14Add proposal 136: authority identity key migration mechanismsNick Mathewson
svn:r14614
2008-05-13 r19725@catbus: nickm | 2008-05-13 08:47:18 -0400Nick Mathewson
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
2008-05-13 r19721@catbus: nickm | 2008-05-13 00:59:53 -0400Nick Mathewson
Fix range in last patch svn:r14599
2008-05-13 r19719@catbus: nickm | 2008-05-13 00:53:26 -0400Nick Mathewson
Apply dir-spec clarity patch from Sebastian Hahn. svn:r14598
2008-05-12 r19714@catbus: nickm | 2008-05-12 17:11:47 -0400Nick Mathewson
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
2008-05-12 r19705@catbus: nickm | 2008-05-12 11:40:15 -0400Nick Mathewson
Actually load the legacy key, not just the authority key twice. svn:r14594
2008-05-12revise nick's deliverables. hopefully none of these come as a surprise.Roger Dingledine
svn:r14588
2008-05-12 r19694@catbus: nickm | 2008-05-12 00:21:37 -0400Nick Mathewson
Add unit tests for last patch; make it more testable; fix a bug or two. svn:r14586
2008-05-12 r19690@catbus: nickm | 2008-05-11 22:13:31 -0400Nick Mathewson
Implement a proposal to let a directory authority migrate its identity key without ceasing to sign consensuses. svn:r14584
2008-05-09 r15558@tombo: nickm | 2008-05-09 04:35:12 -0400Nick Mathewson
New (temporary) tool to dump the modulus of a key. May help with a project of weasel's. svn:r14580
2008-05-08Add proposed methodolody for tracking national usage trends.Nick Mathewson
svn:r14578
2008-05-07 r19626@catbus: nickm | 2008-05-07 14:09:47 -0400Nick Mathewson
Add documentation for most undocumented options, and fix some issues in "make check-docs" svn:r14576
2008-05-05 r19613@catbus: nickm | 2008-05-05 19:57:06 -0400Nick Mathewson
Log correct openssl buf capacity when using my sooper sekrit buffer hack. This will help test the aforementioned ssbh. svn:r14567