Age | Commit message (Expand) | Author | Files | Lines |
2024-11-07 | adapt to stricter is function | Nathan Gass | 1 | -1/+1 |
2024-07-03 | make retries => 0 consistent with retries => 1: no it::error on 404 | Urban Müller | 1 | -1/+9 |
2024-05-08 | Switch default for it_url::get*() to not return body on status >= 400 | Christian Schneider | 1 | -0/+8 |
2024-05-07 | Add type for assoc with maxlength, make test for 404 stricter | Christian Schneider | 1 | -2/+11 |
2024-05-02 | Do not generate it::error with test for sporadic failures | Christian Schneider | 1 | -1/+1 |
2024-05-02 | Rename empty_on_fail to body_on_fail for future switching of default, current... | Christian Schneider | 1 | -7/+7 |
2024-04-30 | Fix is_reachable fetching always twice if content longer than 1000 bytes, mak... | 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 | -1/+1 |
2024-04-25 | Revert "Switch it_url::get('assoc' => true) to always return non-empty array ... | Christian Schneider | 1 | -1/+1 |
2024-04-24 | Switch it_url::get('assoc' => true) to always return non-empty array includin... | Christian Schneider | 1 | -1/+1 |
2024-04-23 | current test domain is somtimes gnat available | Urban Müller | 1 | -5/+5 |
2024-04-22 | Send notice to schneider@search.ch to check where chaning default to empty_on... | Christian Schneider | 1 | -3/+3 |
2024-04-18 | introduce empty_on_fail, get keepfailed to work | Urban Müller | 1 | -3/+23 |
2023-11-20 | use random port to avoid races | Nathan Gass | 1 | -24/+24 |
2023-10-30 | add test that redirect loop is not reachable | Nathan Gass | 1 | -2/+2 |
2023-10-30 | change it_url::is_reachable to static api consistent with it_url::get | Nathan Gass | 1 | -8/+3 |
2023-08-22 | Add prefix to it_url::absolute() for OneDomain support, add tests for relativ... | Christian Schneider | 1 | -0/+15 |
2022-10-25 | be utf8 safe | Urban Müller | 1 | -0/+1 |
2020-08-10 | vanilla php compliance | Urban Müller | 1 | -3/+3 |
2020-08-04 | correctly retry in ::get_multi, do retry in status 5xx in ::get | Urban Müller | 1 | -0/+21 |
2020-05-18 | Add 'assoc' => true mode to it_url::get() and prepare to mark function static | Christian Schneider | 1 | -19/+7 |
2020-04-21 | use new array syntax | Urban Müller | 1 | -13/+13 |
2019-10-17 | Fix ->is_reachable to use get() instead of fopen to use HTTP/1.1 and add tests | Christian Schneider | 1 | -0/+5 |
2019-05-13 | add test and fix for 204 http status code | Nathan Gass | 1 | -0/+13 |
2019-03-01 | Revert "better name for http status variable" for now | Urban Müller | 1 | -5/+0 |
2019-03-01 | better name for http status variable | Urban Müller | 1 | -0/+5 |
2018-06-21 | no reason for different naming | Urban Müller | 1 | -0/+315 |