Commit History

Author SHA1 Message Date
  Daniel Stenberg a88deadd6f Yves Lejeune fixed so that replacing Content-Type: when doing multipart 18 years ago
  Daniel Stenberg 27c0b43897 David McCreedy fixed a build error when building libcurl with HTTP disabled, 18 years ago
  Yang Tse 856114d05c fix minor compiler warning 18 years ago
  Daniel Stenberg 37f4877e56 Michael Wallner added curl_formget(), which allows an application to extract 18 years ago
  Gisle Vanem 12db20be4e Fixed signed/unsigned convertion errors in Salford-C. 18 years ago
  Daniel Stenberg d055b269ed Yang Tse: fix compilation errors when SSL is not disabled and HTTP is 19 years ago
  Daniel Stenberg 11bdba0007 corrected copyright year 19 years ago
  Daniel Stenberg 6b1220b61d Cory Nelson's work on nuking compiler warnings when building on x64 with 19 years ago
  Dan Fandrich 99befd3a15 C ensures that static variables are initialized to 0 20 years ago
  Daniel Stenberg 4f5a6a33b4 moved the lseek() and stat() magic defines to setup.h and now take advantage 20 years ago
  Dan Fandrich 1ba47e7af9 Add 'const' to immutable arrays. 20 years ago
  Daniel Stenberg 24d47a6e07 Paul Nolan fix to make libcurl build nicely on Windows CE 20 years ago
  Daniel Stenberg beb61ef429 Mohun Biswas found out that formposting a zero-byte file didn't work very 20 years ago
  Daniel Stenberg 7663775971 if basename was found, check for a prototype and if none was found, provide 20 years ago
  Daniel Stenberg 39af394a1c removed tabs and trailing whitespace from source 20 years ago
  Daniel Stenberg 121197bc87 Only include libgen.h if we have a basename as well. 20 years ago
  Daniel Stenberg d5dd8e0fdc let our basename() be static 20 years ago
  Daniel Stenberg fd2aad1d9b someone should hit me 20 years ago
  Daniel Stenberg ec4da97a35 fixed the basename() replacement, reported by Gisle 20 years ago
  Daniel Stenberg 8e87223195 - Based on Fedor Karpelevitch's formpost path basename patch, file parts in 20 years ago
  Daniel Stenberg feb2dd2835 Replaced all uses of sprintf() with the safer snprintf(). It is just a 20 years ago
  Daniel Stenberg c39858aac0 Source cleanups. The major one being that we now _always_ use a Curl_addrinfo 20 years ago
  Daniel Stenberg 24572daccc Allow formposting of files larger than what fits in memory by not reading the 20 years ago
  Daniel Stenberg 8f1783b8a7 provide curl_formfree() even when http is disabled, it does nothing then 20 years ago
  Daniel Stenberg 2098871509 build again with disabled http 20 years ago
  Daniel Stenberg 6ec145d4b4 when built with HTTP disabled, provide a curl_formadd() function anyway to 20 years ago
  Daniel Stenberg af33c6b549 deleted trailing whitespace 20 years ago
  Daniel Stenberg ccdcdb2a46 mark a value as alloced when strdup()ed to prevent memory leaks 20 years ago
  Daniel Stenberg 005042e973 improved cleaning up in case of memory allocation failures 20 years ago
  Daniel Stenberg 939866faab Left-over from before the return-code fix. This is probably the code that 20 years ago