summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-09-27allow 3-argument form of explode, it::match etcUrban Müller2-2/+8
2017-09-26Added update/insert/upsert tracking and delete_untouched() to delete rows ↵Christian Schneider2-2/+53
not touch by one of those functions
2017-09-26do not wait for body on HEAD requestNathan Gass1-0/+1
2017-09-25rename request_curl to requestNathan Gass1-7/+2
2017-09-25remove old request methodNathan Gass1-103/+3
2017-09-13better docsUrban Müller1-2/+2
2017-08-23always provide trace for error greppingUrban Müller1-2/+1
2017-08-23indicate runtimeUrban Müller1-1/+1
2017-08-23provide command line for checking past errsUrban Müller1-2/+4
2017-08-22Fix user->login() without session, forgot to set cookieChristian Schneider1-1/+1
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 ↵Christian A. Weber2-6/+21
params are present, add some tests
2017-08-17add tests for authenticationNathan Gass1-0/+16
2017-08-17testserver returns 404 on unknown path, better reflect intended retry ↵Nathan Gass2-2/+15
behaviour in tests and test descriptions
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 ↵Nathan Gass1-1/+1
protocol gets added)
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 ↵Urban Müller1-12/+13
(like ::get_cache)
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