- Feb 16, 2007
-
-
Nick Mathewson authored
Fix 35 remaining DOCDOC comments. Yowza. svn:r9596
-
Nick Mathewson authored
Try to fix VC++ int conversion warning. svn:r9595
-
Nick Mathewson authored
Resolve 56 DOCDOC comments. svn:r9594
-
Nick Mathewson authored
Fix DOCDOC items in or.h; rename a couple of macros to be more sensible. svn:r9593
-
Nick Mathewson authored
Move all struct-offset-manipulation macros into util.h, and use them consistently. Because there are days when "SUBTYPE_P(handle, subtype, _base)" is just easier to read and write than "(basetp*)(((handle) - STRUCT_OFFSET(subtype, _base))". svn:r9592
-
Nick Mathewson authored
Tech config.c about libevent 1.3, and resolve all docdoc elements in config.c svn:r9591
-
- Feb 14, 2007
-
-
Nick Mathewson authored
Tweak stream_bw patch: Remove a couple of redundant checks, save 8 bytes per edge connection, fix spelling in the changelog; expand spec. svn:r9586
-
Nick Mathewson authored
Apply stream_bw patch from Robert Hogan. svn:r9585
-
Nick Mathewson authored
Mention --enable-gcc-warnings and "make check-spaces" in HACKING svn:r9584
-
Nick Mathewson authored
Add some definitions to rend-spec.txt; reference rend-spec.txt in list of relay commmands. svn:r9583
-
- Feb 13, 2007
-
-
Nick Mathewson authored
Fix a longstanding dnsworker-related bug: when we decide to kill a DNS worker for having been in use too long, and we independently decide to close one of the exit connections waiting for that DNS worker (perhaps because we got an END relay cell), it was possible for us to try to double-free the connection. We were smart enough to detect this and assert, but not smart enough to fix this bug before now. This should resolve bug 390. Backport candidate. svn:r9581
-
Peter Palfrader authored
svn:r9579
-
Nick Mathewson authored
Try to fix mingw compile error reported by Li-Hui Zhou. svn:r9578
-
Nick Mathewson authored
Merge proposal 106 into tor-spec.txt; reformat it slightly; mark it closed. svn:r9576
-
Nick Mathewson authored
Always remove expired routers and networkstatus docs before checking whether we have enough information to build circuits. (Fixes bug 373.) svn:r9575
-
Nick Mathewson authored
Node-picking fixes: Never warn when a down node is listed in a config option (bug 348); always warn when a node in a config option is unnamed. Also, when entrynodes is configured, then build the guard list as: (parts of EntryNodes that were guards before), (the rest of EntryNodes), (the rest of the old guards). This last point ensures that EntryNode users will get the EntryNodes they want with the minimum change to their guard list. svn:r9574
-
- Feb 12, 2007
-
-
Nick Mathewson authored
Mark up TODO and control-spec.txt a little. svn:r9573
-
Nick Mathewson authored
Discard any v1 directory info that is so old as to be useless. (Fixes bug 387) svn:r9572
-
Nick Mathewson authored
Do not try to load advapi32.dll except when the user asks us to do something with NT services. When we _do_ try, always treat failure to load service functions as an exit-worthy error. Needs testing. (Fixes bug 389) svn:r9571
-
Nick Mathewson authored
Update copyright dates. svn:r9570
-
Nick Mathewson authored
Handle errors on opening cached-routers* more uniformly and sanely: log not-found errors at level INFO, and all other errors at level WARN. Needs testing on win32. svn:r9569
-
Nick Mathewson authored
Implement proposal 106: stop requiring clients to have certificates, and stop checking for nicknames in certificates. [See proposal 106 for rationale.] Also improve messages when checking TLS handshake, to re-resolve bug 382. svn:r9568
-
Nick Mathewson authored
Mark proposal 106 accepted. svn:r9567
-
Roger Dingledine authored
svn:r9566
-
Roger Dingledine authored
we get when we hang up on an unhandshaked socks connection. i'm still seeing these from polipo. darn it. svn:r9565
-
- Feb 11, 2007
-
-
Roger Dingledine authored
polipo bug. svn:r9553
-
Roger Dingledine authored
svn:r9552
-
- Feb 10, 2007
-
-
Roger Dingledine authored
svn:r9551
-
Nick Mathewson authored
Checkporint TODO changes from meeting svn:r9550
-
Nick Mathewson authored
Refactor setconf implementation to be a little slower, but far less error prone. svn:r9549
-
Nick Mathewson authored
Remove XXXX012 for apparently resolved bug svn:r9548
-
Roger Dingledine authored
svn:r9547
-
Roger Dingledine authored
one config option at once. (Vidalia 0.0.11 does this.) Backport candidate. svn:r9545
-
Nick Mathewson authored
New proposal that should maybe get in by 0.1.2.x: relax X.509 cert requirements. svn:r9544
-
Nick Mathewson authored
Mark 100 dead; write more about what should go in a proposal; add status tags to index. svn:r9543
-
- Feb 09, 2007
-
-
Roger Dingledine authored
and hup, stop triggering an assert based on an empty onion_key. svn:r9540
-
Roger Dingledine authored
svn:r9539
-
- Feb 08, 2007
-
-
Nick Mathewson authored
Fix an "uninitialized variable" warning. svn:r9536
-
Nick Mathewson authored
Mark some items done or deferred in TODO. svn:r9535
-
Nick Mathewson authored
Explain that update_router_desciptor_downloads happens every 10 seconds in main.c, and we don't need to call it from directory.c svn:r9534
-