osrm-backend/include/osrm
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
..
coordinate.hpp change copyright line from personal names to project 2015-02-19 09:19:51 +01:00
json_container.hpp Modernize the code base to C++11 standards and beyond. 2015-08-18 12:56:34 +02:00
libosrm_config.hpp Add max values for viaroute and trip and reorganize return code handling 2015-12-17 04:14:34 +01:00
osrm.hpp Fix SimpleClient 2015-12-16 00:26:13 +01:00
route_parameters.hpp Address PR comments 2015-12-09 21:17:18 +01:00
strong_typedef.hpp Add support for 64bit OSM node id values. 2015-11-30 12:37:58 -08:00