Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove some cargo-cult gcc hacks around tor_assert and predict_unlikely; ↵ | Nick Mathewson | 2008-12-11 |
| | | | | | | instead, use the standard convert-to-boolean hack of "svn st" svn:r17597 | ||
* | Fix error in last unit test mem-leak-fixing. | Nick Mathewson | 2008-12-11 |
| | | | | svn:r17596 | ||
* | Refactor find_first_by_keyword into one variant that can return NULL and one ↵ | Nick Mathewson | 2008-12-11 |
| | | | | | | | | that can't. This makes it easier for us to avoid errors where we we forgot to list a keyword as mandatory, and easier for Coverity to detect cases like this too. svn:r17595 | ||
* | Avoid multiple descriptor-fetch connections to authorities. Fixes bug 366. | Nick Mathewson | 2008-12-11 |
| | | | | svn:r17594 | ||
* | Add a PDS_ flag to exclude authorities from which we are fetching descs. | Nick Mathewson | 2008-12-11 |
| | | | | | | Yes, this is maybe a little overspecific. Part of a bug 366 fix. svn:r17593 | ||
* | Change directory_get_from_dirserver to take a set of flags to be passed to ↵ | Nick Mathewson | 2008-12-11 |
| | | | | | | pick_(trusted_)dirserver. This lets us make its interface smarter, and makes code that calls it a little more readable. svn:r17592 | ||
* | Fix wide line in main.c | Nick Mathewson | 2008-12-11 |
| | | | | svn:r17587 | ||
* | put recent release blurbs into the changelog; fix a typo in tor-spec. | Roger Dingledine | 2008-12-11 |
| | | | | svn:r17586 | ||
* | add more deliverables: somebody needs to pick up weasel's nlnet work. | Roger Dingledine | 2008-12-11 |
| | | | | svn:r17585 | ||
* | tabman returneth | Roger Dingledine | 2008-12-11 |
| | | | | svn:r17584 | ||
* | Add experimental support for learning svn revision number in git-svn based ↵ | Nick Mathewson | 2008-12-11 |
| | | | | | | repositories. Fancy. svn:r17581 | ||
* | Fix memory leaks in test_util_smartlist_* functions. | Nick Mathewson | 2008-12-11 |
| | | | | svn:r17580 | ||
* | Fix memory leaks in test_v3_networkstatus. | Nick Mathewson | 2008-12-11 |
| | | | | svn:r17579 | ||
* | Fix memory leaks in test_dir_format | Nick Mathewson | 2008-12-11 |
| | | | | svn:r17578 | ||
* | Change test_memeq macro to not leak memory. Addresses coverity CID 47. | Nick Mathewson | 2008-12-11 |
| | | | | svn:r17577 | ||
* | Modifications for current user install without admin privs. | Martin Peck | 2008-12-11 |
| | | | | svn:r17575 | ||
* | Add goodell's feature-request 268 as a proposal idea. | Nick Mathewson | 2008-12-11 |
| | | | | svn:r17574 | ||
* | summarize the Vidalia Marble integration, and pick a date for | Andrew Lewman | 2008-12-11 |
| | | | | | | | implementation. svn:r17573 | ||
* | mark the high-priority items that really ought to get done before | Roger Dingledine | 2008-12-11 |
| | | | | | | | their formal deadline, e.g. since they are blocking other items. svn:r17572 | ||
* | Give credit to John Brooks for finding bug 874. | Karsten Loesing | 2008-12-10 |
| | | | | svn:r17571 | ||
* | Modify ChangeLog for bug 874. | Karsten Loesing | 2008-12-10 |
| | | | | svn:r17570 | ||
* | Fix a logic error that would automatically reject all but the first ↵ | Nick Mathewson | 2008-12-10 |
| | | | | | | configured DNS server. Bugfix on 0.2.1.5-alpha. Possible fix for part of 813/868. Spotted by coderman svn:r17569 | ||
* | Clarify current client behavior WRT TLS certificates. Add a TODO to make ↵ | Nick Mathewson | 2008-12-10 |
| | | | | | | sure that this behavior is optional, and an entry in 098-todo.txt for investigating whether this behavior is smart. svn:r17568 | ||
* | Add new internal-use-only option for controllers to use to prevent SIGHUP ↵ | Nick Mathewson | 2008-12-10 |
| | | | | | | from reloading the configuration. Fixes bug 856. svn:r17567 | ||
* | Bug 691 fix: do not shutdown Tor servers right away if the network is down. | Nick Mathewson | 2008-12-10 |
| | | | | svn:r17566 | ||
* | Oops; that should have been bug 874, not 879. Also in the changelog. | Nick Mathewson | 2008-12-10 |
| | | | | svn:r17565 | ||
* | Apply patch from Karsten to fix bug 879. Backport candidate. | Nick Mathewson | 2008-12-10 |
| | | | | svn:r17562 | ||
* | fix a typo in tor-spec.txt | Nick Mathewson | 2008-12-10 |
| | | | | svn:r17561 | ||
* | add four items that ibb wants to see. | Roger Dingledine | 2008-12-10 |
| | | | | svn:r17552 | ||
* | small todo/changelog fixes | Nick Mathewson | 2008-12-10 |
| | | | | svn:r17551 | ||
* | Give a better error when something has changed our descriptor cache out from ↵ | Nick Mathewson | 2008-12-10 |
| | | | | | | under us. Based on patch from Karsten. Addresses bug 885. svn:r17550 | ||
* | When a directory authority gives us a new guess for our IP address, | Roger Dingledine | 2008-12-10 |
| | | | | | | | | log which authority we used. Hopefully this will help us debug the recent complaints about bad IP address guesses. svn:r17549 | ||
* | note a potential bug in status events. need to look at spec to | Roger Dingledine | 2008-12-10 |
| | | | | | | | see if it's really a bug. svn:r17548 | ||
* | Resume using the correct "REASON=" stream when telling the | Roger Dingledine | 2008-12-10 |
| | | | | | | | controller why we closed a stream. Bugfix in 0.2.1.1-alpha. svn:r17547 | ||
* | the bridge family proposal really resembles 'dead' more than it resembles | Roger Dingledine | 2008-12-09 |
| | | | | | | | 'finished'. svn:r17546 | ||
* | point out that one todo item is actually already started | Roger Dingledine | 2008-12-09 |
| | | | | svn:r17545 | ||
* | summarize proposal 111 in tor-spec | Roger Dingledine | 2008-12-09 |
| | | | | svn:r17544 | ||
* | Better error message when told to setuid to ourself. | Nick Mathewson | 2008-12-09 |
| | | | | svn:r17543 | ||
* | remove a bogus comment. Now that there is no undocumented synonym for ↵ | Nick Mathewson | 2008-12-09 |
| | | | | | | EXTENDED_EVENTS, we do not need to point out that EXTENDED_EVENTS is documented svn:r17542 | ||
* | Add a description of how to make AES parallelized across cores to TODO.021. | Nick Mathewson | 2008-12-09 |
| | | | | svn:r17540 | ||
* | Redivide 0.2.1 items into do,nice-to-have,and defer. | Nick Mathewson | 2008-12-09 |
| | | | | svn:r17539 | ||
* | Finally remove deprecated-since-0.1.2.4-alpha EXTENDED_FORMAT synonym for ↵ | Nick Mathewson | 2008-12-09 |
| | | | | | | EXTENDED_EVENTS svn:r17538 | ||
* | Bump version to 0.2.1.8-alpha-dev | Nick Mathewson | 2008-12-09 |
| | | | | svn:r17537 | ||
* | Specify the CONSENSUS_ARRIVED event. | Nick Mathewson | 2008-12-09 |
| | | | | svn:r17536 | ||
* | Add a new status event for consensus arrival | Nick Mathewson | 2008-12-09 |
| | | | | svn:r17535 | ||
* | Note that thandy-client json2xml works, and afaik Matt is satisfied with it. | Nick Mathewson | 2008-12-09 |
| | | | | svn:r17534 | ||
* | remove some already-proposed things from 098-todo.txt | Nick Mathewson | 2008-12-09 |
| | | | | svn:r17533 | ||
* | Update status on some hidden-service proposals | Nick Mathewson | 2008-12-09 |
| | | | | svn:r17532 | ||
* | Migrate the reindex script to python, since adding features to the Perl was ↵ | Nick Mathewson | 2008-12-09 |
| | | | | | | getting too ugly. Make it handle line-continuations, and include target versions in output. svn:r17531 | ||
* | Mark proposal 135 as Closed: no actual spec changes needed. | Nick Mathewson | 2008-12-09 |
| | | | | svn:r17529 |