Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-09 | summarize proposal 111 in tor-spec | Roger Dingledine | |
svn:r17544 | |||
2008-12-09 | Better error message when told to setuid to ourself. | Nick Mathewson | |
svn:r17543 | |||
2008-12-09 | remove a bogus comment. Now that there is no undocumented synonym for ↵ | Nick Mathewson | |
EXTENDED_EVENTS, we do not need to point out that EXTENDED_EVENTS is documented svn:r17542 | |||
2008-12-09 | Add a description of how to make AES parallelized across cores to TODO.021. | Nick Mathewson | |
svn:r17540 | |||
2008-12-09 | Redivide 0.2.1 items into do,nice-to-have,and defer. | Nick Mathewson | |
svn:r17539 | |||
2008-12-09 | Finally remove deprecated-since-0.1.2.4-alpha EXTENDED_FORMAT synonym for ↵ | Nick Mathewson | |
EXTENDED_EVENTS svn:r17538 | |||
2008-12-09 | Bump version to 0.2.1.8-alpha-dev | Nick Mathewson | |
svn:r17537 | |||
2008-12-09 | Specify the CONSENSUS_ARRIVED event. | Nick Mathewson | |
svn:r17536 | |||
2008-12-09 | Add a new status event for consensus arrival | Nick Mathewson | |
svn:r17535 | |||
2008-12-09 | Note that thandy-client json2xml works, and afaik Matt is satisfied with it. | Nick Mathewson | |
svn:r17534 | |||
2008-12-09 | remove some already-proposed things from 098-todo.txt | Nick Mathewson | |
svn:r17533 | |||
2008-12-09 | Update status on some hidden-service proposals | Nick Mathewson | |
svn:r17532 | |||
2008-12-09 | Migrate 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-09 | Mark proposal 135 as Closed: no actual spec changes needed. | Nick Mathewson | |
svn:r17529 | |||
2008-12-09 | Merge proposal 136 into dir-spec.txt. We need to get better about doing this. | Nick Mathewson | |
svn:r17528 | |||
2008-12-09 | Mark proposals 153 and 154 as superseded by thandy-spec.txt | Nick Mathewson | |
svn:r17525 | |||
2008-12-08 | Compile without warnings on mingw.tor-0.2.1.8-alpha | Nick Mathewson | |
svn:r17522 | |||
2008-12-08 | bump to 0.2.1.8-alpha | Roger Dingledine | |
svn:r17521 | |||
2008-12-08 | Mark DirPortFrontPage as a FILENAME rather than a STRING. Right now this ↵ | Nick Mathewson | |
has no effect. svn:r17520 | |||
2008-12-08 | drop confusing and probably not so big changelog entry | Roger Dingledine | |
svn:r17517 | |||
2008-12-08 | this function is no longer used. | Roger Dingledine | |
svn:r17515 | |||
2008-12-08 | When the client is choosing entry guards, now it selects at most | Roger 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-07 | Directory mirrors no longer fetch the v1 directory or | Roger 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-07 | more updates on our todo files | Roger Dingledine | |
svn:r17512 | |||
2008-12-07 | update the (not very useful) readme | Roger Dingledine | |
svn:r17511 | |||
2008-12-07 | first cut of mid-february goals. | Roger Dingledine | |
svn:r17510 | |||
2008-12-07 | remove a few done items from the 021 todo | Roger Dingledine | |
svn:r17509 | |||
2008-12-07 | and even better still | Roger Dingledine | |
svn:r17508 | |||
2008-12-07 | update our external constraints to match reality better | Roger Dingledine | |
svn:r17507 | |||
2008-12-07 | Add contrib/tor.wxs to svn:ignore. | Karsten Loesing | |
svn:r17504 | |||
2008-12-07 | Small whitespace fix to properly format if () {} statement. | Jacob Appelbaum | |
svn:r17503 | |||
2008-12-07 | This helps return a better error message when the file supplied to ↵ | Jacob Appelbaum | |
DirPortFrontPage is missing. svn:r17502 | |||
2008-12-07 | cleanups on r17500 | Roger Dingledine | |
svn:r17501 | |||
2008-12-07 | New 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-07 | Update WiX installer definitions to support silent upgrades of existing ↵ | Martin Peck | |
installations. svn:r17499 | |||
2008-12-07 | Add comment clarifying OpenSSL usage. | Jacob Appelbaum | |
svn:r17498 | |||
2008-12-07 | format cleanups on changelog. prepare to release today. | Roger Dingledine | |
svn:r17497 | |||
2008-12-05 | Try to fix windows mmap code. | Nick Mathewson | |
svn:r17493 | |||
2008-12-05 | Fix more leaks in test_util_memarea(). | Nick Mathewson | |
svn:r17491 | |||
2008-12-05 | Simplify mmap object layout to avoid confusing static analysis tools, and us ↵ | Nick Mathewson | |
too. svn:r17490 | |||
2008-12-05 | Fix a resource leak in test_dir_formats() | Nick Mathewson | |
svn:r17488 | |||
2008-12-05 | Split test_util_smartlist into manageable chunks; make them free memory ↵ | Nick Mathewson | |
properly. svn:r17487 | |||
2008-12-05 | Add 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-05 | Add a couple of sanity-checks for return values that coverity thinks we ↵ | Nick Mathewson | |
ought to have. CIDs 337, 335. svn:r17485 | |||
2008-12-05 | Fix a hard-to-trigger memory leak in log_credential status. Found by ↵ | Nick Mathewson | |
Coverity scan. CID 349. svn:r17484 | |||
2008-12-04 | Update the win32 directions to mention the many symlink errors one | Andrew Lewman | |
receives. svn:r17482 | |||
2008-12-04 | Update libevent version in the win32 directions. | Andrew Lewman | |
svn:r17480 | |||
2008-12-03 | signing, not secret. | Nick Mathewson | |
svn:r17476 | |||
2008-12-03 | fix 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-03 | Revise 157: make the crosscert field match the other authority cert field names. | Nick Mathewson | |
svn:r17469 |