Age | Commit message (Expand) | Author | Files | Lines |
2024-10-22 | port some more of the error handling from it_url::get to it_url::get_multi | Nathan Gass | 1 | -3/+6 |
2024-10-21 | use CURLOPT_MAXFILESIZE now that we have current curl | Nathan Gass | 1 | -18/+6 |
2024-07-10 | Work around idn_to_ascii not allowing empty string in PHP 8.4 by using non-em... | Christian Schneider | 1 | -1/+1 |
2024-07-04 | introduce ->status for ->result, temporarily support ->result | Urban Müller | 1 | -14/+15 |
2024-07-03 | make retries => 0 consistent with retries => 1: no it::error on 404 | Urban Müller | 1 | -5/+9 |
2024-07-01 | Remove special case for stale locks since those never occured | David Flatz | 1 | -12/+5 |
2024-06-27 | add response body to errors, rename $got to $body | Urban Müller | 1 | -9/+10 |
2024-06-13 | keep http default for now, only http is guaranteed to work everywhere | Urban Müller | 1 | -1/+1 |
2024-06-11 | remove http: use | Urban Müller | 1 | -1/+1 |
2024-06-10 | http: -> https: | Urban Müller | 1 | -3/+3 |
2024-05-27 | Fix it_url::get with maxlength and large response | Christian Schneider | 1 | -1/+1 |
2024-05-21 | more meaningful error message in title than 0 No Error | Nathan Gass | 1 | -2/+2 |
2024-05-16 | bugfix, thx buddha | Urban Müller | 1 | -1/+1 |
2024-05-16 | reduce quoting hell | Urban Müller | 1 | -1/+1 |
2024-05-16 | security | Urban Müller | 1 | -1/+1 |
2024-05-08 | Switch default for it_url::get*() to not return body on status >= 400 | Christian Schneider | 1 | -6/+2 |
2024-05-07 | Show error string containing http status in alerts | Christian Schneider | 1 | -1/+1 |
2024-05-07 | Fix documentation: Assoc now always returns array with status | Christian Schneider | 1 | -1/+1 |
2024-05-02 | Do not check body_on_fail with assoc mode, we looked at those separately | Christian Schneider | 1 | -1/+1 |
2024-05-02 | Reenable warnings about behaviour change when switching body_on_fail default | Christian Schneider | 1 | -2/+2 |
2024-05-02 | Rename empty_on_fail to body_on_fail for future switching of default, current... | Christian Schneider | 1 | -5/+5 |
2024-04-30 | fix typo | Urban Müller | 1 | -2/+2 |
2024-04-30 | reorganize documentation for it_url::get | Urban Müller | 1 | -13/+19 |
2024-04-30 | Only delete cache files (not directories) to avoid race with directory creation | Christian Schneider | 1 | -1/+1 |
2024-04-30 | Fix is_reachable fetching always twice if content longer than 1000 bytes, mak... | Christian Schneider | 1 | -8/+10 |
2024-04-29 | Also cache 404 in assoc case to keep previous behaviour, server errors >= 500... | Christian Schneider | 1 | -1/+1 |
2024-04-29 | Version 2 of: Switch it_url::get('assoc' => true) to always return non-empty ... | Christian Schneider | 1 | -3/+4 |
2024-04-25 | Revert "Switch it_url::get('assoc' => true) to always return non-empty array ... | Christian Schneider | 1 | -3/+2 |
2024-04-24 | Switch it_url::get('assoc' => true) to always return non-empty array includin... | Christian Schneider | 1 | -2/+3 |
2024-04-24 | Disable reporting of empty_on_fail infos | Christian Schneider | 1 | -3/+3 |
2024-04-22 | Send notice to schneider@search.ch to check where chaning default to empty_on... | Christian Schneider | 1 | -0/+4 |
2024-04-18 | introduce empty_on_fail, get keepfailed to work | Urban Müller | 1 | -9/+10 |
2024-04-02 | remove last remnants of failed utest mode | Urban Müller | 1 | -3/+0 |
2023-11-14 | previous commit changed error code for maxlength reached | Nathan Gass | 1 | -1/+1 |
2023-11-13 | Revert "simplify maxlength implementation and make compatible with writefunct... | Nathan Gass | 1 | -4/+13 |
2023-11-01 | handle redirects with small bodies | Nathan Gass | 1 | -1/+1 |
2023-10-31 | use maxlength instead of method HEAD for is_reachable as some servers do not ... | Nathan Gass | 1 | -1/+1 |
2023-10-31 | still include headers and status in result if maxlength is reached | Nathan Gass | 1 | -1/+1 |
2023-10-30 | simplify maxlength implementation and make compatible with writefunction | Nathan Gass | 1 | -13/+4 |
2023-10-30 | add fixme for new curl feature | Nathan Gass | 1 | -0/+1 |
2023-10-30 | change it_url::is_reachable to static api consistent with it_url::get | Nathan Gass | 1 | -8/+4 |
2023-10-02 | disable test until we have a clean OneDomain solution | Urban Müller | 1 | -2/+2 |
2023-10-02 | avoid false positives in redirs from subdomain to onedomain, ::absolute alway... | Urban Müller | 1 | -2/+2 |
2023-09-20 | accept login subrequests without lang overrides even on //login--searchfield-... | Urban Müller | 1 | -1/+1 |
2023-09-04 | ::get_cache_contents metadata in php format no longer supported | Urban Müller | 1 | -1/+1 |
2023-08-22 | Add prefix to it_url::absolute() for OneDomain support, add tests for relativ... | Christian Schneider | 1 | -5/+5 |
2023-08-21 | Do not cache content between OneDomain mode and old-style domains | Christian Schneider | 1 | -1/+1 |
2023-08-21 | OneDomain support for it_url::redirect | Christian Schneider | 1 | -2/+2 |
2023-08-18 | support utest mode by removing uok in redirects | Urban Müller | 1 | -2/+5 |
2023-06-19 | avoid false pos in check for deprecated funcs | Urban Müller | 1 | -1/+1 |