]> git.plutz.net Git - clickslide/shortlog
clickslide
2019-10-16 Paul Hänschstyling of lists master
2019-10-16 Paul Hänschstyling of lists
2019-10-16 Paul Hänschstyling of lists
2019-10-16 Paul Hänschfaulty replacement in last commit
2019-10-16 Paul Hänschbetter portability
2019-09-25 Paul Hänschprevent broken output when uuencoding images
2019-06-19 Paul Hänschswitch for base64 implementation
2019-06-19 Paul Hänschswitch for base64 implementation
2019-06-18 Paul HänschMerge commit 'f6663322e3efc841d04a4336f7f9ff55a07e5128'
2019-06-18 Paul HänschSquashed 'cgilite/' changes from 8c2e52f..506e2f9
2019-06-18 Paul HänschMerge branch 'master' of git.plutz.net:clickslide
2019-06-18 Paul Hänschseparated color declarations for easyer syling
2019-06-18 Paul Hänschfinished demo slides
2019-06-18 Paul Hänschfinished demo
2019-04-24 Paul Hänschportability: prevent crashes in bash
2019-04-23 Paul HänschAdd 'cgilite/' from commit '8c2e52ffc8910781575126547c0...
2019-04-23 Paul Hänschremove submodule
2019-04-23 Paul Hänschproper sizing for tables
2019-04-11 Paul Hänschslide numbers in overview screen
2019-04-10 Paul HänschCSS Improvements, Charset
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()
2019-04-04 Paul Hänschdo not close non-closing html tags
2019-04-03 Paul Hänschimage and uncover examples
2019-02-28 Paul HänschInlining images
2019-02-27 Paul Hänschimage embedding (for inline style bg images)
2019-02-27 Paul Hänschincluding example, developing styles
2019-02-26 Paul Hänschescaping features
2019-02-26 Paul Hänschscreen dependent incremental font size
2019-02-20 Paul Hänschuse checkbox hack for cleaner item uncovering
2019-02-13 Paul Hänschstyling
2019-02-13 Paul Hänschslide counter, footer, styling
2019-02-12 Paul Hänschauto elements
2019-02-11 Paul Hänschuse shorthand html
2019-02-01 Paul Hänschprevious/next link generation
2019-01-11 Paul Hänschinitial commit
2018-11-20 Paul Hänschid checker for correct slopecode
2018-11-18 Paul Hänschvarious refinements in new modules
2018-11-18 Paul Hänschmake session cookies http only
2018-11-18 Paul Hänschfunctions for logging and session handling
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-22 Paul Hänschallow override of file type
2018-07-18 Paul Hänschbugfix: pipeline use for STRING()
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-17 Paul Hänschmake "checked" and "selected" keywords interchangeable
2018-07-16 Paul Hänschhandlineg of <select multiple>
2018-07-16 Paul Hänschbigfix: handling of [foo].bar
2018-07-16 Paul Hänschsupport for "selected" keyword, improved handling of...
2018-07-16 Paul Hänschminor optimisation
2018-07-16 Paul Hänschlocalize fucntion variables
2018-07-15 Paul Hänschfix: PATH function removed all directory parts shorter...
2018-07-15 Paul Hänschescape spaces in stored data for easyer use with `read`
2018-07-15 Paul Hänschsuppress error message from mkdir
2018-07-15 Paul Hänschbugfix: allow positive return of LOCK()
2018-07-15 Paul Hänschinclude guards for function libraries
2018-07-15 Paul Hänschlocking functions
2018-07-14 Paul Hänschunfinished storage engine
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änschState Content-Length in error responses to allow connec...
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-07-01 Paul Hänschtypos
2018-07-01 Paul Hänschstatic file serving supporting byte-ranges and If-Modif...
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 Paul Hänschforking cgilite into separate project
2018-06-21 paulfunction for reading http headers
2018-06-03 paulstub support for multiline comments (e.g. css/js embedding)
2018-06-03 paulFix for content-length and cookie variables
2018-05-26 paulbasic inetd support
2018-05-12 paulshorthand html
2018-04-05 paulprevent browsers from caching pages (which are usually...
2018-03-22 pauldocumentation fo STORE function
2018-03-22 paulfile handling functions
2018-03-12 paulsend http status code when redirecting
2018-02-21 paulmake forms available by default
2018-02-21 paulhelper for writing html forms
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
2017-03-19 paulcgi conformant 404s
next