aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-09-03defined HAVE_UTIME and HAVE_UTIME_HDaniel Stenberg
2001-09-03corrected the comment to be valid chunk formatDaniel Stenberg
2001-09-03-R removes a TODODaniel Stenberg
2001-09-03-R addedDaniel Stenberg
2001-09-03utime() and utime.h adjustments for curl -RDaniel Stenberg
2001-09-03introducing -R/--remote-time which uses the remote file's time to set theDaniel Stenberg
2001-09-03use the LIBCURL_NAME instead of the "hardcoded" stringDaniel Stenberg
2001-09-03libtool 1.4.1Daniel Stenberg
2001-09-01removed unused #definesDaniel Stenberg
2001-09-01Heikki Korpela noticed openbsd problems and libtoolDaniel Stenberg
2001-09-01as generated with libtool 1.4.0aDaniel Stenberg
2001-09-01Heikki Korpela fixed the 'make -C' invokes. make -C is banned.Daniel Stenberg
2001-08-30the big struct rename of the yearDaniel Stenberg
2001-08-30a few more struct fixesDaniel Stenberg
2001-08-30Major rename and redesign of the internal "backbone" structs. Details willDaniel Stenberg
2001-08-29updated a bitDaniel Stenberg
2001-08-29removed cookies and SSL sessionsDaniel Stenberg
2001-08-29new ftp upload example, brand new cookie functionality and moreDaniel Stenberg
2001-08-29added CURLOPT_COOKIEJAR detailsDaniel Stenberg
2001-08-29'-c -'Daniel Stenberg
2001-08-29-c/--cookie-jar documentedDaniel Stenberg
2001-08-29take port numbers into account when finding a previous session from theDaniel 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