- 17 Mar, 2003 7 commits
-
-
Nick Mathewson authored
svn:r188
-
Nick Mathewson authored
svn:r187
-
Nick Mathewson authored
svn:r186
-
Nick Mathewson authored
svn:r185
-
Nick Mathewson authored
svn:r184
-
Nick Mathewson authored
svn:r183
-
Nick Mathewson authored
svn:r182
-
- 16 Mar, 2003 3 commits
-
-
Roger Dingledine authored
svn:r181
-
Roger Dingledine authored
svn:r180
-
Roger Dingledine authored
svn:r179
-
- 12 Mar, 2003 2 commits
-
-
Roger Dingledine authored
(nick: note that link padding is currently disabled) svn:r178
-
Roger Dingledine authored
svn:r177
-
- 11 Mar, 2003 3 commits
-
-
Nick Mathewson authored
svn:r176
-
Nick Mathewson authored
svn:r175
-
Roger Dingledine authored
svn:r174
-
- 10 Mar, 2003 2 commits
-
-
Roger Dingledine authored
svn:r173
-
Roger Dingledine authored
svn:r172
-
- 07 Mar, 2003 4 commits
-
-
Roger Dingledine authored
svn:r171
-
Roger Dingledine authored
svn:r170
-
Roger Dingledine authored
thanks nick :) (note: this change breaks backward compatibility) svn:r169
-
Nick Mathewson authored
svn:r168
-
- 06 Mar, 2003 1 commit
-
-
Roger Dingledine authored
svn:r167
-
- 05 Mar, 2003 1 commit
-
-
Roger Dingledine authored
svn:r166
-
- 04 Mar, 2003 2 commits
-
-
Roger Dingledine authored
svn:r165
-
Roger Dingledine authored
svn:r164
-
- 28 Feb, 2003 1 commit
-
-
Roger Dingledine authored
one to stop reading svn:r163
-
- 18 Feb, 2003 3 commits
-
-
Roger Dingledine authored
svn:r162
-
Roger Dingledine authored
Bugfixes and enhancements in sendmes and dns farm svn:r161
-
Roger Dingledine authored
Allow more connections open at once svn:r160
-
- 16 Feb, 2003 1 commit
-
-
Roger Dingledine authored
svn:r159
-
- 14 Feb, 2003 4 commits
-
-
Roger Dingledine authored
serious performance increase over non-caching svn:r158
-
Roger Dingledine authored
svn:r157
-
Roger Dingledine authored
svn:r156
-
Roger Dingledine authored
svn:r155
-
- 06 Feb, 2003 2 commits
-
-
Roger Dingledine authored
(they wouldn't have before) alternate code which bypasses the dns farm, so we can compare speed svn:r154
-
Roger Dingledine authored
performance is better, but not by much. not sure why yet. svn:r153
-
- 26 Jan, 2003 1 commit
-
-
Roger Dingledine authored
on startup, it forks off a master dns handler, which forks off dns slaves (like the apache model). slaves as spawned as load increases, and then reused. excess slaves are not ever killed, currently. implemented topics. each topic has a receive window in each direction at each edge of the circuit, and sends sendme's at the data level, as per before. each circuit also has receive windows in each direction at each hop; an edge sends a circuit-level sendme as soon as enough data cells have arrived (regardless of whether the data cells were flushed to the exit conns). removed the 'connected' cell type, since it's now a topic command within data cells. at the edge of the circuit, there can be multiple connections associated with a single circuit. you find them via the linked list conn->next_topic. currently each new ap connection starts its own circuit, so we ought to see comparable performance to what we had before. but that's only because i haven't written the code to reattach to old circuits. please try to break it as-is, and then i'll make it reuse the same circuit and we'll try to break that. svn:r152
-
- 31 Dec, 2002 2 commits
-
-
Roger Dingledine authored
taken from openbsd svn:r151
-
Roger Dingledine authored
when we had lots of new onions coming in, we were using 40% of our time searching through the tracked_onions linked list. svn:r150
-
- 30 Dec, 2002 1 commit
-
-
Roger Dingledine authored
svn:r149
-