Age | Commit message (Expand) | Author | Lines |
2014-08-02 | version bump2.06 | Daniel Friesel | -2/+2 |
2014-07-26 | fix exclude / --exclude bug | Daniel Friesel | -0/+4 |
2014-03-05 | efa: add -m, --maps option | Daniel Friesel | -3/+23 |
2014-03-03 | version bump to 2.052.05 | Daniel Friesel | -2/+2 |
2014-03-03 | add -f/--full-route option (show all interemdiate stops) | Daniel Friesel | -0/+13 |
2014-03-02 | Add option to specify maximum number of connections | Daniel Friesel | -0/+7 |
2014-01-18 | add efa-url support to efa script | Daniel Friesel | -5/+17 |
2014-01-16 | Move EFA logic to ::EFA, just set URL in ::VRR | Daniel Friesel | -8/+8 |
2014-01-12 | Add an exception class for EFA backend errors, pass provided message | Daniel Friesel | -2/+2 |
2014-01-12 | Improve unparsable route data error message, and two-way trips to limitations | Daniel Friesel | -1/+8 |
2014-01-07 | version bump2.04 | Daniel Friesel | -5/+5 |
2014-01-07 | Decode all arguments (thanks mxey) | Daniel Friesel | -5/+2 |
2014-01-07 | efa / VRR.pm: Handle UTF8 / decoded input with non-ASCII chars | Daniel Friesel | -0/+7 |
2013-07-04 | fix smartmatch warnings on perl >= 5.0182.03 | Daniel Friesel | -2/+4 |
2013-06-03 | replace obsolete homelinux.org domain | Daniel Friesel | -2/+2 |
2013-04-10 | release v2.022.02 | Daniel Friesel | -2/+2 |
2012-06-02 | efa: Align dashes with destination column | Daniel Friesel | -1/+1 |
2012-01-26 | Release v2.012.01 | Daniel Friesel | -4/+19 |
2011-12-11 | Release v2.002.00 | Daniel Friesel | -2/+2 |
2011-12-03 | note that ->via does not work reliably, remove it from bin/efa | Daniel Friesel | -7/+1 |
2011-11-29 | add tests for XML parsing | Daniel Friesel | -1/+1 |
2011-11-29 | Fix display and parsing of delay connections | Daniel Friesel | -23/+35 |
2011-11-28 | Initial support for intermediate stops (via -E -E). will be cleaned up tomorrow | Daniel Friesel | -3/+12 |
2011-11-28 | cleanup | Daniel Friesel | -12/+7 |
2011-11-28 | efa: Add -E option to display total route time and ticket class/price | Daniel Friesel | -1/+20 |
2011-11-28 | start switching from HTML to XML mode (parsing works fine, todo: error detect... | Daniel Friesel | -5/+7 |
2011-09-17 | Release v1.061.06 | Daniel Friesel | -2/+2 |
2011-09-08 | Documentation / Build.PL: WWW::Mechanize is no longer required | Daniel Friesel | -2/+2 |
2011-07-17 | Release v1.051.05 | Daniel Friesel | -2/+2 |
2011-07-06 | efa: Fix Travel::Routing::DE::VRR::Exception::Net handler | Daniel Friesel | -1/+1 |
2011-06-29 | Documentation: It's Travel::Routing, not Travel::Status >_> | Daniel Friesel | -1/+1 |
2011-06-29 | Release v1.04 (about time)1.04 | Daniel Friesel | -2/+2 |
2011-06-29 | Minor code style adjustment (no parens after accessors) | Daniel Friesel | -3/+3 |
2011-06-29 | efa: Handle more setup errors | Daniel Friesel | -2/+7 |
2011-06-29 | efa: Show help upon Getopt::Long error as well | Daniel Friesel | -6/+8 |
2011-06-29 | efa(1): Update EXIT STATUS | Daniel Friesel | -4/+7 |
2011-06-29 | Update BUGS AND LIMITATIONS | Daniel Friesel | -4/+1 |
2011-06-29 | efa: Add little help text, do not launch perldoc on --help | Daniel Friesel | -3/+10 |
2011-06-28 | VRR.pm: Add Travel::Routing::DE::VRR::Exception base class | Daniel Friesel | -2/+3 |
2011-06-28 | Try Exception::Class | Daniel Friesel | -19/+89 |
2011-06-28 | bin/efa: Actually use Travel::Routing, not Net::Travel... | Daniel Friesel | -2/+2 |
2011-05-31 | Fix efa --ignore-info to allow the argument to be omitted | Daniel Friesel | -9/+13 |
2011-05-25 | efa(1): Note that it works all over germany | Daniel Friesel | -0/+3 |
2011-05-24 | VRR.pm: Change new() key names | Daniel Friesel | -13/+13 |
2011-05-23 | Eliminate $efa->parse(), include it in $efa->submit() | Daniel Friesel | -4/+0 |
2011-05-23 | More descriptive accessor names in Net::Travel::DE::VRR::Route::Part | Daniel Friesel | -2/+2 |
2011-05-23 | Introducing ::Route and ::Route::Part | Daniel Friesel | -7/+9 |
2011-05-23 | Rename to Net::Travel::DE::VRR | Daniel Friesel | -2/+2 |
2011-05-23 | Code cleanup, remove WWW::Efa::Error stuff for now (to be reimplemented) | Daniel Friesel | -57/+44 |
2011-01-31 | Improve(?) error handling | Daniel Friesel | -7/+3 |