1. 16 Nov, 2011 3 commits
    • Elliott Hughes's avatar
      2c222c49
    • Elliott Hughes's avatar
      Update to tzdata2011n. · f0e5b680
      Elliott Hughes authored
      This is a bumper update from tzdata2010k, affecting many time zones, including:
      
      2011c: Chile and Annette Island, Alaska.
      2011d: Cuba, Samoa, and Turkey.
      2011e: Chile and Morocco.
      2011g: Egypt.
      2011h: Russia and Curacao.
      2011i: South Sudan (Africa/Juba), Samoa, Europe/Kalingrad, Newfoundland,
          America/Resolute, Metlakatla, America/Honolulu, America/Goose_Bay and
          America/St_Johns.
      2011j: Samoa, Kenya, Uganda, and Tanzania.
      2011k: Palestine, Gaza, Hebron, Belarus, Ukraine, and Russia.
      2011l: Asia/Hebron and Pacific/Fiji (and historical data for
          America/Sitka).
      2011m: Europe/Tiraspol (Moldova) and all four Ukrainian zones.
      2011n: Cuba (America/Havana), Europe/Tiraspol (Moldova), Fiji.
      
      (This list is not comprehensive.)
      
      Bug: 5530615
      Change-Id: I599250a1c19c2897425e4a5418b925b2f8f88e14
      f0e5b680
    • Elliott Hughes's avatar
      Backport ICS' tzdata update script to Gingerbread. · 30983c9a
      Elliott Hughes authored
      Bug: 5530615
      Change-Id: I1aff3e33bc5f746f0defe1aca4453379455c8c1b
      30983c9a
  2. 29 Sep, 2011 1 commit
  3. 09 Jul, 2011 2 commits
  4. 07 Jul, 2011 18 commits
  5. 14 Mar, 2011 1 commit
  6. 12 Mar, 2011 1 commit
  7. 21 Feb, 2011 1 commit
  8. 19 Jan, 2011 1 commit
  9. 16 Jan, 2011 1 commit
    • Lorenzo Colitti's avatar
      Only look up A records if the system has IPv4. · ba96e30f
      Lorenzo Colitti authored
      getaddrinfo only asks DNS for IPv6 addresses if the system
      has IPv6 connectivity, but always asks for IPv4 addresses.
      Don't ask for IPv4 addresses if there is no IPv4
      connectivity.
      
      Change-Id: Iefe9fcb006fabe60b4b11dd4653a7c4a406506f4
      ba96e30f
  10. 14 Jan, 2011 3 commits
    • Steinar H. Gunderson's avatar
      Backport (simple cherry-pick) d3301903 · 2e23e292
      Steinar H. Gunderson authored
      to gingerbread.
      
      Implement RFC3484 policy table changes from draft-ietf-6man-rfc3484-revise-01.
      
      The changes in a nutshell:
      
       - Handle v4-mapped as different from v4-compat (this was probably
         an existing bug in our code).
       - Add policy entries for ULA, above most everything else.
       - Put v4-compat, old-style IPv6 site-local and 6bone addresses
         way down in the preference table.
      
      The rest is just shuffling numbers around (no actual changes to
      priority).
      2e23e292
    • Steinar H. Gunderson's avatar
      Backport (simple cherry-pick) 64b6c433 · f4dca7be
      Steinar H. Gunderson authored
      to gingerbread.
      
      Add a new #define IN6_IS_ADDR_ULA, for testing for Universal Local IPv6 Unicast addresses (ULAs). These replace the old site-local IPv6 addresses.
      f4dca7be
    • Steinar H. Gunderson's avatar
      Backport (simple cherry-pick) d1624add · a798b9f0
      Steinar H. Gunderson authored
      to gingerbread.
      
      Don't treat private IPv4 addresses as being in a non-global scope. The effect of this change is essentially to prefer NATed IPv4 over 6to4.
      a798b9f0
  11. 01 Nov, 2010 1 commit
  12. 21 Oct, 2010 1 commit
    • David 'Digit' Turner's avatar
      libc: fix executable destruction support. · 1df986c2
      David 'Digit' Turner authored
      This change allows an executable to call its destructor functions
      (declared with __attribute__((destructor))) to be properly called
      when it normally exits.
      
      Note that this is different from calling the destructors of a shared
      library when it is unloaded with dlclose() or through program exit,
      which are already supported.
      
      Bug: 3106500
      Change-Id: I1412ef5407f13b613fc6cb6103e0a691dbee4b1a
      1df986c2
  13. 13 Oct, 2010 1 commit
  14. 11 Oct, 2010 2 commits
  15. 09 Oct, 2010 1 commit
    • David 'Digit' Turner's avatar
      libc: tag missing functions in system headers. · bb5581ad
      David 'Digit' Turner authored
      This matches recent changes in the NDK header.
      We enclose missing functions in #if 0 .. #endif blocks
      with a clear "MISSING" in comments in order to locate
      them later.
      
      Change-Id: I87b3a62e777897e75c9243360fb0a82bcc53d9fb
      bb5581ad
  16. 07 Oct, 2010 1 commit
  17. 28 Sep, 2010 1 commit