1. 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
  2. 23 Aug, 2007 1 commit
  3. 07 Aug, 2007 1 commit
  4. 01 Aug, 2007 1 commit
  5. 10 Jul, 2007 1 commit
  6. 01 Jul, 2007 1 commit
  7. 30 Jun, 2007 1 commit
  8. 27 Jun, 2007 1 commit
  9. 25 Jun, 2007 2 commits
  10. 30 May, 2007 1 commit
  11. 08 May, 2007 1 commit
  12. 20 Apr, 2007 1 commit
  13. 16 Apr, 2007 1 commit
  14. 11 Apr, 2007 1 commit
  15. 20 Feb, 2007 1 commit
  16. 12 Feb, 2007 2 commits
  17. 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
  18. 30 Jan, 2007 1 commit
  19. 08 Jan, 2007 1 commit
  20. 05 Jan, 2007 1 commit
  21. 02 Nov, 2006 1 commit
  22. 30 Oct, 2006 2 commits
  23. 21 Oct, 2006 1 commit
  24. 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
  25. 30 Sep, 2006 1 commit
  26. 11 Sep, 2006 1 commit
  27. 07 Sep, 2006 1 commit
  28. 04 Sep, 2006 1 commit
  29. 03 Sep, 2006 1 commit
  30. 29 Aug, 2006 2 commits
  31. 11 Aug, 2006 1 commit
  32. 04 Aug, 2006 3 commits
  33. 03 Aug, 2006 1 commit
  34. 30 Jul, 2006 1 commit