Skip to content
  1. Jan 20, 2015
    • 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 14, 2015
  7. 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
  8. Jan 09, 2015
  9. Jan 08, 2015
  10. Jan 07, 2015
  11. Jan 05, 2015
  12. Jan 04, 2015