platform/upstream/curl.git
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
2004-05-05 Daniel Stenbergalert the user if 'sed' or 'ar' couldn't be found,...
2004-05-05 Daniel Stenbergmade the progress meter display not overflow even if...
2004-05-05 Daniel Stenbergif the values allow it, avoid floting point math for...
2004-05-05 Daniel Stenbergadditional typecasts in an attempt to avoid compiler...
2004-05-05 Daniel Stenbergremoved bad free()
2004-05-05 Daniel Stenbergdo the alarm time-left math using unsigned longs since...
2004-05-05 Daniel Stenbergfix_hostname() now (void)s the conn argument to prevent...
2004-05-05 Daniel StenbergERR_error_string() returns an unsigned long so we shoul...
2004-05-05 Daniel Stenberggcc 3.4 now uses the -Wunreachable-code option, I belie...
2004-05-05 Daniel Stenbergcheck the size of size_t for lib/mprintf.c
2004-05-05 Daniel Stenbergprevent warnings when using the gcc option -Wunreachabl...
2004-05-05 Daniel Stenbergmake the memlimit final NULL return get written to...
2004-05-05 Daniel Stenbergmention the LICENSE-MIXING document
2004-05-05 Daniel Stenbergminor update edits
2004-05-05 Daniel Stenbergadded a third URL to the torture testing, this one...
2004-05-04 Daniel Stenbergmultipart formposts should be more streamy
2004-05-04 Daniel Stenbergbail out when an add_buffer() function returns failure
2004-05-04 Daniel Stenbergimproved the cleaning up of memory when we fail to...
2004-05-04 Daniel Stenbergcheck malloc() return code
2004-05-04 Daniel Stenbergremoved more leftovers from the formparse function
2004-05-04 Daniel Stenbergremoved curl_formparse() from the library
2004-05-04 Daniel StenbergGisle made item 38, now there's only one low-prio task...
2004-05-04 Daniel StenbergGeneral HTTP authentication cleanup and fixes
2004-05-03 Daniel StenbergGisle fixed the problem with ldap_search_s() fails...
2004-05-03 Daniel Stenbergimproved the name of the test
2004-05-03 Daniel StenbergAdded --proxy-digest, added the standard curl source...
2004-05-03 Daniel Stenbergfixed the pdf and html for the strerror functions
2004-05-03 Daniel StenbergAdded support for --proxy-digest
2004-05-03 Daniel Stenbergdon't free(NULL)
2004-05-03 Daniel StenbergGisle Vanem:
2004-04-30 Daniel Stenbergmucho
2004-04-30 Daniel StenbergDisplay "exit OK" when the exit code has been verified...
2004-04-30 Daniel Stenbergdeprecated functions
2004-04-30 Daniel Stenberg25 and 37 are now done, only two low-prio tasks left...
2004-04-30 Daniel Stenbergrecent changes
2004-04-30 Daniel Stenbergupdated with more and new info
2004-04-30 Daniel Stenbergthese functions are marked to get removed from the...
2004-04-30 Daniel Stenberguse the new lib/curlx.h header and modified the code...
2004-04-30 Daniel StenbergNew header file that offers easy access to the curlx_...
2004-04-30 Daniel Stenbergsupport the new libcurl IDN feature, also a first attem...
2004-04-30 Daniel Stenbergidn is a new feature that can be made required for...
2004-04-30 Daniel Stenbergadded test 166, formpost with white space in file name
2004-04-30 Daniel Stenbergmake the contents able to be any data, the previous...
2004-04-30 Daniel Stenbergoops, a bad strtok() was fixed by Luca
2004-04-30 Daniel Stenberginclude the full size of the sent response in the log
2004-04-29 Daniel StenbergGisle fixed the counting of calloc()s
2004-04-29 Daniel StenbergIntroducing IDN host name testing. Test case 165 requir...
2004-04-29 Daniel Stenbergfixed the host/proxy name issue when re-using a connect...
2004-04-29 Daniel Stenbergremove newline from matching pattern
2004-04-29 Daniel Stenbergignore cnonce lines too as they are based on the curren...
2004-04-29 Daniel Stenbergencode the correct name
2004-04-29 Daniel Stenbergcurl_easy_duphandle() works again with ares enabled
2004-04-29 Daniel Stenbergtest 512 does some basic curl_easy_duphandle() testing
2004-04-29 Daniel Stenbergnew test case for a simple curl_easy_duphandle() test
2004-04-29 Daniel Stenbergupdated to work with the new Digest code
next