Skip to content
  1. Jun 05, 2009
  2. Jun 04, 2009
  3. Jun 01, 2009
  4. May 27, 2009
  5. May 25, 2009
  6. May 19, 2009
  7. May 18, 2009
  8. May 17, 2009
  9. May 11, 2009
  10. May 08, 2009
  11. May 07, 2009
  12. May 04, 2009
  13. May 02, 2009
  14. May 01, 2009
  15. 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
  16. Apr 28, 2009
  17. Apr 26, 2009
  18. Apr 24, 2009
  19. Apr 23, 2009
  20. Apr 20, 2009
  21. Apr 17, 2009
  22. Apr 13, 2009
  23. Apr 10, 2009
  24. Apr 08, 2009
  25. 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