Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | man: add man pages for dbfp_query_departure, dbfp_departure_close | Robin Krahl | 2016-06-10 |
| | |||
* | dbfp: add man pages for dbfp_location_close, dbfp_query_location | Robin Krahl | 2016-06-08 |
| | |||
* | dbfp: add man pages for dbfp_init, dbfp_close | Robin Krahl | 2016-06-06 |
| | |||
* | Makefile: add memcheck rule | Robin Krahl | 2016-03-10 |
| | |||
* | add rudimentary location support | Robin Krahl | 2016-03-08 |
| | | | | | | | | | | | The function dbfp_query_location_name performs the location.name query and returns a list of all stations that match the search term. The implementation has two flaws: there is no URL encoding, and malformatted query results will not lead to a meaningful error message. There are two new test cases: basic tests some basic functionality, as setting the API key and accessing the API. location adds a simple test for the location.name query. | ||
* | initial commit | Robin Krahl | 2016-02-26 |