Skip to content
  1. Jun 01, 2009
  2. May 27, 2009
  3. May 25, 2009
  4. May 19, 2009
  5. May 18, 2009
  6. May 17, 2009
  7. May 11, 2009
  8. May 08, 2009
  9. May 07, 2009
  10. May 04, 2009
  11. May 02, 2009
  12. May 01, 2009
  13. Apr 29, 2009
    • Daniel Stenberg's avatar
      - Based on bug report #2723219 (http://curl.haxx.se/bug/view.cgi?id=2723219) · e2c6e005
      Daniel Stenberg authored
        I've now made TFTP "connections" not being kept for re-use within libcurl.
        TFTP is UDP-based so the benefit was really low (if even existing) to begin
        with so instead of tracking down to fix this problem we instead removed the
        re-use. I also enabled test case 1099 that I wrote a few days ago to verify
        that this change fixes the reported problem.
      e2c6e005
  14. Apr 28, 2009
  15. Apr 26, 2009
  16. Apr 24, 2009
  17. Apr 23, 2009
  18. Apr 20, 2009
  19. Apr 17, 2009
  20. Apr 13, 2009
  21. Apr 10, 2009
  22. Apr 08, 2009
  23. Apr 02, 2009
    • Yang Tse's avatar
      Fix curl_off_t definition for builds done using Sun compilers and a · 168fb3a8
      Yang Tse authored
      non-configured libcurl. In this case curl_off_t data type was gated
      to the off_t data type which depends on the _FILE_OFFSET_BITS. This
      configuration is exactly the unwanted configuration for our curl_off_t
      data type which must not depend on such setting. This breaks ABI for
      libcurl libraries built with Sun compilers which were built without
      having run the configure script with _FILE_OFFSET_BITS different than
      64 and using the ILP32 data model.
      168fb3a8
    • Dan Fandrich's avatar
      Added the curl_easy_recv return code fix · 626f9bd8
      Dan Fandrich authored
      626f9bd8
  24. Mar 18, 2009
  25. Mar 13, 2009
  26. Mar 12, 2009