aboutsummaryrefslogtreecommitdiff
path: root/changes
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-10-10
|\
| * Don't launch a useless circuit in rend_client_reextend_intro_circuitRobert Ransom2011-10-10
| | | | | | | | Fixes bug 4212. Bug reported by katmagic and found by Sebastian.
| * Note ticket and source version for feature3951 in changes fileNick Mathewson2011-10-07
| |
| * Merge remote-tracking branch 'karsten/feature3951' into maint-0.2.2Nick Mathewson2011-10-07
| |\
| | * Turn on directory request statistics by default.Karsten Loesing2011-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 Mathewson2011-10-07
|\ \ \
| * | | Don't update AccountingSoftLimitHitAt on startupSebastian Hahn2011-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 Mathewson2011-10-07
|\ \ \ \
| * | | | Fix a bogus warningRobert Ransom2011-09-14
| | | | |
* | | | | Merge remote-tracking branch 'public/bug2430'Nick Mathewson2011-10-07
|\ \ \ \ \
| * | | | | Provide missing description for our FLEXIBLE_ARRAY_MEMBER definesNick Mathewson2011-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 Mathewson2011-10-07
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Avoid running DNS self-tests if we're operating as a bridgewarms0x2011-10-07
| | |_|_|/ | |/| | |
* | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-10-03
|\| | | |
| * | | | Looks like Windows version 6.2 will be Windows 8Sebastian Hahn2011-10-01
| | | | | | | | | | | | | | | | | | | | Thanks to funkstar for the report
* | | | | Merge remote-tracking branch 'rransom-tor/bug3335-v2'Nick Mathewson2011-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 endsRobert Ransom2011-10-02
| | | | | |
| * | | | | Detect and remove unreachable intro pointsRobert Ransom2011-10-02
| | | | | |
| * | | | | Clear the timed_out flag when an HS connection attempt endsRobert Ransom2011-10-02
| | | | | |
* | | | | | Add changes file for bug 4094Nick Mathewson2011-10-03
| | | | | |
* | | | | | fold in recent changes entriesRoger Dingledine2011-09-28
| | | | | |
* | | | | | Merge branch 'maint-0.2.2'Roger Dingledine2011-09-28
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | bridges should use create_fast cells for their own circuitsRoger Dingledine2011-09-28
| | | | | | | | | | | | | | | | | | | | | | | | fixes bug 4124, as noticed in bug 4115
* | | | | | Merge branch 'maint-0.2.2'Roger Dingledine2011-09-28
|\| | | | |
| * | | | | bug 4115: make bridges use begindir for their dir fetchesRoger Dingledine2011-09-28
| | | | | | | | | | | | | | | | | | | | | | | | removes another avenue for enumerating bridges.
* | | | | | start preparing the 0.2.3.5-alpha changelogRoger Dingledine2011-09-28
| | | | | |
* | | | | | Fix a crash bug in tor_assert(md->held_by_node)Nick Mathewson2011-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 Dingledine2011-09-24
|\| | | | |
| * | | | | Add a changes file for Tom Lowenthal's patch for #4063Nick Mathewson2011-09-24
| | | | | |
* | | | | | Changes file for feature3630Nick Mathewson2011-09-22
| | | | | |
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-09-20
|\| | | | |
| * | | | | changes file for bug 4059Nick Mathewson2011-09-20
| |/ / / /
* | | / / Log errno on listener socket creation failure.Nick Mathewson2011-09-15
| |_|/ / |/| | | | | | | | | | | This may help diagnose bug 4027.
* | | | a blurb for 0.2.3.4-alphaRoger Dingledine2011-09-13
| |/ / |/| |
* | | Merge branch 'maint-0.2.2'Roger Dingledine2011-09-13
|\| |
| * | Merge branch 'maint-0.2.1' into maint-0.2.2Roger Dingledine2011-09-13
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: src/or/main.c src/or/router.c
| | * | Generate our ssl session certs with a plausible lifetimeRoger Dingledine2011-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 Dingledine2011-09-12
|\| | |
| * | | Update to the September 2011 GeoIP database.Karsten Loesing2011-09-12
| | | |
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-09-11
|\| | |
| * | | Demote 'INTRODUCE2 cell is too {old,new}' message to info levelRobert Ransom2011-09-10
| | | |
| * | | Demote HS 'replay detected' log message for DH public keys to info levelRobert Ransom2011-09-10
| | | |
* | | | Changes file for bug3936 changesNick Mathewson2011-09-10
| | | |
* | | | Merge remote-tracking branch 'rransom-tor/typo-fix-ohkah8Ah'Nick Mathewson2011-09-10
|\| | |
| * | | Fix log message typo.Robert Ransom2011-09-10
| | | |
* | | | start an 0.2.3.4-alpha changelogRoger Dingledine2011-09-09
| | | |
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-09-09
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.in src/or/circuitbuild.c
| * | | Merge remote-tracking branch 'public/gcc-295-fix' into maint-0.2.2Nick Mathewson2011-09-09
| |\ \ \
| | * | | Add changes file for bsd4 fixesNick Mathewson2011-09-09
| | | |/ | | |/|
| * | | Merge remote-tracking branch 'public/enhance_replay_detection' into maint-0.2.2Nick Mathewson2011-09-09
| |\ \ \