Commit History

Author SHA1 Message Date
  Yang Tse 6085ca2aed Fix bad failf() and info() usage 12 years ago
  Yang Tse 1afbccc676 formdata.c: OOM handling fixes 12 years ago
  Daniel Stenberg 840eff44f2 formdata: ack read callback abort 12 years ago
  Yang Tse a50210710a fix bool variables checking and assignment 13 years ago
  Daniel Stenberg 45d883d88d CURLFORM_BUFFER: insert filename as documented 13 years ago
  Yang Tse f1586cb477 stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h 13 years ago
  Yang Tse 0337b87197 time.h and sys/time.h inclusion conditionally done in setup_once.h 13 years ago
  Daniel Stenberg f851f76857 CURLFORM_STREAM: acknowledge CURLFORM_FILENAME 13 years ago
  Daniel Stenberg 0aedccc18a curl_formget: fix FILE * leak 13 years ago
  Daniel Stenberg 85881f9f35 curl_formget: treat CURLFORM_STREAM better 13 years ago
  Daniel Stenberg 0f7bea7c3a unittest: mark all unit tested functions 13 years ago
  Daniel Stenberg 889d1e973f whitespace cleanup: no space first in conditionals 13 years ago
  Daniel Stenberg b903186fa0 source cleanup: unify look, style and indent levels 13 years ago
  Daniel Stenberg c828646f60 CURL_DOES_CONVERSIONS: cleanup 13 years ago
  Yang Tse dc3e7df1c9 fix compiler warning 13 years ago
  Daniel Stenberg e8c442952d formdata: provide error message 13 years ago
  Daniel Stenberg 2309b4e330 remove the CVSish $Id$ lines 14 years ago
  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