Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove all svn metadata minus what I missed. | Sebastian Hahn | 2009-05-05 |
| | | | | | Tor doesn't use SVN anymore, making $Revision$, $Id$ and $Date$ meaningless. Remove them without replacement. | ||
* | minor updates and questions. | Andrew Lewman | 2009-02-27 |
| | | | | svn:r18705 | ||
* | Updated my parts of future, completed two items in .021 | Andrew Lewman | 2009-02-09 |
| | | | | svn:r18434 | ||
* | If we're using bridges and our network goes away, be more willing | Roger Dingledine | 2009-02-04 |
| | | | | | | | | to forgive our bridges and try again when we get an application request. Bugfix on 0.2.0.x. svn:r18396 | ||
* | bump to 0.2.1.11-alpha, clean up changelog | Roger Dingledine | 2009-01-20 |
| | | | | svn:r18192 | ||
* | mark off some done items | Roger Dingledine | 2009-01-18 |
| | | | | svn:r18173 | ||
* | Bugfix on r13098. Backport candidate. | Roger Dingledine | 2009-01-06 |
| | | | | | | | | | | When we made bridge authorities stop serving bridge descriptors over unencrypted links, we also broke DirPort reachability testing for bridges. So bridges with a non-zero DirPort were printing spurious warns to their logs. Bugfix on 0.2.0.16-alpha. Fixes bug 709. svn:r17945 | ||
* | minor todo updates | Roger Dingledine | 2008-12-27 |
| | | | | svn:r17797 | ||
* | propset on our new todo lists. why can't svn just know what i mean. | Roger Dingledine | 2008-12-25 |
| | | | | svn:r17766 | ||
* | mark done an item that sebastian did | Roger Dingledine | 2008-12-21 |
| | | | | svn:r17716 | ||
* | Replace calls to time(NULL) that occur on the order of once per read, one ↵ | Nick Mathewson | 2008-12-18 |
| | | | | | | per write, or once per cell with calls to a function that looks at a cached value of time. This is tricksy to benchmark, since it will only help on systems where time() is a syscall and syscalls are relatively slow. svn:r17690 | ||
* | Don't extend circuits over noncanonical connections with mismatched addresses. | Nick Mathewson | 2008-12-15 |
| | | | | | | | Also, refactor the logic to check whether we will use a connection or launch a new one into a new function. svn:r17628 | ||
* | Apply rovv's bug 805 fix: take more care never to prefer a non-canonical ↵ | Nick Mathewson | 2008-12-15 |
| | | | | | | connection. svn:r17627 | ||
* | Merge 148 into tor-spec, mark it Closed, and check off proposal 148 in TODO.021 | Nick Mathewson | 2008-12-12 |
| | | | | svn:r17613 | ||
* | Mark 5 0.2.1.x items as higest priority. Anything else can probably go on ↵ | Nick Mathewson | 2008-12-12 |
| | | | | | | the 0.2.2.x pile svn:r17608 | ||
* | 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 | ||
* | small todo/changelog fixes | Nick Mathewson | 2008-12-10 |
| | | | | svn:r17551 | ||
* | 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 | ||
* | more updates on our todo files | Roger Dingledine | 2008-12-07 |
| | | | | svn:r17512 | ||
* | remove a few done items from the 021 todo | Roger Dingledine | 2008-12-07 |
| | | | | svn:r17509 | ||
* | some changes i found in my other sandbox | Roger Dingledine | 2008-11-08 |
| | | | | svn:r17216 | ||
* | Add some open tasks for 0.2.1.x. | Karsten Loesing | 2008-10-13 |
| | | | | svn:r17069 | ||
* | remove some old done items i found in the todo | Roger Dingledine | 2008-10-02 |
| | | | | svn:r17030 | ||
* | Patch from mwenge: update TrackHostExits mapping expiry times when the ↵ | Nick Mathewson | 2008-09-29 |
| | | | | | | mappings are used, so that they expire a while after their last use, not a while after their creation. svn:r17004 | ||
* | minor fixes/additions | Roger Dingledine | 2008-08-17 |
| | | | | svn:r16580 | ||
* | mark a todo item that has been done a while ago | Peter Palfrader | 2008-08-14 |
| | | | | svn:r16545 | ||
* | tab-man strikes back | Roger Dingledine | 2008-08-13 |
| | | | | svn:r16516 | ||
* | a few more items for jacob | Roger Dingledine | 2008-08-12 |
| | | | | svn:r16515 | ||
* | List more proposals in TODO.021 | Nick Mathewson | 2008-08-11 |
| | | | | svn:r16498 | ||
* | handle ipv6 in socks5 requests. | Nick Mathewson | 2008-08-08 |
| | | | | svn:r16476 | ||
* | r17657@tombo: nickm | 2008-08-06 12:04:49 -0400 | Nick Mathewson | 2008-08-06 |
| | | | | | | | another todo tweak to test commit script svn:r16446 | ||
* | r17655@tombo: nickm | 2008-08-06 12:03:40 -0400 | Nick Mathewson | 2008-08-06 |
| | | | | | | | add an item to the TODO svn:r16445 | ||
* | r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400 | Nick Mathewson | 2008-08-05 |
| | | | | | | | Initial conversion of uint32_t addr to tor_addr_t addr in connection_t and related types. Most of the Tor wire formats using these new types are in, but the code to generate and use it is not. This is a big patch. Let me know what it breaks for you. svn:r16435 | ||
* | another sample commit to check out new subject line logic | Nick Mathewson | 2008-08-05 |
| | | | | svn:r16434 | ||
* | sample commit to check out new subject line logic | Nick Mathewson | 2008-08-05 |
| | | | | svn:r16433 | ||
* | break the todo file into three todo files. | Roger Dingledine | 2008-08-05 |
svn:r16427 |