summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-07pay copy/paste taxUrban Müller1-1/+1
2016-04-07provide url even when no traceUrban Müller1-1/+1
2016-04-07accept // urlsUrban Müller1-1/+1
2016-04-07Accept // (schema-less) URLs and use it_url::get_cache() for those in prepara...Christian Schneider1-1/+1
2016-04-05simplify constructor, make urls without protocol work, deprecate file: and la...Christian A. Weber1-71/+15
2016-04-05add punycode test caseChristian A. Weber1-0/+8
2016-03-29set correct mime type even if files not foundUrban Müller1-1/+1
2016-03-29variable renameUrban Müller1-6/+6
2016-03-29send warnings if fetch fails; would create noninformative warnings later on a...Urban Müller1-1/+1
2016-03-29docsUrban Müller1-0/+1
2016-03-21patch inofficial background-position-yUrban Müller1-0/+1
2016-03-21validator does not accept calc() yetUrban Müller1-0/+1
2016-03-16typoChristian A. Weber1-1/+1
2016-03-16add function dbi::tables() to get a list of all tables of a dbChristian A. Weber1-4/+14
2016-03-14handle 0 as default valueNathan Gass1-1/+1
2016-03-11prevent double includes when jquerybuild and jquery in listUrban Müller1-1/+1
2016-03-10Accept both utf8 and utf-8 as xml encodingChristian Schneider1-1/+1
2016-03-10strip space from multiple indendationsUrban Müller1-1/+1
2016-03-01we now have more one-liners, waste less spaceUrban Müller1-1/+1
2016-02-24have ED show short arrays on one lineUrban Müller1-1/+1
2016-02-15if encoding fails (because of broken utf8), use latin1 as input charset; even...David Flatz1-1/+3
2016-02-08encode header with base64 when quoted-printable fails because of php bug #53891David Flatz2-1/+12
2016-02-05use php function to escape headers; don't swallow double quotes when escaping...David Flatz2-10/+15
2016-02-03make tests compatible to php 5.3 stdDavid Flatz7-37/+46
2016-02-03don't split addrlist at comma when the comma is inside a quoted string, this ...David Flatz2-9/+20
2016-02-02be nice about cache cleanupUrban Müller1-1/+1
2016-02-01add support for arrays of cidrs in cidr_match()Christian A. Weber2-9/+17
2016-02-01fix cidr_match() without /maskChristian A. Weber2-1/+3
2016-02-01new function it::cidr_match($ip, $cidr)Christian A. Weber2-0/+28
2016-01-30force cache flushUrban Müller1-1/+1
2016-01-29Improved version of 0b595fb/80c5bcd which decides for each file individually ...Christian Schneider1-7/+4
2016-01-29Revert 0b595fb/80c5bcd as they break map.search.ch/api/map.jsChristian Schneider1-1/+4
2016-01-29warning fixUrban Müller1-1/+1
2016-01-29execute php when fetching js/css files for checksumUrban Müller1-4/+1
2016-01-28simplifyUrban Müller1-1/+1
2016-01-28more throttlingUrban Müller1-1/+1
2016-01-27throttle cache cleanupUrban Müller1-1/+1
2016-01-26clean up at lower peakUrban Müller1-1/+1
2016-01-25Make check for syntax patch work with PHP 7 (throws exception on parse error ...Christian Schneider1-1/+1
2016-01-21docsUrban Müller1-1/+1
2016-01-20it::date too dangerous, newly created files with old dates overwrite archived...Urban Müller1-2/+2
2016-01-19better docsUrban Müller1-3/+3
2016-01-14Merge branch 'master' into cs/php7David Flatz1-9/+20
2016-01-13Anchor regex for my peace of mindChristian Schneider1-2/+2
2016-01-13bugfix: need to omit query everywhereUrban Müller1-1/+1
2016-01-13handle empty filelist, handle scripts with query-argsUrban Müller1-3/+4
2016-01-12separate between trusted and untrusted input, correct crcs of remote resource...Urban Müller1-6/+16
2016-01-12Merge branch 'master' into cs/php7Christian Schneider1-16/+6
2016-01-12Revert "separate between trusted and untrusted input, correct crcs of remote ...Urban Müller1-16/+6
2016-01-12Merge branch 'master' into cs/php7Christian Schneider1-6/+16