platform/upstream/curl.git
2004-05-13 Daniel Stenbergreturn CURLDIGEST_NOMEM when a memory function fails...
2004-05-13 Daniel Stenbergmark a value as alloced when strdup()ed to prevent...
2004-05-13 Daniel Stenbergbail out when no memory occurs
2004-05-13 Daniel StenbergGisle Vamem reintroduced the verifyconnect() call on...
2004-05-13 Daniel StenbergGisle: minor fix
2004-05-13 Daniel Stenbergno more Curl_ldap_done
2004-05-13 Daniel StenbergAdded two two missing header files I missed when I...
2004-05-13 Daniel Stenbergadded https.c
2004-05-13 Daniel Stenbergbasic https fetching script
2004-05-13 Daniel Stenbergmade 'runtests.pl -t' run over all the tests just like...
2004-05-13 Daniel StenbergJames Bursa's patch to avoid free(NULL) (mainly because...
2004-05-12 Daniel StenbergCheck that memory functions return non-NULL or return...
2004-05-12 Daniel Stenbergmake sure the returned pointer is NULL when encoding...
2004-05-12 Daniel Stenbergclean up and return better on out of memory
2004-05-12 Daniel Stenbergreturn NULL on out of memory
2004-05-12 Daniel StenbergCurl_done() and the protocol-specific conn->curl_done...
2004-05-12 Daniel Stenbergreturn faster when we "hit a wall" while printfing
2004-05-12 Daniel Stenberggeneral cleanup to bail out nice and clean when a memor...
2004-05-12 Daniel Stenbergeven if Curl_do() fails, we must call Curl_done() to...
2004-05-12 Daniel Stenbergimproved cleaning up in case of memory allocation failures
2004-05-12 Daniel Stenbergbail out if we can't allocate the new range string...
2004-05-12 Daniel StenbergDisable memdebug for the allocs done by the app, unless...
2004-05-12 Daniel Stenbergnew man page
2004-05-12 Daniel Stenberguse size_t better for buffer and alloc lengths
2004-05-12 Daniel Stenbergremoved another jhrg-reference in a comment
2004-05-12 Daniel StenbergEdited comments only.
2004-05-12 Daniel StenbergThe Curl_unencode_XXX_write() function take a ssize_t...
2004-05-12 Daniel StenbergLeft-over from before the return-code fix. This is...
2004-05-11 Daniel Stenbergfixed Curl_open() to not leak anything if one malloc...
2004-05-11 Daniel Stenberg- Nico Stappenbelt reported that when processing domain...
2004-05-11 Daniel Stenbergrevert the accidentally added use of strace
2004-05-11 Daniel Stenbergminor leak in case of error, thanks to "./runtests...
2004-05-11 Daniel Stenbergclear up memory on failure a little better
2004-05-11 Daniel Stenbergmake the libidn pointer in the version struct a const
2004-05-11 Daniel Stenbergthey're at least 36 functions now
2004-05-11 Daniel Stenbergupdated to reflect reality!
2004-05-11 Daniel Stenbergcut out the changelog, it is far from accurate anyway
2004-05-11 Daniel Stenbergadded curl_global_init_mem
2004-05-11 Daniel Stenbergcurl_global_init_mem() allows the memory functions...
2004-05-11 Daniel Stenberg*** empty log message ***
2004-05-11 Daniel StenbergMake this source code use our internal *printf().
2004-05-11 Daniel StenbergAdded recent events to the log
2004-05-11 Daniel Stenbergmore changes, more news, more people
2004-05-11 Daniel Stenberganother official download mirror
2004-05-11 Daniel Stenbergnew attempt at an improved DSP-file generation
2004-05-10 Daniel Stenbergslightly better dealing of bad mem situations
2004-05-10 Daniel StenbergMoved the fetching of the list of matching cookies...
2004-05-10 Daniel Stenbergcurl_slist_append() fixed to clear up properly if a...
2004-05-10 Daniel Stenbergbetter detect if/when curl_slist_append() returns failu...
2004-05-10 Daniel Stenbergif a malloc fails, clear up the memory and return failure
2004-05-10 Daniel Stenbergtypo
2004-05-10 Daniel Stenbergthe aprintf() versions now return NULL if _any_ alloc...
2004-05-10 Daniel Stenbergbetter detection for when add_buffer() returns failure...
2004-05-10 Daniel StenbergCurl_hash_add() was modified to clear up better in...
2004-05-10 Daniel Stenbergcheckpasswd() prevents segfault by checking that input...
2004-05-10 Daniel StenbergJames Bursa's adjustments to make the -t option work...
2004-05-10 Daniel Stenbergmake Curl_llist_insert_next() fail properly if malloc...
2004-05-10 Daniel Stenbergbetter checking that strdup() works
2004-05-10 Daniel StenbergLuca fixed the nc= in the digest line since it apparant...
2004-05-10 Daniel StenbergJames Bursa added better error checking for failer...
2004-05-10 Daniel Stenbergbuild curllib.dsp from these
2004-05-10 Daniel Stenbergdon't use -i when checking for our own server
2004-05-07 Daniel StenbergJames' and Gisle' reports/fixes
2004-05-07 Daniel StenbergJames Bursa changed two error message to use the displa...
2004-05-07 Daniel StenbergJames Bursa's fix to make this deal with malloc(0)...
2004-05-07 Daniel StenbergWe don't support any long protocol names so we can...
2004-05-07 Daniel Stenbergcount the formdata size using a 64bit size if avaialble
2004-05-07 Daniel StenbergMade the lib/curllib.dsp file get generated automaticly
2004-05-07 Daniel Stenbergdon't use a magic define name
2004-05-07 Daniel StenbergThis file is now generated at dist-time.
2004-05-07 Daniel StenbergGenerate curllib.dsp on dist.time from msvcproj.head...
2004-05-07 Daniel Stenbergget the display host name properly
2004-05-06 Daniel Stenbergremoved two odd comments
2004-05-06 Daniel Stenberglittle fixes
2004-05-06 Daniel Stenbergremoved the warning if libidn isn't found
2004-05-06 Daniel Stenbergvery minor output change
2004-05-06 Daniel Stenbergsimplied the creation of new urls
2004-05-06 Daniel Stenberg%ld for long
2004-05-06 Daniel Stenbergint/long fix
2004-05-06 Daniel StenbergMichael Benedict brought a fix that fills in the errorb...
2004-05-06 Daniel Stenbergtypo AGAIN
2004-05-06 Daniel StenbergWhen using the icc compiler, we also ignore remark...
2004-05-06 Daniel Stenbergprintf %s with plain 'char *', not unsigned ones to...
2004-05-06 Daniel Stenbergif no strerror_r prototype is found, we provide our...
2004-05-06 Daniel Stenbergremoved the unused 'len' variable, made use of the...
2004-05-06 Daniel Stenbergtypecast the unsigned long to plain long to prevent...
2004-05-06 Daniel Stenbergunused variable removed
2004-05-06 Daniel Stenberguse %ld to printf now.tv_sec
2004-05-06 Daniel Stenbergcurlx.h is a header to add to the release archive(s)
2004-05-05 Daniel Stenbergfixed typo
2004-05-05 Daniel StenbergTemporary disable the logic that runs gdb on a core...
2004-05-05 Daniel Stenberghm, avoid division by zero more carefully with that...
2004-05-05 Daniel StenbergJoe Halpin fixed the warning on the typecast from data...
2004-05-05 Daniel StenbergGisle fixed the percentage to work, I adjusted it sligh...
2004-05-05 Daniel StenbergGisle-fix: constified the 'interface' argument.
2004-05-05 Daniel StenbergGisle fix: curl_formparse is gone.
2004-05-05 Daniel StenbergGisle fixed: don't reference 'mem' if it's NULL.
2004-05-05 Daniel Stenberginitiate variables properly to default to no auth for...
2004-05-05 Daniel StenbergAC_CHECK_TOOL is prolly better to use when checking...
2004-05-05 Daniel Stenbergslightly odd fix to prevent -Wunreachable-code to warn
next