Age | Commit message (Expand) | Author | Files | Lines |
2017-12-18 | include curl_getinfo for errors, remove unused variable | Nathan Gass | 1 | -3/+4 |
2017-12-13 | factor out log_line from log function | Nathan Gass | 1 | -4/+12 |
2017-12-12 | Avoid using search::xy in ITools code | Christian Schneider | 1 | -1/+1 |
2017-12-11 | shorter error mail titles | Urban Müller | 1 | -1/+1 |
2017-12-07 | more tests is always better | Nathan Gass | 1 | -2/+14 |
2017-12-07 | if no key => value params are supplied, don't kill query params without value... | Christian A. Weber | 2 | -20/+22 |
2017-12-07 | new MariaDB needs explicit ORDER BY | Christian A. Weber | 1 | -1/+1 |
2017-12-07 | remove fasttag | Urban Müller | 2 | -8/+1 |
2017-12-07 | use Fatal: in mail title, set response code on devel as well | Urban Müller | 1 | -5/+4 |
2017-11-30 | add test for multiple spaces | Nathan Gass | 1 | -0/+6 |
2017-11-30 | test it::grep invert | Urban Müller | 1 | -0/+1 |
2017-11-30 | support grep -v | Urban Müller | 1 | -4/+5 |
2017-11-30 | use utf8mb4 as default characterset for mysql connection | Christian A. Weber | 1 | -1/+1 |
2017-11-29 | Do not add / for non-http url without path | Christian Schneider | 2 | -1/+7 |
2017-11-29 | Filter out invalid empty MX records (e.g. for bluwin.ch) | Christian Schneider | 1 | -1/+1 |
2017-11-28 | tests for falsey parameter arguments | Nathan Gass | 1 | -2/+14 |
2017-11-28 | add todo test for removing parameters from base | Nathan Gass | 1 | -0/+6 |
2017-11-28 | test handling of empty parameters | Nathan Gass | 1 | -0/+18 |
2017-11-28 | add more tests with fixes | Nathan Gass | 2 | -7/+108 |
2017-11-28 | simplify % code, test % at end and with digits | Nathan Gass | 2 | -6/+3 |
2017-11-28 | extract U tests in json file (so they can be used elsewhere) | Nathan Gass | 2 | -45/+53 |
2017-11-20 | ::error now strips passwords correctly, not it_cache blocking on devel | Urban Müller | 1 | -2/+3 |
2017-11-06 | correctly hide passwords in var_export format | Urban Müller | 1 | -1/+1 |
2017-11-02 | hide passwords in subject as well | Urban Müller | 1 | -1/+1 |
2017-10-26 | set accept encoding option | Nathan Gass | 1 | -0/+1 |
2017-10-24 | indicate time of previous err with timewindow; we seem to have false triggers | Urban Müller | 1 | -2/+3 |
2017-10-19 | revert to old behaviour for now, some T() calls in map drawings want unmodifi... | Urban Müller | 2 | -5/+3 |
2017-10-18 | entity-encode tabs and carriage returns like new lines in attributes so that ... | David Flatz | 2 | -4/+4 |
2017-10-16 | allow simple functions calls in ET() and T() labels | Urban Müller | 4 | -14/+25 |
2017-10-16 | implement retries for get_multi | Nathan Gass | 1 | -11/+28 |
2017-10-12 | use CURLOPT_FOLLOWLOCATION in it_url::get | Nathan Gass | 2 | -23/+12 |
2017-10-12 | add test for correct handling of Location for 201 created http result | Nathan Gass | 2 | -0/+15 |
2017-10-10 | prevent warning if files is array | Urban Müller | 1 | -1/+1 |
2017-10-05 | Fix handling of constant() within calc() by changing order of replace | Christian Schneider | 1 | -1/+1 |
2017-10-04 | Remove constant() for CSS validator, e.g. constant(safe-area-inset-left) for ... | Christian Schneider | 1 | -0/+1 |
2017-09-29 | remove utf8 byte order mark at start of file for it_pipe::csv() so first key/... | Christian Helbling | 1 | -1/+1 |
2017-09-28 | only select ID for delete_untouched (memory and speed) | Nathan Gass | 1 | -1/+1 |
2017-09-27 | 'what' debug param works on map as well | Christian A. Weber | 1 | -1/+1 |
2017-09-27 | allow 3-argument form of explode, it::match etc | Urban Müller | 2 | -2/+8 |
2017-09-26 | Added update/insert/upsert tracking and delete_untouched() to delete rows not... | Christian Schneider | 2 | -2/+53 |
2017-09-26 | do not wait for body on HEAD request | Nathan Gass | 1 | -0/+1 |
2017-09-25 | rename request_curl to request | Nathan Gass | 1 | -7/+2 |
2017-09-25 | remove old request method | Nathan Gass | 1 | -103/+3 |
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 |