summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
5 daysstore credentials in service's var/credentials, not .envHEADmasterChristian A. Weber1-2/+2
5 daysallow storing credentials in .env in service home instead of source code by a...Christian A. Weber1-1/+4
7 daysAdd option 'unconditional' to suppress If-Modified-Since header when refetchingChristian Schneider1-1/+2
7 daysUse GMT as per https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/He...Christian Schneider1-1/+1
13 daysmodernize implementationUrban Müller1-3/+3
13 daysremoved ancient function fail() (replaced by it::fatal() decades ago)Christian A. Weber1-8/+0
2026-07-21test protocol overriding behavour for urls with given protocolUrban Müller1-47/+12
2026-07-21correctly describe behaviour (thx buddha), fix misleading old docUrban Müller1-2/+2
2026-07-21docsUrban Müller1-1/+1
2026-07-15provide headers even in error case (with ugly api), eliminate obsolete "safety"Urban Müller1-4/+3
2026-07-13combine and improve duplicate testsUrban Müller1-3/+1
2026-07-13combining chars not well defined after blanks and cause more trouble after wo...Urban Müller2-4/+4
2026-05-22use (faster) proper func to check for valid utf8Urban Müller1-1/+1
2026-05-18Remove obsolete check as dependency of log filename from time debug parameter...Christian Schneider1-2/+1
2026-05-18Fix typo which did not have any impact because scheme 'B' is defaultChristian Schneider1-1/+1
2026-05-13grapheme_strlen can also return false on certain errorsUrban Müller1-1/+1
2026-05-11force utf8 in all HTTP_ fields including HTTP_SEC_CH_UA_MOBILE (mail8642)Urban Müller1-2/+2
2026-04-29no longer works here, unfortunatelyUrban Müller1-1/+0
2026-04-13Switch from deprecated CURLOPT_ENCODING to CURLOPT_ACCEPT_ENCODING while poin...Christian Schneider1-1/+1
2026-04-09docsUrban Müller1-1/+1
2026-04-09Simplify creation of helper function and avoid eval in callable string caseChristian Schneider1-5/+3
2026-04-09more detailed err messagesUrban Müller1-2/+2
2026-04-09postpone, 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 - htt...Christian Helbling1-2/+2
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. 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