Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | r6950@Kushana: nickm | 2006-07-28 10:32:08 -0400 | Nick Mathewson | 2006-07-28 |
| | | | | | | | Document split fields better. Now, I think we can take a break from type splitting for a bit. svn:r6935 | ||
* | r6920@Kushana: nickm | 2006-07-26 15:39:40 -0400 | Nick Mathewson | 2006-07-26 |
| | | | | | | | Mark some TODO items done svn:r6909 | ||
* | Clarify a TODO, and test tweaked commit-email.pl script. | Nick Mathewson | 2006-07-25 |
| | | | | svn:r6902 | ||
* | Add an item to the TODO. | Nick Mathewson | 2006-07-25 |
| | | | | svn:r6893 | ||
* | Remove .cvsignore files from trunk | Peter Palfrader | 2006-07-25 |
| | | | | svn:r6891 | ||
* | more todo items | Roger Dingledine | 2006-07-23 |
| | | | | svn:r6809 | ||
* | Grammar fixes for clarity. | Andrew Lewman | 2006-07-21 |
| | | | | svn:r6797 | ||
* | Document HELLO cells and proposed connection protocol versioning scheme. ↵ | Nick Mathewson | 2006-07-20 |
| | | | | | | NOTE: This will not work as documented; see notes. svn:r6794 | ||
* | Add a few more paragraphs to path-spec.txt | Nick Mathewson | 2006-07-20 |
| | | | | svn:r6793 | ||
* | Fork off v0 of the protocol spec; we are going to add versioning soon so we ↵ | Nick Mathewson | 2006-07-20 |
| | | | | | | can make backward-incompatible changes without breaking the whole network. Also, fork the v0 directory protocol into its own document, and turn dir-spec.txt into the present tense. svn:r6792 | ||
* | If we are using an exit enclave and we can't connect, e.g. because | Roger Dingledine | 2006-07-18 |
| | | | | | | | | its webserver is misconfigured to not listen on localhost, then back off and try connecting from somewhere else before we fail. svn:r6783 | ||
* | shuffle todo items | Roger Dingledine | 2006-07-17 |
| | | | | svn:r6781 | ||
* | we are constrained more than we realized, on what g^x values we can | Roger Dingledine | 2006-07-17 |
| | | | | | | | accept or refuse. svn:r6773 | ||
* | fix wordo | Roger Dingledine | 2006-07-17 |
| | | | | svn:r6772 | ||
* | nick suggests that the hello cell should have both server IP and | Roger Dingledine | 2006-07-17 |
| | | | | | | | client IP. he's right. svn:r6771 | ||
* | add a whole lot more work to the todo. | Roger Dingledine | 2006-07-15 |
| | | | | svn:r6762 | ||
* | mention the existence of dir-spec in tor-spec, and note that we need | Roger Dingledine | 2006-07-15 |
| | | | | | | | to update it. svn:r6761 | ||
* | minor tweak on the dir spec | Roger Dingledine | 2006-07-15 |
| | | | | svn:r6760 | ||
* | OR_CONN_EVENT_NEW: we should probably handle that , should we not? ↵ | Nick Mathewson | 2006-07-11 |
| | | | | | | Especially since 23:26 < phobos> nickm: grep -c "Unrecognized status code 4" tor.log svn:r6752 | ||
* | name the HELLO version the "link version" | Roger Dingledine | 2006-07-04 |
| | | | | svn:r6719 | ||
* | a first attempt at specifying HELLO cells. plus general cleanup on tor-spec. | Roger Dingledine | 2006-07-04 |
| | | | | svn:r6715 | ||
* | mention in the tor dmg instructions that you may need to remove your | Roger Dingledine | 2006-07-04 |
| | | | | | | | old shared library libevent, lest your linker get confused. svn:r6714 | ||
* | touch up the TODO and HACKING files | Roger Dingledine | 2006-07-04 |
| | | | | svn:r6713 | ||
* | Unify HTTP response code into one place so it is easier to add headers. Add ↵ | Nick Mathewson | 2006-06-30 |
| | | | | | | an X-You-Are header, which we should probably rename. NOTE that we should not use this field for things where it matters if dirs lie. svn:r6705 | ||
* | specify the dir spec better (suggested by lexi) | Roger Dingledine | 2006-06-27 |
| | | | | svn:r6692 | ||
* | Mark some more TODO items done. | Nick Mathewson | 2006-06-22 |
| | | | | svn:r6681 | ||
* | Instead of adding servers and v1 directories to buffers en masse, directory ↵ | Nick Mathewson | 2006-06-18 |
| | | | | | | servers add them on the fly as their outbufs are depleted. This will save ram on busy dirservers. svn:r6641 | ||
* | Clarify mmap and memory-use hacks. | Nick Mathewson | 2006-06-16 |
| | | | | svn:r6633 | ||
* | clean up man page. expand on contactinfo a bit. | Roger Dingledine | 2006-06-16 |
| | | | | svn:r6631 | ||
* | export the default exit policy via the control port, so controllers | Roger Dingledine | 2006-06-13 |
| | | | | | | | don't need to guess what it is / will be later. svn:r6615 | ||
* | typo, whitespace, and a clarification | Roger Dingledine | 2006-06-12 |
| | | | | svn:r6605 | ||
* | add TestVia to the man page | Roger Dingledine | 2006-06-10 |
| | | | | svn:r6583 | ||
* | clean up formatting in the man page | Roger Dingledine | 2006-06-10 |
| | | | | svn:r6582 | ||
* | the CookieAuthentication section in our spec seems to assume we're | Roger Dingledine | 2006-06-07 |
| | | | | | | | still using the v0 control protocol. svn:r6559 | ||
* | whoops, add a man page entry for ProtocolWarnings | Roger Dingledine | 2006-06-05 |
| | | | | svn:r6545 | ||
* | More DNS fixes. Send meaningful TTLs back to the client when | Nick Mathewson | 2006-06-03 |
| | | | | | | | | | | | possible. Cache at the server side independently from the TTL, to prevent attackers from probing the server to see who has been asking for what hostnames. (Hi, Dan Kaminski!) Also, clean some whitespace. svn:r6526 | ||
* | update the explanation for deprecating v0 control spec. | Roger Dingledine | 2006-06-01 |
| | | | | svn:r6521 | ||
* | Rearrange TODO. | Nick Mathewson | 2006-05-30 |
| | | | | svn:r6520 | ||
* | mark off a todo item. i'll put it back if it turns out it | Roger Dingledine | 2006-05-30 |
| | | | | | | | doesn't work. svn:r6519 | ||
* | and clarify the spec to say this too. | Roger Dingledine | 2006-05-30 |
| | | | | svn:r6514 | ||
* | remove a few things from the 0.1.2 todo, and add one | Roger Dingledine | 2006-05-30 |
| | | | | svn:r6511 | ||
* | fix spelling of VirtualAddrNetwork in man page (thanks tup) | Roger Dingledine | 2006-05-23 |
| | | | | svn:r6487 | ||
* | another todo item that will make goodell happy | Roger Dingledine | 2006-05-23 |
| | | | | svn:r6478 | ||
* | Mark cross-compilation as solved in TODO. | Nick Mathewson | 2006-05-23 |
| | | | | svn:r6476 | ||
* | document that runasdaemon has no effect on windows. | Roger Dingledine | 2006-05-23 |
| | | | | svn:r6469 | ||
* | claim a few of the todo items. | Roger Dingledine | 2006-05-23 |
| | | | | | | | i guess that means i'm hoping nick does the rest. ;) svn:r6467 | ||
* | two more todo items that need to be solved during the wsaenobufs quest. | Roger Dingledine | 2006-05-23 |
| | | | | svn:r6466 | ||
* | shuffle the todo items some more | Roger Dingledine | 2006-05-22 |
| | | | | svn:r6461 | ||
* | other todo tweaks | Roger Dingledine | 2006-05-22 |
| | | | | svn:r6460 | ||
* | add a few items it would be smart todo | Roger Dingledine | 2006-05-22 |
| | | | | svn:r6457 |