Age | Commit message (Expand) | Author | Files | Lines |
2016-05-25 | Added parameter safety => 0 to suppress an it::error in case of failure in it... | Christian Schneider | 1 | -1/+3 |
2016-05-24 | Allow devel to use distributed cache (memcache) with 'distributed_on_devel' flag | Christian Schneider | 1 | -1/+1 |
2016-05-23 | add it::mod which returns modulo as a positive number | Christian Helbling | 2 | -0/+13 |
2016-05-19 | fix .req debug param: did not work on urls staring with // and .req-tel match... | Christian Helbling | 1 | -1/+1 |
2016-05-10 | Added option allow_insecure_ssl to it_url::get() to disable SSL certificate v... | Christian Schneider | 1 | -2/+2 |
2016-05-10 | Merge commit 'c3ac61c52780b91653efeeb88eb90739ee0a7b31' | Christian Schneider | 2 | -4/+7 |
2016-05-10 | Adapt ITools to Memcached extension (used with PHP 7) | Christian Schneider | 2 | -4/+7 |
2016-05-10 | Remove duplicate CURLOPT_SSL_* settings | Christian Schneider | 1 | -3/+1 |
2016-05-02 | fix url in alerts (started with //) | Christian Helbling | 1 | -1/+1 |
2016-04-11 | typo | Urban Müller | 1 | -1/+1 |
2016-04-08 | docs: better usage example, no copy/paste | Urban Müller | 1 | -7/+3 |
2016-04-08 | Also make https and schema-less urls clickable in ED() | Christian Schneider | 1 | -1/+1 |
2016-04-07 | pay copy/paste tax | Urban Müller | 1 | -1/+1 |
2016-04-07 | provide url even when no trace | Urban Müller | 1 | -1/+1 |
2016-04-07 | accept // urls | Urban Müller | 1 | -1/+1 |
2016-04-07 | Accept // (schema-less) URLs and use it_url::get_cache() for those in prepara... | Christian Schneider | 1 | -1/+1 |
2016-04-05 | simplify constructor, make urls without protocol work, deprecate file: and la... | Christian A. Weber | 1 | -71/+15 |
2016-04-05 | add punycode test case | Christian A. Weber | 1 | -0/+8 |
2016-03-29 | set correct mime type even if files not found | Urban Müller | 1 | -1/+1 |
2016-03-29 | variable rename | Urban Müller | 1 | -6/+6 |
2016-03-29 | send warnings if fetch fails; would create noninformative warnings later on a... | Urban Müller | 1 | -1/+1 |
2016-03-29 | docs | Urban Müller | 1 | -0/+1 |
2016-03-21 | patch inofficial background-position-y | Urban Müller | 1 | -0/+1 |
2016-03-21 | validator does not accept calc() yet | Urban Müller | 1 | -0/+1 |
2016-03-16 | typo | Christian A. Weber | 1 | -1/+1 |
2016-03-16 | add function dbi::tables() to get a list of all tables of a db | Christian A. Weber | 1 | -4/+14 |
2016-03-14 | handle 0 as default value | Nathan Gass | 1 | -1/+1 |
2016-03-11 | prevent double includes when jquerybuild and jquery in list | Urban Müller | 1 | -1/+1 |
2016-03-10 | Accept both utf8 and utf-8 as xml encoding | Christian Schneider | 1 | -1/+1 |
2016-03-10 | strip space from multiple indendations | Urban Müller | 1 | -1/+1 |
2016-03-01 | we now have more one-liners, waste less space | Urban Müller | 1 | -1/+1 |
2016-02-24 | have ED show short arrays on one line | Urban Müller | 1 | -1/+1 |
2016-02-15 | if encoding fails (because of broken utf8), use latin1 as input charset; even... | David Flatz | 1 | -1/+3 |
2016-02-08 | encode header with base64 when quoted-printable fails because of php bug #53891 | David Flatz | 2 | -1/+12 |
2016-02-05 | use php function to escape headers; don't swallow double quotes when escaping... | David Flatz | 2 | -10/+15 |
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 | 2 | -9/+20 |
2016-02-02 | be nice about cache cleanup | Urban Müller | 1 | -1/+1 |
2016-02-01 | add support for arrays of cidrs in cidr_match() | Christian A. Weber | 2 | -9/+17 |
2016-02-01 | fix cidr_match() without /mask | Christian A. Weber | 2 | -1/+3 |
2016-02-01 | new function it::cidr_match($ip, $cidr) | Christian A. Weber | 2 | -0/+28 |
2016-01-30 | force cache flush | Urban Müller | 1 | -1/+1 |
2016-01-29 | Improved version of 0b595fb/80c5bcd which decides for each file individually ... | Christian Schneider | 1 | -7/+4 |
2016-01-29 | Revert 0b595fb/80c5bcd as they break map.search.ch/api/map.js | Christian Schneider | 1 | -1/+4 |
2016-01-29 | warning fix | Urban Müller | 1 | -1/+1 |
2016-01-29 | execute php when fetching js/css files for checksum | Urban Müller | 1 | -4/+1 |
2016-01-28 | simplify | Urban Müller | 1 | -1/+1 |
2016-01-28 | more throttling | Urban Müller | 1 | -1/+1 |
2016-01-27 | throttle cache cleanup | Urban Müller | 1 | -1/+1 |
2016-01-26 | clean up at lower peak | Urban Müller | 1 | -1/+1 |