summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
10 daysaccording to MDN shortcut link type must not be used anymore, remove it - ↵HEADmasterChristian Helbling1-2/+2
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/rel#icon
11 daysgetServerByKey clears getResultMessage for some reason; cache itUrban Müller1-2/+5
12 daysmostly ignore another unavoidable memcache messageUrban Müller1-1/+1
12 daysincrease timeout, still seeing sporadic request failuresUrban Müller1-2/+2
12 daysonly 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
2025-09-08revert handling of - in it::safe_filename, we do not know if php://stdin or ↵Nathan Gass1-2/+2
php://stdout is meant without context
2025-09-03enable use of command "see"Urban Müller1-1/+1
2025-08-28add print_r argument to it_debug::dumpNathan Gass1-1/+2
2025-08-26debug it::gets_all, thanks buddhaNathan Gass1-1/+1
2025-08-26add it::gets_all variant of it::getsNathan Gass1-0/+16
2025-08-26handle shell process substitution and - in it file wrappersNathan Gass1-1/+2
2025-08-13only get new urls from iterator after retries so they do not get stalled for ↵Nathan Gass1-13/+16
ever in a large get_multi
2025-08-13improve 8b65a2b2426fd04d46c943c76af40347a611bcee, only sleep if there are no ↵Nathan Gass1-2/+2
active handles
2025-08-13Remove obsolete (and starting from PHP 8.5 deprecated) ↵Christian Schneider2-2/+0
curl_close/xml_parser_free which has been handled by object GC since 8.0