summaryrefslogtreecommitdiff
path: root/lib/Travel/Status/DE/IRIS.pm
AgeCommit message (Expand)AuthorLines
2018-04-23Release v1.181.18Daniel Friesel-2/+2
2018-04-14Release v1.171.17Daniel Friesel-3/+3
2018-04-07Revert optional request logging for delay-stats addonDaniel Friesel-11/+0
2018-03-24Fix documentation error in $status->resultsDaniel Friesel-1/+1
2018-03-18stats: Fix strftime typo, only save timestamp where neededDaniel Friesel-1/+3
2018-03-16add optional request logging for delay-stats addonDaniel Friesel-0/+9
2017-12-16Remove accidentally commited debug outputDaniel Friesel-2/+0
2017-07-08Release v1.161.16Daniel Friesel-2/+2
2017-06-25Interpret lookahead / lookbehind with 1-minute granularityDaniel Friesel-4/+16
2017-06-15release v1.151.15Daniel Friesel-2/+2
2017-02-14sort optimizationDaniel Friesel-1/+1
2017-02-14minor optimizationsDaniel Friesel-17/+24
2017-02-06version bump1.14Daniel Friesel-2/+2
2017-02-05IRIS: Only create UserAgent and strptime obj onceDaniel Friesel-7/+9
2017-02-05documentationDaniel Friesel-9/+22
2017-01-28Change default lookahead to 3 hoursDaniel Friesel-1/+1
2017-01-28Support ->lookbehind for delayed trains from previous hoursDaniel Friesel-4/+11
2017-01-26Version bump1.13Daniel Friesel-2/+2
2017-01-25Fix Result->line_no (now belongs to <ar>/<dp>, no longer <tl>)Daniel Friesel-1/+2
2016-12-30version bump1.12Daniel Friesel-2/+2
2016-11-24minor optimizationDaniel Friesel-1/+0
2016-10-11version bump1.11Daniel Friesel-2/+2
2016-10-10Update IRIS(3pm)Daniel Friesel-1/+9
2016-10-09IRIS: Fix realtime cache variable name. derp.Daniel Friesel-1/+1
2016-10-07pass cache to newly created children. derp.Daniel Friesel-0/+2
2016-10-06Use the same DateTime::Format::Strptime object for all Result objectsDaniel Friesel-8/+15
2016-10-05IRIS: shave off some additional milisecondsDaniel Friesel-1/+3
2016-10-05IRIS: Decrease execution time at the cost of slightly higher memory useDaniel Friesel-7/+9
2016-10-01Release v1.101.10Daniel Friesel-2/+2
2016-06-27version bump1.09Daniel Friesel-2/+2
2016-06-09version bump1.08Daniel Friesel-3/+3
2016-05-02Fix "Uninitialized value in split" for stations without meta tagsDaniel Friesel-1/+1
2016-05-01version bump1.07Daniel Friesel-2/+2
2016-04-30get_station: set warnstr when a non-root station fetch failsDaniel Friesel-3/+15
2016-04-30get_station: Prevent endless while loopDaniel Friesel-1/+8
2016-04-29Use iterative related-station fetch instead of recursive approachDaniel Friesel-52/+42
2016-02-29version bump1.06Daniel Friesel-2/+2
2016-02-28Partially fix excessive requests for stations with long "meta" tagsDaniel Friesel-2/+9
2015-12-26IRIS.pm: Document with_related optionDaniel Friesel-0/+11
2015-12-20release v1.051.05Daniel Friesel-2/+2
2015-11-30IRIS: only show cache miss debug output when devmode is enabledDaniel Friesel-1/+4
2015-11-29actually use cacheDaniel Friesel-1/+16
2015-11-28prepare IRIS.pm for optional cache supportDaniel Friesel-28/+36
2015-11-12prepare v1.04 (will be released from separate branch)Daniel Friesel-2/+2
2015-11-10add accessors for whole (related) station data setDaniel Friesel-7/+12
2015-11-08simplify get_station a bitDaniel Friesel-41/+39
2015-11-06add with_related to db-iris, enabled by defaultDaniel Friesel-1/+1
2015-11-06debug moarDaniel Friesel-1/+5
2015-11-05include related stops (e.g. Köln Messe Deutz <-> Messe Deutz (tief)). first ...Daniel Friesel-6/+61
2015-11-05move get_station into separate method to prepare for recurvise fetchingDaniel Friesel-21/+41