Age | Commit message (Expand) | Author | Files | Lines |
2023-07-18 | support varags in it::pipe like in it::exec | Urban Müller | 2 | -2/+7 |
2023-07-18 | test existing it_pipe frontend behaviour | Urban Müller | 1 | -0/+6 |
2023-07-10 | always use etext() to support {U(/foo)} feature even in absence of values | Urban Müller | 1 | -1/+1 |
2023-07-05 | mark safe it::shell_command calls | Urban Müller | 2 | -4/+4 |
2023-07-03 | mark it::exec call safe, give better it::exec example | Urban Müller | 2 | -2/+2 |
2023-06-26 | guarantee array result on debug_backtrace, avoid doubling of long stack due t... | Urban Müller | 1 | -3/+3 |
2023-06-22 | quote it::exec() args, use timeout for gm convert to avoid checking for ultra... | Christian A. Weber | 1 | -4/+2 |
2023-06-22 | remove test for it::exec() with unquoted arg | Christian A. Weber | 1 | -1/+0 |
2023-06-19 | avoid false pos in check for deprecated funcs | Urban Müller | 1 | -1/+1 |
2023-06-12 | prevent deprecated function alert | Urban Müller | 1 | -1/+1 |
2023-05-24 | more functional style | Urban Müller | 1 | -3/+1 |
2023-05-24 | Use -- for debug params with EDC('what') | Christian Schneider | 1 | -3/+3 |
2023-05-17 | prevent potential recursions through it::fatal in it::file_put_contents (thx ... | Urban Müller | 1 | -1/+1 |
2023-05-17 | prevent errors in it::error | Urban Müller | 1 | -1/+1 |
2023-05-17 | use correct okstate path | Urban Müller | 1 | -1/+1 |
2023-05-15 | fix stack trace depth, remove outdated comment | Urban Müller | 1 | -1/+1 |
2023-05-15 | use short notation for empty arrays in stackdump | Urban Müller | 1 | -2/+2 |
2023-05-11 | store mtime before lock gets touched | Urban Müller | 1 | -2/+4 |
2023-05-11 | Use flock for locking to prevent stale locks, when process gets killed | David Flatz | 1 | -11/+20 |
2023-05-10 | Use simpler str_pad for padding | Christian Schneider | 1 | -1/+1 |
2023-05-10 | Fix typo in medium backtrace causing FATAL | Christian Schneider | 1 | -1/+1 |
2023-05-09 | implement medium stacks | Urban Müller | 1 | -6/+45 |
2023-05-08 | fix save path for long bodies | Urban Müller | 1 | -2/+2 |
2023-05-08 | avoid stderr when no alertlogs present yet | Urban Müller | 1 | -1/+1 |
2023-05-04 | adapt to standard syntax | Urban Müller | 1 | -1/+1 |
2023-05-04 | add medium length stackdumps, clean up stack trace generation params, make ea... | Urban Müller | 1 | -24/+27 |
2023-04-13 | put alert logs and long err outputs into service | Urban Müller | 1 | -6/+7 |
2023-04-03 | keep sticklers happy | Urban Müller | 1 | -1/+1 |
2023-03-30 | docs | Urban Müller | 1 | -1/+1 |
2023-03-27 | use standard syntax | Urban Müller | 1 | -1/+1 |
2023-03-27 | docs | Urban Müller | 1 | -1/+1 |
2023-03-27 | use old syntax | Urban Müller | 1 | -1/+1 |
2023-03-27 | always use 3rd position for cache miss return value | Urban Müller | 1 | -2/+2 |
2023-03-23 | support cachemiss flag | Urban Müller | 1 | -4/+5 |
2023-03-23 | use json for new meta info storage; stil support serialized .php for a while | Urban Müller | 1 | -3/+3 |
2023-03-23 | docs | Urban Müller | 1 | -1/+1 |
2023-03-23 | use json for header storage | Urban Müller | 1 | -3/+3 |
2023-03-17 | actually indicate offending value | Urban Müller | 1 | -1/+1 |
2023-03-17 | typo | Urban Müller | 2 | -2/+2 |
2023-03-17 | remove unprintables in ED as well so xss.php can use them for testing | Urban Müller | 1 | -1/+1 |
2023-03-13 | docs | Urban Müller | 1 | -0/+1 |
2023-03-09 | Change test to check with undefined variable | Christian Schneider | 1 | -1/+1 |
2023-03-09 | Also add test for values from GLOBALS, also makes test resistant against glob... | Christian Schneider | 1 | -0/+3 |
2023-03-09 | Simplify escaping of int/float as we do not rely on parsing on sql side | Christian Schneider | 1 | -28/+2 |
2023-03-01 | adapt to newest php version | Nathan Gass | 1 | -1/+2 |
2023-02-28 | adapt escaping of ints and floats to better handle booleans and strings as input | Nathan Gass | 2 | -7/+38 |
2023-02-28 | Revert "special handling of boolean columns (accept false as value without wa... | Nathan Gass | 2 | -13/+8 |
2023-02-28 | Revert "half speed writes in batch jobs, goes easy on replication slaves": me... | Urban Müller | 1 | -1/+0 |
2023-02-28 | half speed writes in batch jobs, goes easy on replication slaves | Urban Müller | 1 | -0/+1 |
2023-02-28 | add tests that old values still work as expected | Nathan Gass | 1 | -0/+6 |