- Feb 13, 2012
-
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
-
Nick Mathewson authored
-
It already couldn't fail on Windows, now it can't fail on non-Windows, either.
-
-
Roger Dingledine authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
The invariant is: unconfigured_proxies_n is exactly the number of managed_proxy_t not in state PT_PROTO_COMPLETED. To maintain this, we need to stop overloading unconfigured_proxies_n to also count managed_proxy_t items that are in PT_PROTO_COMPLETED but which might need relaunching. To make it so we can detect those, we introduce another variable. This commit also adds a function to assert that we haven't broken the invariant. Fix for bug 5084; bugfix on 0.2.3.6-alpha, I think.
-
Nick Mathewson authored
In some cases, we solve this by doing a SMARTLIST_DEL_CURRENT before calling managed_proxy_destroy. But for a trickier one, we just make a copy of the list before iterating over it, so that changes to the manage proxy list don't hurt our iteration. This could be related to bug 5084.
-
-
Nick Mathewson authored
Conflicts: src/common/Makefile.am src/or/Makefile.am
-
Nick Mathewson authored
-
-
-
- Feb 12, 2012
-
-
Roger Dingledine authored
-
- Feb 10, 2012
-
-
Sebastian Hahn authored
in Makefile.am, we used it without quoting it, causing build failure if your openssl/sed/sha1sum happened to live in a directory with a space in it (very common on windows)
-
Nick Mathewson authored
-
Nick Mathewson authored
It was apparently getting mistaken for a problem, even though it was at notice. Fixes 5067; fix on 0.2.0.10-alpha.
-
Nick Mathewson authored
(It appeared in 0.2.3.11-alpha, but never in a released 0.2.2 afaict)
-
Nick Mathewson authored
Conflicts: src/common/tortls.c Conflict on comment near use of the new OPENSSL_V macro
-
Nick Mathewson authored
-
- Feb 09, 2012
-
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
This reverts commit 55e8cae8. The conversation from irc: > weasel: i had intended to leave torrc.sample.in alone in maint-0.2.2, since i don't want to make all your stable users have to deal with a torrc change. but nickm changed it. is it in fact the case that a change in that file means a change in the deb? <weasel> it means you'll prompt every single user who ever touched their torrc <weasel> and they will be asked if they like your new version better than what they have right now <weasel> so it's not great Instead I changed the website to redirect requests for the tor-manual URL listed in maint-0.2.2's torrc.sample.in so the link will still work.
-
Karsten Loesing authored
-
- Feb 08, 2012
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
We'd only log every HeartbeatPeriod + 1 seconds. Discovered by Scott Bennett, reported as bug 4942.
-
Roger Dingledine authored
Fix broken URLs. Tell readers about the OutboundBindAddress, ExitPolicyRejectPrivate, and PublishServerDescriptor options.
-
- Feb 02, 2012
-
-
Roger Dingledine authored
-
Roger Dingledine authored
There isn't really any point to messing with it. Resolves ticket 5005.
-
- Jan 31, 2012
-
-
Nick Mathewson authored
-