]> git.plutz.net Git - cgilite/history - cgilite.sh
offer invitation links if email is not required
[cgilite] / cgilite.sh
2023-08-31 Paul HänschLICENSE CHANGE: CGIlite is now under ISC License!
2023-06-19 Paul Hänschbugfix: HEX_DECODE for prefixes looking like shell...
2023-06-19 Paul HänschInclude backtick (`) in URL escape handling
2023-06-19 Paul Hänschbugfix: prevent endless loop in HEX_DECODE, copy non...
2022-07-27 Paul Hänschbugfix/typo: correct transformation of header fields...
2022-07-25 Paul Hänschescape CR and BR in HTML output (as previously specified)
2022-05-10 Paul Hänsch"cgilite_headers" among export variables
2022-04-08 Paul Hänschreset header variables when processing multiple requests
2022-03-24 Paul Hänschfaster hexdecode for mixed data (e.g. post-data)
2021-11-16 Paul Hänschbugfix URL escaping for ? and %
2021-11-16 Paul Hänschfaster HTML and URL functions
2021-10-28 Paul Hänschexport application globals
2021-10-07 Paul Hänschperform _BASE striping outside of internal web server
2021-10-07 Paul Hänschstrip _BASE path from PATH_INFO variable
2021-09-12 Paul Hänschtypo in cli parsing
2021-08-27 Paul HänschSet _EXEC _DATA and _BASE variables
2021-08-24 Paul Hänschmuch faster hex decode function
2021-07-26 Paul Hänschbugfix: parameter passing in cgilite_value calls
2020-11-18 Paul Hänschinclude guard for main script, prevent double read...
2020-09-30 Paul Hänschescape CR and TAB in URLs
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