aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
...
* Let the controller specify HOP=%d as an argument to ATTACHSTREAM,Roger Dingledine2007-04-30
| | | | | | | so we can exit from the middle of the circuit. svn:r10056
* minor tweaks on proposalsRoger Dingledine2007-04-30
| | | | svn:r10055
* schedule proposal 110 to start in the 0.2.0 timeframe. perhapsRoger Dingledine2007-04-30
| | | | | | | this will encourage nick to comment on it. :) svn:r10051
* minor cleanupsRoger Dingledine2007-04-30
| | | | svn:r10050
* cleanups, and note a bugRoger Dingledine2007-04-25
| | | | svn:r10022
* some todo items that have been sitting in my sandboxRoger Dingledine2007-04-25
| | | | svn:r10021
* patch on 112-bring-back-pathlencoinweight.txt from mikeperryRoger Dingledine2007-04-22
| | | | svn:r10001
* r12489@catbus: nickm | 2007-04-21 13:48:39 -0400Nick Mathewson2007-04-21
| | | | | | | The ten thousandth Tor commit: add two new proposals (one from Mike Perry about randomized path length, and one from me about simplifyin authority operation) and expand and/or refine serveral older ones. Most notable there are changes to 103 that will allow us to make authorities more resistant to key compromise. svn:r10000
* r12488@catbus: nickm | 2007-04-21 13:47:09 -0400Nick Mathewson2007-04-21
| | | | | | | Mark more proposals for inclusion in 0.2.0. Arma, please take this out or question them if you disagree. svn:r9999
* r12763@Kushana: nickm | 2007-04-20 18:42:58 -0400Nick Mathewson2007-04-21
| | | | | | | Initial version of code to stop using socket pairs for linked connections. Superficially, it seems to work, but it probably needs a lot more testing and attention. svn:r9995
* r12759@Kushana: nickm | 2007-04-20 08:47:20 -0400Nick Mathewson2007-04-21
| | | | | | | Track the number of connection_t separately from the number of open sockets. It is already possible to have connections that do not count: resolving conns, for one. Once we move from socketpairs to linked conns, and once we do dns proxying, there will be lots of such connections. svn:r9994
* r12760@Kushana: nickm | 2007-04-20 11:23:21 -0400Nick Mathewson2007-04-20
| | | | | | | Describe a simpler implementation for proposal 108, and note some limitations in the proposal. svn:r9993
* A hack I've been wanting for a while: when building a -dev versionNick Mathewson2007-04-16
| | | | | | | | | from an SVN repository, use the current svn revision in the platform string and in the output of --version. svn:r9976
* r12414@catbus: nickm | 2007-04-16 17:37:17 -0400Nick Mathewson2007-04-16
| | | | | | | More proposal-104 stuff: actually remember extra-info stuff. svn:r9975
* r12412@catbus: nickm | 2007-04-16 15:11:29 -0400Nick Mathewson2007-04-16
| | | | | | | Mark proposal 104 accepted svn:r9974
* minor cleanups on proposal 104Roger Dingledine2007-04-16
| | | | svn:r9973
* r12406@catbus: nickm | 2007-04-16 14:39:33 -0400Nick Mathewson2007-04-16
| | | | | | | More proposal-104 stuff: add most of the code for authorities to accept and serve extra-info documents. The back-end to store the things is missing. svn:r9971
* r12399@catbus: nickm | 2007-04-16 11:38:42 -0400Nick Mathewson2007-04-16
| | | | | | | Torel spec patch from tup. svn:r9967
* r12386@catbus: nickm | 2007-04-15 23:55:34 -0400Nick Mathewson2007-04-16
| | | | | | | Document multiplicity on some router elements better. svn:r9964
* r12385@catbus: nickm | 2007-04-15 22:55:58 -0400Nick Mathewson2007-04-16
| | | | | | | Initial code to parse extra-info documents as described in proposal 104. This is making me realize that the parsing code in routerparse.c is a little daft. svn:r9963
* Merge phobos' todo list into TODOAndrew Lewman2007-04-15
| | | | svn:r9961
* r12371@catbus: nickm | 2007-04-14 20:01:09 -0400Nick Mathewson2007-04-15
| | | | | | | Add comments to blocking.tex based on an old email from Ian, so I can get the email out of my todo folder. svn:r9957
* r12369@catbus: nickm | 2007-04-14 18:28:44 -0400Nick Mathewson2007-04-14
| | | | | | | Rename torbl to torel. svn:r9956
* r12366@catbus: nickm | 2007-04-14 17:30:12 -0400Nick Mathewson2007-04-14
| | | | | | | Clarify some points in proposal 104, mostly based on mail from arma on or-dev. svn:r9955
* r12365@catbus: nickm | 2007-04-14 16:43:09 -0400Nick Mathewson2007-04-14
| | | | | | | Try to clarify window verbiage a little in tor-spec. svn:r9954
* r12362@catbus: nickm | 2007-04-14 12:59:38 -0400Nick Mathewson2007-04-14
| | | | | | | Note indentation and terminal-width conventions in HACKING svn:r9953
* r12355@catbus: nickm | 2007-04-14 11:52:20 -0400Nick Mathewson2007-04-14
| | | | | | | Rename DNSBL to DNSEL. svn:r9952
* r12351@catbus: nickm | 2007-04-11 12:09:46 -0400Nick Mathewson2007-04-11
| | | | | | | More autoconf hacking: use same machinery to find zlib as for openssl and libevent. Have unified library finder include setup for --with variable. Start trying to suggest to the user what packages they should install if finding the library fails. svn:r9945
* r12349@catbus: nickm | 2007-04-11 09:18:15 -0400Nick Mathewson2007-04-11
| | | | | | | Add code to shrink the cell memory pool by discarding empty chunks that have been empty for the last 60 seconds. Also, instead of having test.c duplicate declarations for exposed functions, put them inside #ifdef foo_PRIVATE blocks in the headers. This prevents bugs where test.c gets out of sync. svn:r9944
* r12338@catbus: nickm | 2007-04-10 20:29:05 -0400Nick Mathewson2007-04-11
| | | | | | | Document memory pool implementation, and tweak it even mor. See? Programming is fun. svn:r9940
* r12335@catbus: nickm | 2007-04-10 16:53:48 -0400Nick Mathewson2007-04-11
| | | | | | | Initial version of memory pool logic. Needs unit tests. Made to be easily separable from Tor. svn:r9937
* r12687@Kushana: nickm | 2007-04-09 17:05:57 -0400Nick Mathewson2007-04-09
| | | | | | | Try to fix bug 410: move responsibility for attaching/detaching initial streams from circuits into dns_resolve. Needs refactoring a little. svn:r9931
* Fix the tex error I just introduced. Andrew Lewman2007-03-28
| | | | svn:r9911
* Fix tex and spelling mistakes.Andrew Lewman2007-03-28
| | | | svn:r9910
* r12652@Kushana: nickm | 2007-03-25 15:01:48 -0400Nick Mathewson2007-03-26
| | | | | | | A surprisingly simple patch to stop reading on edge connections when their circuits get too full, and start again when they empty out. This lets us remove the logic to block begin_dir conns when the corresponding or conns get full: it was already broken by cell queues anyway. svn:r9905
* r12651@Kushana: nickm | 2007-03-24 18:26:42 -0400Nick Mathewson2007-03-26
| | | | | | | Initial version of circuit-based cell queues. Instead of hammering or_conns with piles of cells, queue cells on their corresponding circuits, and append them to the or_conn as needed. This seems to work so far, but needs a bit more work. This will break the memory-use-limitation patch for begin_dir conns: the solution will be a fun but fiddly. svn:r9904
* cleanups on proposal 105Roger Dingledine2007-03-21
| | | | svn:r9893
* clean up proposal 104 moreRoger Dingledine2007-03-21
| | | | svn:r9892
* r12259@catbus: nickm | 2007-03-21 00:12:02 -0400Nick Mathewson2007-03-21
| | | | | | | Incorporate ideas from or-dev discussion. svn:r9891
* r12257@catbus: nickm | 2007-03-20 23:17:52 -0400Nick Mathewson2007-03-21
| | | | | | | Add specification to proposal 104; settle on "extra info" approach rather than "long descriptor" approach. svn:r9890
* Add a separate set of token buckets for relayed traffic. RightRoger Dingledine2007-03-20
| | | | | | | now that's just defined as answers to directory requests. svn:r9881
* Update mingw instructions for -trunk.Andrew Lewman2007-03-18
| | | | svn:r9868
* r12212@catbus: nickm | 2007-03-17 17:05:54 -0400Nick Mathewson2007-03-17
| | | | | | | Merge or-dev discussion into 109; mark 109 accepted. svn:r9864
* other minor fixes lurking in my sandboxRoger Dingledine2007-03-17
| | | | svn:r9854
* clean up the torbl-design draftRoger Dingledine2007-03-15
| | | | svn:r9835
* move incentives.txt to the new doc/contrib directoryRoger Dingledine2007-03-15
| | | | svn:r9833
* r12188@catbus: nickm | 2007-03-15 12:27:23 -0400Nick Mathewson2007-03-15
| | | | | | | Add proposal 111: Prioritizing local traffic over relayed traffic. svn:r9830
* r12182@catbus: nickm | 2007-03-15 10:58:12 -0400Nick Mathewson2007-03-15
| | | | | | | Clarify section of dir-spec.txt that explains how "v" resolution happens. svn:r9829
* Add a doc/contrib directory; throw in torbl-design.txtNick Mathewson2007-03-15
| | | | svn:r9828
* clean up proposal 108Roger Dingledine2007-03-15
| | | | svn:r9824