aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-09-07Added formatting sections for emacs and vimSterling Hughes
2001-09-07fix for emacsSterling Hughes
2001-09-06moved the session ID cache state variables into the UrlState struct withinDaniel Stenberg
the SessionHandle. It was previously wrongly put in UserDefined
2001-09-06Curl_SSL_Close_All() now checks that we have a session cache before we runDaniel Stenberg
around killing entries in it!
2001-09-05added -R descriptionDaniel Stenberg
2001-09-05first shaky and stumbling attempts at a *_duphandle() functionDaniel Stenberg
2001-09-05added curl-mode.elDaniel Stenberg
2001-09-05emacs lisp setup for hacking curl codeDaniel Stenberg
2001-09-05Fix formatting when tabs and spaces got mixed up (if tabstop was not set toSterling Hughes
8 this looked quite funny :) Added a small formatting section for vim at the bottom, it also contains an emacs portion (copied it from another project I'm working on), I don't know if this is correct, but its a step (the vim part is correct :)
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
local file's time
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
be posted in a minute to the libcurl list.
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
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