logo       

bagder: curl/include/curl curl.h,1.281,1.282: msg#00028

web.curl.cvs

Subject: bagder: curl/include/curl curl.h,1.281,1.282

Update of /cvsroot/curl/curl/include/curl
In directory labb:/tmp/cvs-serv14776/include/curl

Modified Files:
curl.h
Log Message:
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.


Index: curl.h
===================================================================
RCS file: /cvsroot/curl/curl/include/curl/curl.h,v
retrieving revision 1.281
retrieving revision 1.282
diff -u -d -r1.281 -r1.282
--- curl.h 7 Apr 2005 15:18:51 -0000 1.281
+++ curl.h 27 Jul 2005 22:17:15 -0000 1.282
@@ -890,6 +890,9 @@
"account" info */
CINIT(FTP_ACCOUNT, OBJECTPOINT, 134),

+ /* feed cookies into cookie engine */
+ CINIT(COOKIELIST, OBJECTPOINT, 135),
+
CURLOPT_LASTENTRY /* the last unused */
} CURLoption;

@@ -1244,6 +1247,7 @@
CURLINFO_OS_ERRNO = CURLINFO_LONG + 25,
CURLINFO_NUM_CONNECTS = CURLINFO_LONG + 26,
CURLINFO_SSL_ENGINES = CURLINFO_SLIST + 27,
+ CURLINFO_COOKIELIST = CURLINFO_SLIST + 28,
/* Fill in new entries below here! */

CURLINFO_LASTONE = 28

_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-commits



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise