Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is a
authorDaniel Stenberg <daniel@haxx.se>
Wed, 27 Jul 2005 22:17:14 +0000 (22:17 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 27 Jul 2005 22:17:14 +0000 (22:17 +0000)
commit2236ba0d206fe9fef5d93889ee652feaa03fe089
tree2651d5300c11cf99f0abd3d73b9d7ddb14efa748
parent463c0f7096f7a0e56929a8e1b4fb3c38e164ce13
Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is a
simple interface to extracting and setting cookies in libcurl's internal
"cookie jar". See the new cookie_interface.c example code.
12 files changed:
CHANGES
RELEASE-NOTES
docs/examples/Makefile.am
docs/examples/cookie_interface.c [new file with mode: 0644]
docs/examples/makefile.dj
docs/libcurl/curl_easy_getinfo.3
docs/libcurl/curl_easy_setopt.3
include/curl/curl.h
lib/cookie.c
lib/cookie.h
lib/getinfo.c
lib/url.c