Fix parsing empty QUERY_STRING
[infodrom/cgilib] / cgi.c
2017-09-08 Petr PísařFix parsing empty QUERY_STRING master
2017-09-08 Michel StamFix memory leaks found by valgrind
2014-05-05 Joey SchulzeMemset improvement inspired by Michael Rayment <mtr...
2009-07-01 Joey SchulzeTerminate a freshly allocated string as well.
2009-07-01 Joey SchulzeCorrect header creation. Ensure the new string contain...
2009-01-11 Joey SchulzePatch by W. Michael Petullo to use autotools for strncpy()
2008-11-16 Joey SchulzePatch by Phil Brooke <pjb@scm.tees.ac.uk> to allow...
2008-04-06 Joey SchulzeUpdate to the new FSF address
2008-01-21 Joey SchulzeNeed to decode variable names as well, and consistently...
2008-01-21 Joey SchulzeImprovement by Neil Spring: Declare some arguments...
2007-12-14 Joey SchulzeRemove temporary files at the end
2007-12-13 Joey SchulzeSupport functions for transmitted files
2007-12-06 Joey Schulzememory correction
2007-12-06 Joey Schulzeindention
2007-12-02 Joey SchulzeAdded support for uploaded files to the input parser
2007-12-02 Joey SchulzeFree all allocated space
2007-12-02 Joey SchulzeDon't abuse variables
2007-12-02 Joey SchulzeBe less verbose
2007-12-02 Joey Schulzefree type if set
2007-12-02 Joey SchulzeCorrected pointer arithmetic
2007-12-02 Joey SchulzeParse function need to return the s_cgi structure in...
2007-11-29 Joey SchulzeAdded basic support for multipart/form-data
2007-11-28 Joey SchulzeA newline will be appended on demand when debug output...
2007-11-28 Joey SchulzeDon't trust Content-Length too much
2007-11-27 Joey SchulzeInclude syslog header
2007-11-27 Joey SchulzeOpen the channel to syslog if needed
2007-11-27 Joey SchulzeRestructurisation: moved debug code into general routin...
2007-11-25 Joey SchulzeRemoved included changelog
2007-11-25 Joey SchulzeTake care of null termination
2007-11-25 Joey SchulzeSimplify and unify code
2007-11-25 Joey SchulzeUse \r\n in headers
2007-11-25 Joey SchulzeUse \r\n in headers
2007-11-25 Joey Schulze<malloc.h> is obsolete, use <stdlib.h>
2007-11-25 Joey SchulzeProperly return NULL when the variable is empty
2007-11-25 Joey SchulzePatch by Laszlo Zavaleta <wry@kopu.org> to accept ...
2007-11-25 Joey SchulzeAdjust the mail address
1999-08-20 Joey Schulze . Updated CHANGES with information from debian/changelog
1999-08-17 Joey Schulze . Added support for HTTP Cookies
1999-08-15 Joey Schulze . Implemented cgiSetHeader() and cgiSetType()
1999-08-15 Joey Schulze . Fixed problem with name being a prefix of another
1999-08-14 Joey Schulze . Added space to manpage synopsis
1999-04-28 Joey SchulzeForward ported bugfixes from 0.4-4:
1998-09-11 Joey Schulze * Switched from bzero() to memset(), thanks Shaleh debian_cgilib_0-4-3
1998-03-20 Joey Schulze * Corrected html code in redirection debian_cgilib_0-4 debian_cgilib_0-4-1 debian_cgilib_0-4-2
1998-02-22 Joey SchulzeRemoved empty line
1998-02-18 Joey SchulzeFixed little mistake in offline mode
1998-02-18 Joey Schulze . Corrected debugging cgilib_0-2 debian_cgilib_0-2
1998-02-15 Joey Schulze . Reformatted some c-code
1998-02-15 Joey Schulze . cgiDebug() und cgiDebugLevel eingefuehrt
1998-02-14 Joey SchulzeImport of IN-GS source cgilib_initial