summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-15test basic request headersNathan Gass2-0/+30
2012-10-15group all redirect tests together, remove commented out codeNathan Gass1-11/+9
2012-10-15add tests for it_url::get timeoutsNathan Gass2-0/+84
2012-10-15add more it_url::get tests (some todo)Nathan Gass2-0/+42
2012-10-15use switch statement, also fixes illegal styleNathan Gass1-12/+19
2012-10-15add harder tests for it_url::get using custom testserver on localhostNathan Gass2-0/+77
2012-10-15remove Thomas from .diffnoticeChristian Weber1-1/+0
2012-10-15add myselfDavid Flatz1-0/+1
2012-10-15return true if mail was sentUrban Müller1-1/+4
2012-10-10implement myimg in myhtml to have same behaviour with or without fasttagNathan Gass1-2/+2
2012-10-04do not use debug parameter verbose (used to impelement -v which should not tr...Nathan Gass1-1/+1
2012-09-19Added work-around for cURL 7.25.0 problem with first select call hangingChristian Schneider1-1/+3
2012-08-30Added debug parameter reqtimings to time multiget subrequestsChristian Schneider1-2/+11
2012-08-24Also use float time in it::timerlog()Christian Schneider1-6/+1
2012-08-20return zero element array on 404Urban Müller1-1/+1
2012-08-20no extra warnings on missing fileUrban Müller1-1/+1
2012-08-20test null argument behaviourUrban Müller1-0/+2
2012-08-17use float timeUrban Müller1-1/+1
2012-08-17not workingUrban Müller1-2/+0
2012-08-17it_parse_args compatiblity: treat null like empty stringUrban Müller1-0/+2
2012-08-17test it_parse_args behaviourUrban Müller1-0/+2
2012-08-14Handle errors (e.g. timeouts) in it_url::get_multi by returning false for tho...Christian Schneider1-3/+7
2012-08-13never use fasttag if it_tag is missingUrban Müller1-1/+1
2012-08-13add test for unprintable characters in attribute *name*Nathan Gass1-0/+6
2012-08-08some more special char tests (normal utf8 chars, \xc2 at end, null bytes)Nathan Gass1-0/+21
2012-08-08save one function callUrban Müller1-1/+1
2012-08-07documentation (really: test whether hostname for svn commit mails is now corr...Christian Weber1-0/+1
2012-08-07support it_tag built in CUrban Müller1-39/+48
2012-08-07test changed nenewlinetags in myhtml with inheritance as used by mapNathan Gass1-0/+12