platform/upstream/curl.git
2004-05-17 Daniel StenbergI made Curl_done() take a pointer-pointer in the first...
2004-05-17 Daniel Stenbergbetter bailing out on memory failure
2004-05-17 Daniel StenbergWhen waiting for the second connect, we now use alarm...
2004-05-17 Daniel Stenbergimproved the check for our own ftp server
2004-05-17 Daniel Stenbergmodified to not leak memory if a libcurl function retur...
2004-05-17 Daniel StenbergSeshubabu Pasam's format fixes and added notes about...
2004-05-17 Daniel Stenbergmake it not leak memory when it returns prematurely
2004-05-17 Daniel Stenbergautomatically delete trailing white space on save in...
2004-05-17 Daniel Stenbergbail out nicely if strdup() returns NULL, removed trail...
2004-05-17 Daniel Stenbergdeleted trailing whitespace
2004-05-17 Daniel Stenbergfixed a warning on IRIX, deleted trailing whitespace
2004-05-14 Daniel Stenbergadded string for the new share error code
2004-05-14 Daniel StenbergAdded CURLSHE_NOMEM
2004-05-14 Daniel Stenbergclean up properly on failure to enable easier libcurl...
2004-05-14 Daniel Stenbergnew cvs instructions
2004-05-14 Daniel Stenbergenable memory debugging the same way the curl command...
2004-05-13 Daniel Stenbergmemory cleanup and check fix
2004-05-13 Daniel Stenbergcheck that memory allocation functions truly return...
2004-05-13 Daniel Stenbergreturn on memory alloc fail
2004-05-13 Daniel Stenbergbetter bailing out in case of no memory
2004-05-13 Daniel Stenbergcurl_free() doesn't free(NULL) but just returns
2004-05-13 Daniel Stenbergdeal with input arguments as NULL
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
next