Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2018-09-08 | Catch LibXML parser errors | Daniel Friesel | -3/+8 | |
2018-08-06 | Release v1.201.20 | Daniel Friesel | -2/+2 | |
2018-08-05 | Compare lookahead to scheduled and not realtime data | Daniel Friesel | -5/+7 | |
2018-08-01 | Release v1.191.19 | Daniel Friesel | -2/+2 | |
2018-04-23 | Release v1.181.18 | Daniel Friesel | -2/+2 | |
2018-04-14 | Release v1.171.17 | Daniel Friesel | -3/+3 | |
2018-04-07 | Revert optional request logging for delay-stats addon | Daniel Friesel | -11/+0 | |
This reverts commit 4a1fded77455749b803033eda0fa81a8b429d485. This reverts commit 844d1763a2826dae2981aa3abc398dffd214c663. | ||||
2018-03-24 | Fix documentation error in $status->results | Daniel Friesel | -1/+1 | |
2018-03-18 | stats: Fix strftime typo, only save timestamp where needed | Daniel Friesel | -1/+3 | |
2018-03-16 | add optional request logging for delay-stats addon | Daniel Friesel | -0/+9 | |
2017-12-16 | Remove accidentally commited debug output | Daniel Friesel | -2/+0 | |
2017-07-08 | Release v1.161.16 | Daniel Friesel | -2/+2 | |
2017-06-25 | Interpret lookahead / lookbehind with 1-minute granularity | Daniel Friesel | -4/+16 | |
2017-06-15 | release v1.151.15 | Daniel Friesel | -2/+2 | |
2017-02-14 | sort optimization | Daniel Friesel | -1/+1 | |
2017-02-14 | minor optimizations | Daniel Friesel | -17/+24 | |
2017-02-06 | version bump1.14 | Daniel Friesel | -2/+2 | |
2017-02-05 | IRIS: Only create UserAgent and strptime obj once | Daniel Friesel | -7/+9 | |
2017-02-05 | documentation | Daniel Friesel | -9/+22 | |
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 | -4/+11 | |
2017-01-26 | Version bump1.13 | Daniel Friesel | -2/+2 | |
2017-01-25 | Fix Result->line_no (now belongs to <ar>/<dp>, no longer <tl>) | Daniel Friesel | -1/+2 | |
2016-12-30 | version bump1.12 | Daniel Friesel | -2/+2 | |
2016-11-24 | minor optimization | Daniel Friesel | -1/+0 | |
2016-10-11 | version bump1.11 | Daniel Friesel | -2/+2 | |
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 | -8/+15 | |
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 | -2/+2 | |
2016-06-27 | version bump1.09 | Daniel Friesel | -2/+2 | |
2016-06-09 | version bump1.08 | Daniel Friesel | -3/+3 | |
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 | -2/+2 | |
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-02-29 | version bump1.06 | Daniel Friesel | -2/+2 | |
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 | -2/+2 | |
2015-11-30 | IRIS: only show cache miss debug output when devmode is enabled | Daniel Friesel | -1/+4 | |
2015-11-29 | actually use cache | Daniel Friesel | -1/+16 | |
2015-11-28 | prepare IRIS.pm for optional cache support | Daniel Friesel | -28/+36 | |
2015-11-12 | prepare v1.04 (will be released from separate branch) | Daniel Friesel | -2/+2 | |
2015-11-10 | add accessors for whole (related) station data set | Daniel Friesel | -7/+12 | |
2015-11-08 | simplify get_station a bit | Daniel Friesel | -41/+39 | |