Age | Commit message (Expand) | Author | Files | Lines |
12 days | allow 20241212 is second arg of it::dateHEADmaster | Urban Müller | 2 | -1/+7 |
14 days | Handle pretty printed null including newlines in it::json_decode | Christian Schneider | 2 | -1/+2 |
2025-03-19 | only allow ten positional args | Urban Müller | 2 | -2/+3 |
2025-03-19 | invert can never be set here | Urban Müller | 1 | -1/+1 |
2025-02-27 | indicate that entity_decode() reverses Q() | Urban Müller | 1 | -0/+2 |
2025-02-26 | decode all html entities including ' | Urban Müller | 2 | -1/+6 |
2025-02-19 | small performance boost | Urban Müller | 1 | -3/+2 |
2025-02-18 | Cleanup round to make indentation style consistent across files | Christian Schneider | 6 | -11/+21 |
2025-02-18 | check for actual error result (-1) and handle mariadb default encoding | Nathan Gass | 1 | -4/+6 |
2025-02-08 | Truncate overly long referers leading to failed subrequest but make sure it i... | Christian Schneider | 1 | -1/+1 |
2025-02-05 | avoid marking plaintext _txt labels when .text debug param active | Urban Müller | 1 | -1/+1 |
2025-02-03 | document test | Urban Müller | 1 | -1/+1 |
2025-02-03 | remove duplicate key and actually test multi arg behaviour | Urban Müller | 1 | -6/+6 |
2025-01-30 | Fix bug when js file ends with comment but has no final newline leading to st... | Christian Schneider | 1 | -1/+1 |
2025-01-16 | fix some missed censorship, also censort x-auth-token | Urban Müller | 1 | -2/+2 |
2025-01-08 | better docs, thx buddha | Urban Müller | 1 | -1/+1 |
2025-01-08 | docs | Urban Müller | 1 | -1/+1 |
2024-12-03 | avoid leaving tempfiles lying around if rename fails for permission reasons | Urban Müller | 1 | -0/+4 |
2024-12-02 | Revert "use CURLOPT_MAXFILESIZE now that we have current curl" | Christian Schneider | 1 | -6/+18 |
2024-11-22 | Add (as of PHP 8.4) mandatory str_getcsv escape parameter but use newly recom... | Christian Schneider | 1 | -2/+2 |
2024-11-22 | Do no load auto_prepend.php which causes problems on PHP 8.4 leading to test ... | Christian Schneider | 1 | -1/+1 |
2024-11-20 | test tables are not replicated, local writes allowed (mail0367) | Urban Müller | 1 | -1/+1 |
2024-11-07 | adapt to stricter is function | Nathan Gass | 2 | -2/+2 |
2024-10-28 | avoid replacing away the quotes | Urban Müller | 1 | -1/+1 |
2024-10-22 | port some more of the error handling from it_url::get to it_url::get_multi | Nathan Gass | 1 | -3/+6 |
2024-10-21 | use CURLOPT_MAXFILESIZE now that we have current curl | Nathan Gass | 1 | -18/+6 |
2024-10-04 | avoid leaking API keys in err messages | Urban Müller | 1 | -3/+3 |
2024-09-09 | add some more tests | Nathan Gass | 1 | -0/+16 |
2024-09-09 | add separator argument to all column based methods | Nathan Gass | 1 | -8/+12 |
2024-09-04 | Allow data urls and do not encode as it can break them | Christian Schneider | 1 | -2/+2 |
2024-08-27 | handle --debug argument now used by slowtests.sh | Urban Müller | 1 | -2/+3 |
2024-08-19 | fewer backslackes when ED()-ing html content with debug output | Urban Müller | 2 | -2/+2 |
2024-08-14 | fix syntax | Urban Müller | 1 | -1/+1 |
2024-08-14 | better example | Urban Müller | 1 | -1/+1 |
2024-08-14 | add simplexml_load_string() with better error reporting | Urban Müller | 1 | -0/+19 |
2024-08-06 | try to reduce crawler accesses on cacheable data | Urban Müller | 1 | -1/+2 |
2024-07-25 | remove EDC('what') from itools - doesn't work anymore on search.ch, proably n... | Christian Helbling | 1 | -13/+0 |
2024-07-11 | docs | Urban Müller | 1 | -1/+1 |
2024-07-10 | Work around idn_to_ascii not allowing empty string in PHP 8.4 by using non-em... | Christian Schneider | 1 | -1/+1 |
2024-07-04 | introduce ->status for ->result, temporarily support ->result | Urban Müller | 1 | -14/+15 |
2024-07-03 | make retries => 0 consistent with retries => 1: no it::error on 404 | Urban Müller | 2 | -6/+18 |
2024-07-01 | Remove special case for stale locks since those never occured | David Flatz | 1 | -12/+5 |
2024-06-27 | add response body to errors, rename $got to $body | Urban Müller | 1 | -9/+10 |
2024-06-26 | Remove trigger_error with E_USER_ERROR, see https://wiki.php.net/rfc/deprecat... | Christian Schneider | 1 | -1/+0 |
2024-06-25 | Replace xml_set_object/xml_set_* with [$this, "methodName"] equivalent as it ... | Christian Schneider | 1 | -3/+2 |
2024-06-13 | keep http default for now, only http is guaranteed to work everywhere | Urban Müller | 1 | -1/+1 |
2024-06-11 | mark legit use of http | Urban Müller | 1 | -1/+1 |
2024-06-11 | remove http: use | Urban Müller | 1 | -1/+1 |
2024-06-10 | http: -> https: | Urban Müller | 5 | -10/+10 |
2024-06-10 | handle empty replacements array in it::replace | Nathan Gass | 1 | -1/+1 |