Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2016-10-07 | pass cache to newly created children. derp. | Daniel Friesel | -0/+2 | |
2016-10-06 | Use the same DateTime::Format::Strptime object for all Result objects | Daniel Friesel | -9/+16 | |
2016-10-06 | db-iris: Remove useless use of Carp | Daniel Friesel | -1/+0 | |
2016-10-05 | IRIS: shave off some additional miliseconds | Daniel Friesel | -1/+3 | |
2016-10-05 | IRIS: Decrease execution time at the cost of slightly higher memory use | Daniel Friesel | -7/+9 | |
The first { $_->raw_id eq $id } @{ $self->{results} } calls effectively handle the results as a linked list, while in both cases only a single element (with a unique ID, too) is looked up. A hashmap makes this about 30% faster (580ms total -> 490ms total) | ||||
2016-10-01 | Release v1.101.10 | Daniel Friesel | -9/+9 | |
2016-10-01 | acronyms.pl: fix a derp (only added in generated .pm, not in generator script) | Daniel Friesel | -1/+6 | |
2016-10-01 | Stations: Update get_station documentation | Daniel Friesel | -8/+8 | |
2016-10-01 | Changelog | Daniel Friesel | -0/+7 | |
2016-09-30 | Result: Add qos code 71 (no WLAN in some carriages) | Daniel Friesel | -1/+4 | |
2016-09-27 | get_station: Support EVA / UIC code | Daniel Friesel | -0/+6 | |
2016-09-26 | Fix yet another DS100 code error | Daniel Friesel | -1/+2 | |
2016-09-16 | Fix another wrong entry in the OpenData station list | Daniel Friesel | -1/+2 | |
2016-08-26 | README: Add note about building from git | Daniel Friesel | -0/+9 | |
2016-06-27 | version bump1.09 | Daniel Friesel | -11/+11 | |
2016-06-27 | changelog, update DB Data link | Daniel Friesel | -3/+10 | |
2016-06-25 | fix Stuttgart Hbf (tief) and Stuttgart-Feuerbach (errors in data source) | Daniel Friesel | -2/+4 | |
2016-06-19 | update DB Haltestellen data source and links | Daniel Friesel | -4/+4 | |
2016-06-19 | Result: classes: Actually return a list | Daniel Friesel | -1/+9 | |
2016-06-13 | db-iris: Add input validation for --date and --time | Daniel Friesel | -2/+26 | |
DateTime also validates these parameters, but forwarding its exceptions to the user isn't exactly user friendly | ||||
2016-06-09 | Fix another Stations.pm version number... | Daniel Friesel | -2/+2 | |
2016-06-09 | Fix Stations.pm version number. (oops) | Daniel Friesel | -2/+2 | |
2016-06-09 | version bump1.08 | Daniel Friesel | -12/+15 | |
2016-06-08 | db-iris: indicate canceled stops with an exclamation mark when -oc is inactive | Daniel Friesel | -6/+20 | |
2016-06-06 | db-iris: improve geolocation candidate and error handling | Daniel Friesel | -1/+9 | |
2016-05-26 | update acronyms.pl helper script with DS100 fixups etc. | Daniel Friesel | -993/+2827 | |
2016-05-23 | db-iris(1): Note that we also accept IBNRs | Daniel Friesel | -4/+4 | |
2016-05-18 | fix yet another ds100 bug | Daniel Friesel | -1/+1 | |
2016-05-17 | db-iris: basic geolocation support | Daniel Friesel | -0/+16 | |
2016-05-13 | changelog | Daniel Friesel | -0/+11 | |
2016-05-12 | Update Stations.pm documentation | Daniel Friesel | -18/+45 | |
2016-05-10 | Stations: Fix DS100 for Düsseldorf-Derendorf | Daniel Friesel | -1/+1 | |
2016-05-10 | perltidy | Daniel Friesel | -116/+124 | |
2016-05-10 | add get_stations_by_location method | Daniel Friesel | -0/+27 | |
2016-05-10 | more ds100 fixes | Daniel Friesel | -2/+2 | |
2016-05-10 | re-add non-german railway stations (manual import from old data source) | Daniel Friesel | -399/+2149 | |
2016-05-09 | Add copyright notice for DB station data | Daniel Friesel | -2/+11 | |
2016-05-09 | t/21: Fix is_deeply got/expected order | Daniel Friesel | -9/+9 | |
2016-05-09 | Switch to Deutsche Bahn Haltestellen list | Daniel Friesel | -15220/+6709 | |
Note that this does NOT include stations outside of germany, even if they have Deutsche Bahn trains. This may be fixed in another commit. | ||||
2016-05-02 | Fix "Uninitialized value in split" for stations without meta tags | Daniel Friesel | -1/+1 | |
2016-05-01 | version bump1.07 | Daniel Friesel | -11/+10 | |
2016-04-30 | Changelog | Daniel Friesel | -0/+6 | |
2016-04-30 | get_station: set warnstr when a non-root station fetch fails | Daniel Friesel | -3/+15 | |
2016-04-30 | get_station: Prevent endless while loop | Daniel Friesel | -1/+8 | |
2016-04-29 | Use iterative related-station fetch instead of recursive approach | Daniel Friesel | -52/+42 | |
2016-03-27 | update line_no documentation | Daniel Friesel | -3/+2 | |
2016-02-29 | version bump1.06 | Daniel Friesel | -7/+16 | |
2016-02-28 | Partially fix excessive requests for stations with long "meta" tags | Daniel Friesel | -2/+9 | |
2015-12-26 | IRIS.pm: Document with_related option | Daniel Friesel | -0/+11 | |
2015-12-20 | release v1.051.05 | Daniel Friesel | -9/+9 | |