aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-08-24T. Bharath's patch. It is kind of dirty, as it #pragma aways a whole bunchDaniel Stenberg
of compiler warnings, but I guess they make the life somewhat easier to live for a ms dude compiling this. For a rainy day: remove the pragmas and correct the source code that cause the warnings!
2001-08-24newly re-generated from the modified getdate.yDaniel Stenberg
2001-08-24include setup.h properly, not config.hDaniel Stenberg
2001-08-24extern declarations no longer done on windows (T. Bharath's patch)Daniel Stenberg
2001-08-24cleanupsDaniel Stenberg
2001-08-24Kevin Roth's comments about -G have been addressed:Daniel Stenberg
o -G -I works on the same command line and makes HEAD instead of GET o -G with an already present question mark in the URL makes an ampersand get added as a separator instead
2001-08-24Tim Costello's bug report #454856Daniel Stenberg
2001-08-24strcasecmp() is banned from our code, should be strequal() everywhere!Daniel Stenberg
Tim Costello reported bug report #454858.
2001-08-23When setting *_URL or *_PROXY in *_setopt(), it is important that we checkDaniel Stenberg
and possibly free the existing pointer first, and then clear the "allocated" bit. We previously mistakenly could free the new pointer passed to us by the friendly user...!
2001-08-23started working on a function for writing (all) cookies, made it possibleDaniel Stenberg
to read multiple cookie files, no longer writes to the URL string passed to the _add() function. The new stuff is now conditionally compiled on the COOKIE define. Changed the _init() proto.
2001-08-23added FTPS to the list of supported protocolsDaniel Stenberg
2001-08-23item 4.6 is now an indication of a crash, not a timeoutDaniel Stenberg
2001-08-23As Steve Lhomme pointed out, this generates 'libcurl.dll' now instead ofDaniel Stenberg
the previous 'curl.dll'
2001-08-23Nico's update: "modified the build procedure to restore to the right currentDaniel Stenberg
directory where the build was started and it will autosense where is was run from and set up the correct default directory at start of the script."
2001-08-23curl_formadd() using example, the 7.9 style of building rfc1867 form postsDaniel Stenberg
2001-08-23I want Sterling to be my friend, so I wasted some time on splitting up theDaniel Stenberg
huge monster function _ftp() into more little functions. There are still more that can be done, but this is at least improving readability and maintainability... :-)
2001-08-22Georg Huettenegger's fixes, man pages converted to HTML pages and includedDaniel Stenberg
in release archive
2001-08-22CURLOPT_FTPASCII is the old name, CURLOPT_TRANSFERTEXT is the newDaniel Stenberg
2001-08-22libcurl.3 has the info nowDaniel Stenberg
2001-08-22CURLOPT_POST isn't needed these daysDaniel Stenberg
2001-08-22updatedDaniel Stenberg
2001-08-22libcurl.3 is the man pageDaniel Stenberg
2001-08-21Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819Daniel Stenberg
2001-08-21added test44 formpost without Expect:, modified test9Daniel Stenberg
2001-08-21run 'make clean' before 'make dist' to make sure the HTML files are up-to-dateDaniel Stenberg
2001-08-21added a 'html' target that builds HTML versions from the man page sources.Daniel Stenberg
It requires 'gnroff' and 'man2html' for now. 'make html' will be invoked by the 'maketgz' script and the HTML files are included in release archives.
2001-08-21make html runs make html in the docs dirDaniel Stenberg
2001-08-21this is replaced with libcurl.3Daniel Stenberg
2001-08-21fflush the progress output, fixed configure.in for SSL without --with-sslDaniel Stenberg
2001-08-21Troy Engel's fix for running configure without --with-sslDaniel Stenberg
2001-08-21As Andrés García reported we need to fflush() the data->err so that theDaniel Stenberg
progress meter looks better on windows (and if the data->err is redirected from stderr it also makes a point)
2001-08-20added "4.5 FIGURE OUT WHAT A POST LOOKS LIKE"Daniel Stenberg
added an online URL to this document corrected a bad use of -t
2001-08-207.8.1Daniel Stenberg
2001-08-20libtool 1.3.5 leftoverDaniel Stenberg
2001-08-20updated version in header as we have 7.8.1 details in hereDaniel Stenberg
2001-08-20RFC2732 parsing, curl-config patching, -G added, kerberos name space fixing,Daniel Stenberg
configure fixes, libtool cleanups
2001-08-20Albert Chin's neat configure/package fixesDaniel Stenberg
2001-08-19SM's fix for -G on URLs with host name onlyDaniel Stenberg
2001-08-18<couldn't resist>Sterling Hughes
Use a more appropriate variable name </couldn't resist>
2001-08-17Curl_ prefix added to a few function callsDaniel Stenberg
2001-08-17include getinfo.h for Curl_getinfo() protoDaniel Stenberg
2001-08-17modified to use the renamed kerberos functions with Curl_ prefixDaniel Stenberg
2001-08-17Added two fields in the connectdata struct for kerberos fiddlesDaniel Stenberg
2001-08-17use the Curl_ name spaceDaniel Stenberg
removed unused code removed use of global variable(s)
2001-08-17removed dead/unused codeDaniel Stenberg
removed use of global variables removed name space pollutions (added Curl_ prefixes)
2001-08-17Curl_ prefixDaniel Stenberg
2001-08-17cleaned up rewriteDaniel Stenberg
2001-08-16Added -GDaniel Stenberg
2001-08-16updated to the latest fixes to the shell scriptDaniel Stenberg
2001-08-16hm, --cflags should only show the flags a 3rd party program would needDaniel Stenberg