| Age | Commit message (Expand) | Author | Files | Lines |
| 10 days | according to MDN shortcut link type must not be used anymore, remove it - htt...HEADmaster | Christian Helbling | 1 | -2/+2 |
| 11 days | getServerByKey clears getResultMessage for some reason; cache it | Urban Müller | 1 | -2/+5 |
| 12 days | mostly ignore another unavoidable memcache message | Urban Müller | 1 | -1/+1 |
| 12 days | increase timeout, still seeing sporadic request failures | Urban Müller | 1 | -2/+2 |
| 12 days | 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 |
| 2025-10-23 | Revert "report size of data failed to insert" | Urban Müller | 1 | -1/+1 |
| 2025-10-23 | report size of data failed to insert | Urban Müller | 1 | -1/+1 |
| 2025-10-22 | Fix completely removing dyncol column when a where-clause is given to update() | Christian Schneider | 2 | -1/+3 |
| 2025-10-22 | Better message when skipping postgresql tests | Christian Schneider | 1 | -1/+1 |
| 2025-10-21 | Skip tests on live if postgresql is not running: Fails on devel/twin without ... | Christian Schneider | 1 | -2/+2 |
| 2025-10-21 | Do not fail if postgresql is not running but skip this machine | Christian Schneider | 1 | -1/+6 |
| 2025-10-16 | docs | Urban Müller | 1 | -1/+2 |
| 2025-10-15 | update user agent so outdooractive no longer refuses to send json... | Urban Müller | 1 | -1/+1 |
| 2025-10-14 | Simplify js() function and fix boolean attributes like 'async' => true, add t... | Christian Schneider | 2 | -8/+9 |
| 2025-10-10 | remove global variable | Urban Müller | 2 | -11/+10 |
| 2025-10-10 | better docs | Urban Müller | 1 | -2/+2 |
| 2025-10-10 | slightly improve tests | Urban Müller | 1 | -3/+5 |
| 2025-10-03 | empty arrays should not trigger retries either but empty pages should still | Urban Müller | 1 | -1/+1 |
| 2025-10-03 | fix invalid utf8 in HTTP_ACCEPT (mail5151) | Urban Müller | 1 | -1/+1 |
| 2025-09-26 | do not consider a (postprocessed) empty array a download failure | Urban Müller | 1 | -1/+4 |
| 2025-09-18 | avoid false pos on localsearch.ch (mail6193) | Urban Müller | 1 | -1/+1 |
| 2025-09-12 | Reenable connection reuse since performance hit is too big; expose option to ... | David Flatz | 1 | -1/+2 |
| 2025-09-09 | disable connection reuse as it leads to problems with search_mt.class | Nathan Gass | 1 | -0/+1 |
| 2025-09-08 | revert handling of - in it::safe_filename, we do not know if php://stdin or p... | Nathan Gass | 1 | -2/+2 |
| 2025-09-03 | enable use of command "see" | Urban Müller | 1 | -1/+1 |
| 2025-08-28 | add print_r argument to it_debug::dump | Nathan Gass | 1 | -1/+2 |
| 2025-08-26 | debug it::gets_all, thanks buddha | Nathan Gass | 1 | -1/+1 |
| 2025-08-26 | add it::gets_all variant of it::gets | Nathan Gass | 1 | -0/+16 |
| 2025-08-26 | handle shell process substitution and - in it file wrappers | Nathan Gass | 1 | -1/+2 |
| 2025-08-13 | only get new urls from iterator after retries so they do not get stalled for ... | Nathan Gass | 1 | -13/+16 |
| 2025-08-13 | improve 8b65a2b2426fd04d46c943c76af40347a611bcee, only sleep if there are no ... | Nathan Gass | 1 | -2/+2 |
| 2025-08-13 | Remove obsolete (and starting from PHP 8.5 deprecated) curl_close/xml_parser_... | Christian Schneider | 2 | -2/+0 |