Skip to content
  1. Jan 20, 2015
    • Daniel Stenberg's avatar
      ipv6: enclose AF_INET6 uses with proper #ifdefs for ipv6 · 960b04e1
      Daniel Stenberg authored
      Reported-by: Chris Young
      960b04e1
    • Chris Young's avatar
      timeval: typecast for better type (on Amiga) · 089783c8
      Chris Young authored
      There is an issue with conflicting "struct timeval" definitions with
      certain AmigaOS releases and C libraries, depending on what gets
      included when.  It's a minor difference - the OS one is unsigned,
      whereas the common structure has signed elements.  If the OS one ends up
      getting defined, this causes a timing calculation error in curl.
      
      It's easy enough to resolve this at the curl end, by casting the
      potentially errorneous calculation to a signed long.
      089783c8
  2. Jan 19, 2015
  3. Jan 18, 2015
  4. Jan 17, 2015
  5. Jan 16, 2015
  6. Jan 15, 2015
  7. Jan 14, 2015
  8. Jan 12, 2015
    • Marc Hoersken's avatar
      curl_schannel.c: mark session as removed from cache if not freed · e9834808
      Marc Hoersken authored
      If the session is still used by active SSL/TLS connections, it
      cannot be closed yet. Thus we mark the session as not being cached
      any longer so that the reference counting mechanism in
      Curl_schannel_shutdown is used to close and free the session.
      
      Reported-by: Jean-Francois Durand
      e9834808
  9. Jan 09, 2015