|
bagder: curl/include/curl curl.h,1.281,1.282: msg#00028web.curl.cvs
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> |
|---|---|---|
| Previous by Date: | bagder: curl/docs/libcurl curl_easy_getinfo.3, 1.19, 1.20 curl_easy_setopt.3, 1.117, 1.118: 00028, cvs |
|---|---|
| Next by Date: | bagder: curl/docs/examples Makefile.am, 1.35, 1.36 cookie_interface.c, NONE, 1.1 makefile.dj, 1.4, 1.5: 00028, cvs |
| Previous by Thread: | bagder: curl/docs/libcurl curl_easy_getinfo.3, 1.19, 1.20 curl_easy_setopt.3, 1.117, 1.118i: 00028, cvs |
| Next by Thread: | bagder: curl/docs/examples Makefile.am, 1.35, 1.36 cookie_interface.c, NONE, 1.1 makefile.dj, 1.4, 1.5: 00028, cvs |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |