summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-08-02tag 0.2.0.4-alphator-0.2.0.4-alphaRoger Dingledine
svn:r11025
2007-08-02bump to 0.2.0.4-alphator-0.2.0.4-alpha@11197Roger Dingledine
svn:r11022
2007-08-02fix a typo in the blocking paperRoger Dingledine
svn:r11021
2007-08-02a patch on r11016 that makes it work betterRoger Dingledine
svn:r11018
2007-08-02 r13892@Kushana: nickm | 2007-08-01 18:27:13 -0700Nick Mathewson
Close immediately after anything but a successful authentication attempt on the control port. Backport candidate. svn:r11016
2007-08-01 r13886@Kushana: nickm | 2007-08-01 09:43:06 -0700Nick Mathewson
Unit tests and debugging for detached signature manipulation. svn:r11015
2007-08-01 r13885@Kushana: nickm | 2007-08-01 09:10:55 -0700Nick Mathewson
Stop saying "cvs". Noted by Jens. svn:r11014
2007-08-01 r13873@Kushana: nickm | 2007-07-31 10:54:05 -0700Nick Mathewson
Split over-optimized digestmap_set code into a generic part and a digestmap-specific part. svn:r11012
2007-08-01 r13872@Kushana: nickm | 2007-07-31 08:27:54 -0700Nick Mathewson
Rename IN4_ADDR and IN6_ADDR to try to avoid conflicting with Windows definitions. This may fix the windows build. svn:r11011
2007-08-01 r13871@Kushana: nickm | 2007-07-31 08:10:58 -0700Nick Mathewson
Fix warning aobut unused parameter on platforms without mallinfo. svn:r11010
2007-07-31Forward port 0.1.2.15-1 changelogPeter Palfrader
svn:r11009
2007-07-31New upstream versionPeter Palfrader
svn:r11005
2007-07-31 r14034@catbus: nickm | 2007-07-31 05:22:56 -0400Nick Mathewson
possible fix for bug 473: always set buf->cur on buf_remove_from_front. svn:r11004
2007-07-31Stop pretending all systems are fastPeter Palfrader
svn:r11003
2007-07-30bump to 0.2.0.3-alpha-devRoger Dingledine
svn:r10999
2007-07-30tweak commentRoger Dingledine
svn:r10998
2007-07-30 r14024@catbus: nickm | 2007-07-30 14:13:58 -0400Nick Mathewson
Glibc (and maybe others) define a mallinfo() that can be used to see how the platform malloc is acting inside. When we have it, dump its output on dumpmemusage(). svn:r10996
2007-07-30Disable SENTINELS in buffers: it may be responsible for making platform ↵Nick Mathewson
mallocs() be inefficient, and we havent needed it in a long long time. svn:r10994
2007-07-30Yet another buffer RAM patch: tNever ever ever keep a buffer memory chunk ↵Nick Mathewson
around for an empty buffer that could go on the freelist. This wants profiling to make sure that performance doesnt suffer. svn:r10993
2007-07-30 r14016@catbus: nickm | 2007-07-30 13:45:55 -0400Nick Mathewson
More documentation svn:r10992
2007-07-30 r14015@catbus: nickm | 2007-07-30 13:18:05 -0400Nick Mathewson
Add missing code documentation in src/common svn:r10991
2007-07-30whoops, i meant to fill in that urltor-0.2.0.3-alphaRoger Dingledine
svn:r10987
2007-07-30clean up the changelogRoger Dingledine
svn:r10986
2007-07-30clean up some bridge log messagesRoger Dingledine
svn:r10985
2007-07-30writing instructions before you release means you can make sureRoger Dingledine
your instructions don't seg fault svn:r10984
2007-07-30a few more done todo itemsRoger Dingledine
svn:r10983
2007-07-30bump to 0.2.0.3-alphaRoger Dingledine
svn:r10982
2007-07-30 r14001@catbus: nickm | 2007-07-29 21:31:53 -0400Nick Mathewson
Try to call time(NULL) a little less. svn:r10980
2007-07-30 r14000@catbus: nickm | 2007-07-29 21:16:45 -0400Nick Mathewson
Fix bug 472: do not use spaces in pseudo-address for local link cons. svn:r10979
2007-07-30start hunting bugs, first in a non-crashy mannerRoger Dingledine
svn:r10978
2007-07-29 r13996@catbus: nickm | 2007-07-29 19:17:53 -0400Nick Mathewson
Fix whitespace svn:r10977
2007-07-29 r13989@catbus: nickm | 2007-07-29 19:11:07 -0400Nick Mathewson
More directory voting code. Now, if everything works, and I haven't forgotten anything, it is possible to set up some v3 authorities and start voting. Of course, I have probably forgotten something, and there are probably bugs in there somewhere too. svn:r10976
2007-07-29 r13988@catbus: nickm | 2007-07-29 16:32:36 -0400Nick Mathewson
Cheesy attempt to break some censorware. Not a long-term fix, but it will be intersting to watch the epidemiology of the workarounds as the censors apply them. svn:r10975
2007-07-29Be even more aggressive about separating local traffic from relayedRoger Dingledine
traffic when RelayBandwidthRate is set. (Refines proposal 111.) svn:r10974
2007-07-29now that i hunted these command-lines down, let's keep them forRoger Dingledine
posterity. svn:r10973
2007-07-29ambiguous changelog entries are no funRoger Dingledine
svn:r10972
2007-07-29 r13986@catbus: nickm | 2007-07-29 09:15:03 -0400Nick Mathewson
Answer comment from Roger. svn:r10971
2007-07-29patches on r10968: compare advertised capacity, not bandwidthrate;Roger Dingledine
and make the sorting order deterministic to avoid flapping. also note that we could take the "is_auth" checks out of the sorting entirely. svn:r10970
2007-07-29 r13982@catbus: nickm | 2007-07-29 01:31:53 -0400Nick Mathewson
Actually, we missed a rule about what routers to prefer: first prefer authority to non-authority, *then* running, *then* bandwidth. svn:r10969
2007-07-29 r13979@catbus: nickm | 2007-07-29 01:20:20 -0400Nick Mathewson
Implement proposal 109: As an authority, never call more than 3 servers per IP Running and Valid. Prefer Running servers to non-running ones; then prefer high-bandwidth to low-bandwidth. Needs testing. svn:r10968
2007-07-29make progress towards retrying our bridges when they're allRoger Dingledine
down and we get a new socks request svn:r10967
2007-07-29 r13977@catbus: nickm | 2007-07-29 00:09:52 -0400Nick Mathewson
Add compatibility note to control-spec.txt svn:r10966
2007-07-29 r13972@catbus: nickm | 2007-07-29 00:01:38 -0400Nick Mathewson
Make our control events for multi-line async replies conform to our old grammar. Change back to the old grammar (which got "corrected" in r10931). svn:r10964
2007-07-29 r13964@catbus: nickm | 2007-07-28 22:55:10 -0400Nick Mathewson
Change "IN_ADDR" macro to "IN4_ADDR" in an attempt to fix mingw compilation svn:r10963
2007-07-29 r13963@catbus: nickm | 2007-07-28 22:53:32 -0400Nick Mathewson
Add support for signature upload svn:r10962
2007-07-29When running with dmalloc, dump more stats on hup and exit.Roger Dingledine
svn:r10961
2007-07-290.2.0.3-alpha is getting tagged on sunday night. get yourRoger Dingledine
features/bugfixes/bugs in by then. svn:r10960
2007-07-29clean up the changelog before releaseRoger Dingledine
svn:r10959
2007-07-28 r13960@catbus: nickm | 2007-07-28 18:14:29 -0400Nick Mathewson
Start correctly when cached-certs is missing. oops svn:r10957
2007-07-28 r13959@catbus: nickm | 2007-07-28 18:09:56 -0400Nick Mathewson
Use the correct formula to calculate exit weights. svn:r10956