| Age | Commit message (Expand) | Author | Files | Lines |
| 5 days | store credentials in service's var/credentials, not .envHEADmaster | Christian A. Weber | 1 | -2/+2 |
| 5 days | allow storing credentials in .env in service home instead of source code by a... | Christian A. Weber | 1 | -1/+4 |
| 7 days | Add option 'unconditional' to suppress If-Modified-Since header when refetching | Christian Schneider | 1 | -1/+2 |
| 7 days | Use GMT as per https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/He... | Christian Schneider | 1 | -1/+1 |
| 13 days | modernize implementation | Urban Müller | 1 | -3/+3 |
| 13 days | removed ancient function fail() (replaced by it::fatal() decades ago) | Christian A. Weber | 1 | -8/+0 |
| 14 days | test protocol overriding behavour for urls with given protocol | Urban Müller | 1 | -47/+12 |
| 14 days | correctly describe behaviour (thx buddha), fix misleading old doc | Urban Müller | 1 | -2/+2 |
| 14 days | docs | Urban Müller | 1 | -1/+1 |
| 2026-07-15 | provide headers even in error case (with ugly api), eliminate obsolete "safety" | Urban Müller | 1 | -4/+3 |
| 2026-07-13 | combine and improve duplicate tests | Urban Müller | 1 | -3/+1 |
| 2026-07-13 | combining chars not well defined after blanks and cause more trouble after wo... | Urban Müller | 2 | -4/+4 |
| 2026-05-22 | use (faster) proper func to check for valid utf8 | Urban Müller | 1 | -1/+1 |
| 2026-05-18 | Remove obsolete check as dependency of log filename from time debug parameter... | Christian Schneider | 1 | -2/+1 |
| 2026-05-18 | Fix typo which did not have any impact because scheme 'B' is default | Christian Schneider | 1 | -1/+1 |
| 2026-05-13 | grapheme_strlen can also return false on certain errors | Urban Müller | 1 | -1/+1 |
| 2026-05-11 | force utf8 in all HTTP_ fields including HTTP_SEC_CH_UA_MOBILE (mail8642) | Urban Müller | 1 | -2/+2 |
| 2026-04-29 | no longer works here, unfortunately | Urban Müller | 1 | -1/+0 |
| 2026-04-13 | Switch from deprecated CURLOPT_ENCODING to CURLOPT_ACCEPT_ENCODING while poin... | Christian Schneider | 1 | -1/+1 |
| 2026-04-09 | docs | Urban Müller | 1 | -1/+1 |
| 2026-04-09 | Simplify creation of helper function and avoid eval in callable string case | Christian Schneider | 1 | -5/+3 |
| 2026-04-09 | more detailed err messages | Urban Müller | 1 | -2/+2 |
| 2026-04-09 | postpone, not urgent | Urban Müller | 1 | -1/+1 |
| 2026-04-02 | no notifications received, code path unused | Urban Müller | 1 | -5/+0 |
| 2026-03-31 | Remove combining characters at beginning of string in it::any2utf8() (mail8281) | Christian Schneider | 2 | -0/+3 |
| 2026-03-23 | Switch ULTRATIME and some other runtime measurements to hrtime() | Christian Schneider | 3 | -10/+10 |
| 2026-03-18 | Clarify test description | David Flatz | 1 | -1/+1 |
| 2026-02-25 | according to MDN shortcut link type must not be used anymore, remove it - htt... | Christian Helbling | 1 | -2/+2 |
| 2026-02-24 | getServerByKey clears getResultMessage for some reason; cache it | Urban Müller | 1 | -2/+5 |
| 2026-02-23 | mostly ignore another unavoidable memcache message | Urban Müller | 1 | -1/+1 |
| 2026-02-23 | increase timeout, still seeing sporadic request failures | Urban Müller | 1 | -2/+2 |
| 2026-02-23 | only filter unavoidable SERVER HAS FAILED with timeout, we want to see e.g. A... | Urban Müller | 1 | -1/+1 |
| 2026-02-16 | Increase memcached timeout somewhat to see if that fixes memcached alerts | Christian Schneider | 1 | -1/+1 |
| 2026-02-16 | Reduce memcached connection timeout so we do not have 4s delay when a machine... | Christian Schneider | 1 | -0/+4 |
| 2026-02-11 | typo in comment | Christian Helbling | 1 | -1/+1 |
| 2026-02-10 | Change failure return value of get_cache with 'returnheaders' true from false... | Christian Schneider | 1 | -3/+5 |
| 2026-02-03 | protect against broken utf8 in Accept: | Urban Müller | 1 | -1/+1 |
| 2026-02-03 | Revert "known problem, reduce utf8 err messages" | Urban Müller | 1 | -1/+1 |
| 2026-01-26 | Work-around for bool to array cast warning, should we change get_cache? (mail... | Christian Schneider | 1 | -1/+1 |
| 2026-01-22 | check for uses of local file code path | Urban Müller | 1 | -0/+3 |
| 2026-01-06 | known problem, reduce utf8 err messages | Urban Müller | 1 | -1/+1 |
| 2025-12-22 | support ["invert" => true] | Urban Müller | 1 | -2/+2 |
| 2025-12-18 | support OneDomain urls | Urban Müller | 1 | -1/+1 |
| 2025-11-24 | Fix PHP 8.5 ord() warning with null/empty string by passing dummy value | Christian Schneider | 1 | -1/+1 |
| 2025-11-20 | add FIXME for assoc mode cleanup | Urban Müller | 1 | -0/+1 |
| 2025-11-20 | accept lowercase http methods | Urban Müller | 1 | -2/+2 |
| 2025-11-15 | Revert "fix get_uid() and get_username() with select() and iterate(), remove ... | Christian Schneider | 1 | -16/+39 |
| 2025-11-11 | fix get_uid() and get_username() with select() and iterate(), remove deprecat... | Christian A. Weber | 1 | -39/+16 |
| 2025-11-03 | write header .json file even on failure so headers can be supplied to callers | Urban Müller | 1 | -3/+4 |
| 2025-10-23 | handle structured data in $value | Urban Müller | 1 | -1/+1 |