summaryrefslogtreecommitdiff
path: root/it.class
AgeCommit message (Expand)AuthorFilesLines
2011-12-08allow -0 as shortarg in getoptChristian Helbling1-2/+2
2011-11-22support sending of mails on twin/develUrban Müller1-6/+8
2011-11-15handle limitUrban Müller1-1/+1
2011-11-15faster it::replaceUrban Müller1-5/+3
2011-11-14faster it::replace, testsUrban Müller1-5/+10
2011-11-09Remove temporary logging of float timestamp in it::date()Christian Schneider1-3/+0
2011-11-08Change it::date() to treat float as timestamp, only string with dots like 10....Christian Schneider1-1/+1
2011-11-08Log whole URI including URL parameters in it::date()Christian Schneider1-1/+1
2011-11-08Also log URL for it::date() with floatsChristian Schneider1-1/+1
2011-11-08Temporarily added logging of float timestamps for it::date()Christian Schneider1-0/+3
2011-11-08handle named character classesUrban Müller1-2/+2
2011-11-08faster it::match for simple casesUrban Müller1-21/+15
2011-10-28code styleNathan Gass1-1/+1
2011-10-28avoid it::match in it::date for *2 speedupNathan Gass1-1/+4
2011-10-24prevent $GLOBALS destruction, remote lastsent debuggingUrban Müller1-5/+2
2011-10-19fix raceUrban Müller1-3/+4
2011-09-29fix raceUrban Müller1-5/+6
2011-09-19dont require ultratimeoutUrban Müller1-1/+2
2011-09-19protect against hanging gmUrban Müller1-1/+1
2011-09-19Emulate -auto-rotate option from ImageMagickThomas Brüderli1-0/+13
2011-08-10reduce chgrp race, allow empty it::cat()Urban Müller1-6/+8
2011-06-07case insensitiveUrban Müller1-1/+1
2011-06-07performance, fix value "0"Urban Müller1-1/+1
2011-06-07bugfix: handle empty stringUrban Müller1-1/+1
2011-06-07only escape args when neededUrban Müller1-1/+1
2011-05-26factor out it::shell_command from it::execNathan Gass1-10/+25
2011-05-04Fix typo instead of in error messageChristian Schneider1-1/+1
2011-04-26verbose err msgUrban Müller1-4/+4
2011-04-12documentationUrban Müller1-1/+1
2011-02-28Fix ICS date format without timeChristian Schneider1-7/+3
2011-02-28Added support for icsdate and icsdatetime formats in it::date()Christian Schneider1-3/+14
2011-02-18Switch from ImageMagick to GraphicsMagick (new ImageMagick is too broken)Christian Schneider1-1/+1
2011-02-07typoNathan Gass1-1/+1
2010-11-25add exec modifierNathan Gass1-1/+3
2010-11-11add reorder argument and tests to it::filter_keysNathan Gass1-6/+16
2010-11-11early version of generic line processorUrban Müller1-0/+10
2010-10-14provide url in error_logUrban Müller1-1/+1
2010-06-29allow absolut paths in it::logUrban Müller1-8/+9
2010-03-22cleanup, bugfixUrban Müller1-9/+11
2010-03-22handle empty filesUrban Müller1-2/+2
2010-03-17segfaults not reproducibleUrban Müller1-4/+0
2010-03-15save segfault causing inputUrban Müller1-4/+6
2010-01-29Convert it.class back to old syntaxChristian Schneider1-1/+1
2010-01-15suppress identify's stderrChristian Weber1-1/+1
2010-01-15add support for EPS in imageconvert(), remove php4 cruftChristian Weber1-13/+9
2010-01-08Mark static functions as static to avoid PHP 5.3 strict warnings (performance?)Christian Schneider1-25/+25
2009-12-30Work around PHP bug 49819: posix_isatty seeks to startChristian Schneider1-0/+1
2009-10-27prevent huge mailsUrban Müller1-0/+7
2009-10-23Allow giving custom command line options to ImageMagick with it::imageconvert()Christian Schneider1-1/+3
2009-10-07ignore svg parse errsUrban Müller1-1/+1