summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-03-23docsUrban Müller1-1/+1
2023-03-23use json for header storageUrban Müller1-3/+3
2023-03-17actually indicate offending valueUrban Müller1-1/+1
2023-03-17typoUrban Müller2-2/+2
2023-03-17remove unprintables in ED as well so xss.php can use them for testingUrban Müller1-1/+1
2023-03-13docsUrban Müller1-0/+1
2023-03-09Change test to check with undefined variableChristian Schneider1-1/+1
2023-03-09Also add test for values from GLOBALS, also makes test resistant against ↵Christian Schneider1-0/+3
global variable from e.g. auto_prepend.php
2023-03-09Simplify escaping of int/float as we do not rely on parsing on sql sideChristian Schneider1-28/+2
2023-03-01adapt to newest php versionNathan Gass1-1/+2
2023-02-28adapt escaping of ints and floats to better handle booleans and strings as inputNathan Gass2-7/+38
2023-02-28Revert "special handling of boolean columns (accept false as value without ↵Nathan Gass2-13/+8
warning)" This reverts commit efeb9c4a97668672f8aaa263e4937461f0b1b725.
2023-02-28Revert "half speed writes in batch jobs, goes easy on replication slaves": ↵Urban Müller1-1/+0
measure unthrottled runtimes first This reverts commit 89f5ff8591708188f1d2ccceaac288182ec097ed.
2023-02-28half speed writes in batch jobs, goes easy on replication slavesUrban Müller1-0/+1
2023-02-28add tests that old values still work as expectedNathan Gass1-0/+6
2023-02-28special handling of boolean columns (accept false as value without warning)Nathan Gass2-8/+13
2023-02-28remove unbuffered supportNathan Gass1-6/+3
2023-02-28Merge branch 'ng/cancelable'Nathan Gass2-4/+50
2023-02-28add comments and default for timeoutNathan Gass1-1/+2
2023-02-28rename option to interruptible_queriesNathan Gass2-3/+3
2023-02-27make sure the output before the sleep is actually sendNathan Gass1-1/+2
2023-02-27add some small output before sleep to make sure it_url does not return ↵Nathan Gass1-0/+1
partial downloads
2023-02-24catch some moreUrban Müller1-2/+2
2023-02-24Add test if preg_quote is sufficient for special chars in patternChristian Schneider1-0/+6
2023-02-20only look at first two elements for description of short- and longoption so ↵David Flatz2-1/+4
that later occurrences of - after comma don't overwrite them
2023-02-15Do not prepend unicode block characters at beginning of lines for edplainChristian Schneider1-1/+1
2023-02-15Use unicode codepoint instead of hex encoding for readability/searchabilityChristian Schneider1-1/+1
2023-02-13more docsUrban Müller1-0/+2
2023-02-13improve it::error docsUrban Müller1-15/+20
2023-01-30make sure that randomexpire = 1.0 always clears cacheUrban Müller1-1/+1
2023-01-30Make it_dbi base object iterable, simplify code, add testsChristian Schneider2-3/+10
2023-01-25allow randomexpire to prevent refresh burstsUrban Müller1-3/+4
2023-01-19add urbans testsNathan Gass1-0/+5
2023-01-19some tests to make sure we don't have any wrong conversions from int to floatNathan Gass1-6/+18
2023-01-17better location for backslash removal; omit faulty blanks around class bodyUrban Müller1-3/+3
2023-01-17adapt to backslashes used in php 8.2Urban Müller1-1/+1
2023-01-11Normalize double sign --/+-/-+/++ calculations in it::date for PHP 8.2 and ↵Christian Schneider2-2/+14
add tests for it
2022-12-23fix docsUrban Müller1-2/+2
2022-12-12remove obsolete function, unused on gna as wellUrban Müller1-8/+0
2022-12-12Add and use it::utf8_decode and it::utf8_encode for easier migration to PHP 8.2Christian Schneider6-24/+34
2022-12-12Declare some properties for PHP 8.2Christian Schneider1-0/+4
2022-12-12Remove unused functions it::toascii, it_pipe::latin/utf8Christian Schneider2-30/+0
2022-11-28implement timeout and cancelable_queriesNathan Gass2-4/+49
2022-11-27Make itools ready for PHP 8.2: Creation of dynamic property deprecatedChristian Schneider4-0/+4
2022-11-17typoUrban Müller1-1/+1
2022-11-17fall back to apc if memcache is down, hopefully solves trouble when login downUrban Müller1-4/+6
2022-11-17improve docsUrban Müller1-1/+2
2022-11-03improve docsUrban Müller1-2/+2
2022-10-26fix typoUrban Müller1-1/+1
2022-10-26prevent ever changing filenames to changing Bearer tokensUrban Müller1-1/+2