. Added support for HTTP Cookies
authorJoey Schulze <joey@infodrom.org>
Tue, 17 Aug 1999 13:21:20 +0000 (13:21 +0000)
committerJoey Schulze <joey@infodrom.org>
Tue, 17 Aug 1999 13:21:20 +0000 (13:21 +0000)
commita308bc68985370f0400c14ce624b08cc7b574261
treef4c4256093e8347c7f8dc92a7985e5801ca886cb
parentbcbe3a8324a746150de633811c5b307e7732b5b2
 . Added support for HTTP Cookies
 . Added Cookie documentation
 . Added cgiFree() to free internal datastructures
 . Reorganized internal datastructures
 . Updated Changelog(s)
 . Updated CREDITS, abandoned Mikko's cookie support
 . Extended cgitst to set a cookie and display them
 . Renamed cgiInit() to cgiReadVariables() and added new cgiInit()
 . Modified s_cgi structure to contain cookies as well
 . Easified some ite, jump out of routine faster
 . Added some manpages to new routines
16 files changed:
CHANGES
CREDITS
Makefile
cgi.c
cgi.h
cgiFree.3 [new file with mode: 0644]
cgiGetCookie.3 [new file with mode: 0644]
cgiGetCookies.3 [new file with mode: 0644]
cgiGetValue.3
cgiGetVariables.3
cgiInit.3
cgiSetType.3
cgitest.c
cookie.c [deleted file]
cookies.c [new file with mode: 0644]
cookies.txt [new file with mode: 0644]