summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-20add missing it_pipe.classChristian Weber1-2/+3
2013-05-16no longer omit it_html in backtrace, renamed $errmsgUrban Müller1-7/+7
2013-05-13test for grapheme_strlen===null for bad utf8Urban Müller1-0/+2
2013-04-29correctly handle conntect errsUrban Müller1-1/+1
2013-04-23load javascript files separately when debugging to get the right linenumbersDavid Flatz1-5/+29
2013-04-22introduce debug parameter 'jsdebug' that enforces javascript injection for be...David Flatz1-1/+2
2013-04-22Switch to mysqli functionsChristian Schneider2-28/+28
2013-03-27::sanitize testUrban Müller1-0/+6
2013-03-27remove empty tags in ::sanitizeUrban Müller1-1/+1
2013-03-21Fix bug with missing is_final mark when giving whole XML data in one chunkChristian Schneider1-1/+1
2013-03-21add new function it::systemNathan Gass2-0/+43
2013-03-18allow strings as inputUrban Müller1-1/+1
2013-03-14support html mails in it::mailUrban Müller1-2/+3
2013-03-13document --verbose in getoptUrban Müller1-0/+1
2013-03-07Switch X-UA-Compatible from IE=9 to IE=edge to make IE10 e.g. know box-shaodwChristian Schneider1-1/+1
2013-03-04factor out request method from get method, make http method overwritable, fix...Nathan Gass2-75/+93
2013-02-25mark static functions staticChristian Helbling1-3/+3
2013-02-15better docsUrban Müller1-7/+6
2013-02-04support ->replace()Urban Müller1-1/+1
2013-01-31it::serialize must quote ' in keysUrban Müller2-2/+6
2013-01-31declare functions staticUrban Müller4-11/+11
2013-01-31add missing staticsUrban Müller1-3/+3
2013-01-30Get rid of explicit mysql_real_escape_string outside of it_dbiChristian Schneider1-1/+1
2013-01-30add parameter unbuffered for very large selectsNathan Gass1-2/+3
2012-12-10comment iso-8859Urban Müller1-1/+1
2012-12-06Disable sqllog after tests which need it againChristian Schneider1-0/+1
2012-12-06add $_FILES if presentUrban Müller1-0/+1
2012-12-03curl_multi_select can return -1 without select when polling is necessary (see...Nathan Gass1-19/+18
2012-11-29positional args in it::execUrban Müller2-5/+7
2012-11-28kill ancient gettimeofday() usageUrban Müller1-4/+2
2012-11-28prevent excessive runtimeUrban Müller1-1/+1
2012-11-23debug last commitNathan Gass1-1/+1
2012-11-22Remove smart_replace() as alias for store() because it is even worse a name t...Christian Schneider3-26/+9
2012-11-19make sure results are returned in the same order as input urls arrayNathan Gass1-3/+4
2012-11-19add code for clients missing getBoundingClientRec - fixes map on Android 1.6 ...Christian Helbling1-2/+32
2012-11-19allow handler function per url which can abort in get_multiNathan Gass1-15/+23
2012-11-14revert: mailer and mail client prevent arbitrary From:Urban Müller1-8/+1
2012-11-14set From: in it::errorUrban Müller1-1/+8
2012-11-08send correct mime type for javascriptDavid Flatz1-2/+1
2012-11-06make logs created by root appendableUrban Müller1-0/+1
2012-11-01Added alias store() for smart_replace() to maintain API backward compatibilityChristian Schneider2-0/+16
2012-11-01better function namingUrban Müller3-10/+11
2012-10-31fix Reply-To header encodingChristian Weber1-1/+1
2012-10-24Replace hand-made code by standard obj.getBoundingClientRect()Christian Schneider1-20/+2
2012-10-24bugfixUrban Müller1-1/+1
2012-10-24better handle unexported funcs in subclassesUrban Müller1-1/+1
2012-10-23add pwd to script pathsUrban Müller1-1/+1
2012-10-16conserve mem in it::errorUrban Müller1-7/+4
2012-10-16dryNathan Gass3-119/+116
2012-10-16add test for large responseNathan Gass2-0/+13