aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-08-11the new cookie functions that require 'data' passed inDaniel Stenberg
2003-08-11support sending off cookies without contentsDaniel Stenberg
2003-08-11Added some infof() calls, that require the data pointer so now severalDaniel Stenberg
cookie functions need that. I also fixed the cookie loader to properly load and deal with cookies without contents (or rather with a blank content).
2003-08-11added Dirk ManskeDaniel Stenberg
2003-08-11removed the dashesDaniel Stenberg
2003-08-11documenting the share interfaceDaniel Stenberg
2003-08-11removed the BUGS sectionDaniel Stenberg
2003-08-11remove the BUGS sectionDaniel Stenberg
2003-08-11fix lines that start with "Daniel Stenberg
2003-08-11test case 506 added, written by Dirk ManskeDaniel Stenberg
2003-08-11Dirk Manske's bugfix for the share stuffDaniel Stenberg
2003-08-10don't claim the PASV connect is connected unless it *really* is!Daniel Stenberg
2003-08-08make sure the string is long enoughDaniel Stenberg
2003-08-08Gisle Vanem fixed a single-byte overflowDaniel Stenberg
2003-08-08David Byron's fix for file:// URLs with drive letters included.Daniel Stenberg
2003-08-08chmod the cabundle file before we attempt to write to it, to makeDaniel Stenberg
make distcheck run fine
2003-08-08ftp create dirs work doneDaniel Stenberg
2003-08-08added CURLOPT_FTP_CREATE_MISSING_DIRSDaniel Stenberg
2003-08-08ftp-create-dirs test when MKD failsDaniel Stenberg
2003-08-08--ftp-create-dirsDaniel Stenberg
2003-08-08introducing --ftp-create_dirsDaniel Stenberg
2003-08-08--ftp-create-dirs testDaniel Stenberg
2003-08-08Support COUNT in the control file, to set the number of times the customDaniel Stenberg
REPLY is to be sent back before getting blanked and reverted to the built-in action. Now, we can make CWD fail once and then succeed when retried.
2003-08-08re-arranged the cwd/mkd stuff a bitDaniel Stenberg
2003-08-08Early Ehlinger's CURLOPT_FTP_CREATE_MISSING_DIRS patch was appliedDaniel Stenberg
2003-08-08new -z testsDaniel Stenberg
2003-08-08corrected main meta data titleDaniel Stenberg
2003-08-07added CLEANFILES to make distcheck run fineDaniel Stenberg
2003-08-07infilesize must be a long to work on 64bit archsDaniel Stenberg
2003-08-07use 644 for the chmodDaniel Stenberg
2003-08-06argh, it wasn't *that* easy to generate the ca-bundle header in the buildDaniel Stenberg
dir instead of the source dir, reverting that change
2003-08-06fixed syntax errorDaniel Stenberg
2003-08-06better cleaning up of memory in case of failures in the get-loop (it wasDaniel Stenberg
taken care of by the exit-free anyway but caused test case 75 and 76 to report memory leaks). Also re-indented a small section.
2003-08-06better cleaning up allocated memory in case of failuresDaniel Stenberg
2003-08-06more testsDaniel Stenberg
2003-08-06new urlglob testDaniel Stenberg
2003-08-06minor cleanupDaniel Stenberg
2003-08-06explain more how the test case number awareness is sent to the test server(s)Daniel Stenberg
2003-08-06fix the treatment of the variable width specifier '*', which caused a bugDaniel Stenberg
in the urlglobbing just now, fixed in the debian bug tracker as Bug#203827
2003-08-06make an uninstall hook in the same manner we already did an install hookDaniel Stenberg
as otherwise will make distcheck fail
2003-08-06chmod the hugehelp.c in the dist hook to make distcheck run fineDaniel Stenberg
2003-08-06generate the ca-bundle.h in the build dir, and also make sure to chmodDaniel Stenberg
the file in the dist-hook to make distcheck run fine
2003-08-06Domenico Andreoli fixed the section number in the main meta dataDaniel Stenberg
2003-08-06include "share.h" for the cookie sharingDaniel Stenberg
2003-08-06make it build without ares supportDaniel Stenberg
make sure it set async false even when using ipv6 (made test case 20 fail before)
2003-08-06505 was missingDaniel Stenberg
2003-08-06more fixDaniel Stenberg
2003-08-06updated the ares instructionDaniel Stenberg
2003-08-05LDFLAGS fix to make the GSSAPI build againDaniel Stenberg
2003-08-05added README.aresDaniel Stenberg