Age | Commit message (Expand) | Author | Lines |
2014-01-31 | track-via: Show all times as scheduled, not as expected | Daniel Friesel | -5/+5 |
2014-01-31 | db-iris: Show platform_from -> platform_to with --track-via | Daniel Friesel | -1/+4 |
2014-01-30 | db-iris(1): update -V | Daniel Friesel | -5/+4 |
2014-01-29 | Changelog | Daniel Friesel | -0/+2 |
2014-01-29 | db-iris: document -V, sanitize options | Daniel Friesel | -2/+28 |
2014-01-28 | move track-via to db-iris | Daniel Friesel | -238/+33 |
2014-01-27 | track-from-to: Display arrival at dest | Daniel Friesel | -1/+1 |
2014-01-27 | add from -> to tracking example for @Marudor. May be merged into db-iris later | Daniel Friesel | -0/+234 |
2014-01-26 | db-iris: Fix warnings when encountering unplanned result without platform | Daniel Friesel | -1/+6 |
2014-01-24 | Result.pm: Fix VERSION in documentation | Daniel Friesel | -1/+1 |
2014-01-24 | initial release0.01 | Daniel Friesel | -11/+51 |
2014-01-24 | Result.pm: Add {delay,qos}_messages documentation | Daniel Friesel | -0/+15 |
2014-01-24 | perlcritic | Daniel Friesel | -6/+6 |
2014-01-21 | add test cases for imaginary station and no results in timeframe | Daniel Friesel | -2/+34 |
2014-01-21 | stations test: make sure get_stations has no empty pairs | Daniel Friesel | -1/+6 |
2014-01-20 | route_interesting: Do not include the destination in the route in some cases | Daniel Friesel | -1/+8 |
2014-01-19 | add some ::Result tests (todo: detailed message and route tests) | Daniel Friesel | -0/+227 |
2014-01-18 | db-iris: also show reasons for cancelled trains | Daniel Friesel | -1/+4 |
2014-01-17 | Filter out realtime results which are >3 hours in the future | Daniel Friesel | -3/+6 |
2014-01-17 | t/20-iris-class: set time zone in DateTime constructor | Daniel Friesel | -2/+2 |
2014-01-17 | perltidy | Daniel Friesel | -15/+23 |
2014-01-17 | add IRIS constructor tests | Daniel Friesel | -0/+68 |
2014-01-17 | add ::Stations test | Daniel Friesel | -0/+60 |
2014-01-17 | add basic tests | Daniel Friesel | -0/+60 |
2014-01-17 | implement -oq (qos_messages in Result.pm) | Daniel Friesel | -1/+47 |
2014-01-16 | Requiring Perl 5.14 is sufficient | Daniel Friesel | -6/+6 |
2014-01-16 | Build.PL: Add missing dependencies | Daniel Friesel | -0/+6 |
2014-01-15 | db-iris(1): note that station may be both DS100 code or name | Daniel Friesel | -1/+5 |
2014-01-15 | Merge pull request by prauscher and fix perl code | Daniel Friesel | -2/+6 |
2014-01-15 | Merge branch 'documentation' of github.com:prauscher/Travel-Status-DE-IRIS in... | Daniel Friesel | -4/+2 |
2014-01-15 | Stations: Move DS100 match to separate method, use this for db-iris | Daniel Friesel | -4/+41 |
2014-01-15 | improve documetation (usage and manpage) | Patrick Rauscher | -4/+2 |
2014-01-15 | enable DS100-codes for input. could be more efficient maybe, but first version | Patrick Rauscher | -0/+6 |
2014-01-13 | db-iris: -od: only show most recent delay reason. use -oD for all | Daniel Friesel | -7/+39 |
2014-01-11 | db-iris: implement -om | Daniel Friesel | -13/+42 |
2014-01-11 | db-iris: Use -or for "interesting" route, -of for full | Daniel Friesel | -4/+8 |
2014-01-11 | implement --output=times option | Daniel Friesel | -3/+41 |
2014-01-11 | db-iris: Introduce -o/--output option, change -f to -or | Daniel Friesel | -5/+51 |
2014-01-10 | db-iris: Add -c / --class option, rename -m/--mot to -T/--type | Daniel Friesel | -34/+61 |
2014-01-10 | IRIS.pm: Fix typo introduced in 2c41eecea9d7d5ae563e0390514336e95b7c0c0a | Daniel Friesel | -1/+1 |
2014-01-10 | IRIS.pm: Errorhandling for stations without associated timetable | Daniel Friesel | -0/+6 |
2014-01-10 | add --mot and --platforms option | Daniel Friesel | -11/+54 |
2014-01-10 | db-iris: Fix --via | Daniel Friesel | -2/+2 |
2014-01-10 | db-iris: make output less wide, do not show delay reasons / qos by default | Daniel Friesel | -10/+6 |
2014-01-10 | Result.pm: Put realtime data inte route*, add sched_route* for timetable | Daniel Friesel | -6/+56 |
2014-01-10 | Result.pm: Fix code example in SYNOPSIS | Daniel Friesel | -16/+5 |
2014-01-10 | Result.pm: perltidy, perlcritic | Daniel Friesel | -6/+15 |
2014-01-10 | IRIS.pm: make iris_base URL configurable | Daniel Friesel | -7/+9 |
2014-01-09 | IRIS/Stations: Add documentation | Daniel Friesel | -0/+190 |
2014-01-09 | complete IRIS.pm documentation | Daniel Friesel | -3/+84 |