osrm-backend/plugins
Patrick Niklaus 78ac3cffde Add max values for viaroute and trip and reorganize return code handling
"status" is now always:
 - 200 if the request was successful
 - 207 if the result is empty (no path found)
 - 400 if the request is invalid

 viaroute and trip now have a maximum of 500 and 100 locations
 respectively. Override with the --max-viaroute-size and --max-trip-size
 parameters.
2015-12-17 04:14:34 +01:00
..
distance_table.hpp Add max values for viaroute and trip and reorganize return code handling 2015-12-17 04:14:34 +01:00
hello_world.hpp Remove hand written conversion code and replace with stdlib features. 2015-09-29 16:15:54 +02:00
match.hpp Add max values for viaroute and trip and reorganize return code handling 2015-12-17 04:14:34 +01:00
nearest.hpp Add max values for viaroute and trip and reorganize return code handling 2015-12-17 04:14:34 +01:00
plugin_base.hpp Don't use phantom node pairs as input for distance table 2015-12-16 22:51:01 +01:00
timestamp.hpp Silence unused variable warnings 2015-09-30 18:20:00 +02:00
trip.hpp Add max values for viaroute and trip and reorganize return code handling 2015-12-17 04:14:34 +01:00
viaroute.hpp Add max values for viaroute and trip and reorganize return code handling 2015-12-17 04:14:34 +01:00