1. 21 Mar, 2010 1 commit
    • Ben Greear's avatar
      Fix tftp return codes and tsize upload handling · ad76d58e
      Ben Greear authored
      Error codes were not properly returned to the main curl code (and on to apps
      using libcurl).
      
      tftp was crapping out when tsize == 0 on upload, but I see no reason to fail
      to upload just because the remote file is zero-length.  Ignore tsize option on
      upload.
      ad76d58e
  2. 20 Mar, 2010 2 commits
  3. 19 Mar, 2010 1 commit
  4. 18 Mar, 2010 2 commits
  5. 17 Mar, 2010 2 commits
    • Yang Tse's avatar
      · d9291eb4
      Yang Tse authored
      replaced intel compiler option -no-ansi-alias with -fno-strict-aliasing
      d9291eb4
    • Yang Tse's avatar
      · 8d6e8e00
      Yang Tse authored
      update outdated serial number
      8d6e8e00
  6. 16 Mar, 2010 1 commit
  7. 15 Mar, 2010 1 commit
    • Daniel Stenberg's avatar
      - Constantine Sapuntzakis brought a patch: · 733f794c
      Daniel Stenberg authored
        The problem mentioned on Dec 10 2009
        (http://curl.haxx.se/bug/view.cgi?id=2905220) was only partially fixed.
        Partially because an easy handle can be associated with many connections in
        the cache (e.g. if there is a redirect during the lifetime of the easy
        handle).  The previous patch only cleaned up the first one. The new fix now
        removes the easy handle from all connections, not just the first one.
      733f794c
  8. 11 Mar, 2010 4 commits
  9. 10 Mar, 2010 1 commit
  10. 09 Mar, 2010 1 commit
    • Yang Tse's avatar
      · a09be641
      Yang Tse authored
      watt32 compilation fix
      a09be641
  11. 06 Mar, 2010 5 commits
  12. 05 Mar, 2010 6 commits
  13. 04 Mar, 2010 1 commit
  14. 02 Mar, 2010 7 commits
  15. 01 Mar, 2010 3 commits
  16. 28 Feb, 2010 2 commits
    • Yang Tse's avatar
      · 1a1ffb10
      Yang Tse authored
      Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems
      1a1ffb10
    • Yang Tse's avatar
      · 2a056ba4
      Yang Tse authored
      Added ares_nowarn.* to VC6 project file
      2a056ba4