1. 31 Aug, 2007 1 commit
  2. 30 Aug, 2007 1 commit
    • Dan Fandrich's avatar
      Renamed several libcurl error codes and options to make them more general · 9f44a955
      Dan Fandrich authored
      and allow reuse by multiple protocols. Several unused error codes were
      removed.  In all cases, macros were added to preserve source (and binary)
      compatibility with the old names.  These macros are subject to removal at
      a future date, but probably not before 2009.  An application can be
      tested to see if it is using any obsolete code by compiling it with the
      CURL_NO_OLDIES macro defined.
      
      Documented some newer error codes in libcurl-error(3)
      9f44a955
  3. 23 Aug, 2007 1 commit
  4. 07 Aug, 2007 1 commit
  5. 01 Aug, 2007 1 commit
  6. 10 Jul, 2007 1 commit
  7. 01 Jul, 2007 1 commit
  8. 30 Jun, 2007 1 commit
  9. 27 Jun, 2007 1 commit
  10. 25 Jun, 2007 2 commits
  11. 30 May, 2007 1 commit
  12. 08 May, 2007 1 commit
  13. 20 Apr, 2007 1 commit
  14. 16 Apr, 2007 1 commit
  15. 11 Apr, 2007 1 commit
  16. 20 Feb, 2007 1 commit
  17. 12 Feb, 2007 2 commits
  18. 05 Feb, 2007 1 commit
    • Daniel Stenberg's avatar
      - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MS · 91386937
      Daniel Stenberg authored
        and CURLOPT_CONNECTTIMEOUT_MS that, as their names should hint, do the
        timeouts with millisecond resolution instead. The only restriction to that
        is the alarm() (sometimes) used to abort name resolves as that uses full
        seconds. I fixed the FTP response timeout part of the patch.
      
        Internally we now count and keep the timeouts in milliseconds but it also
        means we multiply set timeouts with 1000. The effect of this is that no
        timeout can be set to more than 2^31 milliseconds (on 32 bit systems), which
        equals 24.86 days.  We probably couldn't before either since the code did
        *1000 on the timeout values on several places already.
      91386937
  19. 30 Jan, 2007 1 commit
  20. 08 Jan, 2007 1 commit
  21. 05 Jan, 2007 1 commit
  22. 02 Nov, 2006 1 commit
  23. 30 Oct, 2006 2 commits
  24. 21 Oct, 2006 1 commit
  25. 12 Oct, 2006 1 commit
    • Daniel Stenberg's avatar
      Jeff Pohlmeyer has been working with the hiperfifo.c example source code, · b61c0638
      Daniel Stenberg authored
      and while doing so it became apparent that the current timeout system for
      the socket API really was a bit awkward since it become quite some work to
      be sure we have the correct timeout set.
      
      Jeff then provided the new CURLMOPT_TIMERFUNCTION that is yet another
      callback the app can set to get to know when the general timeout time
      changes and thus for an application like hiperfifo.c it makes everything a
      lot easier and nicer. There's a CURLMOPT_TIMERDATA option too of course in
      good old libcurl tradition.
      b61c0638
  26. 30 Sep, 2006 1 commit
  27. 11 Sep, 2006 1 commit
  28. 07 Sep, 2006 1 commit
  29. 04 Sep, 2006 1 commit
  30. 03 Sep, 2006 1 commit
  31. 29 Aug, 2006 2 commits
  32. 11 Aug, 2006 1 commit
  33. 04 Aug, 2006 3 commits
  34. 03 Aug, 2006 1 commit