summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-08-29take port numbers into account when finding a previous session from thebefore_urldata_renameDaniel Stenberg
cache
2001-08-29added COOKIEJARDaniel Stenberg
2001-08-29uses the new cookie jar featureDaniel Stenberg
2001-08-29cookie jar adjustmentsDaniel Stenberg
2001-08-29added ftpupload.cDaniel Stenberg
2001-08-28lots of crapDaniel Stenberg
2001-08-28added the most recent one from automake 1.5, it complained on the formerDaniel Stenberg
one being "too old"
2001-08-28up'ed the version-infoDaniel Stenberg
2001-08-28curl_formadd() adjustments by Georg HuetteneggerDaniel Stenberg
2001-08-28Georg Huettenegger's updatesDaniel Stenberg
2001-08-28automake 1.5 complained on my SUFFIXES line!Daniel Stenberg
2001-08-28Georg Huettenegger's fixes and improvements to curl_formadd()Daniel Stenberg
2001-08-28Georg Huettenegger added code to deal with error 417 when doing form posts.Daniel Stenberg
NOTE: we might do this for *ALL* errors when doing form posts.
2001-08-28Added SSL session ID caching, moved some SSL code from url.c to ssluse.cDaniel Stenberg
2001-08-26we should be using start here.Sterling Hughes
2001-08-26improved the testDaniel Stenberg
2001-08-26Added #include <string.h> and removed a silly mistakenly added ,Daniel Stenberg
2001-08-24rewrite to work around BSD announcement license issues, this is alsoDaniel Stenberg
somewhat easier to understand if I may say so. It is slightly slower.
2001-08-24cookies are stored in the reversed order now (which in turn means thatDaniel Stenberg
the order is _not_ actually reversed like it used to be)
2001-08-24T. Bharath's patch => linking with multithreaded versions of the c runtimeDaniel Stenberg
library for use in multithreaded apps
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