Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2017-02-14 | minor optimizations | Daniel Friesel | -17/+24 | |
2017-02-06 | version bump1.14 | Daniel Friesel | -9/+9 | |
2017-02-05 | IRIS: Only create UserAgent and strptime obj once | Daniel Friesel | -7/+9 | |
2017-02-05 | documentation | Daniel Friesel | -14/+28 | |
2017-02-04 | db-iris -V: Increase lookahead for via station | Daniel Friesel | -6/+5 | |
2017-01-28 | Change default lookahead to 3 hours | Daniel Friesel | -1/+1 | |
2017-01-28 | Support ->lookbehind for delayed trains from previous hours | Daniel Friesel | -6/+19 | |
2017-01-26 | Version bump1.13 | Daniel Friesel | -9/+9 | |
2017-01-25 | Really remove linemap workaround | Daniel Friesel | -96/+0 | |
2017-01-25 | Fix Result->line_no (now belongs to <ar>/<dp>, no longer <tl>) | Daniel Friesel | -1/+6 | |
2016-12-30 | gitignore | Daniel Friesel | -0/+1 | |
2016-12-30 | version bump1.12 | Daniel Friesel | -9/+10 | |
2016-12-30 | Changelog | Daniel Friesel | -0/+9 | |
2016-12-28 | Bielefeld Hbf: EBIL -> EBILP | Daniel Friesel | -1/+2 | |
2016-12-18 | Result: Add line numbers for S-Bahn Hamburg | Daniel Friesel | -0/+31 | |
2016-12-14 | Result: Remove ABR, ERB, NWB line mappings for now (not neccessarily unique) | Daniel Friesel | -16/+15 | |
2016-12-14 | But wait, there's more! | Daniel Friesel | -0/+3 | |
2016-12-13 | even more line numbers | Daniel Friesel | -9/+25 | |
2016-12-13 | more line numbers | Daniel Friesel | -1/+18 | |
2016-12-13 | line no calculation: Don't get confused by 3- or 4-digit train numbers | Daniel Friesel | -2/+2 | |
2016-12-13 | experimental manual line number mapping (not provided by IRIS at the moment) | Daniel Friesel | -0/+29 | |
2016-11-24 | minor optimization | Daniel Friesel | -2/+1 | |
2016-11-07 | EVI/UIC test | Daniel Friesel | -1/+7 | |
2016-11-07 | add get_station_by_location tests | Daniel Friesel | -1/+27 | |
2016-11-07 | Stations: Fix get_station_by_location num_matches parameter | Daniel Friesel | -2/+2 | |
2016-10-11 | version bump1.11 | Daniel Friesel | -8/+14 | |
2016-10-10 | Update IRIS(3pm) | Daniel Friesel | -1/+9 | |
2016-10-09 | IRIS: Fix realtime cache variable name. derp. | Daniel Friesel | -1/+1 | |
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 | |