Age | Commit message (Expand) | Author | Lines |
2021-03-20 | HAFAS, Marudor: Handle empty responses | Daniel Friesel | -0/+13 |
2021-02-06 | HAFAS: Remove all illegal linebreaks from attributes, not just the first3.10.7 | Daniel Friesel | -2/+5 |
2021-02-05 | HAFAS: Handle <br> tags in HTML attributes3.10.6 | Daniel Friesel | -0/+4 |
2021-02-04 | fall back to apps-bahn if ist-wr does not know about a train3.10.5 | Daniel Friesel | -4/+58 |
2021-02-02 | Switch to a more performant wagon order backend3.10.4 | Daniel Friesel | -1/+2 |
2021-01-21 | Switch to AGPL v3 for DBF program code | Daniel Friesel | -3/+3 |
2021-01-12 | update ice type map; use SVG cycle links | Daniel Friesel | -1/+1 |
2021-01-11 | Wagonorder: refactor dbdb requests | Daniel Friesel | -40/+12 |
2021-01-11 | train details: show cycle (if available) | Daniel Friesel | -0/+42 |
2021-01-05 | Handle invalid HAFAS XML containing "Wagen \d+ & \d+" | Daniel Friesel | -0/+1 |
2020-12-07 | marudor.de: switch to v2 API | Daniel Friesel | -2/+2 |
2020-12-06 | get_polyline_p: Handle HTTP errors3.5.1 | Daniel Friesel | -0/+10 |
2020-12-05 | actually add Marudor.pm. Oops.3.5.0 | Daniel Friesel | -0/+120 |
2020-12-05 | train details: show expected utilization (via marudor.de) | Daniel Friesel | -0/+5 |
2020-11-28 | add machine-readable copyright and licensing information | Daniel Friesel | -0/+6 |
2020-10-25 | Introduce HAFAS XML fix from travelynx3.4.7 | Daniel Friesel | -2/+5 |
2020-10-25 | ensure $@ is not clobbered before using it | Daniel Friesel | -1/+1 |
2020-10-25 | oops #2 | Daniel Friesel | -1/+1 |
2020-10-25 | Oh HAFAS, you so funny3.4.5 | Daniel Friesel | -1/+7 |
2020-10-11 | switch to transport.rest v5 | Daniel Friesel | -2/+3 |
2020-10-10 | Do not break departure refresh when detail view is open3.4.1 | Daniel Friesel | -1/+3 |
2020-09-27 | HAFAS->get_xml_p: Add a missing rejection handler3.3.5 | Daniel Friesel | -1/+5 |
2020-09-20 | show direction of travel if available | Daniel Friesel | -0/+39 |
2020-09-17 | Fix hafas->get_xml_p3.1.9 | Daniel Friesel | -0/+2 |
2020-09-16 | perform traininfo requests concurrently3.1.8 | Daniel Friesel | -10/+14 |
2020-09-16 | all requests but IRIS are async now | Daniel Friesel | -32/+107 |
2020-09-15 | use non-blocking requests for train details | Daniel Friesel | -194/+128 |
2020-09-10 | do not propagate promises where they don't belong | Daniel Friesel | -0/+12 |
2020-09-10 | handle /map requests asynchronously | Daniel Friesel | -0/+122 |
2020-09-08 | always calculate tripid via trainsearch.exe | Daniel Friesel | -67/+1 |
2020-09-08 | move tripid generation to trainsearch helper | Daniel Friesel | -0/+12 |
2020-09-07 | tripID caching is quite mystical | Daniel Friesel | -1/+1 |
2020-09-07 | working train intersection demo \o/ | Daniel Friesel | -22/+38 |
2020-09-06 | Move HAFAS polyline request to HAFAS helper | Daniel Friesel | -0/+57 |
2020-09-06 | include instance URL in UA3.1.4 | Daniel Friesel | -2/+4 |
2020-09-06 | add wagonorder helper | Daniel Friesel | -3/+78 |
2020-09-06 | Move HAFAS helpers to a separate helper class | Daniel Friesel | -0/+293 |