summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-21keep cookies between redirects, needed on www.programme-tv.netUrban Müller1-0/+1
2022-01-20enable omitting Accept-Language, show in and out headers in with curlinfoUrban Müller1-2/+7
2022-01-05body is not necessarily utf8Urban Müller1-1/+1
2022-01-05carriage returns do not indicate binaryUrban Müller1-1/+1
2021-12-21Leave overscroll-behavior style unchanged for validator to checkChristian Schneider1-1/+1
2021-12-14it::error: handle binary body like long body by saving in tmpNathan Gass1-1/+1
2021-12-08show all params in EDC('req'), not just urlChristian A. Weber1-2/+5
2021-12-02allow reading/writing of json in one goUrban Müller1-0/+6
2021-11-28Avoid Implicit conversion from float warningChristian Schneider1-1/+1
2021-11-09handle missing safetyUrban Müller1-1/+1
2021-11-09allow generic it_error paramsUrban Müller1-7/+6
2021-11-01more debug infoUrban Müller1-1/+1
2021-11-01avoid false positives when U() removes args without valueUrban Müller1-1/+1
2021-11-01report redirect loopsUrban Müller1-0/+3
2021-10-29Revert "allow combining postprocess with assoc"Nathan Gass1-1/+1
2021-10-28allow combining postprocess with assocUrban Müller1-1/+1
2021-10-22improve docsUrban Müller1-1/+1
2021-10-19better it::mail docsUrban Müller1-1/+1
2021-08-26make it possible to disable automatic decompression (by setting accept_encodi...Christian Helbling1-6/+10
2021-08-12it::fatal should abort on okstatus=0 even when no report neededUrban Müller1-1/+1
2021-07-25Fix PHP 8.1 warningsChristian Schneider3-1/+12
2021-07-22Change default caching from 24 to 23 hours to reduce risc of daily jobs to us...Christian Schneider1-2/+2
2021-07-01add mintouched argument to delete_untouched to prevent deletes on importer pr...Urban Müller1-2/+7
2021-06-18Revert "use same default 5s timeout for ::get and ::get_cache", breaks existi...Christian A. Weber1-2/+2
2021-06-17check ::cdist errorsUrban Müller1-2/+2
2021-06-17support testing for errsUrban Müller1-0/+4
2021-06-17use same default 5s timeout for ::get and ::get_cacheUrban Müller1-2/+2
2021-06-16improve docsUrban Müller1-3/+3
2021-06-15add tests for it::cdist. Two are commented out as they trigger an it::error()Christian A. Weber1-0/+4
2021-06-15allow leading - in ::getopt option arguments, add testsUrban Müller2-6/+27
2021-06-09never consider first word a debugparam, fixes cine.search.chUrban Müller1-1/+1
2021-06-07force new connection to be compatible with mysqli_connect, it_dbi does handle...Nathan Gass1-1/+1
2021-05-30Allow some more tags structuring texts visiblyChristian Schneider1-2/+2
2021-05-18call more attention to page-killing problemsUrban Müller1-1/+1
2021-04-20handle invalid utf8 in bodyUrban Müller1-1/+1
2021-04-20it::mail refuses to send mails with null bytesUrban Müller1-1/+1
2021-03-29remove => false args in it::exec, consistent with it_htmlUrban Müller2-1/+5
2021-03-28it::cdist() does nothing if no filenames are given, it::error() if filename=f...Christian A. Weber1-0/+8
2021-03-24correcly use override traces for long stackdump (ultraexceptionhandler case)Urban Müller1-1/+1
2021-03-23use (local) distributed cache on devel by defaultUrban Müller1-5/+0
2021-03-21Make errorhandler PHP 8 compatibleChristian Schneider1-1/+1
2021-03-18refactor dump_php() to create more stable format using new array syntax witho...Christian A. Weber1-6/+9
2021-03-15filter info not needed interactivelyUrban Müller1-1/+1
2021-03-15better align subsequent it::error outputUrban Müller1-1/+1
2021-03-12avoid empty title when error message contains invalid utf8Urban Müller1-1/+1
2021-03-12allow forcing errors to screenUrban Müller1-3/+5
2021-03-05var_export no longer has a trailing blank after =>Urban Müller1-1/+1
2021-03-01do not use mysql defaultconfig for it_dbi_postgres.classNathan Gass1-1/+1
2021-02-22avoid lowercase "Fatal:" e.g. when debug_timerlog set programmaticallyUrban Müller1-2/+2
2021-02-16fix errors on get_cacheUrban Müller1-3/+3