Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-05-24 | No SSL cookies for trusted IPs because Chrome does not overwrite SSL cookies ... | Christian Schneider | 1 | -1/+1 |
2017-05-22 | compactify, test fixcolnames | Urban Müller | 1 | -14/+7 |
2017-05-22 | introduce fixcolnames in ::csv | Urban Müller | 1 | -5/+7 |
2017-05-18 | Do not follow redirect for HTTP 201 Created because that can send the Locatio... | Christian Schneider | 1 | -1/+2 |
2017-05-17 | catch misnamed columns even when setting them to null | Urban Müller | 1 | -1/+1 |
2017-05-17 | kill forbidden tabs | Urban Müller | 1 | -6/+6 |
2017-05-17 | check for correct case of field names | Urban Müller | 1 | -0/+5 |
2017-05-03 | bin/alert lives in server/, suppress service | Urban Müller | 1 | -1/+1 |
2017-05-02 | Remove shebang line when converting syntax in it_auto_prepend.php | Christian Schneider | 1 | -1/+3 |
2017-05-02 | indicate affected service if available | Urban Müller | 1 | -1/+1 |
2017-04-26 | Style and dead code cleanup | Christian Schneider | 1 | -17/+19 |
2017-04-25 | extract function _from from select and use it in for update and delete statem... | Nathan Gass | 1 | -10/+17 |