Age | Commit message (Expand) | Author | Files | Lines |
2017-09-13 | better docs | Urban Müller | 1 | -2/+2 |
2017-08-23 | always provide trace for error grepping | Urban Müller | 1 | -2/+1 |
2017-08-23 | indicate runtime | Urban Müller | 1 | -1/+1 |
2017-08-23 | provide command line for checking past errs | Urban Müller | 1 | -2/+4 |
2017-08-22 | Fix user->login() without session, forgot to set cookie | Christian Schneider | 1 | -1/+1 |
2017-08-22 | check for wrong use of it_url::get | Nathan Gass | 1 | -0/+2 |
2017-08-21 | fix multiple args in base, add documentation | Christian A. Weber | 2 | -4/+7 |
2017-08-21 | add it_url::parse_str() which leaves dots and spaces in arg names intact | Christian A. Weber | 3 | -1/+20 |
2017-08-21 | hide passwords in urls as well | Urban Müller | 1 | -1/+1 |
2017-08-21 | correctly use old "safety" parameter in get_cache_contents | Urban Müller | 1 | -1/+1 |
2017-08-21 | always use curl | Nathan Gass | 1 | -1/+1 |
2017-08-18 | U(): params can override base args, correctly add fragment to end of url if p... | Christian A. Weber | 2 | -6/+21 |
2017-08-17 | add tests for authentication | Nathan Gass | 1 | -0/+16 |
2017-08-17 | testserver returns 404 on unknown path, better reflect intended retry behavio... | Nathan Gass | 2 | -2/+15 |
2017-08-17 | iTools requires php 5.4 | Christian A. Weber | 1 | -1/+1 |
2017-08-17 | fix basic authentication support in request_curl | Nathan Gass | 1 | -10/+9 |
2017-08-16 | use normalized url instead of rawurl also for request_curl (so default protoc... | Nathan Gass | 1 | -1/+1 |
2017-08-16 | add test for missing protocol | Nathan Gass | 1 | -0/+8 |
2017-08-16 | test for a header which always exists | Nathan Gass | 1 | -2/+2 |
2017-08-16 | handle authentication in function request_curl | Nathan Gass | 1 | -1/+6 |
2017-08-16 | only show filter params if actually in use | Urban Müller | 1 | -1/+1 |
2017-08-16 | disable new expected errors | Nathan Gass | 1 | -2/+2 |
2017-08-15 | permit throttling of database operations | Urban Müller | 1 | -1/+4 |
2017-08-14 | use short syntax to indicate error filter | Urban Müller | 1 | -1/+1 |
2017-08-11 | better err msg | Urban Müller | 1 | -3/+7 |
2017-08-11 | dont report errs if retries left | Urban Müller | 1 | -4/+4 |
2017-08-11 | support new timewindow syntax | Urban Müller | 1 | -8/+16 |
2017-08-10 | document strange behaviour | Urban Müller | 1 | -0/+1 |
2017-08-10 | bugfix: dont try to it_url::get local paths | Urban Müller | 1 | -2/+2 |
2017-08-10 | adapt to default | Urban Müller | 2 | -4/+4 |
2017-08-10 | enable filtering of it_url errors, enable errors in it_url::get by default (l... | Urban Müller | 1 | -12/+13 |
2017-08-10 | it_url::request now has safety 1 like everything else | Urban Müller | 1 | -2/+2 |
2017-08-09 | display affected server | Urban Müller | 1 | -1/+1 |
2017-08-09 | better err msg | Urban Müller | 1 | -1/+1 |
2017-08-03 | move processes down | Urban Müller | 1 | -1/+1 |
2017-07-25 | add running processes for easier race condition hunting | Urban Müller | 1 | -0/+1 |
2017-07-21 | dont try to set headers if content already sent | Urban Müller | 1 | -1/+1 |
2017-07-20 | more verbose error message | Urban Müller | 1 | -1/+1 |
2017-07-16 | don't mix php notices into output | Christian A. Weber | 1 | -0/+1 |
2017-07-10 | allow ignoring errors and exiting on error in it::error | Urban Müller | 1 | -7/+13 |
2017-07-06 | avoid permission problems in /cleaned if ::get_cache | Urban Müller | 1 | -1/+1 |
2017-07-04 | better docs | Urban Müller | 1 | -2/+3 |
2017-07-03 | add filemtime / If-Modified-Since functionality to request_curl | Christian Helbling | 1 | -7/+8 |
2017-06-29 | it_url: add option compression to use gzip or deflate (handled by curl) | Christian Helbling | 1 | -1/+5 |
2017-06-29 | (mostly) avoid removing newlines inside strings | Urban Müller | 1 | -1/+1 |
2017-06-27 | display body even if value is false/null | Urban Müller | 1 | -1/+1 |
2017-06-22 | only send error mails once per cluster and service | Urban Müller | 1 | -5/+4 |
2017-06-06 | add filter(), cut(), askey() | Urban Müller | 2 | -8/+42 |
2017-06-01 | tests for it::filter | Urban Müller | 2 | -1/+4 |
2017-06-01 | create it::filter like it::map. knows keys. allows string expressions | Urban Müller | 1 | -7/+30 |