Age | Commit message (Expand) | Author | Files | Lines |
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-10 | implement myimg in myhtml to have same behaviour with or without fasttag | Nathan Gass | 1 | -2/+2 |
2012-08-20 | test null argument behaviour | Urban Müller | 1 | -0/+2 |
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-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-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-06-29 | numeric entities already handled (except for illegals, remove those) | Urban Müller | 1 | -0/+1 |
2012-05-23 | any2utf8 triple encoding test | Urban Müller | 1 | -1/+2 |
2012-05-21 | More tests for it_dbi::store() behaviour | Christian Schneider | 1 | -5/+26 |
2012-05-21 | add store(), fix comments | Urban Müller | 1 | -2/+19 |
2012-05-18 | use IN instead of = if value is an array | Christian Weber | 1 | -0/+5 |
2012-05-15 | support arrays in any2utf8 | Urban Müller | 1 | -1/+3 |
2012-05-10 | New update() optimization: Optimize away 42 <=> "42" | Christian Schneider | 1 | -2/+17 |
2012-04-24 | merged it_html::fix_encoding in it::any2utf8 | Urban Müller | 2 | -11/+8 |
2012-04-20 | any2utf8 quote fix and test | Urban Müller | 1 | -0/+2 |
2012-04-10 | simpler double encoding test avoids false positives | Urban Müller | 1 | -1/+0 |
2012-03-30 | correct GREEN HEART test description | Christian Weber | 1 | -1/+1 |
2012-03-30 | add GREEN HEART unit test for it_html::fix_encoding() | Christian Weber | 1 | -0/+2 |
2012-03-28 | Fix it::ucwords and added tests for it::ucfirst and it::ucwords | Christian Schneider | 1 | -0/+4 |
2012-03-28 | Added tests for it::replace with nbsp, it::any2utf8 | Christian Schneider | 1 | -0/+15 |
2012-03-28 | Added it::any2utf8, fixed it::replace fast path to add u modified, added erro... | Christian Schneider | 1 | -0/+1 |
2012-03-26 | space after \# | Nathan Gass | 1 | -6/+6 |
2012-03-26 | make get and get_multi tests encoding agnostic | Nathan Gass | 1 | -14/+10 |
2012-03-26 | new utf8 safe functions it::grep and it::substr_replace | Nathan Gass | 1 | -0/+8 |
2012-03-26 | Improve it_html tests | Christian Schneider | 1 | -11/+11 |
2012-03-26 | fixed it_html::fix_encoding | Urban Müller | 1 | -0/+12 |
2012-03-23 | it_xml uses correct target encoding by default, adapt tests to utf-8 deafult | Christian Weber | 1 | -14/+21 |
2012-03-22 | adapt to utf-8 | Urban Müller | 1 | -1/+1 |
2012-03-22 | cleanup, set locale for latin1 case-sensitive tests, adjust tests to file now... | Christian Weber | 1 | -124/+184 |
2012-03-22 | converted to utf-8 | Urban Müller | 1 | -1/+1 |
2012-03-22 | check encoding in Q() and _tag(), adapt tests to utf-8 | Urban Müller | 1 | -15/+27 |
2012-02-29 | bugfix: . matches umlaut in utf-8 mode | Christian Weber | 1 | -0/+5 |
2012-02-29 | it::convertregex() sets /u if default_charset is 'utf-8' (can be overridden) | Christian Weber | 1 | -5/+31 |
2011-12-08 | allow -0 as shortarg in getopt | Christian Helbling | 1 | -0/+6 |
2011-11-15 | fix test | Urban Müller | 1 | -0/+1 |
2011-11-15 | faster it::replace | Urban Müller | 1 | -0/+3 |
2011-11-14 | faster it::replace, tests | Urban Müller | 1 | -0/+4 |
2011-11-08 | Change it::date() to treat float as timestamp, only string with dots like 10.... | Christian Schneider | 1 | -5/+5 |
2011-11-08 | Fix [[:alpha::]] test name | Christian Schneider | 1 | -1/+1 |