aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-01-04The former -c is "-C -" these daysDaniel Stenberg
2002-01-04dns cache, ftp response read, 64bit fixes, printf replaces, inet_ntoa_rDaniel Stenberg
corrections
2002-01-04replaced printf() => Curl_sendf()Daniel Stenberg
2002-01-04removed a commented lineDaniel Stenberg
2002-01-04fixed an inet_ntoa() occurance to use inet_ntoa_r() if it is available.Daniel Stenberg
I also replaced all printf() calls with calls to Curl_failf()
2002-01-04an unconditional occurance of inet_ntoa() now uses inet_ntoa_r() on allDaniel Stenberg
platforms that have such a function. This affects multi-thread running libcurls on IPv4 systems that have VERBOSE switched on. The previous version was risking that another thread overwrote the data before it was read out in this thread. There could possibly also be a slight risk that the data isn't zero terminated for a short while and thus could cause the thread to crash...
2002-01-04#include the local "inet_ntoa_r.h" file if no proto was found in the globalDaniel Stenberg
header directory but the function *is* present!
2002-01-04The buffer in ftp_pasv_verbose(), used for gethostbyaddr_r(), is now definedDaniel Stenberg
to become properly 8-byte aligned on 64-bit archs. Philip Gladstone reported.
2002-01-04The FTP response lines are now passed to the function callback registered forDaniel Stenberg
headers.
2002-01-03multi stuff from the multi-dev branchDaniel Stenberg
2002-01-03multi interface example/test sources from the multi-dev branchDaniel Stenberg
2002-01-03merged the multi-dev branch back into MAIN againDaniel Stenberg
2002-01-03Sterling Hughes' provided initial DNS cache source code.Daniel Stenberg
2002-01-03minor changesDaniel Stenberg
2002-01-03added required software and Guido Neitzer's Mac OS X build instructionsDaniel Stenberg
2002-01-03added a little percentage for "ok coverage"Daniel Stenberg
2002-01-03Changed how -I/--head works when --include is also used... Test case 104Daniel Stenberg
stopped working after the dec-20 fixes that now supports FTP operations to skip the transfer phase.
2002-01-03Philip Gladstone's fixesDaniel Stenberg
2002-01-03pass an 'int' as the third argument to bind()Daniel Stenberg
2002-01-02Philip Gladstone's 64-bit sparc native compiler compatibility issues fixed.Daniel Stenberg
2001-12-21the changes from 1999 is now in CHANGES.1999Daniel Stenberg
2001-12-21moved the changes from 1999 into its own fileDaniel Stenberg
2001-12-21rewrote 3.9 to be more generic with more languages:Daniel Stenberg
"3.9 How do I use curl in my favourite programming language?"
2001-12-21spellDaniel Stenberg
2001-12-21recent fixesDaniel Stenberg
2001-12-20*cool* fix by Björn Stenberg, makes proxy transfers work better...! :-)Daniel Stenberg
2001-12-20If nobody is set we won't download any FTP file. If include_header is set,Daniel Stenberg
we return a set of headers not more. This enables FTP operations that don't transfer any data, only perform FTP commands.
2001-12-19Added 4.5.6 "301 Moved Permanently", as a reply to bug report #495215Daniel Stenberg
2001-12-18Götz Babin-Ebell's contributed "simplessl.c" example source codeDaniel Stenberg
2001-12-18run automake lastDaniel Stenberg
2001-12-17Götz Babin-Ebell's OpenSSL ENGINE patchDaniel Stenberg
2001-12-17strip trailing CRsDaniel Stenberg
2001-12-17cut off the description to prevent people from using this!Daniel Stenberg
2001-12-16Marcus Webster's added CURLFORM_CONTENTHEADER docsDaniel Stenberg
2001-12-14Marcus Webster's newly added CURLFORM_CONTENTHEADERDaniel Stenberg
2001-12-13minor changesDaniel Stenberg
2001-12-11solaris 2.5.1 needs the sys/types.h file before the sys/socket.hDaniel Stenberg
2001-12-11failf() calls should not have newlines in the message string!Daniel Stenberg
2001-12-11when the file name given to -T is used to build an upload path, the localDaniel Stenberg
directory part is now stripped off and only the actual file name part will be used
2001-12-10HTTP_PROXY => http_proxy as Björn pointed outDaniel Stenberg
2001-12-10corrected the READFUNCTION docs slightlyDaniel Stenberg
2001-12-07corrected the comment above gmtime_rDaniel Stenberg
2001-12-07added gmtime_r checkDaniel Stenberg
2001-12-07Updated location information for Curl_easyCris Bailiff
2001-12-06Jason Mancini's -Oalways suggestionDaniel Stenberg
2001-12-06let us know if curl compiles on more platformsDaniel Stenberg
2001-12-06curl compiles on HURDDaniel Stenberg
2001-12-057.9.2 commitDaniel Stenberg
2001-12-05Jon Travis suggested fix. when CURLOPT_HTTPGET is used we must assignDaniel Stenberg
set.upload to FALSE or else we might still get an upload if the previous operation was an upload!
2001-12-04Eric-updateDaniel Stenberg