Age | Commit message (Expand) | Author | Files | Lines |
2016-02-03 | don't split addrlist at comma when the comma is inside a quoted string, this ... | David Flatz | 1 | -7/+7 |
2016-02-01 | add support for arrays of cidrs in cidr_match() | Christian A. Weber | 1 | -0/+1 |
2016-02-01 | fix cidr_match() without /mask | Christian A. Weber | 1 | -0/+2 |
2016-02-01 | new function it::cidr_match($ip, $cidr) | Christian A. Weber | 1 | -0/+10 |
2015-10-30 | minimal it::sort | Urban Müller | 1 | -0/+4 |
2015-09-10 | Make test work on both PHP5/apcu/memcache and PHP7/memcached and name them | Christian Schneider | 1 | -19/+18 |
2015-08-10 | php 5.3 compatibility | Urban Müller | 2 | -2/+2 |
2015-08-10 | php 5.3 compatibility | Urban Müller | 2 | -6/+6 |
2015-08-10 | php 5.3 compatibility | Urban Müller | 2 | -20/+20 |
2015-08-10 | adapt tests to strict comparison | Urban Müller | 3 | -14/+14 |
2015-08-10 | php 5.3 compatibility required now?! | Urban Müller | 1 | -2/+2 |
2015-08-10 | correctly handle non-utf8 in keys | Urban Müller | 1 | -0/+1 |
2015-01-29 | omit soft hyphen cause we filter it | Urban Müller | 1 | -4/+4 |
2015-01-08 | test new it_cache behaviour | Urban Müller | 1 | -0/+47 |
2014-10-01 | it::json_encode() and it::json_decode() | Urban Müller | 1 | -0/+3 |
2014-09-01 | Added some test for it_url::parse | Christian Schneider | 1 | -1/+3 |
2014-07-31 | support it::time | Urban Müller | 1 | -4/+7 |
2014-07-02 | always also test it_html with itools_extension | Nathan Gass | 1 | -0/+3 |
2014-04-28 | introduce new function addrlist_escape that uses header_escape to only escape... | David Flatz | 1 | -5/+44 |
2014-04-28 | add tests for it_mail headers | David Flatz | 1 | -0/+43 |
2014-02-21 | Added support for htmltype 'html5' to it_html | Christian Schneider | 1 | -0/+8 |
2014-02-19 | implement and test argument maxlength (for crawler) | Nathan Gass | 1 | -0/+16 |
2014-02-17 | don't get rid of common index file names in urls, we can't assume server conf... | David Flatz | 1 | -2/+2 |
2014-02-05 | use replication safe statements | Urban Müller | 1 | -3/+3 |
2014-01-09 | allow column name override, add tests | Urban Müller | 1 | -4/+6 |
2014-01-09 | allow column name override, add tests | Urban Müller | 1 | -0/+7 |
2013-10-14 | use %20 instead of + for blanks in U(), werbeverlags ag needs it that way | Urban Müller | 1 | -2/+2 |
2013-07-17 | revert special --opts syntax as -opts does not warn on missing dashes anyway | Nathan Gass | 1 | -4/+4 |
2013-07-17 | add --opts variant to shell_command which adds dashes for posix options, add ... | Nathan Gass | 1 | -0/+52 |
2013-07-01 | test sequential pattern application in ::replace | Urban Müller | 1 | -0/+1 |
2013-05-13 | test for grapheme_strlen===null for bad utf8 | Urban Müller | 1 | -0/+2 |
2013-03-27 | ::sanitize test | Urban Müller | 1 | -0/+6 |
2013-03-21 | add new function it::system | Nathan Gass | 1 | -0/+17 |
2013-03-04 | factor out request method from get method, make http method overwritable, fix... | Nathan Gass | 1 | -2/+4 |
2013-01-31 | it::serialize must quote ' in keys | Urban Müller | 1 | -1/+5 |
2012-12-06 | Disable sqllog after tests which need it again | Christian Schneider | 1 | -0/+1 |
2012-11-29 | positional args in it::exec | Urban Müller | 1 | -0/+1 |
2012-11-22 | Remove smart_replace() as alias for store() because it is even worse a name t... | Christian Schneider | 1 | -16/+7 |
2012-11-01 | Added alias store() for smart_replace() to maintain API backward compatibility | Christian Schneider | 1 | -0/+8 |
2012-11-01 | better function naming | Urban Müller | 1 | -7/+7 |
2012-10-16 | dry | Nathan Gass | 3 | -119/+116 |
2012-10-16 | add test for large response | Nathan Gass | 2 | -0/+13 |
2012-10-15 | test basic request headers | Nathan Gass | 2 | -0/+30 |
2012-10-15 | group all redirect tests together, remove commented out code | Nathan Gass | 1 | -11/+9 |
2012-10-15 | add tests for it_url::get timeouts | Nathan Gass | 2 | -0/+84 |
2012-10-15 | add more it_url::get tests (some todo) | Nathan Gass | 2 | -0/+42 |
2012-10-15 | use switch statement, also fixes illegal style | Nathan Gass | 1 | -12/+19 |
2012-10-15 | add harder tests for it_url::get using custom testserver on localhost | Nathan Gass | 2 | -0/+77 |
2012-10-10 | implement myimg in myhtml to have same behaviour with or without fasttag | Nathan Gass | 1 | -2/+2 |
2012-08-20 | test null argument behaviour | Urban Müller | 1 | -0/+2 |