aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge proposal 136 into dir-spec.txt. We need to get better about doing this.Nick Mathewson2008-12-09
| | | | svn:r17528
* Mark proposals 153 and 154 as superseded by thandy-spec.txtNick Mathewson2008-12-09
| | | | svn:r17525
* Compile without warnings on mingw.Nick Mathewson2008-12-08
| | | | svn:r17522
* bump to 0.2.1.8-alphaRoger Dingledine2008-12-08
| | | | svn:r17521
* Mark DirPortFrontPage as a FILENAME rather than a STRING. Right now this ↵Nick Mathewson2008-12-08
| | | | | | has no effect. svn:r17520
* drop confusing and probably not so big changelog entryRoger Dingledine2008-12-08
| | | | svn:r17517
* this function is no longer used.Roger Dingledine2008-12-08
| | | | svn:r17515
* When the client is choosing entry guards, now it selects at mostRoger Dingledine2008-12-08
| | | | | | | | | | | | | 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
* Directory mirrors no longer fetch the v1 directory orRoger Dingledine2008-12-07
| | | | | | | | running-routers files. They are obsolete, and nobody asks for them anymore. This is the first step to making v1 authorities obsolete. svn:r17513
* more updates on our todo filesRoger Dingledine2008-12-07
| | | | svn:r17512
* update the (not very useful) readmeRoger Dingledine2008-12-07
| | | | svn:r17511
* first cut of mid-february goals.Roger Dingledine2008-12-07
| | | | svn:r17510
* remove a few done items from the 021 todoRoger Dingledine2008-12-07
| | | | svn:r17509
* and even better stillRoger Dingledine2008-12-07
| | | | svn:r17508
* update our external constraints to match reality betterRoger Dingledine2008-12-07
| | | | svn:r17507
* Add contrib/tor.wxs to svn:ignore.Karsten Loesing2008-12-07
| | | | svn:r17504
* Small whitespace fix to properly format if () {} statement.Jacob Appelbaum2008-12-07
| | | | svn:r17503
* This helps return a better error message when the file supplied to ↵Jacob Appelbaum2008-12-07
| | | | | | DirPortFrontPage is missing. svn:r17502
* cleanups on r17500Roger Dingledine2008-12-07
| | | | svn:r17501
* New DirPortFrontPage option that takes an html file and publishes it as "/" ↵Jacob Appelbaum2008-12-07
| | | | | | 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
* Update WiX installer definitions to support silent upgrades of existing ↵Martin Peck2008-12-07
| | | | | | installations. svn:r17499
* Add comment clarifying OpenSSL usage.Jacob Appelbaum2008-12-07
| | | | svn:r17498
* format cleanups on changelog. prepare to release today.Roger Dingledine2008-12-07
| | | | svn:r17497
* Try to fix windows mmap code.Nick Mathewson2008-12-05
| | | | svn:r17493
* Fix more leaks in test_util_memarea().Nick Mathewson2008-12-05
| | | | svn:r17491
* Simplify mmap object layout to avoid confusing static analysis tools, and us ↵Nick Mathewson2008-12-05
| | | | | | too. svn:r17490
* Fix a resource leak in test_dir_formats()Nick Mathewson2008-12-05
| | | | svn:r17488
* Split test_util_smartlist into manageable chunks; make them free memory ↵Nick Mathewson2008-12-05
| | | | | | properly. svn:r17487
* Add a few more tests to our tests so that our tests make sense to coverity. ↵Nick Mathewson2008-12-05
| | | | | | CIDs 139, 138, 137. svn:r17486
* Add a couple of sanity-checks for return values that coverity thinks we ↵Nick Mathewson2008-12-05
| | | | | | ought to have. CIDs 337, 335. svn:r17485
* Fix a hard-to-trigger memory leak in log_credential status. Found by ↵Nick Mathewson2008-12-05
| | | | | | Coverity scan. CID 349. svn:r17484
* Update the win32 directions to mention the many symlink errors oneAndrew Lewman2008-12-04
| | | | | | | receives. svn:r17482
* Update libevent version in the win32 directions.Andrew Lewman2008-12-04
| | | | svn:r17480
* signing, not secret.Nick Mathewson2008-12-03
| | | | svn:r17476
* fix bug 880: find the end of an authority cert by looking for the first ↵Nick Mathewson2008-12-03
| | | | | | ----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
* Revise 157: make the crosscert field match the other authority cert field names.Nick Mathewson2008-12-03
| | | | svn:r17469
* Do not use O_APPEND on fd-based operations that do not really want it; have ↵Nick Mathewson2008-12-02
| | | | | | them just lseek instead. svn:r17460
* It's Short not Sort. Fix path to package list.Andrew Lewman2008-12-02
| | | | svn:r17458
* style cleanupRoger Dingledine2008-12-02
| | | | svn:r17457
* Change logging code to use fds instead of stdio. Fixes bug 861, and ↵Nick Mathewson2008-12-02
| | | | | | probably makes logging slightly faster. Not a backport candidate: bug 861 is too obscure and harmless. svn:r17456
* Add two lseek wrappers to compat.[ch]: one to return current fd position, ↵Nick Mathewson2008-12-02
| | | | | | and one to move the fd to the end of the file. svn:r17454
* #include "orconfig.h" in tor-checkkey.c to see if we can resolveRoger Dingledine2008-12-02
| | | | | | | an obscure compile warning on solaris svn:r17453
* A cryptic comment in dir-spec.txt is now a complete proposal.Nick Mathewson2008-12-02
| | | | svn:r17452
* Finish a sentenceNick Mathewson2008-12-02
| | | | svn:r17451
* Add proposal 157: "Make certificate downloads specific"Nick Mathewson2008-12-02
| | | | svn:r17448
* Apply rovv's patch for bug 864: avoid null error on detached signature ↵Nick Mathewson2008-12-02
| | | | | | handling failure. svn:r17446
* Define socklen_t before using it in compat.hNick Mathewson2008-12-02
| | | | svn:r17444
* clarify that 'resolve' relay cells nul-terminate the hostname, justRoger Dingledine2008-12-02
| | | | | | | like 'begin' relay cells. svn:r17442
* Remove MSYSLibs from installer component list.Martin Peck2008-11-30
| | | | svn:r17412
* Remove unnecessary msys libs from installer definitions.Martin Peck2008-11-30
| | | | svn:r17411