Age | Commit message (Expand) | Author | Lines |
2010-06-08 | README: Add modules required for testing | Daniel Friesel | -1/+6 |
2010-06-06 | Remove prereqs file (useless for distribution) | Daniel Friesel | -3/+0 |
2010-06-06 | Actually, release v1.31.3 | Daniel Friesel | -2/+2 |
2010-06-06 | Update Changelog and README | Daniel Friesel | -1/+6 |
2010-06-06 | Fix a few perlcritic warnings | Daniel Friesel | -4/+4 |
2010-06-06 | Write errors to STDERR | Daniel Friesel | -13/+15 |
2010-06-06 | Detect non-itinerary efa.vrr.de output (i.e. upon invalid input data) | Daniel Friesel | -9/+819 |
2010-06-06 | Update documentation + fix typo in source comment | Daniel Friesel | -5/+6 |
2010-06-06 | Detect efa.vrr.de error messages | Daniel Friesel | -1/+889 |
2010-06-06 | Remove HTML::TreeBuilder::LibXML workaround | Daniel Friesel | -1/+1 |
2010-06-06 | Use XML::LibXML directly | Daniel Friesel | -23/+32 |
2010-06-06 | Use HTML::TreeBuilder::LibXML. Major performance enhancement. | Daniel Friesel | -15/+18 |
2010-06-06 | Slightly change option error messages | Daniel Friesel | -15/+13 |
2010-06-06 | parse_tree: Minor performance improvenets (bin/efa: 2.5s → 1.8s avg) | Daniel Friesel | -28/+33 |
2010-06-05 | Release v1.21.2 | Daniel Friesel | -2/+3 |
2010-06-05 | Update documentation | Daniel Friesel | -7/+11 |
2010-06-05 | Use latin-1 for decoded_content | Daniel Friesel | -4/+3 |
2010-06-05 | Specify decode comment | Daniel Friesel | -1/+5 |
2010-06-05 | Set proper encoding for decoded_content | Daniel Friesel | -2/+2 |
2010-06-05 | Set utf8 binmode on STDOUT & update tests again. I have not the slightest clu... | Daniel Friesel | -242/+244 |
2010-06-05 | Fix(?) UTF-8 issues with bin/efa. Nobody knows why it works. | Daniel Friesel | -751/+748 |
2010-06-05 | Add parser test for ambiguous input | Daniel Friesel | -1/+9 |
2010-06-05 | Update and reenable parser tests | Daniel Friesel | -334/+1384 |
2010-06-05 | Fix special cases like "nicht umsteigen, Weiterfahrt [...]" | Daniel Friesel | -0/+7 |
2010-06-05 | efa: Fix opt_date | Daniel Friesel | -1/+1 |
2010-06-05 | Put some more stuff into functions | Daniel Friesel | -67/+89 |
2010-06-05 | Slight variable name cleanup | Daniel Friesel | -8/+5 |
2010-06-05 | Parse most options via subs instead of vars | Daniel Friesel | -107/+113 |
2010-06-05 | Use HTML::TreeBuilder::XPath for parsing. Todo: Lots of code cleanup. | Daniel Friesel | -188/+80 |
2010-05-29 | Add --timeout switch, decrease default timeout from 180 to 60 seconds | Daniel Friesel | -0/+7 |
2010-05-15 | efa(1): Add some general POD sections | Daniel Friesel | -1/+23 |
2010-05-13 | test/50-efa.t: Some cleanup | Daniel Friesel | -14/+17 |
2010-05-13 | Die upon invalid options | Daniel Friesel | -2/+11 |
2010-05-12 | Release v1.1.21.1.2 | Daniel Friesel | -1/+8 |
2010-05-12 | Add installation note to README | Daniel Friesel | -0/+9 |
2010-05-12 | efa: Correct --date help message | Daniel Friesel | -2/+2 |
2010-05-11 | Fix --ignore-info handling, add more parser tests | Daniel Friesel | -3/+2003 |
2010-05-11 | Add some actual parser tests | Daniel Friesel | -10/+1131 |
2010-05-11 | efa: --max-change arguments are verified by Getopt::Lang | Daniel Friesel | -0/+1 |
2010-05-11 | Add short option for --version | Daniel Friesel | -6/+8 |
2010-05-11 | Add tests for short options | Daniel Friesel | -28/+37 |
2010-05-11 | Add tests for some more options | Daniel Friesel | -4/+43 |
2010-05-11 | efa: Add option checking for --exclude | Daniel Friesel | -0/+5 |
2010-05-06 | Add test for a few offline efa options | Daniel Friesel | -0/+45 |
2010-05-06 | Fix --date verification regex | Daniel Friesel | -1/+1 |
2010-05-06 | Replace shell test script by Perl TAP stuff, add test target to Makefile | Daniel Friesel | -5/+20 |
2010-04-26 | Slight makefile/manpage cleanups, release v1.1.1 while at it1.1.1 | Daniel Friesel | -17/+23 |
2010-03-02 | Add short options | Daniel Friesel | -36/+36 |
2010-02-27 | Add argument verification for --date & --time; die upon invalid arguments | Daniel Friesel | -4/+10 |
2010-01-17 | Release v1.11.1 | Daniel Friesel | -2/+7 |