Age | Commit message (Expand) | Author | Files | Lines |
2012-10-24 | Replace hand-made code by standard obj.getBoundingClientRect() | Christian Schneider | 1 | -20/+2 |
2012-10-24 | bugfix | Urban Müller | 1 | -1/+1 |
2012-10-24 | better handle unexported funcs in subclasses | Urban Müller | 1 | -1/+1 |
2012-10-23 | add pwd to script paths | Urban Müller | 1 | -1/+1 |
2012-10-16 | conserve mem in it::error | Urban Müller | 1 | -7/+4 |
2012-10-16 | dry | Nathan Gass | 3 | -119/+116 |
2012-10-16 | add test for large response | Nathan Gass | 2 | -0/+13 |
2012-10-15 | test basic request headers | Nathan Gass | 2 | -0/+30 |
2012-10-15 | group all redirect tests together, remove commented out code | Nathan Gass | 1 | -11/+9 |
2012-10-15 | add tests for it_url::get timeouts | Nathan Gass | 2 | -0/+84 |
2012-10-15 | add more it_url::get tests (some todo) | Nathan Gass | 2 | -0/+42 |
2012-10-15 | use switch statement, also fixes illegal style | Nathan Gass | 1 | -12/+19 |
2012-10-15 | add harder tests for it_url::get using custom testserver on localhost | Nathan Gass | 2 | -0/+77 |
2012-10-15 | remove Thomas from .diffnotice | Christian Weber | 1 | -1/+0 |
2012-10-15 | add myself | David Flatz | 1 | -0/+1 |
2012-10-15 | return true if mail was sent | Urban Müller | 1 | -1/+4 |
2012-10-10 | implement myimg in myhtml to have same behaviour with or without fasttag | Nathan Gass | 1 | -2/+2 |
2012-10-04 | do not use debug parameter verbose (used to impelement -v which should not tr... | Nathan Gass | 1 | -1/+1 |
2012-09-19 | Added work-around for cURL 7.25.0 problem with first select call hanging | Christian Schneider | 1 | -1/+3 |
2012-08-30 | Added debug parameter reqtimings to time multiget subrequests | Christian Schneider | 1 | -2/+11 |
2012-08-24 | Also use float time in it::timerlog() | Christian Schneider | 1 | -6/+1 |
2012-08-20 | return zero element array on 404 | Urban Müller | 1 | -1/+1 |
2012-08-20 | no extra warnings on missing file | Urban Müller | 1 | -1/+1 |
2012-08-20 | test null argument behaviour | Urban Müller | 1 | -0/+2 |
2012-08-17 | use float time | Urban Müller | 1 | -1/+1 |
2012-08-17 | not working | Urban Müller | 1 | -2/+0 |
2012-08-17 | it_parse_args compatiblity: treat null like empty string | Urban Müller | 1 | -0/+2 |
2012-08-17 | test it_parse_args behaviour | Urban Müller | 1 | -0/+2 |
2012-08-14 | Handle errors (e.g. timeouts) in it_url::get_multi by returning false for tho... | Christian Schneider | 1 | -3/+7 |
2012-08-13 | never use fasttag if it_tag is missing | Urban Müller | 1 | -1/+1 |
2012-08-13 | add test for unprintable characters in attribute *name* | Nathan Gass | 1 | -0/+6 |
2012-08-08 | some more special char tests (normal utf8 chars, \xc2 at end, null bytes) | Nathan Gass | 1 | -0/+21 |
2012-08-08 | save one function call | Urban Müller | 1 | -1/+1 |
2012-08-07 | documentation (really: test whether hostname for svn commit mails is now corr... | Christian Weber | 1 | -0/+1 |
2012-08-07 | support it_tag built in C | Urban Müller | 1 | -39/+48 |
2012-08-07 | test changed nenewlinetags in myhtml with inheritance as used by map | Nathan Gass | 1 | -0/+12 |
2012-08-07 | some tests for proper _cleanup with it_html tag functions | Nathan Gass | 1 | -0/+12 |
2012-08-06 | Test commit | Christian Schneider | 1 | -1/+1 |
2012-08-06 | add keepalpha option to it::imageconvert(), re-format source to better match ... | Christian Schneider | 1 | -15/+23 |
2012-07-19 | docs | Urban Müller | 1 | -0/+1 |
2012-07-17 | it::any2utf8: leave true/false/objects untouched | Urban Müller | 1 | -1/+1 |
2012-07-11 | implement static function get() as discussed | Christian Weber | 1 | -0/+11 |
2012-07-10 | allow nonmatching colcount in cols() | Urban Müller | 1 | -1/+10 |
2012-07-02 | Improved cleanup handling for illegal characters in html, now handles utf-8 a... | Christian Schneider | 2 | -14/+18 |
2012-06-29 | stdout option, renamed save() to write() to reflect this | Urban Müller | 1 | -3/+3 |
2012-06-29 | numeric entities already handled (except for illegals, remove those) | Urban Müller | 2 | -2/+2 |
2012-06-20 | Remove manual ob_gzhandler, configure mod_deflate to handle all this | Christian Schneider | 1 | -5/+0 |
2012-06-18 | Add parameter to adjust jpeg quality | Thomas Brüderli | 1 | -3/+4 |
2012-06-14 | Also cache localizedfields info, fixes bug with field localization | Christian Schneider | 1 | -0/+4 |
2012-06-13 | Only redirect to static version for full non-bot user agents | Christian Schneider | 1 | -1/+1 |