| Commit message (Expand) | Author | Age | Files | Lines |
* | libcurl's memory.h renamed to curl_memory.h | Yang Tse | 2009-04-21 | 1 | -2/+2 |
* | malloc+memset => calloc | Daniel Stenberg | 2008-12-20 | 1 | -2/+1 |
* | Avoid creating garbage on an OOM error | Dan Fandrich | 2008-11-18 | 1 | -1/+4 |
* | Added .xml as one of the few common file extensions known by the multipart | Dan Fandrich | 2008-11-14 | 1 | -3/+4 |
* | fix an OOM problem detected by Jim Meyering | Daniel Stenberg | 2008-11-14 | 1 | -3/+7 |
* | added a NULL pointer check for the name field as it can in fact be NULL when | Daniel Stenberg | 2008-10-20 | 1 | -2/+5 |
* | ntoa() and inet_ntoa_r() no longer used | Yang Tse | 2008-09-24 | 1 | -7/+7 |
* | remove unnecessary typecasting of malloc() | Yang Tse | 2008-09-06 | 1 | -6/+5 |
* | remove unnecessary typecasting of calloc() | Yang Tse | 2008-09-06 | 1 | -2/+2 |
* | Made some variables const which eliminated some casts | Dan Fandrich | 2008-09-02 | 1 | -1/+1 |
* | Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TU | Yang Tse | 2008-08-16 | 1 | -1/+1 |
* | For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros, | Yang Tse | 2008-08-15 | 1 | -1/+1 |
* | Fixed test 554 to pass the torture test. | Dan Fandrich | 2008-07-08 | 1 | -1/+1 |
* | - Added CURLFORM_STREAM as a supported option to curl_formadd() to allow an | Daniel Stenberg | 2008-03-31 | 1 | -54/+102 |
* | removed space after if and while before the parenthesis for better source code | Daniel Stenberg | 2007-11-05 | 1 | -101/+101 |
* | Enabled a few more gcc warnings with --enable-debug. Renamed a few | Dan Fandrich | 2007-09-27 | 1 | -4/+4 |
* | Fixed some minor type mismatches and missing consts mainly found by splint. | Dan Fandrich | 2007-08-27 | 1 | -9/+9 |
* | Patrick Monnerat updated the _FORM_DEBUG-enabled code, and I updated comments | Daniel Stenberg | 2007-08-05 | 1 | -19/+25 |
* | Better deal with NULL pointers. | Daniel Stenberg | 2007-03-31 | 1 | -8/+14 |
* | Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files | Gisle Vanem | 2007-02-26 | 1 | -3/+0 |
* | update copyright year notice | Yang Tse | 2007-01-27 | 1 | -1/+1 |
* | - David McCreedy provided libcurl changes for doing HTTP communication on | Daniel Stenberg | 2007-01-14 | 1 | -25/+81 |
* | Avoid Metaware's High-C warning "'=' encountered where '==' may have been int... | Gisle Vanem | 2006-08-29 | 1 | -12/+12 |
* | Yves Lejeune fixed so that replacing Content-Type: when doing multipart | Daniel Stenberg | 2006-07-27 | 1 | -4/+13 |
* | David McCreedy fixed a build error when building libcurl with HTTP disabled, | Daniel Stenberg | 2006-07-20 | 1 | -3/+3 |
* | fix minor compiler warning | Yang Tse | 2006-06-28 | 1 | -2/+2 |
* | Michael Wallner added curl_formget(), which allows an application to extract | Daniel Stenberg | 2006-06-24 | 1 | -2/+58 |
* | Fixed signed/unsigned convertion errors in Salford-C. | Gisle Vanem | 2006-04-26 | 1 | -1/+1 |
* | Yang Tse: fix compilation errors when SSL is not disabled and HTTP is | Daniel Stenberg | 2005-11-24 | 1 | -2/+10 |
* | corrected copyright year | Daniel Stenberg | 2005-05-02 | 1 | -1/+1 |
* | Cory Nelson's work on nuking compiler warnings when building on x64 with | Daniel Stenberg | 2005-04-26 | 1 | -2/+2 |
* | C ensures that static variables are initialized to 0 | Dan Fandrich | 2004-12-22 | 1 | -1/+1 |
* | moved the lseek() and stat() magic defines to setup.h and now take advantage | Daniel Stenberg | 2004-12-16 | 1 | -1/+1 |
* | Add 'const' to immutable arrays. | Dan Fandrich | 2004-12-15 | 1 | -2/+2 |
* | Paul Nolan fix to make libcurl build nicely on Windows CE | Daniel Stenberg | 2004-11-02 | 1 | -0/+2 |
* | Mohun Biswas found out that formposting a zero-byte file didn't work very | Daniel Stenberg | 2004-10-24 | 1 | -2/+6 |
* | if basename was found, check for a prototype and if none was found, provide | Daniel Stenberg | 2004-10-08 | 1 | -0/+5 |
* | removed tabs and trailing whitespace from source | Daniel Stenberg | 2004-10-06 | 1 | -15/+15 |
* | Only include libgen.h if we have a basename as well. | Daniel Stenberg | 2004-10-05 | 1 | -1/+1 |
* | let our basename() be static | Daniel Stenberg | 2004-10-05 | 1 | -1/+1 |
* | someone should hit me | Daniel Stenberg | 2004-10-01 | 1 | -1/+1 |
* | fixed the basename() replacement, reported by Gisle | Daniel Stenberg | 2004-10-01 | 1 | -3/+4 |
* | - Based on Fedor Karpelevitch's formpost path basename patch, file parts in | Daniel Stenberg | 2004-10-01 | 1 | -2/+77 |
* | Replaced all uses of sprintf() with the safer snprintf(). It is just a | Daniel Stenberg | 2004-06-24 | 1 | -1/+1 |
* | Source cleanups. The major one being that we now _always_ use a Curl_addrinfo | Daniel Stenberg | 2004-06-24 | 1 | -54/+0 |
* | Allow formposting of files larger than what fits in memory by not reading the | Daniel Stenberg | 2004-06-14 | 1 | -59/+114 |
* | provide curl_formfree() even when http is disabled, it does nothing then | Daniel Stenberg | 2004-06-13 | 1 | -0/+6 |
* | build again with disabled http | Daniel Stenberg | 2004-06-10 | 1 | -1/+1 |
* | when built with HTTP disabled, provide a curl_formadd() function anyway to | Daniel Stenberg | 2004-06-09 | 1 | -1/+11 |
* | deleted trailing whitespace | Daniel Stenberg | 2004-06-03 | 1 | -40/+40 |