summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-05Remove support for obsolete _read_post_process/_write_pre_process, use static...Christian Schneider1-24/+0
2020-12-16ignore some more warningsDavid Flatz1-1/+1
2020-12-15do not prepend $errprefix twiceUrban Müller1-1/+1
2020-12-15ignore warning of jpeg decoderDavid Flatz1-1/+1
2020-12-04Ignore all requests to /fonts/ for language override check, previous fix did ...Christian Schneider1-1/+1
2020-12-04Do not complain about missing language override for .woff/.woff2 filesChristian Schneider1-1/+1
2020-12-03Add some tests for it::substr() behaviour we rely on which was broken for som...Christian Schneider1-0/+4
2020-12-03Use PHP 8 compatible way of detecting @ operator (does not set error_reportin...Christian Schneider1-1/+1
2020-11-27log write throttlesUrban Müller1-0/+3
2020-11-27pass array values instead of keys to functions with only one argument in it::...Nathan Gass2-0/+6
2020-11-13properly quote raw post data for httpreq.phpUrban Müller1-2/+2
2020-11-13nicer formattingUrban Müller1-1/+1
2020-11-11bugfix (accidentally added rawpost)Urban Müller1-1/+1
2020-11-09no longer ignore extra positional argumentsNathan Gass2-10/+7
2020-11-09detect bad it::error usageUrban Müller1-1/+4
2020-10-30include POSTed non form data in error mailsUrban Müller1-0/+3
2020-10-30remove support for old array syntaxUrban Müller1-10/+4
2020-10-29use new array syntax for texts in old/new mixed filesUrban Müller1-1/+1
2020-10-28Limit parallel threads of GraphicsMagick to avoid overloading serversChristian Schneider1-1/+1
2020-10-16document "followlocation"Urban Müller1-6/+8
2020-09-30show datetime-comment for numbers matching timestamps until 2030-03-17 18:46Koni Weber1-1/+1
2020-09-23resend info irrelevant on develUrban Müller1-1/+1
2020-09-16use error_context for mails onlyUrban Müller1-1/+1
2020-09-15Do not generate warning (PHP 8: TypeError) if STDERR is not a valid resource,...Christian Schneider1-1/+2
2020-09-15Make itools PHP 8 compatibleChristian Schneider5-56/+61
2020-08-25test for unexpected optional positinal argumentsNathan Gass2-4/+14
2020-08-25also test for default valuesNathan Gass1-2/+3
2020-08-25more tests for arguments without value, also test failure modesNathan Gass1-4/+13
2020-08-25also test positional argsNathan Gass1-6/+7
2020-08-21more verbose err msgUrban Müller1-1/+1
2020-08-20only call handler after retriesNathan Gass1-5/+5
2020-08-20fix 3538e25, we should not leak memory per urlNathan Gass1-0/+3
2020-08-10vanilla php complianceUrban Müller2-5/+5
2020-08-10use positive list for retry status codesUrban Müller1-2/+3
2020-08-05avoid forbidden fopen()Urban Müller1-0/+2
2020-08-04correctly retry in ::get_multi, do retry in status 5xx in ::getUrban Müller3-5/+33
2020-08-03do not send empty headersUrban Müller1-2/+2
2020-07-30remove option with single use for now, fix inserting too many woke up handles...Urban Müller1-3/+1
2020-07-30dont forget retry on last active url, support fetchsleepUrban Müller1-7/+9
2020-07-29Simplify _lock/_unlock by testing for lock parameter in callerChristian Schneider1-9/+9
2020-07-27honor lock argument for preprocessing as wellUrban Müller1-2/+2
2020-07-27make arg optionalUrban Müller1-2/+2
2020-07-27debugparams req and res should work in get_multiUrban Müller1-1/+6
2020-07-27make locking in it_url::get_cache optionalUrban Müller1-7/+11
2020-07-25don't trigger legacy warning if both username and uid are emptyChristian A. Weber1-1/+1
2020-07-21Mark static function it:mail::check_email() as staticChristian Schneider1-1/+1
2020-07-14document current behaviourUrban Müller1-0/+1
2020-07-02dont return partial resultsUrban Müller1-1/+2
2020-07-02Remove unnecessary NOPHPLINTChristian Schneider1-1/+1
2020-07-02csv(): rename var, enable catching errsUrban Müller1-4/+10