1. 31 8月, 2020 1 次提交
  2. 24 9月, 2016 1 次提交
  3. 28 6月, 2016 1 次提交
  4. 20 6月, 2014 1 次提交
    • T
      fix gethostby*_r result pointer value on error · fe82bb9b
      Timo Teräs 提交于
      according to the documentation in the man pages, the GNU extension
      functions gethostbyaddr_r, gethostbyname_r and gethostbyname2_r are
      guaranteed to set the result pointer to NULL in case of error or no
      result.
      fe82bb9b
  5. 01 6月, 2014 1 次提交
    • R
      improve gethostbyname2_r using new resolver backend · e8f39ca4
      Rich Felker 提交于
      these changes reduce the size of the function somewhat and remove many
      of its dependencies, including free. in principle it should now be
      async-signal-safe, but this has not been verified in detail.
      
      minor changes to error handling are also made.
      e8f39ca4
  6. 12 12月, 2013 1 次提交
  7. 02 2月, 2013 2 次提交
  8. 12 2月, 2011 1 次提交