summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-08-29take port numbers into account when finding a previous session from thebefore_urldata_renameDaniel Stenberg
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
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
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
2001-08-24cookies are stored in the reversed order now (which in turn means thatDaniel Stenberg
2001-08-24T. Bharath's patch => linking with multithreaded versions of the c runtimeDaniel Stenberg
2001-08-24T. Bharath's patch. It is kind of dirty, as it #pragma aways a whole bunchDaniel Stenberg
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
2001-08-24Tim Costello's bug report #454856Daniel Stenberg
2001-08-24strcasecmp() is banned from our code, should be strequal() everywhere!Daniel Stenberg
2001-08-23When setting *_URL or *_PROXY in *_setopt(), it is important that we checkDaniel Stenberg
2001-08-23started working on a function for writing (all) cookies, made it possibleDaniel Stenberg
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
2001-08-23Nico's update: "modified the build procedure to restore to the right currentDaniel Stenberg
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
2001-08-22Georg Huettenegger's fixes, man pages converted to HTML pages and includedDaniel Stenberg
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
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