Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-22 | pick a more accurate release datetor-0.2.2.19-alpha | Roger Dingledine | |
2010-11-21 | bump to 0.2.2.19-alpha | Roger Dingledine | |
2010-11-21 | prepare for our emergency openssl fix release | Roger Dingledine | |
2010-11-21 | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2 | Nick Mathewson | |
2010-11-21 | Merge branch 'fix2204' into maint-0.2.1 | Nick Mathewson | |
2010-11-20 | Do not set the hostname TLS extension server-side; only client-side | Nick Mathewson | |
This may fix bug 2204, and resolve the incompatibility with openssl 0.9.8p/1.0.0b. | |||
2010-11-19 | Fix a unit test broken by fix for 2195 | Nick Mathewson | |
2010-11-19 | Merge branch 'fix2183', remote branch 'rransom/fix2195-v2' into maint-0.2.2 | Nick Mathewson | |
2010-11-19 | Add changes file for bug2195. | Robert Ransom | |
2010-11-19 | Fix logic error in router_dump_router_to_string. | Robert Ransom | |
Spotted by Nick Mathewson. | |||
2010-11-19 | Add comments to some of the bug2183 fix code | Nick Mathewson | |
2010-11-17 | Generate a router descriptor even if generating an extra-info descriptor fails. | Robert Ransom | |
Fixes bug #2195. | |||
2010-11-17 | Do not emit an extra-info-digest descriptor line if the digest is zero. | Robert Ransom | |
2010-11-17 | Tweak the bugfix for 2183 a bit more. | Karsten Loesing | |
2010-11-16 | new development version | Roger Dingledine | |
2010-11-16 | final touchupstor-0.2.2.18-alpha | Roger Dingledine | |
2010-11-16 | bump to 0.2.2.18-alpha | Roger Dingledine | |
2010-11-16 | warn more about AllowSingleHopExits | Roger Dingledine | |
2010-11-15 | merge in more changelog entries | Roger Dingledine | |
2010-11-15 | Merge commit 'nickm/1776_redux_v1' into maint-0.2.2 | Roger Dingledine | |
2010-11-15 | Clean up my 1776 fix a bit | Nick Mathewson | |
Sebastian notes (and I think correctly) that one of our ||s should have been an &&, which simplifies a boolean expression to decide whether to replace bridges. I'm also refactoring out the negation at the start of the expression, to make it more readable. | |||
2010-11-15 | Move controller event for socks warning into log_unsafe_socks_warning | Nick Mathewson | |
2010-11-15 | Merge branch 'bug2000_nm_022' into maint-0.2.2 | Nick Mathewson | |
2010-11-15 | changes entry for nopublish removal in 5040c855d | Nick Mathewson | |
2010-11-15 | Make the coducmentation for SingleHop stuff slightly more dire | Nick Mathewson | |
2010-11-15 | Merge remote branch 'sebastian/manpagefixups' into maint-0.2.2 | Nick Mathewson | |
2010-11-15 | Rate-limit unsafe socks warning | Sebastian Hahn | |
Pick 5 seconds as the limit. 5 seconds is a compromise here between making sure the user notices that the bad behaviour is (still) happening and not spamming their log too much needlessly (the log message is pretty long). We also keep warning every time if safesocks is specified, because then the user presumably wants to hear about every blocked instance. (This is based on the original patch by Sebastian, then backported to 0.2.2 and with warnings split into their own function.) | |||
2010-11-15 | Don't use log_err for non-criticial warnings. | Karsten Loesing | |
2010-11-15 | Try harder not to exceed the 50 KB extra-info descriptor limit. | Karsten Loesing | |
Our checks that we don't exceed the 50 KB size limit of extra-info descriptors apparently failed. This patch fixes these checks and reserves another 250 bytes for appending the signature. Fixes bug 2183. | |||
2010-11-12 | Avoid perma-blocking the controller on bug in shrink_freelist | Nick Mathewson | |
In all likelihood, this bug would make Tor assert, but if it doesn't, let's not have two bugs. | |||
2010-11-12 | Add changes file for bug1125 | Nick Mathewson | |
2010-11-12 | Merge remote branch 'rransom/bug1125-022' into maint-0.2.2 | Nick Mathewson | |
2010-11-12 | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2 | Nick Mathewson | |
2010-11-12 | Add changes file for bug1125 | Nick Mathewson | |
2010-11-12 | Disable logging to control port connections in buf_shrink_freelists. | Robert Ransom | |
If buf_shrink_freelists calls log_warn for some reason, we don't want the log call itself to throw buf_shrink_freelists further off the rails. | |||
2010-11-12 | Move the original log_info call out of the core of buf_shrink_freelists. | Robert Ransom | |
Sending a log message to a control port can cause Tor to allocate a buffer, thereby changing the length of the freelist behind buf_shrink_freelists's back, thereby causing an assertion to fail. Fixes bug #1125. | |||
2010-11-12 | Disable logging to control port connections in buf_shrink_freelists. | Robert Ransom | |
If buf_shrink_freelists calls log_warn for some reason, we don't want the log call itself to throw buf_shrink_freelists further off the rails. | |||
2010-11-12 | Move the original log_info call out of the core of buf_shrink_freelists. | Robert Ransom | |
Sending a log message to a control port can cause Tor to allocate a buffer, thereby changing the length of the freelist behind buf_shrink_freelists's back, thereby causing an assertion to fail. Fixes bug #1125. | |||
2010-11-11 | Merge remote branch 'sebastian/remove-osx-expert-package' into maint-0.2.2 | Nick Mathewson | |
2010-11-11 | Merge branch 'maint-0.2.1' into maint-0.2.2 | Roger Dingledine | |
2010-11-11 | let unpublished bridges learn their ip address too | Roger Dingledine | |
2010-11-10 | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2 | Nick Mathewson | |
2010-11-10 | Enforce multiplicity rules when parsing annotations. | Nick Mathewson | |
We would never actually enforce multiplicity rules when parsing annotations, since the counts array never got entries added to it for annotations in the token list that got added by earlier calls to tokenize_string. Found by piebeer. | |||
2010-11-10 | Fix a bug where seting allow_annotations==0 only ignores annotations, but ↵ | Nick Mathewson | |
does not block them | |||
2010-11-10 | Bulletproof the routerlist manipulation functions to handle reinserting the ↵ | Nick Mathewson | |
same descriptor | |||
2010-11-10 | Document hs dht min uptime change in privnets | Sebastian Hahn | |
In f87c6f100d2faf8d we made it so that MinUptimeHidServDirectoryV2 defaults to 0 if TestingTorNetwork is set. Add a manpage entry and a changes file. | |||
2010-11-10 | Document the AllowSingleHopExits option | Sebastian Hahn | |
2010-11-10 | Improve documentation for RelayBandwdith* options | Sebastian Hahn | |
Jesse Adelman noticed that we don't currently describe what happens very well. | |||
2010-11-10 | Add V3BandwidthsFile to the manpage | Sebastian Hahn | |
2010-11-10 | Break NoPublish support | Sebastian Hahn | |