]> git.plutz.net Git - cgilite/history - cgilite.sh
avoid confusion regarding carriage return when escaping HTML (especially in textarea)
[cgilite] / cgilite.sh
2020-09-07 Paul Hänschavoid confusion regarding carriage return when escaping...
2020-06-24 Paul Hänschrudimentary debug function
2020-06-09 Paul Hänschmore escapes for use in html-sh and HTTP headers
2020-06-08 Paul Hänschlimit escaping to necessary characters, more readable...
2020-06-03 Paul Hänschbugfix: allow empty query string
2020-06-02 Paul Hänschimproved handling of Connection header
2020-06-02 Paul Hänschquicker path sanitizing
2020-06-02 Paul Hänschsanitizing and security
2020-05-27 Paul Hänschupdated copyright line
2020-05-27 Paul Hänschspeed improvements
2020-05-26 Paul Hänschallow empty script headers
2019-11-21 Paul Hänschkill program on connection loss
2019-04-04 Paul Hänschportable sed invocations
2019-04-04 Paul HänschMerge branch 'master' of plutz.net:cgilite
2019-04-04 Paul Hänschkey listing functions: GET_KEYS() POST_KEYS() REF_KEYS()
2018-11-12 Paul HänschMerge branch 'master' of git.plutz.net:cgilite
2018-11-12 Paul Hänschbugfix: allow GET/POST values starting with - (dash)
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