1. 07 Jul, 2011 7 commits
  2. 14 Mar, 2011 1 commit
  3. 12 Mar, 2011 1 commit
  4. 21 Feb, 2011 1 commit
  5. 19 Jan, 2011 1 commit
  6. 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
  7. 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
  8. 01 Nov, 2010 1 commit
  9. 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
  10. 13 Oct, 2010 1 commit
  11. 11 Oct, 2010 2 commits
  12. 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
  13. 07 Oct, 2010 1 commit
  14. 28 Sep, 2010 9 commits
  15. 27 Sep, 2010 6 commits
  16. 22 Sep, 2010 1 commit
  17. 19 Sep, 2010 1 commit
    • Brian Swetland's avatar
      add /vendor support · fedbcde6
      Brian Swetland authored
      - add /vendor/lib to front of default library search path
      - remove long-obsolete /lib from default library search path
      
      Change-Id: I7d33bf899be018e7cc4c213d5790bbd991023a62
      fedbcde6
  18. 10 Sep, 2010 1 commit