index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
cookie.h
Age
Commit message (
Expand
)
Author
2017-09-18
cookies: reject oversized cookies
Daniel Stenberg
2016-10-31
cookies: getlist() now holds deep copies of all cookies
Daniel Stenberg
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2013-06-12
cookies: follow-up fix for path checking
YAMADA Yasuharu
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2012-12-28
build: rename 76 lib/*.h files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2011-09-03
fix a bunch of MSVC compiler warnings
Yang Tse
2011-07-25
time.h and sys/time.h inclusion conditionally done in setup_once.h
Yang Tse
2011-06-03
cookie_output: made private
Daniel Stenberg
2011-05-21
compiler warning: fix
Yang Tse
2011-04-04
disable cookies: remove ifdefs, move code
Daniel Stenberg
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2009-02-27
Indentation fixes, untabify and related whitespace-cleanup. No code changed.
Daniel Stenberg
2008-01-31
- Niklas Angebrand made the cookie support in libcurl properly deal with the
Daniel Stenberg
2008-01-23
"Igor" pointed out that CURLOPT_COOKIELIST set to "ALL" leaked memory, and so
Daniel Stenberg
2007-08-29
Added lots of consts
Dan Fandrich
2006-08-30
Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead.
Gisle Vanem
2006-08-29
Watcom lacks <sys/time.h>.
Gisle Vanem
2006-07-31
Silence warning: empty body in an if-statement
Yang Tse
2006-05-24
Michael Wallner provided a patch that allows "SESS" to be set with
Daniel Stenberg
2006-01-09
Made the copyright year match the latest modification's year.
Daniel Stenberg
2005-08-17
- Jeff Pohlmeyer found out that if you ask libcurl to load a cookiefile (with
Daniel Stenberg
2005-07-27
Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is a
Daniel Stenberg
2004-10-06
removed tabs and trailing whitespace from source
Daniel Stenberg
2004-06-22
David Cohen pointed out that RFC2109 says clients should allow cookies to
Daniel Stenberg
2004-01-07
updated year in the copyright string
Daniel Stenberg
2003-08-11
the new cookie functions that require 'data' passed in
Daniel Stenberg
2003-04-30
Many cookie fixes:
Daniel Stenberg
2003-01-16
copyright year update in the source header
Daniel Stenberg
2002-09-03
updated source code boilerplate/header
Daniel Stenberg
2002-05-07
support for ingoring session cookies added
Daniel Stenberg
2002-03-19
copyright string (year) update
Daniel Stenberg
2002-02-20
Nico Baggus' VMS tweaks
Daniel Stenberg
2001-09-26
Now we're setting a default domain for received cookies so that we can
Daniel Stenberg
2001-08-29
cookie jar adjustments
Daniel Stenberg
2001-08-23
started working on a function for writing (all) cookies, made it possible
Daniel Stenberg
2001-01-05
Internal symbols that aren't static are now prefixed with 'Curl_'
Daniel Stenberg
2001-01-03
dual-license fix
Daniel Stenberg
2000-02-01
Added some RFC2109 support
Daniel Stenberg
1999-12-29
Initial revision
Daniel Stenberg