aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
...
* 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
* change my mind -- correct the spec to match the code'sRoger Dingledine2007-03-15
| | | | | | | | | | | | | behavior for getinfo addr-mappings/*. this is because the code and spec have been mismatched since at least 0.1.1.x, so i would be surprised if nobody at all is relying on the current behavior. backport candidate. backbackport candidate. svn:r9823
* the spec called it a GUARDS event, but the code calledRoger Dingledine2007-03-14
| | | | | | | | | | it a GUARD event. standardize on GUARD, but support people asking for GUARDS too. reported by daejees. backport candidate. svn:r9817
* clarify a confusion weasel hadRoger Dingledine2007-03-14
| | | | svn:r9816
* put some dates on the proposals, and add an acknowledgments sectionRoger Dingledine2007-03-14
| | | | | | | | to proposal 110. the proposals that were around before the proposals scheme got started still don't have dates. svn:r9815
* r12165@catbus: nickm | 2007-03-13 23:43:14 -0400Nick Mathewson2007-03-14
| | | | | | | Add "Avoid infinite length circuits" as proposal 110. svn:r9814
* clarify roger's alternatives on proposal 109Roger Dingledine2007-03-13
| | | | svn:r9810
* Stop allowing hibernating servers to be "stable" or "fast".Roger Dingledine2007-03-13
| | | | | | | This is what I meant to do in r9690 but didn't actually do. svn:r9808
* r12154@catbus: nickm | 2007-03-11 23:20:58 -0400Nick Mathewson2007-03-12
| | | | | | | Add "sybil-checking.txt" as "109-no-sharing-ips.txt" svn:r9805
* cleanups on proposal 105. saving my substantive commentsRoger Dingledine2007-03-11
| | | | | | | for or-dev. svn:r9802
* r12528@Kushana: nickm | 2007-03-11 00:19:05 -0500Nick Mathewson2007-03-11
| | | | | | | Oops; rename file for proposal 108. svn:r9796
* a few tweaks, plus actually close 107Roger Dingledine2007-03-10
| | | | svn:r9794
* r12522@Kushana: nickm | 2007-03-10 02:38:33 -0500Nick Mathewson2007-03-10
| | | | | | | Mark 107 closed (since it was implemented and merged into the spec). Put MTBF proposal in 108. svn:r9793
* r12521@Kushana: nickm | 2007-03-10 01:15:58 -0500Nick Mathewson2007-03-10
| | | | | | | Update and close proposal 107. svn:r9792
* r12520@Kushana: nickm | 2007-03-10 00:57:59 -0500Nick Mathewson2007-03-10
| | | | | | | add initial uptime-sanity-checking proposal by Kevin Buaer and Damon McCoy. svn:r9791
* r12519@Kushana: nickm | 2007-03-10 00:57:01 -0500Nick Mathewson2007-03-10
| | | | | | | Remove a redundant check for event.h; add some comments, and reformat. svn:r9790