summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-10always use etext() to support {U(/foo)} feature even in absence of valuesUrban Müller1-1/+1
2023-07-05mark safe it::shell_command callsUrban Müller2-4/+4
2023-07-03mark it::exec call safe, give better it::exec exampleUrban Müller2-2/+2
2023-06-26guarantee array result on debug_backtrace, avoid doubling of long stack due t...Urban Müller1-3/+3
2023-06-22quote it::exec() args, use timeout for gm convert to avoid checking for ultra...Christian A. Weber1-4/+2
2023-06-22remove test for it::exec() with unquoted argChristian A. Weber1-1/+0
2023-06-19avoid false pos in check for deprecated funcsUrban Müller1-1/+1
2023-06-12prevent deprecated function alertUrban Müller1-1/+1
2023-05-24more functional styleUrban Müller1-3/+1
2023-05-24Use -- for debug params with EDC('what')Christian Schneider1-3/+3
2023-05-17prevent potential recursions through it::fatal in it::file_put_contents (thx ...Urban Müller1-1/+1
2023-05-17prevent errors in it::errorUrban Müller1-1/+1
2023-05-17use correct okstate pathUrban Müller1-1/+1
2023-05-15fix stack trace depth, remove outdated commentUrban Müller1-1/+1
2023-05-15use short notation for empty arrays in stackdumpUrban Müller1-2/+2
2023-05-11store mtime before lock gets touchedUrban Müller1-2/+4
2023-05-11Use flock for locking to prevent stale locks, when process gets killedDavid Flatz1-11/+20
2023-05-10Use simpler str_pad for paddingChristian Schneider1-1/+1
2023-05-10Fix typo in medium backtrace causing FATALChristian Schneider1-1/+1
2023-05-09implement medium stacksUrban Müller1-6/+45
2023-05-08fix save path for long bodiesUrban Müller1-2/+2
2023-05-08avoid stderr when no alertlogs present yetUrban Müller1-1/+1
2023-05-04adapt to standard syntaxUrban Müller1-1/+1
2023-05-04add medium length stackdumps, clean up stack trace generation params, make ea...Urban Müller1-24/+27
2023-04-13put alert logs and long err outputs into serviceUrban Müller1-6/+7
2023-04-03keep sticklers happyUrban Müller1-1/+1
2023-03-30docsUrban Müller1-1/+1
2023-03-27use standard syntaxUrban Müller1-1/+1
2023-03-27docsUrban Müller1-1/+1
2023-03-27use old syntaxUrban Müller1-1/+1
2023-03-27always use 3rd position for cache miss return valueUrban Müller1-2/+2
2023-03-23support cachemiss flagUrban Müller1-4/+5
2023-03-23use json for new meta info storage; stil support serialized .php for a whileUrban Müller1-3/+3
2023-03-23docsUrban Müller1-1/+1
2023-03-23use json for header storageUrban Müller1-3/+3
2023-03-17actually indicate offending valueUrban Müller1-1/+1
2023-03-17typoUrban Müller2-2/+2
2023-03-17remove unprintables in ED as well so xss.php can use them for testingUrban Müller1-1/+1
2023-03-13docsUrban Müller1-0/+1
2023-03-09Change test to check with undefined variableChristian Schneider1-1/+1
2023-03-09Also add test for values from GLOBALS, also makes test resistant against glob...Christian Schneider1-0/+3
2023-03-09Simplify escaping of int/float as we do not rely on parsing on sql sideChristian Schneider1-28/+2
2023-03-01adapt to newest php versionNathan Gass1-1/+2
2023-02-28adapt escaping of ints and floats to better handle booleans and strings as inputNathan Gass2-7/+38
2023-02-28Revert "special handling of boolean columns (accept false as value without wa...Nathan Gass2-13/+8
2023-02-28Revert "half speed writes in batch jobs, goes easy on replication slaves": me...Urban Müller1-1/+0
2023-02-28half speed writes in batch jobs, goes easy on replication slavesUrban Müller1-0/+1
2023-02-28add tests that old values still work as expectedNathan Gass1-0/+6
2023-02-28special handling of boolean columns (accept false as value without warning)Nathan Gass2-8/+13
2023-02-28remove unbuffered supportNathan Gass1-6/+3