Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-11-01 | better function naming | Urban Müller | 3 | -10/+11 |
2012-10-31 | fix Reply-To header encoding | Christian Weber | 1 | -1/+1 |
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 |