1. 28 Jan, 2012 3 commits
    • Martin Storsjo's avatar
      Explicitly link to the nettle/gcrypt libraries · f710aa40
      Martin Storsjo authored
      When support for nettle was added in 64f328c7, I overlooked
      the fact that AC_CHECK_LIB doesn't add the tested lib to LIBS
      if the check succeeded, if a custom success code block was present.
      (The previous version of the check had an empty block for
      successful checks, adding the lib to LIBS implicitly.)
      
      Therefore, explicitly add either nettle or gcrypt to LIBS, after
      deciding which one to use. Even if they can be linked in
      transitively, it is safer to actually link explicitly to them.
      
      This fixes building with gnutls with linkers that don't allow
      linking transitively, such as for windows.
      f710aa40
    • Pierre Ynard's avatar
      more resilient connection times among IP addresses · f4d3c0cb
      Pierre Ynard authored
      When connecting to a domain with multiple IP addresses, allow different,
      decreasing connection timeout values. This should guarantee some
      connections attempts with sufficiently long timeouts, while still
      providing fallback.
      f4d3c0cb
    • Pierre Ynard's avatar
      remove write-only variable · 4d2737bc
      Pierre Ynard authored
      4d2737bc
  2. 26 Jan, 2012 2 commits
  3. 25 Jan, 2012 5 commits
  4. 24 Jan, 2012 5 commits
  5. 22 Jan, 2012 1 commit
  6. 21 Jan, 2012 2 commits
  7. 20 Jan, 2012 1 commit
  8. 19 Jan, 2012 5 commits
  9. 18 Jan, 2012 12 commits
  10. 17 Jan, 2012 3 commits
  11. 16 Jan, 2012 1 commit