summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* updated to reflect reality!Daniel Stenberg2004-05-111-27/+34
* cut out the changelog, it is far from accurate anywayDaniel Stenberg2004-05-111-10/+0
* added curl_global_init_memDaniel Stenberg2004-05-111-0/+1
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-1148-275/+299
* *** empty log message ***Daniel Stenberg2004-05-111-0/+50
* Make this source code use our internal *printf().Daniel Stenberg2004-05-111-50/+50
* Added recent events to the logDaniel Stenberg2004-05-111-1/+19
* more changes, more news, more peopleDaniel Stenberg2004-05-111-1/+4
* another official download mirrorDaniel Stenberg2004-05-111-0/+1
* new attempt at an improved DSP-file generationDaniel Stenberg2004-05-113-39/+56
* slightly better dealing of bad mem situationsDaniel Stenberg2004-05-101-4/+9
* Moved the fetching of the list of matching cookies to make it easier to freeDaniel Stenberg2004-05-101-34/+35
* curl_slist_append() fixed to clear up properly if a memory function failsDaniel Stenberg2004-05-101-9/+17
* better detect if/when curl_slist_append() returns failure, and bail outDaniel Stenberg2004-05-101-7/+29
* if a malloc fails, clear up the memory and return failureDaniel Stenberg2004-05-101-0/+10
* typoDaniel Stenberg2004-05-101-1/+1
* the aprintf() versions now return NULL if _any_ alloc along the way failed,Daniel Stenberg2004-05-101-3/+10
* better detection for when add_buffer() returns failure, and return when thatDaniel Stenberg2004-05-101-7/+17
* Curl_hash_add() was modified to clear up better in case of internal failure.Daniel Stenberg2004-05-101-2/+8
* checkpasswd() prevents segfault by checking that input argument is non-NULLDaniel Stenberg2004-05-101-1/+5
* James Bursa's adjustments to make the -t option work for any test case.Daniel Stenberg2004-05-101-100/+79
* make Curl_llist_insert_next() fail properly if malloc() failsDaniel Stenberg2004-05-101-4/+11
* better checking that strdup() worksDaniel Stenberg2004-05-101-3/+11
* Luca fixed the nc= in the digest line since it apparantly should not haveDaniel Stenberg2004-05-101-1/+1
* James Bursa added better error checking for failer memory calls whenDaniel Stenberg2004-05-101-27/+102
* build curllib.dsp from theseDaniel Stenberg2004-05-102-0/+103
* don't use -i when checking for our own serverDaniel Stenberg2004-05-101-1/+1
* James' and Gisle' reports/fixesDaniel Stenberg2004-05-071-0/+9
* James Bursa changed two error message to use the display-name instead of theDaniel Stenberg2004-05-071-2/+2
* James Bursa's fix to make this deal with malloc(0) as OK to free()Daniel Stenberg2004-05-071-1/+1
* We don't support any long protocol names so we can use a smaller buffer.Daniel Stenberg2004-05-072-3/+3
* count the formdata size using a 64bit size if avaialbleDaniel Stenberg2004-05-071-1/+1
* Made the lib/curllib.dsp file get generated automaticlyDaniel Stenberg2004-05-071-0/+7
* don't use a magic define nameDaniel Stenberg2004-05-071-2/+2
* This file is now generated at dist-time.Daniel Stenberg2004-05-071-422/+0
* Generate curllib.dsp on dist.time from msvcproj.head msvcproj.foot and theDaniel Stenberg2004-05-071-1/+13
* get the display host name properlyDaniel Stenberg2004-05-071-1/+1
* removed two odd commentsDaniel Stenberg2004-05-061-3/+0
* little fixesDaniel Stenberg2004-05-062-2/+24
* removed the warning if libidn isn't foundDaniel Stenberg2004-05-061-1/+0
* very minor output changeDaniel Stenberg2004-05-061-1/+1
* simplied the creation of new urlsDaniel Stenberg2004-05-061-13/+7
* %ld for longDaniel Stenberg2004-05-061-1/+1
* int/long fixDaniel Stenberg2004-05-061-1/+1
* Michael Benedict brought a fix that fills in the errorbuffer properlyDaniel Stenberg2004-05-061-1/+4
* typo AGAINDaniel Stenberg2004-05-061-1/+1
* When using the icc compiler, we also ignore remark #1418 "external definitionDaniel Stenberg2004-05-061-1/+2
* printf %s with plain 'char *', not unsigned ones to silence icc's pickyDaniel Stenberg2004-05-061-2/+2
* if no strerror_r prototype is found, we provide our own to prevent pickyDaniel Stenberg2004-05-062-0/+20
* removed the unused 'len' variable, made use of the ptr pointer even if noDaniel Stenberg2004-05-061-5/+3