Age | Commit message (Expand) | Author | Files | Lines |
2017-08-18 | U(): params can override base args, correctly add fragment to end of url if p... | Christian A. Weber | 1 | -1/+12 |
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-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 | disable new expected errors | Nathan Gass | 1 | -2/+2 |
2017-08-10 | adapt to default | Urban Müller | 1 | -3/+3 |
2017-08-10 | it_url::request now has safety 1 like everything else | Urban Müller | 1 | -2/+2 |
2017-06-06 | add filter(), cut(), askey() | Urban Müller | 1 | -0/+2 |
2017-06-01 | tests for it::filter | Urban Müller | 1 | -0/+4 |
2017-05-22 | compactify, test fixcolnames | Urban Müller | 1 | -14/+7 |
2017-03-30 | it::split as frontend for preg_split() | Urban Müller | 1 | -0/+8 |
2017-03-15 | add add_dir(), add mkdir to file_put | Urban Müller | 1 | -0/+4 |
2017-02-07 | allow .time-1527 and .time-152715 as time formats for time debug parameter, a... | Christian Helbling | 1 | -2/+13 |
2017-02-07 | Replace create_function which will be deprecated in PHP 7.2 | Christian Schneider | 1 | -1/+0 |
2017-01-25 | Second version of it::map with keys: Handle 'null', '1' for code and Traversa... | Christian Schneider | 1 | -1/+11 |
2017-01-25 | revert changes in it::map | David Flatz | 1 | -6/+1 |
2017-01-25 | standard php compatibility | Urban Müller | 1 | -3/+3 |
2017-01-25 | optional keys selection in it::map | Urban Müller | 1 | -1/+6 |
2016-11-10 | more readable for php n00bs | Urban Müller | 1 | -3/+3 |
2016-11-10 | it:map(): allow any callable object (anon functions) or code in string | Urban Müller | 1 | -1/+4 |
2016-11-10 | whitespace cleanup | Urban Müller | 1 | -6/+6 |
2016-11-10 | allow dynamic columns | Urban Müller | 1 | -0/+12 |
2016-08-10 | add test for latin1 select | Nathan Gass | 1 | -0/+5 |
2016-07-16 | itjs::encode() can encode non-arrays | Christian A. Weber | 1 | -0/+6 |
2016-07-16 | itjs::serialize() and itjs::encode() can encode null | Christian A. Weber | 1 | -0/+6 |
2016-06-28 | fix urls with double ? | Urban Müller | 1 | -1/+1 |
2016-06-28 | add unit test to U() for encoding of ? | Christian A. Weber | 1 | -0/+5 |
2016-06-06 | add 2nd parameter to it_url::absolute() to force a protocol | Christian A. Weber | 1 | -6/+26 |
2016-05-23 | add it::mod which returns modulo as a positive number | Christian Helbling | 1 | -0/+5 |
2016-05-10 | Merge commit 'c3ac61c52780b91653efeeb88eb90739ee0a7b31' | Christian Schneider | 1 | -0/+3 |
2016-05-10 | Adapt ITools to Memcached extension (used with PHP 7) | Christian Schneider | 1 | -0/+3 |
2016-04-05 | add punycode test case | Christian A. Weber | 1 | -0/+8 |
2016-02-08 | encode header with base64 when quoted-printable fails because of php bug #53891 | David Flatz | 1 | -0/+6 |
2016-02-05 | use php function to escape headers; don't swallow double quotes when escaping... | David Flatz | 1 | -6/+11 |
2016-02-03 | make tests compatible to php 5.3 std | David Flatz | 7 | -37/+46 |
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 |