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.c
Age
Commit message (
Expand
)
Author
2002-07-29
properly skip white spaces on Set-Cookie: header lines
Daniel Stenberg
2002-06-11
added disable-[protocol] support, largely provided by Miklos Nemeth
Daniel Stenberg
2002-05-07
support for ingoring session cookies added
Daniel Stenberg
2002-04-14
Dirk Manske made libcurl strip off white spaces from the beginning of cookie
Daniel Stenberg
2002-03-25
Jacky Lam cookie parser fix for domains with preceeding dot
Daniel Stenberg
2002-03-19
copyright string (year) update
Daniel Stenberg
2002-02-27
made Max-Age work as defined in the RFC.
Daniel Stenberg
2002-02-26
When saving a cookie jar, set field 1 (counted from 0) properly to TRUE if the
Daniel Stenberg
2002-02-26
removed crash on weird input, this also better discards silly input
Daniel Stenberg
2002-01-07
As identified in bug report #495290, the last "name=value" pair in a
Daniel Stenberg
2002-01-07
added precautions to not go insane when two matching cookies end up in the
Daniel Stenberg
2001-10-30
prevent strdup()ing NULL -- Paul Harrington's report
Daniel Stenberg
2001-10-24
T. Bharath found this memory leak. It occurs when we replace an internally
Daniel Stenberg
2001-10-11
looks nicer and is better compatible with older vim versions
Sterling Hughes
2001-10-10
cookiejar now enables the cookie engine
Daniel Stenberg
2001-10-08
corrected cookie-jar comment
Daniel Stenberg
2001-09-26
Now we're setting a default domain for received cookies so that we can
Daniel Stenberg
2001-09-10
Curl_cookie_output() must check that there's a cookie struct present before
Daniel Stenberg
2001-09-07
Added formatting sections for emacs and vim
Sterling Hughes
2001-08-29
cookie jar adjustments
Daniel Stenberg
2001-08-26
improved the test
Daniel Stenberg
2001-08-23
started working on a function for writing (all) cookies, made it possible
Daniel Stenberg
2001-08-14
commented out empty else blocks to shut up pedantic compilers
Daniel Stenberg
2001-05-30
include strtok.h to get the prototype
Daniel Stenberg
2001-05-29
strtok() replaced with strtok_r()
Daniel Stenberg
2001-05-23
Added Andres' comments about field 2 in netscape cookie files
Daniel Stenberg
2001-05-23
Andrés García's netscape cookie file parser fix
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-11-10
Venkataramana Mokkapati corrected a cookie parser bug
Daniel Stenberg
2000-10-09
added memory debugging include file
Daniel Stenberg
2000-09-25
a single cookie does not require a trailing semicolon anymore
Daniel Stenberg
2000-08-24
#include "setup.h" moved first of all includes
Daniel Stenberg
2000-05-22
moved here from the newlib branch
Daniel Stenberg
2000-02-10
* Made '-' as file name to read cookies from equal stdin.
Daniel Stenberg
2000-02-01
Added some RFC2109 support
Daniel Stenberg
1999-12-29
Initial revision
Daniel Stenberg
[prev]