Age | Commit message (Expand) | Author | Files | Lines |
2020-10-28 | Limit parallel threads of GraphicsMagick to avoid overloading servers | Christian Schneider | 1 | -1/+1 |
2020-10-16 | document "followlocation" | Urban Müller | 1 | -6/+8 |
2020-09-30 | show datetime-comment for numbers matching timestamps until 2030-03-17 18:46 | Koni Weber | 1 | -1/+1 |
2020-09-23 | resend info irrelevant on devel | Urban Müller | 1 | -1/+1 |
2020-09-16 | use error_context for mails only | Urban Müller | 1 | -1/+1 |
2020-09-15 | Do not generate warning (PHP 8: TypeError) if STDERR is not a valid resource,... | Christian Schneider | 1 | -1/+2 |
2020-09-15 | Make itools PHP 8 compatible | Christian Schneider | 5 | -56/+61 |
2020-09-03 | avoid forbidden syntax | Nathan Gass | 2 | -5/+5 |
2020-09-03 | avoid arrow functions as we support php 7.0 | Nathan Gass | 2 | -12/+28 |
2020-09-03 | fix indentation | Nathan Gass | 2 | -6/+6 |
2020-09-03 | go back to $GLOBALS['it_dbi'] for backward compatibility | Nathan Gass | 2 | -14/+14 |
2020-09-03 | escape uppercase field names for postgresql | Nathan Gass | 1 | -0/+2 |
2020-09-03 | comment out broken test | Nathan Gass | 1 | -2/+3 |
2020-09-03 | dont depend on order of results | Nathan Gass | 1 | -1/+1 |
2020-09-03 | handle postgresql implementation of mysql replace | Nathan Gass | 1 | -1/+1 |
2020-09-03 | use WHERE TRUE in tests which is compatible with postgresql | Nathan Gass | 1 | -4/+4 |
2020-09-03 | escape ID to avoid postgresql lowercasing it | Nathan Gass | 2 | -6/+6 |
2020-09-03 | make _set tests independent of exact sql syntax | Nathan Gass | 1 | -13/+6 |
2020-09-03 | it_dbi subclass for postgresql | Nathan Gass | 1 | -0/+179 |
2020-09-03 | add options to run tests on postgressql, adapt create table statements to use... | Nathan Gass | 1 | -14/+31 |
2020-09-03 | make sure connection exists for escape_name same as escape_string | Nathan Gass | 1 | -2/+12 |
2020-09-02 | extract mysql specific json code into overridable functions | Nathan Gass | 1 | -11/+31 |
2020-09-01 | allow to add a suffix after INSERT (for ON FOO sql syntax) | Nathan Gass | 1 | -2/+2 |
2020-09-01 | generate postgres compatible where statements | Nathan Gass | 1 | -2/+2 |
2020-08-31 | add _escape_name as backticks are mysql specific | Nathan Gass | 1 | -2/+7 |
2020-08-31 | use insert values instead of mysql speficif insert set | Nathan Gass | 1 | -9/+35 |
2020-08-31 | use late static binding to enable subclassing | Nathan Gass | 1 | -27/+30 |
2020-08-28 | isolate mysql specific code | Nathan Gass | 1 | -65/+119 |
2020-08-27 | use existing tables method | Nathan Gass | 1 | -2/+1 |
2020-08-27 | test for automatic creation of table classes | Nathan Gass | 1 | -0/+1 |
2020-08-25 | test for unexpected optional positinal arguments | Nathan Gass | 2 | -4/+14 |
2020-08-25 | also test for default values | Nathan Gass | 1 | -2/+3 |
2020-08-25 | more tests for arguments without value, also test failure modes | Nathan Gass | 1 | -4/+13 |
2020-08-25 | also test positional args | Nathan Gass | 1 | -6/+7 |
2020-08-21 | more verbose err msg | Urban Müller | 1 | -1/+1 |
2020-08-20 | only call handler after retries | Nathan Gass | 1 | -5/+5 |
2020-08-20 | fix 3538e25, we should not leak memory per url | Nathan Gass | 1 | -0/+3 |
2020-08-10 | vanilla php compliance | Urban Müller | 2 | -5/+5 |
2020-08-10 | use positive list for retry status codes | Urban Müller | 1 | -2/+3 |
2020-08-05 | avoid forbidden fopen() | Urban Müller | 1 | -0/+2 |
2020-08-04 | correctly retry in ::get_multi, do retry in status 5xx in ::get | Urban Müller | 3 | -5/+33 |
2020-08-03 | do not send empty headers | Urban Müller | 1 | -2/+2 |
2020-07-30 | remove option with single use for now, fix inserting too many woke up handles... | Urban Müller | 1 | -3/+1 |
2020-07-30 | dont forget retry on last active url, support fetchsleep | Urban Müller | 1 | -7/+9 |
2020-07-29 | Simplify _lock/_unlock by testing for lock parameter in caller | Christian Schneider | 1 | -9/+9 |
2020-07-27 | honor lock argument for preprocessing as well | Urban Müller | 1 | -2/+2 |
2020-07-27 | make arg optional | Urban Müller | 1 | -2/+2 |
2020-07-27 | debugparams req and res should work in get_multi | Urban Müller | 1 | -1/+6 |
2020-07-27 | make locking in it_url::get_cache optional | Urban Müller | 1 | -7/+11 |
2020-07-25 | don't trigger legacy warning if both username and uid are empty | Christian A. Weber | 1 | -1/+1 |