Age | Commit message (Expand) | Author | Lines |
2014-12-28 | Result.pm: "Mehrzweckabteil hinten": verified by other occasions | Daniel Friesel | -2/+2 |
2014-12-27 | Result.pm: Zusätzlicher Halt: verified by other occasions | Daniel Friesel | -3/+2 |
2014-12-27 | ResulT: Add IRIS Key 77 | Daniel Friesel | -0/+5 |
2014-12-23 | add IRIS key 65: Erdrutsch | Daniel Friesel | -1/+6 |
2014-12-18 | resulT: add another (unknown) key | Daniel Friesel | -0/+5 |
2014-12-07 | Result: Looks like key "f" is also a qos message. | Daniel Friesel | -1/+1 |
2014-12-05 | Fix a crash when a train has unscheduled additional stops starting at the sel... | Daniel Friesel | -6/+22 |
2014-11-24 | Stations.pm: get_station_by_name returns an array | Daniel Friesel | -1/+1 |
2014-11-24 | update stations list, run perltidy on it | Daniel Friesel | -15087/+15206 |
2014-11-24 | Stations.pm: try normalized match before substring match | Daniel Friesel | -1/+20 |
2014-11-20 | Result.pm: Add IRIS key 61 (Türstörung) | Daniel Friesel | -1/+6 |
2014-11-03 | version bump0.06 | Daniel Friesel | -6/+6 |
2014-11-02 | Result.pm: Add IRIS key 62 ("Behobene technische Störung am Zug") | Daniel Friesel | -0/+5 |
2014-11-01 | Result.pm: Fix sorted_sublist invocation (stop reference is an arrayref already) | Daniel Friesel | -2/+2 |
2014-11-01 | allow realtime ppth to override static ppth | Daniel Friesel | -8/+22 |
2014-10-31 | db-iris, Result.pm: Document additional_stops and canceled_stops | Daniel Friesel | -0/+12 |
2014-10-30 | Result: {additional,canceled}_stops: keep the original stop order | Daniel Friesel | -6/+35 |
2014-10-26 | add support for canceled / additional stops. untested at the moment | Daniel Friesel | -1/+20 |
2014-10-19 | Iris/Result: Fix alignment in manual | Daniel Friesel | -1/+1 |
2014-10-16 | Release v0.050.05 | Daniel Friesel | -6/+6 |
2014-09-01 | Result: Add IRIS message key 9 (delay caused by a strike) | Daniel Friesel | -0/+3 |
2014-08-14 | add IRIS delay key 63 (Technische Untersuchung am Zug) | Daniel Friesel | -0/+3 |
2014-07-15 | add iris key 58 (Umleitung?) | Daniel Friesel | -0/+6 |
2014-06-28 | version bump0.04 | Daniel Friesel | -6/+6 |
2014-06-23 | IRIS: Fix documentation error | Daniel Friesel | -1/+1 |
2014-06-23 | Do not error out if only partial data is available (closes #4) | Daniel Friesel | -4/+18 |
2014-06-22 | Result: Add IRIS key 57 = "Zusätzlicher Halt". not extensively verified yet. | Daniel Friesel | -0/+6 |
2014-06-22 | Result: Add qos message 95 | Daniel Friesel | -0/+5 |
2014-06-21 | Result: Add IRIS key 64 (Weichenstörung) | Daniel Friesel | -0/+5 |
2014-06-21 | Result: Add IRIS key 94 = "Ersatzbewirtschaftung". not verified yet. | Daniel Friesel | -0/+5 |
2014-06-21 | Add serializable option to IRIS constructor (does not save libxml objects) | Daniel Friesel | -3/+6 |
2014-02-14 | parse <ref> fields in fchg. not used in db-iris yet. | Daniel Friesel | -9/+39 |
2014-02-14 | release v0.030.03 | Daniel Friesel | -6/+6 |
2014-02-12 | Result: Add sched_platform accessor | Daniel Friesel | -4/+19 |
2014-02-09 | result: strip leading - from train_id | Daniel Friesel | -0/+3 |
2014-02-08 | Save old train IDs in case of a transfer | Daniel Friesel | -6/+37 |
2014-02-07 | merge_with_departure: also update route end | Daniel Friesel | -0/+1 |
2014-02-07 | detect and merge duplicates caused by train ID changes | Daniel Friesel | -1/+51 |
2014-02-06 | add lookahead option | Daniel Friesel | -2/+15 |
2014-02-03 | version bump0.02 | Daniel Friesel | -6/+6 |
2014-02-02 | Remove duplicates from delay and qos messages | Daniel Friesel | -26/+30 |
2014-01-24 | Result.pm: Fix VERSION in documentation | Daniel Friesel | -1/+1 |
2014-01-24 | initial release0.01 | Daniel Friesel | -7/+8 |
2014-01-24 | Result.pm: Add {delay,qos}_messages documentation | Daniel Friesel | -0/+15 |
2014-01-24 | perlcritic | Daniel Friesel | -3/+3 |
2014-01-20 | route_interesting: Do not include the destination in the route in some cases | Daniel Friesel | -0/+3 |
2014-01-17 | Filter out realtime results which are >3 hours in the future | Daniel Friesel | -3/+6 |
2014-01-17 | implement -oq (qos_messages in Result.pm) | Daniel Friesel | -1/+43 |
2014-01-16 | Requiring Perl 5.14 is sufficient | Daniel Friesel | -3/+3 |
2014-01-15 | Stations: Move DS100 match to separate method, use this for db-iris | Daniel Friesel | -0/+22 |