summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2022-10-26more readable code, better docs, bigger default cleanup time windowUrban Müller1-4/+5
2022-10-25fix parensUrban Müller1-1/+1
2022-10-25ignore cache cleanup time restriction of last cleanup was long agoUrban Müller1-2/+2
2022-10-25be utf8 safeUrban Müller2-6/+6
2022-10-03Fix it::map with generators which can only be used onceChristian Schneider2-1/+4
2022-10-03Fix it_dbi being used with it::map/iterator_to_arrayChristian Schneider2-1/+5
2022-10-03Revert "Fix it::map with generators: Avoid iterating over generator twice"Christian Schneider1-1/+1
This reverts commit 6d488d7acdacfa8ac477da0afe5175ef9d98dfbe.
2022-10-03Fix it::map with generators: Avoid iterating over generator twiceChristian Schneider1-1/+1
2022-09-29skip calls without info as beforeNathan Gass1-1/+2
2022-09-23utf8-safe versions of typical php input functionsUrban Müller2-3/+23
2022-09-22skip all internal it_debug.class calls for srcline and backtrace independent ↵Nathan Gass1-21/+32
of stack depth
2022-09-22basic tests for ED and DNathan Gass1-0/+31
2022-09-22Revert "ED varname output was broken due to new stacklevel it_debug::echo"Nathan Gass1-1/+1
This reverts commit 94f9adc2ea3f59aba79b3d2507a1961ae53ecc4a.
2022-09-22Revert "still need stackoffs=1 for use of D()"Nathan Gass2-2/+2
This reverts commit 960842296e3cb38f00be2f83dd37aa12dd4aef4e.
2022-09-19it::error should report request body for PUT etcUrban Müller1-2/+2
2022-09-19maximum of 20 redirects (same as chrome browser)Nathan Gass1-0/+1
2022-09-08Allow html list tags (ol/ul/li) in it_html::sanitize (e.g. for Freizeit ↵Christian Schneider1-1/+1
descriptions)
2022-09-08Fix it_html::sanitize with nested tagsChristian Schneider2-2/+2
2022-08-16Revert "Use old syntax"Christian Schneider1-1/+1
This reverts commit 8d3156554302768a54c0b91da59e50ae330bcc6e.
2022-08-15Use old syntaxChristian Schneider1-1/+1