Commit History

Author SHA1 Message Date
  Daniel Stenberg 33ce0ec1f1 wrap long lines and do some indent policing 14 years ago
  Yang Tse 59939313f8 Make usage of calloc()'s arguments consistent with rest of code base 14 years ago
  Yang Tse 6d4e6cc813 14 years ago
  Yang Tse 0077a6d51b Attempt to silence bogus compiler warning: "Potential null pointer dereference" 14 years ago
  Yang Tse f2f45339dc Moved Curl_rand() and Curl_srand() code from formdata.c and formdata.h 15 years ago
  Patrick Monnerat c32cf33a16 Replaced use of standard C library rand()/srand() by our own pseudo-random number generator. 15 years ago
  Yang Tse 16ae283fb4 initialize fread callback pointer to avoid compiler warning 15 years ago
  Yang Tse 33a3753c3f libcurl's memory.h renamed to curl_memory.h 15 years ago
  Daniel Stenberg 2a86817349 malloc+memset => calloc 15 years ago
  Dan Fandrich a028c69f48 Avoid creating garbage on an OOM error 15 years ago
  Dan Fandrich 9b033e1b8a Added .xml as one of the few common file extensions known by the multipart 15 years ago
  Daniel Stenberg 2249c12a3c fix an OOM problem detected by Jim Meyering 15 years ago
  Daniel Stenberg 0bb91218c5 added a NULL pointer check for the name field as it can in fact be NULL when 15 years ago
  Yang Tse 4e909ee8b1 ntoa() and inet_ntoa_r() no longer used 16 years ago
  Yang Tse 59e378f48f remove unnecessary typecasting of malloc() 16 years ago
  Yang Tse a622fd90b4 remove unnecessary typecasting of calloc() 16 years ago
  Dan Fandrich 934708d950 Made some variables const which eliminated some casts 16 years ago
  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 16 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