Age | Commit message (Expand) | Author | Files | Lines |
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 |
2023-02-28 | special handling of boolean columns (accept false as value without warning) | Nathan Gass | 2 | -8/+13 |
2023-02-28 | remove unbuffered support | Nathan Gass | 1 | -6/+3 |
2023-02-28 | Merge branch 'ng/cancelable' | Nathan Gass | 2 | -4/+50 |
2023-02-28 | add comments and default for timeout | Nathan Gass | 1 | -1/+2 |
2023-02-28 | rename option to interruptible_queries | Nathan Gass | 2 | -3/+3 |
2023-02-27 | make sure the output before the sleep is actually send | Nathan Gass | 1 | -1/+2 |
2023-02-27 | add some small output before sleep to make sure it_url does not return partia... | Nathan Gass | 1 | -0/+1 |
2023-02-24 | catch some more | Urban Müller | 1 | -2/+2 |
2023-02-24 | Add test if preg_quote is sufficient for special chars in pattern | Christian Schneider | 1 | -0/+6 |
2023-02-20 | only look at first two elements for description of short- and longoption so t... | David Flatz | 2 | -1/+4 |
2023-02-15 | Do not prepend unicode block characters at beginning of lines for edplain | Christian Schneider | 1 | -1/+1 |
2023-02-15 | Use unicode codepoint instead of hex encoding for readability/searchability | Christian Schneider | 1 | -1/+1 |
2023-02-13 | more docs | Urban Müller | 1 | -0/+2 |
2023-02-13 | improve it::error docs | Urban Müller | 1 | -15/+20 |
2023-01-30 | make sure that randomexpire = 1.0 always clears cache | Urban Müller | 1 | -1/+1 |
2023-01-30 | Make it_dbi base object iterable, simplify code, add tests | Christian Schneider | 2 | -3/+10 |
2023-01-25 | allow randomexpire to prevent refresh bursts | Urban Müller | 1 | -3/+4 |
2023-01-19 | add urbans tests | Nathan Gass | 1 | -0/+5 |
2023-01-19 | some tests to make sure we don't have any wrong conversions from int to float | Nathan Gass | 1 | -6/+18 |
2023-01-17 | better location for backslash removal; omit faulty blanks around class body | Urban Müller | 1 | -3/+3 |
2023-01-17 | adapt to backslashes used in php 8.2 | Urban Müller | 1 | -1/+1 |
2023-01-11 | Normalize double sign --/+-/-+/++ calculations in it::date for PHP 8.2 and ad... | Christian Schneider | 2 | -2/+14 |
2022-12-23 | fix docs | Urban Müller | 1 | -2/+2 |
2022-12-12 | remove obsolete function, unused on gna as well | Urban Müller | 1 | -8/+0 |
2022-12-12 | Add and use it::utf8_decode and it::utf8_encode for easier migration to PHP 8.2 | Christian Schneider | 6 | -24/+34 |
2022-12-12 | Declare some properties for PHP 8.2 | Christian Schneider | 1 | -0/+4 |