summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
9 daysSwitch from deprecated CURLOPT_ENCODING to CURLOPT_ACCEPT_ENCODING while ↵HEADmasterChristian Schneider1-1/+1
pointing to old but complete PHP doc about empty string
13 daysdocsUrban Müller1-1/+1
13 daysSimplify creation of helper function and avoid eval in callable string caseChristian Schneider1-5/+3
13 daysmore detailed err messagesUrban Müller1-2/+2
13 dayspostpone, not urgentUrban Müller1-1/+1
2026-04-02no notifications received, code path unusedUrban Müller1-5/+0
2026-03-31Remove combining characters at beginning of string in it::any2utf8() (mail8281)Christian Schneider2-0/+3
2026-03-23Switch ULTRATIME and some other runtime measurements to hrtime()Christian Schneider3-10/+10
2026-03-18Clarify test descriptionDavid Flatz1-1/+1
2026-02-25according to MDN shortcut link type must not be used anymore, remove it - ↵Christian Helbling1-2/+2
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/rel#icon
2026-02-24getServerByKey clears getResultMessage for some reason; cache itUrban Müller1-2/+5
2026-02-23mostly ignore another unavoidable memcache messageUrban Müller1-1/+1
2026-02-23increase timeout, still seeing sporadic request failuresUrban Müller1-2/+2
2026-02-23only filter unavoidable SERVER HAS FAILED with timeout, we want to see e.g. ↵Urban Müller1-1/+1
A BAD KEY WAS PROVIDED
2026-02-16Increase memcached timeout somewhat to see if that fixes memcached alertsChristian Schneider1-1/+1
2026-02-16Reduce memcached connection timeout so we do not have 4s delay when a ↵Christian Schneider1-0/+4
machine is dead
2026-02-11typo in commentChristian Helbling1-1/+1
2026-02-10Change failure return value of get_cache with 'returnheaders' true from ↵Christian Schneider1-3/+5
false to null to allow [, , ] = it_url::get_cache() without PHP 8.5 warning
2026-02-03protect against broken utf8 in Accept:Urban Müller1-1/+1
2026-02-03Revert "known problem, reduce utf8 err messages"Urban Müller1-1/+1
This reverts commit cddd3d82295984828d2a22e0ec31b7b9cf856289.
2026-01-26Work-around for bool to array cast warning, should we change get_cache? ↵Christian Schneider1-1/+1
(mail3160)
2026-01-22check for uses of local file code pathUrban Müller1-0/+3
2026-01-06known problem, reduce utf8 err messagesUrban Müller1-1/+1
2025-12-22support ["invert" => true]Urban Müller1-2/+2
2025-12-18support OneDomain urlsUrban Müller1-1/+1
2025-11-24Fix PHP 8.5 ord() warning with null/empty string by passing dummy valueChristian Schneider1-1/+1
2025-11-20add FIXME for assoc mode cleanupUrban Müller1-0/+1
2025-11-20accept lowercase http methodsUrban Müller1-2/+2
2025-11-15Revert "fix get_uid() and get_username() with select() and iterate(), remove ↵Christian Schneider1-16/+39
deprecated $uid and $username, don't create records with username=uid if no username is supplied." as is causes memory problems with logn service This reverts commit f36bfa88dce8749046bce32d9ea4235409c8a23f.
2025-11-11fix get_uid() and get_username() with select() and iterate(), remove ↵Christian A. Weber1-39/+16
deprecated $uid and $username, don't create records with username=uid if no username is supplied.
2025-11-03write header .json file even on failure so headers can be supplied to callersUrban Müller1-3/+4
2025-10-23handle structured data in $valueUrban Müller1-1/+1
2025-10-23Revert "report size of data failed to insert"Urban Müller1-1/+1
This reverts commit 8411862c98f7344bd8340ee5d8b45d2354555967.
2025-10-23report size of data failed to insertUrban Müller1-1/+1
2025-10-22Fix completely removing dyncol column when a where-clause is given to update()Christian Schneider2-1/+3
2025-10-22Better message when skipping postgresql testsChristian Schneider1-1/+1
2025-10-21Skip tests on live if postgresql is not running: Fails on devel/twin without ↵Christian Schneider1-2/+2
postgresql, still runs on some live machines
2025-10-21Do not fail if postgresql is not running but skip this machineChristian Schneider1-1/+6
2025-10-16docsUrban Müller1-1/+2
2025-10-15update user agent so outdooractive no longer refuses to send json...Urban Müller1-1/+1
2025-10-14Simplify js() function and fix boolean attributes like 'async' => true, add ↵Christian Schneider2-8/+9
tests for it
2025-10-10remove global variableUrban Müller2-11/+10
2025-10-10better docsUrban Müller1-2/+2
2025-10-10slightly improve testsUrban Müller1-3/+5
2025-10-03empty arrays should not trigger retries either but empty pages should stillUrban Müller1-1/+1
2025-10-03fix invalid utf8 in HTTP_ACCEPT (mail5151)Urban Müller1-1/+1
2025-09-26do not consider a (postprocessed) empty array a download failureUrban Müller1-1/+4
2025-09-18avoid false pos on localsearch.ch (mail6193)Urban Müller1-1/+1
2025-09-12Reenable connection reuse since performance hit is too big; expose option to ↵David Flatz1-1/+2
force a fresh connection instead so that affected forking scripts can work around the problem that open connections from parent get closed by exiting children
2025-09-09disable connection reuse as it leads to problems with search_mt.classNathan Gass1-0/+1