summaryrefslogtreecommitdiff
path: root/it.class
AgeCommit message (Expand)AuthorFilesLines
2016-02-01add support for arrays of cidrs in cidr_match()Christian A. Weber1-9/+16
2016-02-01fix cidr_match() without /maskChristian A. Weber1-1/+1
2016-02-01new function it::cidr_match($ip, $cidr)Christian A. Weber1-0/+18
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-07rely on $GLOBALS["debug_time"]Urban Müller1-6/+4
2016-01-07more compact code, correctly maintain linkUrban Müller1-4/+3
2016-01-07allow setting of exact timestamp to late add old entriesUrban Müller1-3/+7
2015-11-30adapt to new stackdump offsetsUrban Müller1-3/+1
2015-11-18it::sort docsUrban Müller1-0/+3
2015-10-30minimal it::sortUrban Müller1-1/+8
2015-10-29adapt backtraceskip to new it_debug::backtrace countUrban Müller1-1/+1
2015-10-14do not send mails if it::error was called in a function from e.g. @foo()Urban Müller1-1/+1
2015-10-12dont pngcrush by default; runtime is prohibitive after allUrban Müller1-1/+2
2015-10-12no need for subshellUrban Müller1-1/+1
2015-10-12use pngcrush by default; smaller files, 10% performance hitUrban Müller1-0/+3
2015-09-17no error body if NULLUrban Müller1-1/+1
2015-09-17allow structured data in bodyUrban Müller1-0/+1
2015-09-08ignore all warnings from iCCPDavid Flatz1-1/+1
2015-09-02ignore warning from libpng that is not an errorDavid Flatz1-1/+1
2015-08-10empty array should not become nullUrban Müller1-1/+1
2015-08-10correctly handle non-utf8 in keysUrban Müller1-2/+2
2015-08-05make it::fatal exits more discernableUrban Müller1-1/+1
2015-07-06avoid confusion when affected machine not reporting machineUrban Müller1-1/+1
2015-03-31return log line to callerNathan Gass1-0/+2
2015-03-04support setting of time onlyUrban Müller1-1/+1
2015-02-10Make ITools standard PHP 5.3 compatible (syntax patch, no short array syntax)Christian Schneider1-2/+2
2015-01-29kill invisible soft hypens in any2utf8Urban Müller1-0/+1
2014-10-09all times in debug param timeUrban Müller1-1/+1
2014-10-09clean up docs, better variable naming, document --debugUrban Müller1-20/+20
2014-10-09allow debug param args with - in themUrban Müller1-1/+1
2014-10-01it::json_encode() and it::json_decode()Urban Müller1-0/+16
2014-07-31support it::timeUrban Müller1-2/+10
2014-07-25partial implementation of time() overrideUrban Müller1-1/+1
2014-06-24it::error() always returns nullChristian A. Weber1-2/+2
2014-05-07make sure errors come in frontUrban Müller1-1/+1
2014-04-22remove unneccessary Body: when there are no other sections anywayUrban Müller1-1/+4
2014-04-08make sure stack trace comes before any long bodyUrban Müller1-1/+1
2014-03-07documentationUrban Müller1-1/+1
2014-03-06keep supporting title only modeUrban Müller1-0/+2
2014-03-05remove support for deprecated it::error usageUrban Müller1-10/+4
2014-02-21warn when trying to use defaults on boolean options in it::getoptChristian Helbling1-2/+7
2014-02-18it::any2utf8() only warns about double utf8-encoding if $errprefix is not emptyChristian A. Weber1-1/+1
2014-02-10warn about deprecated it::error usageUrban Müller1-0/+3
2014-02-04remove old warning messageUrban Müller1-3/+0
2014-01-16allow ignoring options after first argumentUrban Müller1-4/+8
2014-01-14support varargs and arrays in it::cdist()Christian A. Weber1-1/+4
2014-01-14Fix cdist documentation parameterChristian Schneider1-1/+1
2014-01-13add it::cdist() and it::cexec()Christian A. Weber1-1/+23