aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-01-04corrected the license section and added a piece about doing patches againstDaniel Stenberg
recent versions of the source
2001-01-04Added Makefile.distDaniel Stenberg
2001-01-04Things to explain to people who get the sources from the CVS repositoryDaniel Stenberg
2001-01-04updated license text in headersDaniel Stenberg
2001-01-04Cut out all changes from 1999 and earlier. They're now in the CHANGES.0 fileDaniel Stenberg
that is only present in the CVS and won't be included in release archives.
2001-01-04Changes from 1999 and earlierDaniel Stenberg
2001-01-04new headerDaniel Stenberg
2001-01-04filled in info what happens if the same options are used multiple timesDaniel Stenberg
2001-01-04new license filesDaniel Stenberg
2001-01-04configure now finds the correct version number even if invoked from outsideDaniel Stenberg
the source-tree
2001-01-03dual-license fixDaniel Stenberg
2001-01-03cleanup-commitDaniel Stenberg
2001-01-03ftp commands are now sent single-write()Daniel Stenberg
2001-01-03Added -i to allow ingore-patterns to get addedDaniel Stenberg
2001-01-03only add good links as root linksDaniel Stenberg
don't break the loop on root link errors
2000-12-30ftpsendf() is remade to send the entire command in one write(), as someDaniel Stenberg
firewalls (like FW-1) seems to dislike split-up writes at times...
2000-12-30Added '5.4 Does libcurl do Winsock initing on win32 systems?'Daniel Stenberg
2000-12-19multi doc lib supportDaniel Stenberg
SSL session id support
2000-12-19include unistd.h if present to prevent compiler warnings on close()Daniel Stenberg
2000-12-19removed debug outputDaniel Stenberg
2000-12-19analyzes fopen() leaks as wellDaniel Stenberg
2000-12-19Added fopen() and fclose() leak trackingDaniel Stenberg
2000-12-19updated email and web siteDaniel Stenberg
2000-12-19configure fix, two -O fixesDaniel Stenberg
2000-12-19fixed a leaked file descriptor when PORT failedDaniel Stenberg
2000-12-19NTLM details addedDaniel Stenberg
2000-12-18fixed accept() for memory debuggingDaniel Stenberg
2000-12-16changed the return code checker in the quote command send to only failDaniel Stenberg
on >= 400 errors
2000-12-16Added Kermit and linkDaniel Stenberg
2000-12-14added socket() / sclose() checks to the memdebug systemDaniel Stenberg
2000-12-14crawls through a whole site and verifies linksDaniel Stenberg
2000-12-14How do a fetch multiple files with libcurl?Daniel Stenberg
2000-12-14added include stdio.h for the FILEDaniel Stenberg
2000-12-12Added a few related RFCsDaniel Stenberg
2000-12-12removed the config file entry as that has been much improved latelyDaniel Stenberg
2000-12-12points to the curl local copy of the netscape cookie specDaniel Stenberg
points to the development site for wget reworded some RFC references so that they turn up as links on the converted web page better
2000-12-12fixed a strdup(NULL) errorDaniel Stenberg
2000-12-12Francois Petitjean's solaris core dump fixDaniel Stenberg
2000-12-11updated the latest added featuresDaniel Stenberg
2000-12-11unix style newlines onlyDaniel Stenberg
2000-12-11unix-style newlinesDaniel Stenberg
2000-12-11unix style newlinesDaniel Stenberg
2000-12-11Albert Chin-A-Young fixed the SSL option to use LDFLAGS properlyDaniel Stenberg
2000-12-08fixed CURLOPT_COOKIE and added CURLOPT_CRLFDaniel Stenberg
2000-12-07Added SA_RESTART since (some) HPUX doesn't have that define and it doesn'tDaniel Stenberg
need it
2000-12-07post 7.5 fixesDaniel Stenberg
2000-12-06urlglob fix to prevent crashing when -o path is longer than urlDaniel Stenberg
2000-12-05Added the borland makefilesDaniel Stenberg
2000-12-05uses the PERL variable configure digs upDaniel Stenberg
2000-12-05changed third argument to size_t to match SCO prototypeDaniel Stenberg