Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-10-10 |
|\ | |||
| * | Don't launch a useless circuit in rend_client_reextend_intro_circuit | Robert Ransom | 2011-10-10 |
| | | | | | | | | Fixes bug 4212. Bug reported by katmagic and found by Sebastian. | ||
| * | Note ticket and source version for feature3951 in changes file | Nick Mathewson | 2011-10-07 |
| | | |||
| * | Merge remote-tracking branch 'karsten/feature3951' into maint-0.2.2 | Nick Mathewson | 2011-10-07 |
| |\ | |||
| | * | Turn on directory request statistics by default. | Karsten Loesing | 2011-10-05 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the default values for collecting directory request statistics and inlcuding them in extra-info descriptors to 1. Don't break if we are configured to collect directory request or entry statistics and don't have a GeoIP database. Instead, print out a notice and skip initializing the affected statistics code. This is the cherry-picked 499661524b0a572303087af721325608dd91f7ce. | ||
* | | | Merge remote-tracking branch 'public/bug2003_nm' | Nick Mathewson | 2011-10-07 |
|\ \ \ | |||
| * | | | Don't update AccountingSoftLimitHitAt on startup | Sebastian Hahn | 2011-09-01 |
| | | | | | | | | | | | | | | | | | | | | | | | | Add a "default" state which we use until we've decided whether we're live or hibernating. This allows us to properly track whether we're resuming a hibernation period or not. Fixes bug 2003. | ||
* | | | | Merge remote-tracking branch 'rransom-tor/bug4018' | Nick Mathewson | 2011-10-07 |
|\ \ \ \ | |||
| * | | | | Fix a bogus warning | Robert Ransom | 2011-09-14 |
| | | | | | |||
* | | | | | Merge remote-tracking branch 'public/bug2430' | Nick Mathewson | 2011-10-07 |
|\ \ \ \ \ | |||
| * | | | | | Provide missing description for our FLEXIBLE_ARRAY_MEMBER defines | Nick Mathewson | 2011-09-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apparently autoheader throws a tantrum if you say 'AC_DEFINE([a], [b])'. Instead you must say 'AC_DEFINE([a], [b], [description of a])'. We were running into this in our replacement definitions for FLEXIBLE_ARRAY_MEMBER, which were only getting built on autoconf versions before 2.61 -- and this made us stop working with those autoconf versinos. Fixes bug 2430; bugfix on 0.2.3.1-alpha. | ||
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-10-07 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||
| * | | | | | Avoid running DNS self-tests if we're operating as a bridge | warms0x | 2011-10-07 |
| | |_|_|/ | |/| | | | |||
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-10-03 |
|\| | | | | |||
| * | | | | Looks like Windows version 6.2 will be Windows 8 | Sebastian Hahn | 2011-10-01 |
| | | | | | | | | | | | | | | | | | | | | Thanks to funkstar for the report | ||
* | | | | | Merge remote-tracking branch 'rransom-tor/bug3335-v2' | Nick Mathewson | 2011-10-03 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/or/connection_edge.c src/or/rendclient.c | ||
| * | | | | | Remove an HS's last_hid_serv_requests entries when a conn. attempt ends | Robert Ransom | 2011-10-02 |
| | | | | | | |||
| * | | | | | Detect and remove unreachable intro points | Robert Ransom | 2011-10-02 |
| | | | | | | |||
| * | | | | | Clear the timed_out flag when an HS connection attempt ends | Robert Ransom | 2011-10-02 |
| | | | | | | |||
* | | | | | | Add changes file for bug 4094 | Nick Mathewson | 2011-10-03 |
| | | | | | | |||
* | | | | | | fold in recent changes entries | Roger Dingledine | 2011-09-28 |
| | | | | | | |||
* | | | | | | Merge branch 'maint-0.2.2' | Roger Dingledine | 2011-09-28 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||
| * | | | | | bridges should use create_fast cells for their own circuits | Roger Dingledine | 2011-09-28 |
| | | | | | | | | | | | | | | | | | | | | | | | | fixes bug 4124, as noticed in bug 4115 | ||
* | | | | | | Merge branch 'maint-0.2.2' | Roger Dingledine | 2011-09-28 |
|\| | | | | | |||
| * | | | | | bug 4115: make bridges use begindir for their dir fetches | Roger Dingledine | 2011-09-28 |
| | | | | | | | | | | | | | | | | | | | | | | | | removes another avenue for enumerating bridges. | ||
* | | | | | | start preparing the 0.2.3.5-alpha changelog | Roger Dingledine | 2011-09-28 |
| | | | | | | |||
* | | | | | | Fix a crash bug in tor_assert(md->held_by_node) | Nick Mathewson | 2011-09-28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fix is to turn held_by_node into a reference count. Fixes bug 4118; bugfix on 0.2.3.1-alpha. | ||
* | | | | | | Merge branch 'maint-0.2.2' | Roger Dingledine | 2011-09-24 |
|\| | | | | | |||
| * | | | | | Add a changes file for Tom Lowenthal's patch for #4063 | Nick Mathewson | 2011-09-24 |
| | | | | | | |||
* | | | | | | Changes file for feature3630 | Nick Mathewson | 2011-09-22 |
| | | | | | | |||
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-09-20 |
|\| | | | | | |||
| * | | | | | changes file for bug 4059 | Nick Mathewson | 2011-09-20 |
| |/ / / / | |||
* | | / / | Log errno on listener socket creation failure. | Nick Mathewson | 2011-09-15 |
| |_|/ / |/| | | | | | | | | | | | This may help diagnose bug 4027. | ||
* | | | | a blurb for 0.2.3.4-alpha | Roger Dingledine | 2011-09-13 |
| |/ / |/| | | |||
* | | | Merge branch 'maint-0.2.2' | Roger Dingledine | 2011-09-13 |
|\| | | |||
| * | | Merge branch 'maint-0.2.1' into maint-0.2.2 | Roger Dingledine | 2011-09-13 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: src/or/main.c src/or/router.c | ||
| | * | | Generate our ssl session certs with a plausible lifetime | Roger Dingledine | 2011-09-13 |
| | | | | | | | | | | | | | | | | | | | | Nobody but Tor uses certs on the wire with 2 hour lifetimes, and it makes us stand out. Resolves ticket 4014. | ||
* | | | | Merge branch 'maint-0.2.2' | Roger Dingledine | 2011-09-12 |
|\| | | | |||
| * | | | Update to the September 2011 GeoIP database. | Karsten Loesing | 2011-09-12 |
| | | | | |||
* | | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-09-11 |
|\| | | | |||
| * | | | Demote 'INTRODUCE2 cell is too {old,new}' message to info level | Robert Ransom | 2011-09-10 |
| | | | | |||
| * | | | Demote HS 'replay detected' log message for DH public keys to info level | Robert Ransom | 2011-09-10 |
| | | | | |||
* | | | | Changes file for bug3936 changes | Nick Mathewson | 2011-09-10 |
| | | | | |||
* | | | | Merge remote-tracking branch 'rransom-tor/typo-fix-ohkah8Ah' | Nick Mathewson | 2011-09-10 |
|\| | | | |||
| * | | | Fix log message typo. | Robert Ransom | 2011-09-10 |
| | | | | |||
* | | | | start an 0.2.3.4-alpha changelog | Roger Dingledine | 2011-09-09 |
| | | | | |||
* | | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-09-09 |
|\| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.in src/or/circuitbuild.c | ||
| * | | | Merge remote-tracking branch 'public/gcc-295-fix' into maint-0.2.2 | Nick Mathewson | 2011-09-09 |
| |\ \ \ | |||
| | * | | | Add changes file for bsd4 fixes | Nick Mathewson | 2011-09-09 |
| | | |/ | | |/| | |||
| * | | | Merge remote-tracking branch 'public/enhance_replay_detection' into maint-0.2.2 | Nick Mathewson | 2011-09-09 |
| |\ \ \ |