summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
10 daysaccording to MDN shortcut link type must not be used anymore, remove it - htt...HEADmasterChristian Helbling1-2/+2
10 daysgetServerByKey clears getResultMessage for some reason; cache itUrban Müller1-2/+5
11 daysmostly ignore another unavoidable memcache messageUrban Müller1-1/+1
11 daysincrease timeout, still seeing sporadic request failuresUrban Müller1-2/+2
11 daysonly filter unavoidable SERVER HAS FAILED with timeout, we want to see e.g. A...Urban Müller1-1/+1
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 machine...Christian Schneider1-0/+4
2026-02-11typo in commentChristian Helbling1-1/+1
2026-02-10Change failure return value of get_cache with 'returnheaders' true from false...Christian Schneider1-3/+5
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
2026-01-26Work-around for bool to array cast warning, should we change get_cache? (mail...Christian Schneider1-1/+1
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
2025-11-11fix get_uid() and get_username() with select() and iterate(), remove deprecat...Christian A. Weber1-39/+16
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
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
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 t...Christian Schneider2-8/+9
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
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 p...Nathan Gass1-2/+2
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
2025-08-13improve 8b65a2b2426fd04d46c943c76af40347a611bcee, only sleep if there are no ...Nathan Gass1-2/+2
2025-08-13Remove obsolete (and starting from PHP 8.5 deprecated) curl_close/xml_parser_...Christian Schneider2-2/+0