1. 20 Jan, 2015 1 commit
    • 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. 19 Jan, 2015 2 commits
  3. 18 Jan, 2015 4 commits
  4. 17 Jan, 2015 10 commits
  5. 16 Jan, 2015 18 commits
  6. 15 Jan, 2015 1 commit
  7. 14 Jan, 2015 1 commit
  8. 12 Jan, 2015 1 commit
    • 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. 09 Jan, 2015 2 commits