Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2023-11-19 | Use Travel::Status::DE::HAFAS::Journey for journey data | Birte Kristina Friesel | -74/+35 |
2023-11-19 | Replace built-in Location package with Travel::Status::DE::HAFAS::Location | Birte Kristina Friesel | -126/+24 |
2023-11-18 | hafas: distinguish between 1 minute and ≠1 minutes in output | Birte Kristina Friesel | -2/+5 |
2023-11-17 | perltidy | Birte Kristina Friesel | -1/+2 |
2023-11-17 | hafas: enable option bundling (make -vv/-vvv work) | Birte Kristina Friesel | -1/+1 |
2023-11-17 | Section: parse load data | Birte Kristina Friesel | -3/+16 |
2023-11-17 | oops | Birte Kristina Friesel | -1/+1 |
2023-11-17 | Section: transfer_duration may be negatve | Birte Kristina Friesel | -2/+2 |
2023-11-17 | check for (probably) impossible connections with negative transfer duration | Birte Kristina Friesel | -9/+25 |
2023-11-17 | shorten load display | Birte Kristina Friesel | -2/+2 |
2023-11-17 | hafas: calculate required width of delay field per connection | Birte Kristina Friesel | -11/+17 |
2023-11-17 | Combine "Walk" with successive trip | Birte Kristina Friesel | -1/+1 |
2023-11-16 | Release v0.010.01 | Birte Kristina Friesel | -7/+84 |
2023-11-16 | Rename {arr,dep}_datetime to {arr,dep} | Birte Kristina Friesel | -18/+26 |
2023-11-13 | hafas(1): list all direct non-base dependencies | Birte Kristina Friesel | -2/+8 |
2023-11-13 | Add COPYING | Birte Kristina Friesel | -0/+4 |
2023-11-12 | Section: Add documentation | Birte Kristina Friesel | -0/+189 |
2023-11-12 | add author tests | Birte Kristina Friesel | -6/+29 |
2023-11-12 | HAFAS: Use a pure-ASCII example | Birte Kristina Friesel | -1/+1 |
2023-11-12 | HAFAS(3pm): avoid unicode | Birte Kristina Friesel | -2/+2 |
2023-11-12 | hafas(1): Add SYNOPSIS | Birte Kristina Friesel | -2/+4 |
2023-11-12 | Utils: Add documentation | Birte Kristina Friesel | -0/+44 |
2023-11-12 | Location: Add TO_JSON function | Birte Kristina Friesel | -0/+8 |
2023-11-12 | Location: Add documentation | Birte Kristina Friesel | -0/+63 |
2023-11-12 | Connection: add documentation | Birte Kristina Friesel | -0/+149 |
2023-11-12 | HAFAS: add documentation | Birte Kristina Friesel | -0/+215 |
2023-11-12 | HAFAS: cleanup | Birte Kristina Friesel | -65/+47 |
2023-11-12 | --json is not supported yet | Birte Kristina Friesel | -7/+1 |
2023-11-12 | hafas: Document Travel::Status::DE::HAFAS dependency | Birte Kristina Friesel | -0/+2 |
2023-11-12 | hafas: Do not show cancelled dep/arr times | Birte Kristina Friesel | -2/+6 |
2023-11-12 | hafas: do not show duration if the journey is impossible | Birte Kristina Friesel | -9/+18 |
2023-11-12 | hafas: change default verbosity of C messages to 0 | Birte Kristina Friesel | -1/+1 |
2023-11-12 | Section: expose arr/dep cancellation | Birte Kristina Friesel | -13/+15 |
2023-11-12 | hafas(1): document -v/--verbose | Birte Kristina Friesel | -1/+8 |
2023-11-11 | Add README | Birte Kristina Friesel | -0/+112 |
2023-11-11 | hafas: Adjust walking format to be like train connections | Birte Kristina Friesel | -1/+2 |
2023-11-11 | hafas: include platform information | Birte Kristina Friesel | -4/+8 |
2023-11-11 | Section: add platform accessors | Birte Kristina Friesel | -0/+3 |
2023-11-11 | bin/hafas: Use Routing get_services, not Status | Birte Kristina Friesel | -1/+1 |
2023-11-11 | HAFAS: Add service getters and setters | Birte Kristina Friesel | -0/+30 |
2023-11-11 | cpanfile: bin/hafas needs the entirety of Travel::Status::DE::HAFAS | Birte Kristina Friesel | -0/+1 |
2023-11-11 | Add Build.PL | Birte Kristina Friesel | -0/+43 |
2023-11-11 | cpanfile: note that we need HAFAS::Message >= 4.19 | Birte Kristina Friesel | -1/+1 |
2023-11-11 | add_message: pass JSON to Message constructor | Birte Kristina Friesel | -14/+5 |
2023-11-11 | add cpanfile | Birte Kristina Friesel | -0/+19 |
2023-11-11 | Only use formatting escapes when connected to a terminal | Birte Kristina Friesel | -1/+5 |
2023-11-11 | clean up output a bit | Birte Kristina Friesel | -2/+2 |
2023-11-11 | show messages depending on selected verbosity | Birte Kristina Friesel | -8/+25 |
2023-11-11 | HAFAS: pass message type to Message objects | Birte Kristina Friesel | -0/+2 |
2023-11-11 | expose transfer times between consecutive connection sections | Birte Kristina Friesel | -3/+38 |