infodrom/cgilib
24 years ago . Corrected debian/rules
Joey Schulze [Fri, 20 Aug 1999 21:27:49 +0000 (21:27 +0000)]
 . Corrected debian/rules
 . Added cookies to readme

24 years ago . Updated CHANGES with information from debian/changelog
Joey Schulze [Fri, 20 Aug 1999 21:14:07 +0000 (21:14 +0000)]
 . Updated CHANGES with information from debian/changelog
 . Added myself to CREDITS, actually learned from cfingerd where Ken
   has forgotton himself
 . Added target htmlman to convert all manpages into html pages
 . Added cgiFreeList() and manpage
 . Added code to set a cookie to manpages
 . Removed code for cgiFreeList() from manpages
 . Adjusted jumpto.c
 . Fixated debian/changes, prepared for upload
 . Extended Debian description (debian/control)

24 years ago . Added support for HTTP Cookies
Joey Schulze [Tue, 17 Aug 1999 13:21:20 +0000 (13:21 +0000)]
 . 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

24 years agoImproved
Joey Schulze [Mon, 16 Aug 1999 20:10:43 +0000 (20:10 +0000)]
Improved

24 years ago . Implemented cgiSetHeader() and cgiSetType()
Joey Schulze [Sun, 15 Aug 1999 11:03:51 +0000 (11:03 +0000)]
 . Implemented cgiSetHeader() and cgiSetType()
 . Wrote appropriate manpage
 . Changed manpage source to "CGI Library"

24 years ago . Fixed problem with name being a prefix of another
Joey Schulze [Sun, 15 Aug 1999 08:48:05 +0000 (08:48 +0000)]
 . Fixed problem with name being a prefix of another
 . Also decode HTTP strings for multiple fields

24 years ago . Added space to manpage synopsis
Joey Schulze [Sat, 14 Aug 1999 21:08:42 +0000 (21:08 +0000)]
 . Added space to manpage synopsis
 . Corrected cgiGetValue(3)
 . Use capital letters for CGI
 . Added cgiGetVariables(3) manpage and routine
 . Test suite cgitest now users cgiGetVariables() as well
 . Makefile improvement to use $@ and $^
 . Posixification: index() -> strchr()
 . Added CREDITS
 . Reworked offline parser
 . Adjusted date of manpages
 . Improved test program, now displays environment as well
 . Improved readme
 . Use upstream changelog for Debian, compress it

24 years ago * Makefile::clean now removes libcgi.a, debian/rules now uses pristine source
Joey Schulze [Wed, 28 Apr 1999 07:27:51 +0000 (07:27 +0000)]
  * Makefile::clean now removes libcgi.a, debian/rules now uses pristine source

24 years agoForward ported bugfixes from 0.4-4:
Joey Schulze [Wed, 28 Apr 1999 07:21:58 +0000 (07:21 +0000)]
Forward ported bugfixes from 0.4-4:
   * Added some braces as suggested by gcc
   * Oops, fixed simple length+1byte bug (closes: Bug#32834)

25 years agoWe should provide a proper changelog file.
Joey Schulze [Mon, 7 Dec 1998 20:11:53 +0000 (20:11 +0000)]
We should provide a proper changelog file.

25 years agoAdded support for HTML cookies, written by Mikko Torni <mtorni@mail.freenet.hut.fi>
Joey Schulze [Mon, 7 Dec 1998 20:11:09 +0000 (20:11 +0000)]
Added support for HTML cookies, written by Mikko Torni <mtorni@mail.freenet.hut.fi>
Mikko reported that it doesn't work properly so he's tuning it.

25 years agoAlso removed temporary binary file
Joey Schulze [Mon, 7 Dec 1998 20:09:41 +0000 (20:09 +0000)]
Also removed temporary binary file

25 years agoAdded proper install target.
Joey Schulze [Mon, 7 Dec 1998 20:08:05 +0000 (20:08 +0000)]
Added proper install target.

25 years ago * Fixed typo in jump.c comments, thanks Shaleh. debian_cgilib_0-4-3b
Joey Schulze [Sat, 12 Sep 1998 00:55:54 +0000 (00:55 +0000)]
  * Fixed typo in jump.c comments, thanks Shaleh.

25 years ago * Switched from bzero() to memset(), thanks Shaleh debian_cgilib_0-4-3
Joey Schulze [Fri, 11 Sep 1998 19:38:27 +0000 (19:38 +0000)]
  * Switched from bzero() to memset(), thanks Shaleh
  * Corrected typo in cgiInit(3), thanks Shaleh

26 years ago * Corrected html code in redirection debian_cgilib_0-4 debian_cgilib_0-4-1 debian_cgilib_0-4-2
Joey Schulze [Fri, 20 Mar 1998 08:21:32 +0000 (08:21 +0000)]
  * Corrected html code in redirection
  * Corrected number of bytes in redirection

26 years agoIncluded another example, jumpto cgilib_0-3 debian_cgilib_0-3
Joey Schulze [Mon, 23 Feb 1998 10:06:11 +0000 (10:06 +0000)]
Included another example, jumpto

26 years agoRemoved empty line
Joey Schulze [Sun, 22 Feb 1998 20:09:00 +0000 (20:09 +0000)]
Removed empty line

26 years agoFixed little mistake in offline mode
Joey Schulze [Wed, 18 Feb 1998 20:14:57 +0000 (20:14 +0000)]
Fixed little mistake in offline mode

26 years ago . Corrected debugging cgilib_0-2 debian_cgilib_0-2
Joey Schulze [Wed, 18 Feb 1998 10:29:07 +0000 (10:29 +0000)]
 . Corrected debugging
 . Added cgiRedirect()
 . Added cgiRedirect(3) manpage
 . Added call to cgiRedirect() to example cgitest.c
 . Added compile notice to cgitest.c
 . Added support for the GET method
 . Reorganized POST/GET/stdin support
 . Implemented support for multiple fields and updated manpage

26 years ago . Added support for a static libcgi.a debian_cgilib_0-1-1
Joey Schulze [Sun, 15 Feb 1998 04:44:12 +0000 (04:44 +0000)]
 . Added support for a static libcgi.a
 . Added readme file
 . Added Debian GNU/Linux control files

26 years ago . Reformatted some c-code
Joey Schulze [Sun, 15 Feb 1998 04:01:07 +0000 (04:01 +0000)]
 . Reformatted some c-code
 . Added some more debug code
 . Added new manpage cgi.5

26 years agoSome comments were written in german, translated them.
Joey Schulze [Sun, 15 Feb 1998 02:33:34 +0000 (02:33 +0000)]
Some comments were written in german, translated them.

26 years ago . cgiDebug() und cgiDebugLevel eingefuehrt
Joey Schulze [Sun, 15 Feb 1998 02:29:27 +0000 (02:29 +0000)]
 . cgiDebug() und cgiDebugLevel eingefuehrt
 . cgiDecodeString() implementiert
 . Kompletter re-write von cgiInit()
 . cgiInit() versteht nun auch lange Variableninhalte und dekodiert
   die entsprechenden %ab Werte
 . Implemented an offline input mode as known by CGI.pm
 . Manpages fuer cgiDebug(), cgiInit(), cgiGetValue() und cgiHeader()
   geschrieben
 . Testprogram added

26 years agoImport of IN-GS source cgilib_initial
Joey Schulze [Sat, 14 Feb 1998 22:25:00 +0000 (22:25 +0000)]
Import of IN-GS source