summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2006-08-12two more thoughts to consider for blocking resistanceRoger Dingledine
svn:r7034
2006-08-12mark out the two biggest bugsRoger Dingledine
svn:r7033
2006-08-12more todo itemsRoger Dingledine
svn:r7032
2006-08-10initial skeleton for issues to resolve re: blocking resistance.Roger Dingledine
svn:r7006
2006-08-10Update for universal binaries for OSX.Andrew Lewman
svn:r7002
2006-08-09 r7005@totoro: nickm | 2006-08-09 17:42:18 -0400Nick Mathewson
Begin committing violence against the spec; add some TODO items at the top. Arma, if you disagree, better say so. svn:r7001
2006-08-09 r7286@Kushana: nickm | 2006-08-09 01:28:27 -0700Nick Mathewson
Claim another TODO item (and test commit signing.) svn:r6999
2006-08-09 r7285@Kushana: nickm | 2006-08-09 01:23:11 -0700Nick Mathewson
Claim a TODO item (and test commit signing.) svn:r6998
2006-08-09 r7058@Kushana: nickm | 2006-08-08 23:53:46 -0700Nick Mathewson
Clarify point about certs. We have been over this before, but it seems simpler than what we are considering now. svn:r6997
2006-08-09 r7056@Kushana: nickm | 2006-08-08 23:40:53 -0700Nick Mathewson
Add a comment about v0 fallback approach. Why did we dislike discriminating on X.509 certs again? svn:r6996
2006-08-09Say more about reverse DNSNick Mathewson
svn:r6995
2006-08-08change the dir-spec to say that it's version 2 of the dir spec,Roger Dingledine
and move the v0 file to v1. svn:r6991
2006-08-08three more todo itemsRoger Dingledine
svn:r6990
2006-08-05a potential fix on the HELLO protocol designRoger Dingledine
svn:r6984
2006-08-04 r7012@Kushana: nickm | 2006-08-03 19:21:25 -0700Nick Mathewson
Add an "mmap handle" type to encapsulate bookkeeping elements of mmap issues; add prelim win32 impl svn:r6980
2006-07-31 r6959@Kushana: nickm | 2006-07-29 22:33:18 -0400Nick Mathewson
start restructuring dns to use priority queues for expiring entries. svn:r6954
2006-07-30forward-port the website hack. note that with svn, our buildRoger Dingledine
system seems to build in-place, so the website/ and img/ directories actually get created in my sandbox. poo. svn:r6944
2006-07-28 r6950@Kushana: nickm | 2006-07-28 10:32:08 -0400Nick Mathewson
Document split fields better. Now, I think we can take a break from type splitting for a bit. svn:r6935
2006-07-26 r6920@Kushana: nickm | 2006-07-26 15:39:40 -0400Nick Mathewson
Mark some TODO items done svn:r6909
2006-07-25Clarify a TODO, and test tweaked commit-email.pl script.Nick Mathewson
svn:r6902
2006-07-25Add an item to the TODO.Nick Mathewson
svn:r6893
2006-07-25Remove .cvsignore files from trunkPeter Palfrader
svn:r6891
2006-07-23more todo itemsRoger Dingledine
svn:r6809
2006-07-21Grammar fixes for clarity.Andrew Lewman
svn:r6797
2006-07-20Document HELLO cells and proposed connection protocol versioning scheme. ↵Nick Mathewson
NOTE: This will not work as documented; see notes. svn:r6794
2006-07-20Add a few more paragraphs to path-spec.txtNick Mathewson
svn:r6793
2006-07-20Fork off v0 of the protocol spec; we are going to add versioning soon so we ↵Nick Mathewson
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
2006-07-18If we are using an exit enclave and we can't connect, e.g. becauseRoger Dingledine
its webserver is misconfigured to not listen on localhost, then back off and try connecting from somewhere else before we fail. svn:r6783
2006-07-17shuffle todo itemsRoger Dingledine
svn:r6781
2006-07-17we are constrained more than we realized, on what g^x values we canRoger Dingledine
accept or refuse. svn:r6773
2006-07-17fix wordoRoger Dingledine
svn:r6772
2006-07-17nick suggests that the hello cell should have both server IP andRoger Dingledine
client IP. he's right. svn:r6771
2006-07-15add a whole lot more work to the todo.Roger Dingledine
svn:r6762
2006-07-15mention the existence of dir-spec in tor-spec, and note that we needRoger Dingledine
to update it. svn:r6761
2006-07-15minor tweak on the dir specRoger Dingledine
svn:r6760
2006-07-11OR_CONN_EVENT_NEW: we should probably handle that , should we not? ↵Nick Mathewson
Especially since 23:26 < phobos> nickm: grep -c "Unrecognized status code 4" tor.log svn:r6752
2006-07-04name the HELLO version the "link version"Roger Dingledine
svn:r6719
2006-07-04a first attempt at specifying HELLO cells. plus general cleanup on tor-spec.Roger Dingledine
svn:r6715
2006-07-04mention in the tor dmg instructions that you may need to remove yourRoger Dingledine
old shared library libevent, lest your linker get confused. svn:r6714
2006-07-04touch up the TODO and HACKING filesRoger Dingledine
svn:r6713
2006-06-30Unify HTTP response code into one place so it is easier to add headers. Add ↵Nick Mathewson
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
2006-06-27specify the dir spec better (suggested by lexi)Roger Dingledine
svn:r6692
2006-06-22Mark some more TODO items done.Nick Mathewson
svn:r6681
2006-06-18Instead of adding servers and v1 directories to buffers en masse, directory ↵Nick Mathewson
servers add them on the fly as their outbufs are depleted. This will save ram on busy dirservers. svn:r6641
2006-06-16Clarify mmap and memory-use hacks.Nick Mathewson
svn:r6633
2006-06-16clean up man page. expand on contactinfo a bit.Roger Dingledine
svn:r6631
2006-06-13export the default exit policy via the control port, so controllersRoger Dingledine
don't need to guess what it is / will be later. svn:r6615
2006-06-12typo, whitespace, and a clarificationRoger Dingledine
svn:r6605
2006-06-10add TestVia to the man pageRoger Dingledine
svn:r6583
2006-06-10clean up formatting in the man pageRoger Dingledine
svn:r6582