]> git.plutz.net Git - cgilite/history - cgilite.sh
bugfix: header assembly with $BR variable set correctly
[cgilite] / cgilite.sh
2018-08-11 Paul Hänschbugfix: header assembly with $BR variable set correctly
2018-08-02 Paul Hänschindependence from GNU `sed`, set CR and BR without...
2018-07-18 Paul Hänschhuge speed gain for GET() and POST()
2018-07-17 Paul Hänschdual use string functions (argument and pipe), make...
2018-07-17 Paul Hänschslight simplicity/speed regain in URL()
2018-07-17 Paul Hänschkeep / in URL coded path
2018-07-17 Paul Hänschstrip multi slash sequences in PATH function
2018-07-16 Paul Hänschlocalize fucntion variables
2018-07-15 Paul Hänschfix: PATH function removed all directory parts shorter...
2018-07-05 Paul Hänschtypo
2018-07-05 Paul Hänschpath cononicalization function (works on non-exist...
2018-07-04 Paul Hänschremove obsolete sed processing of response headers
2018-07-04 Paul Hänschyet slightly shorter version + removed debugging
2018-07-04 Paul Hänschshorter version of webserver response builder
2018-07-04 Paul HänschHandle arbitrary status response codes in builtin web...
2018-07-04 Paul Hänschcorrect tomestamp format for cookie expiration, empty...
2018-07-02 Paul Hänschenable connection reuse in builtin web server
2018-07-02 Paul Hänschauto recognize inetd mode, enabling use with busybox...
2018-07-02 Paul Hänschfix builtin header parsing
2018-06-30 Paul Hänschunified function for %hex unescaping
2018-06-28 Paul HänschRemove debug lines
2018-06-28 Paul HänschUnify header function for use with external web servers
2018-06-21 paulfunction for reading http headers
2018-06-03 paulFix for content-length and cookie variables
2018-05-26 paulbasic inetd support
2017-12-09 paulwhen redirecting send status code as specified in CGI
2017-11-09 paultransform hex to oct for posix compatibility in printf
2017-11-08 paulbugfix: do not expect query strings to start with "?"
2017-11-08 paulforce http status code with redirect
2017-05-16 paulposix collection of cgi functions, additional functions
2017-05-15 paulposix collection of chi functions, initial commit