summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-12-09Bump version to 0.2.1.8-alpha-devNick Mathewson
svn:r17537
2008-12-09Specify the CONSENSUS_ARRIVED event.Nick Mathewson
svn:r17536
2008-12-09Add a new status event for consensus arrivalNick Mathewson
svn:r17535
2008-12-09Note that thandy-client json2xml works, and afaik Matt is satisfied with it.Nick Mathewson
svn:r17534
2008-12-09remove some already-proposed things from 098-todo.txtNick Mathewson
svn:r17533
2008-12-09Update status on some hidden-service proposalsNick Mathewson
svn:r17532
2008-12-09Migrate the reindex script to python, since adding features to the Perl was ↵Nick Mathewson
getting too ugly. Make it handle line-continuations, and include target versions in output. svn:r17531
2008-12-09Mark proposal 135 as Closed: no actual spec changes needed.Nick Mathewson
svn:r17529
2008-12-09Merge proposal 136 into dir-spec.txt. We need to get better about doing this.Nick Mathewson
svn:r17528
2008-12-09Mark proposals 153 and 154 as superseded by thandy-spec.txtNick Mathewson
svn:r17525
2008-12-08Compile without warnings on mingw.tor-0.2.1.8-alphaNick Mathewson
svn:r17522
2008-12-08bump to 0.2.1.8-alphaRoger Dingledine
svn:r17521
2008-12-08Mark DirPortFrontPage as a FILENAME rather than a STRING. Right now this ↵Nick Mathewson
has no effect. svn:r17520
2008-12-08drop confusing and probably not so big changelog entryRoger Dingledine
svn:r17517
2008-12-08this function is no longer used.Roger Dingledine
svn:r17515
2008-12-08When the client is choosing entry guards, now it selects at mostRoger Dingledine
one guard from a given relay family. Otherwise we could end up with all of our entry points into the network run by the same operator. Suggested by Camilo Viecco. Fix on 0.1.1.11-alpha. Not a backport candidate, since I think this might break for users who only have a given /16 in their reachableaddresses, or something like that. svn:r17514
2008-12-07Directory mirrors no longer fetch the v1 directory orRoger Dingledine
running-routers files. They are obsolete, and nobody asks for them anymore. This is the first step to making v1 authorities obsolete. svn:r17513
2008-12-07more updates on our todo filesRoger Dingledine
svn:r17512
2008-12-07update the (not very useful) readmeRoger Dingledine
svn:r17511
2008-12-07first cut of mid-february goals.Roger Dingledine
svn:r17510
2008-12-07remove a few done items from the 021 todoRoger Dingledine
svn:r17509
2008-12-07and even better stillRoger Dingledine
svn:r17508
2008-12-07update our external constraints to match reality betterRoger Dingledine
svn:r17507
2008-12-07Add contrib/tor.wxs to svn:ignore.Karsten Loesing
svn:r17504
2008-12-07Small whitespace fix to properly format if () {} statement.Jacob Appelbaum
svn:r17503
2008-12-07This helps return a better error message when the file supplied to ↵Jacob Appelbaum
DirPortFrontPage is missing. svn:r17502
2008-12-07cleanups on r17500Roger Dingledine
svn:r17501
2008-12-07New DirPortFrontPage option that takes an html file and publishes it as "/" ↵Jacob Appelbaum
on the DirPort. Now relay operators can provide a disclaimer without needin to set up a separate webserver. There's a sample disclaimer in contrib/tor-exit-notice.html. svn:r17500
2008-12-07Update WiX installer definitions to support silent upgrades of existing ↵Martin Peck
installations. svn:r17499
2008-12-07Add comment clarifying OpenSSL usage.Jacob Appelbaum
svn:r17498
2008-12-07format cleanups on changelog. prepare to release today.Roger Dingledine
svn:r17497
2008-12-05Try to fix windows mmap code.Nick Mathewson
svn:r17493
2008-12-05Fix more leaks in test_util_memarea().Nick Mathewson
svn:r17491
2008-12-05Simplify mmap object layout to avoid confusing static analysis tools, and us ↵Nick Mathewson
too. svn:r17490
2008-12-05Fix a resource leak in test_dir_formats()Nick Mathewson
svn:r17488
2008-12-05Split test_util_smartlist into manageable chunks; make them free memory ↵Nick Mathewson
properly. svn:r17487
2008-12-05Add a few more tests to our tests so that our tests make sense to coverity. ↵Nick Mathewson
CIDs 139, 138, 137. svn:r17486
2008-12-05Add a couple of sanity-checks for return values that coverity thinks we ↵Nick Mathewson
ought to have. CIDs 337, 335. svn:r17485
2008-12-05Fix a hard-to-trigger memory leak in log_credential status. Found by ↵Nick Mathewson
Coverity scan. CID 349. svn:r17484
2008-12-04Update the win32 directions to mention the many symlink errors oneAndrew Lewman
receives. svn:r17482
2008-12-04Update libevent version in the win32 directions.Andrew Lewman
svn:r17480
2008-12-03signing, not secret.Nick Mathewson
svn:r17476
2008-12-03fix bug 880: find the end of an authority cert by looking for the first ↵Nick Mathewson
----END SIGNATURE----- after the first dir-key-certification, not for the first ----END SIGNATURE. Harmless bug, but it made us non-spec-compliant. svn:r17470
2008-12-03Revise 157: make the crosscert field match the other authority cert field names.Nick Mathewson
svn:r17469
2008-12-02Do not use O_APPEND on fd-based operations that do not really want it; have ↵Nick Mathewson
them just lseek instead. svn:r17460
2008-12-02It's Short not Sort. Fix path to package list.Andrew Lewman
svn:r17458
2008-12-02style cleanupRoger Dingledine
svn:r17457
2008-12-02Change logging code to use fds instead of stdio. Fixes bug 861, and ↵Nick Mathewson
probably makes logging slightly faster. Not a backport candidate: bug 861 is too obscure and harmless. svn:r17456
2008-12-02Add two lseek wrappers to compat.[ch]: one to return current fd position, ↵Nick Mathewson
and one to move the fd to the end of the file. svn:r17454
2008-12-02#include "orconfig.h" in tor-checkkey.c to see if we can resolveRoger Dingledine
an obscure compile warning on solaris svn:r17453