Age | Commit message (Expand) | Author | Lines |
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 | -100/+104 |
2010-06-05 | Use HTML::TreeBuilder::XPath for parsing. Todo: Lots of code cleanup. | Daniel Friesel | -188/+76 |
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 | Die upon invalid options | Daniel Friesel | -1/+2 |
2010-05-12 | Release v1.1.21.1.2 | Daniel Friesel | -1/+1 |
2010-05-12 | efa: Correct --date help message | Daniel Friesel | -1/+1 |
2010-05-11 | Fix --ignore-info handling, add more parser tests | Daniel Friesel | -1/+1 |
2010-05-11 | Add some actual parser tests | Daniel Friesel | -9/+23 |
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 | -1/+1 |
2010-05-11 | efa: Add option checking for --exclude | Daniel Friesel | -0/+5 |
2010-05-06 | Fix --date verification regex | Daniel Friesel | -1/+1 |
2010-04-26 | Slight makefile/manpage cleanups, release v1.1.1 while at it1.1.1 | Daniel Friesel | -9/+9 |
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/+2 |
2010-01-11 | efa: Add licence text | Daniel Friesel | -0/+1 |
2010-01-04 | Update the version in the script... ahem. | Daniel Friesel | -2/+2 |
2010-01-04 | Improve an error message, use die/warn instead of print STDERR | Daniel Friesel | -6/+5 |
2010-01-04 | Simplify --exclude parsing | Daniel Friesel | -16/+9 |
2010-01-03 | More code reuse | Daniel Friesel | -21/+11 |
2010-01-03 | Yet further continued code cleanup | Daniel Friesel | -12/+18 |
2009-12-24 | efa: Allow stop-specification as addr:stop and poi:stop | Daniel Friesel | -0/+26 |
2009-09-24 | Fixed length of unicode chars in printf (but now unicode in arguments doesn't... | Daniel Friesel | -1/+2 |
2009-09-21 | Yet more code cleanup | Daniel Friesel | -53/+68 |
2009-09-20 | Improved readability of the regular expressions | Daniel Friesel | -10/+56 |
2009-09-12 | Version bump1.0.2 | Daniel Friesel | -1/+1 |
2009-09-12 | efa(1): Unicode may work or may not. | Daniel Friesel | -2/+2 |
2009-08-31 | efa: parse_content: Correctly parse Fußweg messages with time | Daniel Friesel | -4/+7 |
2009-08-27 | efa: parse_content: Merged two if () checks | Daniel Friesel | -4/+1 |
2009-08-27 | Use foreach instead of for with useless $j counter | Daniel Friesel | -1/+1 |
2009-08-05 | efa: Code cleanup | Daniel Friesel | -34/+31 |
2009-07-10 | Some code cleanup | Daniel Friesel | -19/+19 |
2009-07-10 | efa: Fixed a really stupid mistake | Daniel Friesel | -1/+1 |
2009-07-09 | efa: Renamed --restrict option to --include | Daniel Friesel | -9/+9 |
2009-07-09 | efa: Added --version switch | Daniel Friesel | -0/+6 |
2009-07-03 | efa(1): Mention missing unicode support for arguments | Daniel Friesel | -0/+5 |
2009-07-01 | efa: efa.vrr.de changed something, fixed the resulting encoding fuckup | Daniel Friesel | -5/+5 |
2009-06-24 | efa(1): Fixed a POD warning | Daniel Friesel | -1/+1 |
2009-06-22 | efa: Support more non-timestamped connections | Daniel Friesel | -2/+2 |
2009-06-17 | efa: Support additional cases of un-timestamped connections | Daniel Friesel | -1/+1 |
2009-06-14 | efa: Refer to efa --help whin invoked with wrong arguments | Daniel Friesel | -1/+1 |
2009-06-07 | efa: Use perldoc -F | Daniel Friesel | -1/+1 |
2009-05-25 | efa: --date: Make the year optional | Daniel Friesel | -1/+2 |
2009-05-23 | efa: Show "Fußweg" on all connections, not just the last one | Daniel Friesel | -1/+1 |
2009-05-23 | efa: Fixed generic messages without time | Daniel Friesel | -2/+7 |
2009-05-23 | efa: Fixed parsing of "Fußweg" messages | Daniel Friesel | -0/+4 |