Commit History

Author SHA1 Message Date
  Daniel Stenberg 4f45240bc8 lib: include curl_printf.h as one of the last headers 8 years ago
  Daniel Stenberg a71012c03e code: style updates 8 years ago
  Daniel Stenberg 36b5dff030 formdata: use appropriate fopen() macros 8 years ago
  Steve Holme 7e312bdfdd formdata.c: Fixed compilation warning 8 years ago
  Daniel Stenberg c2a809cd26 formpost: fix memory leaks in AddFormData error branches 8 years ago
  Daniel Stenberg 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
  Jay Satiro 738b0ba09e formdata: Check if length is too large for memory 9 years ago
  Daniel Stenberg ca5f9341ef formadd: support >2GB files on windows 9 years ago
  Daniel Stenberg 49a991346e curl.h: s/HTTPPOST_/CURL_HTTPOST_ 9 years ago
  Tatsuhiro Tsujikawa 119037325d build: fix failures with -Wcast-align and -Werror 9 years ago
  Daniel Stenberg 33ee411848 checksrc: detect fopen() for text without the FOPEN_* macros 9 years ago
  Dan Fandrich 35648f2e79 curl_memory: make curl_memory.h the second-last header file loaded 9 years ago
  Daniel Stenberg 0f4a03cbb6 free: instead of Curl_safefree() 9 years ago
  Markus Elfring 9e661601fe Bug #149: Deletion of unnecessary checks before a few calls of cURL functions 9 years ago
  Markus Elfring 29c655c0a6 Bug #149: Deletion of unnecessary checks before calls of the function "free" 9 years ago
  Daniel Stenberg df5578a7a3 mprintf.h: remove #ifdef CURLDEBUG 9 years ago
  Daniel Stenberg b387560692 curl_easy_duphandle: CURLOPT_COPYPOSTFIELDS read out of bounds 10 years ago
  Daniel Stenberg 0eb3d15ccb code cleanup: we prefer 'CURLcode result' 10 years ago
  Daniel Stenberg b74205d022 FormAdd: precaution against memdup() of NULL pointer 10 years ago
  Daniel Stenberg fb4726d571 formdata: removed unnecessary USE_SSLEAY use 10 years ago
  Dan Fandrich 6374ab2a36 formdata: Must use Curl_safefree instead of free 10 years ago
  Dan Fandrich 85a4df8b79 formdata: Fixed memory leak on OOM condition 10 years ago
  Daniel Stenberg 9597f7dfbc formpost: use semicolon in multipart/mixed 10 years ago
  Daniel Stenberg 11e8066ef9 vtls: renamed sslgen.[ch] to vtls.[ch] 11 years ago
  Daniel Stenberg eccf4fb7ee vtls: created subdir, moved sslgen.[ch] there, updated all include lines 11 years ago
  Daniel Stenberg 0ddc678927 formadd: wrong pointer for file name when CURLFORM_BUFFERPTR used 11 years ago
  John E. Malmberg db2deba6b4 curl_formadd: fix file upload on VMS 11 years ago
  Daniel Stenberg 41fb6443ce formadd: CURLFORM_FILECONTENT wrongly rejected some option combos 11 years ago
  Daniel Stenberg 365c5ba395 formpost: better random boundaries 11 years ago
  Daniel Stenberg 26eaa83830 AddFormData: prevent only directories from being posted 11 years ago