Age | Commit message (Expand) | Author | Lines |
2015-05-29 | Result: add info key 900 | Daniel Friesel | -0/+9 |
2015-05-26 | version bump1.02 | Daniel Friesel | -8/+8 |
2015-05-25 | Result: Add qos key 70 (probably "no wifi") | Daniel Friesel | -0/+9 |
2015-05-25 | Result.pm: key 60 (delay cause of storm) verified | Daniel Friesel | -3/+2 |
2015-05-22 | turns out a train can be both "too full" and "way too full" | Daniel Friesel | -3/+5 |
2015-05-22 | add more test files for cancelled/additional stops (not used yet) | Daniel Friesel | -0/+8251 |
2015-05-21 | t/35: use ok instead of is where appropriate | Daniel Friesel | -4/+5 |
2015-05-21 | add tests for wings | Daniel Friesel | -0/+6212 |
2015-05-16 | Merge branch 'neilbowers-master' | Daniel Friesel | -0/+13 |
2015-05-16 | do not issue a new release just yet. | Daniel Friesel | -2/+2 |
2015-05-15 | Added github repo to dist metadata and the doc | Neil Bowers | -1/+14 |
2015-05-15 | release v1.011.01 | Daniel Friesel | -9/+9 |
2015-05-15 | Update Stations.pm and acromys.{pl,sh}. Fix 9 code/name combos. | Daniel Friesel | -22/+91 |
2015-05-15 | acronyms.sh: update DS100 URL | Daniel Friesel | -4/+4 |
2015-05-08 | route_interesting: also consider airports | Daniel Friesel | -1/+2 |
2015-05-06 | db-iris(1): spellcheck | Daniel Friesel | -6/+6 |
2015-05-01 | IRIS->new: Actually use the lwp_options default when it is not set | Daniel Friesel | -1/+5 |
2015-05-01 | release v1.01.00 | Daniel Friesel | -10/+11 |
2015-05-01 | IRIS/Result: Remove set_tl logic -- turns out it's not required | Daniel Friesel | -20/+6 |
2015-05-01 | db-iris: improve wing formatting, show individual delay/canceled messages | Daniel Friesel | -16/+26 |
2015-05-01 | fix typo | Daniel Friesel | -1/+1 |
2015-05-01 | IRIS(3pm): Fix typo | Daniel Friesel | -1/+1 |
2015-05-01 | IRIS: use lwp_options in constructor | Daniel Friesel | -3/+14 |
2015-04-30 | version bump0.10 | Daniel Friesel | -8/+12 |
2015-04-29 | Result: JSON: Return the cleaned up hash, not the original... | Daniel Friesel | -1/+1 |
2015-04-29 | Result: TO_JSON: Do not include references (causes death by recursion otherwise) | Daniel Friesel | -0/+6 |
2015-04-28 | release v0.090.09 | Daniel Friesel | -11/+11 |
2015-04-28 | db-iris: fix wing detection encapsulation issue | Daniel Friesel | -2/+2 |
2015-04-28 | db-iris: support arrival wings as well | Daniel Friesel | -1/+20 |
2015-04-27 | parse <ref> in fchg, add replacement support to backend and frontend | Daniel Friesel | -25/+128 |
2015-04-26 | Result: remove train_no_transfer accessor | Daniel Friesel | -12/+3 |
2015-04-25 | add is_unscheduled accessor | Daniel Friesel | -7/+25 |
2015-04-25 | set_ar: fix arrival_ts typo | Daniel Friesel | -1/+1 |
2015-04-20 | IRIS: Fix duplicate departure wings. (copy-pasty mistake) | Daniel Friesel | -1/+1 |
2015-04-19 | Result: document wing accessors | Daniel Friesel | -0/+18 |
2015-04-19 | changelog | Daniel Friesel | -0/+6 |
2015-04-19 | add devmode switch to enable/disable debug/developer output | Daniel Friesel | -9/+16 |
2015-04-19 | IRIS: Add more debug output (indicate which URLs were requested) | Daniel Friesel | -0/+4 |
2015-04-18 | db-iris: add some wing support. there's at least one major bug still present | Daniel Friesel | -2/+23 |
2015-04-18 | wing_id only uses two thirds of the train_id. now wing detection actually works. | Daniel Friesel | -3/+4 |
2015-04-18 | Start work on wings support | Daniel Friesel | -4/+80 |
2015-03-12 | version bump0.08 | Daniel Friesel | -11/+16 |
2015-02-26 | Result Add translation accessor | Daniel Friesel | -84/+89 |
2015-02-19 | Result: Add key 13 (Pass- und Zollkontrolle) | Daniel Friesel | -0/+5 |
2015-02-18 | Result: train_id is unique per day only, but identifies the same train across... | Daniel Friesel | -2/+4 |
2015-02-14 | result(3pm): fix a typo | Daniel Friesel | -1/+1 |
2015-02-14 | Result: Add raw_messages accessor (undocumented for now) | Daniel Friesel | -0/+20 |
2015-02-07 | add IRIS keys 75/76 (first class on train head / tail) | Daniel Friesel | -0/+10 |
2015-01-23 | Result: Add IRIS key 60 | Daniel Friesel | -0/+6 |
2015-01-14 | Turn add_ar / add_dp into setters as well | Daniel Friesel | -4/+34 |