summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-22check for wrong use of it_url::getNathan Gass1-0/+2
2017-08-21fix multiple args in base, add documentationChristian A. Weber2-4/+7
2017-08-21add it_url::parse_str() which leaves dots and spaces in arg names intactChristian A. Weber3-1/+20
2017-08-21hide passwords in urls as wellUrban Müller1-1/+1
2017-08-21correctly use old "safety" parameter in get_cache_contentsUrban Müller1-1/+1
2017-08-21always use curlNathan Gass1-1/+1
2017-08-18U(): params can override base args, correctly add fragment to end of url if p...Christian A. Weber2-6/+21
2017-08-17add tests for authenticationNathan Gass1-0/+16
2017-08-17testserver returns 404 on unknown path, better reflect intended retry behavio...Nathan Gass2-2/+15
2017-08-17iTools requires php 5.4Christian A. Weber1-1/+1
2017-08-17fix basic authentication support in request_curlNathan Gass1-10/+9
2017-08-16use normalized url instead of rawurl also for request_curl (so default protoc...Nathan Gass1-1/+1
2017-08-16add test for missing protocolNathan Gass1-0/+8
2017-08-16test for a header which always existsNathan Gass1-2/+2
2017-08-16handle authentication in function request_curlNathan Gass1-1/+6
2017-08-16only show filter params if actually in useUrban Müller1-1/+1
2017-08-16disable new expected errorsNathan Gass1-2/+2
2017-08-15permit throttling of database operationsUrban Müller1-1/+4
2017-08-14use short syntax to indicate error filterUrban Müller1-1/+1
2017-08-11better err msgUrban Müller1-3/+7
2017-08-11dont report errs if retries leftUrban Müller1-4/+4
2017-08-11support new timewindow syntaxUrban Müller1-8/+16
2017-08-10document strange behaviourUrban Müller1-0/+1
2017-08-10bugfix: dont try to it_url::get local pathsUrban Müller1-2/+2
2017-08-10adapt to defaultUrban Müller2-4/+4
2017-08-10enable filtering of it_url errors, enable errors in it_url::get by default (l...Urban Müller1-12/+13
2017-08-10it_url::request now has safety 1 like everything elseUrban Müller1-2/+2
2017-08-09display affected serverUrban Müller1-1/+1
2017-08-09better err msgUrban Müller1-1/+1
2017-08-03move processes downUrban Müller1-1/+1
2017-07-25add running processes for easier race condition huntingUrban Müller1-0/+1
2017-07-21dont try to set headers if content already sentUrban Müller1-1/+1
2017-07-20more verbose error messageUrban Müller1-1/+1
2017-07-16don't mix php notices into outputChristian A. Weber1-0/+1
2017-07-10allow ignoring errors and exiting on error in it::errorUrban Müller1-7/+13
2017-07-06avoid permission problems in /cleaned if ::get_cacheUrban Müller1-1/+1
2017-07-04better docsUrban Müller1-2/+3
2017-07-03add filemtime / If-Modified-Since functionality to request_curlChristian Helbling1-7/+8
2017-06-29it_url: add option compression to use gzip or deflate (handled by curl)Christian Helbling1-1/+5
2017-06-29(mostly) avoid removing newlines inside stringsUrban Müller1-1/+1
2017-06-27display body even if value is false/nullUrban Müller1-1/+1
2017-06-22only send error mails once per cluster and serviceUrban Müller1-5/+4
2017-06-06add filter(), cut(), askey()Urban Müller2-8/+42
2017-06-01tests for it::filterUrban Müller2-1/+4
2017-06-01create it::filter like it::map. knows keys. allows string expressionsUrban Müller1-7/+30
2017-05-24No SSL cookies for trusted IPs because Chrome does not overwrite SSL cookies ...Christian Schneider1-1/+1
2017-05-22compactify, test fixcolnamesUrban Müller1-14/+7
2017-05-22introduce fixcolnames in ::csvUrban Müller1-5/+7
2017-05-18Do not follow redirect for HTTP 201 Created because that can send the Locatio...Christian Schneider1-1/+2
2017-05-17catch misnamed columns even when setting them to nullUrban Müller1-1/+1