summaryrefslogtreecommitdiff
path: root/lib/cookie.h
Commit message (Expand)AuthorAgeFilesLines
* cookie: clarify that init with data set to NULL reads no fileDaniel Stenberg2023-04-111-1/+0
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* cookie: apply limitsDaniel Stenberg2022-06-261-2/+19
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* cookies: track expiration in jar to optimize removalsDaniel Gustafsson2021-06-081-0/+1
* cookies: Use named parameters in header prototypesDaniel Gustafsson2021-02-231-6/+7
* copyright: fix missing year (range) updatesDaniel Stenberg2021-01-291-1/+1
* lib: save a bit of space with some structure packingErik Olsson2021-01-201-2/+2
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* cookies: change argument type for Curl_flush_cookiesDaniel Stenberg2019-10-031-1/+1
* altsvc: Fix building with cookies disablesPo-Chuan Hsieh2019-04-201-1/+0
* alt-svc: the libcurl bitsDaniel Stenberg2019-03-031-0/+1
* cookie: Add support for cookie prefixesDaniel Gustafsson2019-02-171-1/+9
* cookies: leave secure cookies aloneDaniel Gustafsson2018-12-131-2/+3
* cookies: support creation-time attribute for cookiesDaniel Gustafsson2018-08-311-1/+3
* cookies: remove unused macroDaniel Gustafsson2018-04-271-1/+0
* cookie: store cookies per top-level-domain-specific hash tableLauri Kasanen2018-04-021-1/+3
* cookies: when reading from a file, only remove_expired onceLauri Kasanen2018-04-021-1/+2
* cookies: reject oversized cookiesDaniel Stenberg2017-09-181-4/+7
* cookies: getlist() now holds deep copies of all cookiesDaniel Stenberg2016-10-311-2/+2
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-6/+6
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* cookies: follow-up fix for path checkingYAMADA Yasuharu2013-06-121-1/+2
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+103
* build: rename 76 lib/*.h filesYang Tse2012-12-281-103/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-1/+1
* fix a bunch of MSVC compiler warningsYang Tse2011-09-031-3/+4
* time.h and sys/time.h inclusion conditionally done in setup_once.hYang Tse2011-07-251-9/+0
* cookie_output: made privateDaniel Stenberg2011-06-031-1/+0
* compiler warning: fixYang Tse2011-05-211-4/+4
* disable cookies: remove ifdefs, move codeDaniel Stenberg2011-04-041-4/+8
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Indentation fixes, untabify and related whitespace-cleanup. No code changed.Daniel Stenberg2009-02-271-1/+1
* - Niklas Angebrand made the cookie support in libcurl properly deal with theDaniel Stenberg2008-01-311-0/+1
* "Igor" pointed out that CURLOPT_COOKIELIST set to "ALL" leaked memory, and soDaniel Stenberg2008-01-231-2/+2
* Added lots of constsDan Fandrich2007-08-291-5/+6
* Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead.Gisle Vanem2006-08-301-1/+3
* Watcom lacks <sys/time.h>.Gisle Vanem2006-08-291-1/+1
* Silence warning: empty body in an if-statementYang Tse2006-07-311-1/+1
* Michael Wallner provided a patch that allows "SESS" to be set withDaniel Stenberg2006-05-241-1/+3
* Made the copyright year match the latest modification's year.Daniel Stenberg2006-01-091-1/+1
* - Jeff Pohlmeyer found out that if you ask libcurl to load a cookiefile (withDaniel Stenberg2005-08-171-1/+3
* Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is aDaniel Stenberg2005-07-271-0/+6
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-1/+1
* David Cohen pointed out that RFC2109 says clients should allow cookies toDaniel Stenberg2004-06-221-12/+19
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* the new cookie functions that require 'data' passed inDaniel Stenberg2003-08-111-2/+6
* Many cookie fixes:Daniel Stenberg2003-04-301-5/+4