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 (
Collapse
)
Author
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
to read multiple cookie files, no longer writes to the URL string passed to the _add() function. The new stuff is now conditionally compiled on the COOKIE define. Changed the _init() proto.
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
* I hope I finally removed 'empty cookies' crash
2000-02-01
Added some RFC2109 support
Daniel Stenberg
1999-12-29
Initial revision
Daniel Stenberg