Commit History

Author SHA1 Message Date
  Yang Tse ad638da2c2 Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TU 16 years ago
  Yang Tse 66fb9ca5f6 For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros, 16 years ago
  Dan Fandrich 60f0b4fffe Fixed test 554 to pass the torture test. 16 years ago
  Daniel Stenberg a2314225e0 - Added CURLFORM_STREAM as a supported option to curl_formadd() to allow an 16 years ago
  Daniel Stenberg ad6e28073c removed space after if and while before the parenthesis for better source code 17 years ago
  Dan Fandrich 16b95fc773 Enabled a few more gcc warnings with --enable-debug. Renamed a few 17 years ago
  Dan Fandrich 8cf0814a14 Fixed some minor type mismatches and missing consts mainly found by splint. 17 years ago
  Daniel Stenberg 26af759732 Patrick Monnerat updated the _FORM_DEBUG-enabled code, and I updated comments 17 years ago
  Daniel Stenberg 4d9e24d1e4 Better deal with NULL pointers. 17 years ago
  Gisle Vanem c514a2a89a Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files 17 years ago
  Yang Tse b6f889085d update copyright year notice 17 years ago
  Daniel Stenberg 0fb5a65a58 - David McCreedy provided libcurl changes for doing HTTP communication on 17 years ago
  Gisle Vanem 4031eb1d91 Avoid Metaware's High-C warning "'=' encountered where '==' may have been intended." 18 years ago
  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