Age | Commit message (Expand) | Author | Files | Lines |
2013-07-12 | show (unquoted) cmd line in it::error | Urban Müller | 1 | -1/+1 |
2013-07-05 | Use apcu_ functions if they exists (PHP 5.5) | Christian Schneider | 1 | -2/+7 |
2013-07-04 | also report connection error in error_log, not only in sqllog | Christian Weber | 1 | -1/+1 |
2013-07-03 | To not try to get mysqli_num_rows when using unbuffered queries as this produ... | Christian Schneider | 1 | -1/+1 |
2013-07-02 | Remove generator magic as generators can only be traversed once. Use EDX(iter... | Christian Schneider | 1 | -6/+0 |
2013-07-01 | test sequential pattern application in ::replace | Urban Müller | 1 | -0/+1 |
2013-06-28 | handle generators in ED() | Urban Müller | 1 | -0/+6 |
2013-06-26 | fix for "use strict" | Urban Müller | 1 | -1/+1 |
2013-06-26 | ignore unloadable files for #! check | Urban Müller | 1 | -1/+1 |
2013-06-20 | add missing it_pipe.class | Christian Weber | 1 | -2/+3 |
2013-05-16 | no longer omit it_html in backtrace, renamed $errmsg | Urban Müller | 1 | -7/+7 |
2013-05-13 | test for grapheme_strlen===null for bad utf8 | Urban Müller | 1 | -0/+2 |
2013-04-29 | correctly handle conntect errs | Urban Müller | 1 | -1/+1 |
2013-04-23 | load javascript files separately when debugging to get the right linenumbers | David Flatz | 1 | -5/+29 |
2013-04-22 | introduce debug parameter 'jsdebug' that enforces javascript injection for be... | David Flatz | 1 | -1/+2 |
2013-04-22 | Switch to mysqli functions | Christian Schneider | 2 | -28/+28 |
2013-03-27 | ::sanitize test | Urban Müller | 1 | -0/+6 |
2013-03-27 | remove empty tags in ::sanitize | Urban Müller | 1 | -1/+1 |
2013-03-21 | Fix bug with missing is_final mark when giving whole XML data in one chunk | Christian Schneider | 1 | -1/+1 |
2013-03-21 | add new function it::system | Nathan Gass | 2 | -0/+43 |
2013-03-18 | allow strings as input | Urban Müller | 1 | -1/+1 |
2013-03-14 | support html mails in it::mail | Urban Müller | 1 | -2/+3 |
2013-03-13 | document --verbose in getopt | Urban Müller | 1 | -0/+1 |
2013-03-07 | Switch X-UA-Compatible from IE=9 to IE=edge to make IE10 e.g. know box-shaodw | Christian Schneider | 1 | -1/+1 |
2013-03-04 | factor out request method from get method, make http method overwritable, fix... | Nathan Gass | 2 | -75/+93 |
2013-02-25 | mark static functions static | Christian Helbling | 1 | -3/+3 |
2013-02-15 | better docs | Urban Müller | 1 | -7/+6 |
2013-02-04 | support ->replace() | Urban Müller | 1 | -1/+1 |
2013-01-31 | it::serialize must quote ' in keys | Urban Müller | 2 | -2/+6 |
2013-01-31 | declare functions static | Urban Müller | 4 | -11/+11 |
2013-01-31 | add missing statics | Urban Müller | 1 | -3/+3 |
2013-01-30 | Get rid of explicit mysql_real_escape_string outside of it_dbi | Christian Schneider | 1 | -1/+1 |
2013-01-30 | add parameter unbuffered for very large selects | Nathan Gass | 1 | -2/+3 |
2012-12-10 | comment iso-8859 | Urban Müller | 1 | -1/+1 |
2012-12-06 | Disable sqllog after tests which need it again | Christian Schneider | 1 | -0/+1 |
2012-12-06 | add $_FILES if present | Urban Müller | 1 | -0/+1 |
2012-12-03 | curl_multi_select can return -1 without select when polling is necessary (see... | Nathan Gass | 1 | -19/+18 |
2012-11-29 | positional args in it::exec | Urban Müller | 2 | -5/+7 |
2012-11-28 | kill ancient gettimeofday() usage | Urban Müller | 1 | -4/+2 |
2012-11-28 | prevent excessive runtime | Urban Müller | 1 | -1/+1 |
2012-11-23 | debug last commit | Nathan Gass | 1 | -1/+1 |
2012-11-22 | Remove smart_replace() as alias for store() because it is even worse a name t... | Christian Schneider | 3 | -26/+9 |
2012-11-19 | make sure results are returned in the same order as input urls array | Nathan Gass | 1 | -3/+4 |
2012-11-19 | add code for clients missing getBoundingClientRec - fixes map on Android 1.6 ... | Christian Helbling | 1 | -2/+32 |
2012-11-19 | allow handler function per url which can abort in get_multi | Nathan Gass | 1 | -15/+23 |
2012-11-14 | revert: mailer and mail client prevent arbitrary From: | Urban Müller | 1 | -8/+1 |
2012-11-14 | set From: in it::error | Urban Müller | 1 | -1/+8 |
2012-11-08 | send correct mime type for javascript | David Flatz | 1 | -2/+1 |
2012-11-06 | make logs created by root appendable | Urban Müller | 1 | -0/+1 |
2012-11-01 | Added alias store() for smart_replace() to maintain API backward compatibility | Christian Schneider | 2 | -0/+16 |