osrm-backend/server
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
..
data_structures Fix removed server_paths reference 2015-12-15 05:17:31 +01:00
http Remove hand written conversion code and replace with stdlib features. 2015-09-29 16:15:54 +02:00
api_grammar.hpp Make the API grammar more strict to actually error 2015-12-09 21:17:18 +01:00
connection.cpp Extend compressed output lifetime till the async write function finishes. 2015-09-16 02:06:58 +02:00
connection.hpp Extend compressed output lifetime till the async write function finishes. 2015-09-16 02:06:58 +02:00
request_handler.cpp Add max values for viaroute and trip and reorganize return code handling 2015-12-17 04:14:34 +01:00
request_handler.hpp change copyright line from personal names to project 2015-02-19 09:19:51 +01:00
request_parser.cpp Bugfix: allow POST request without POST data 2015-09-24 14:40:35 +02:00
request_parser.hpp Handle POST request when spanning multiple packets 2015-05-31 21:34:38 +02:00
server.hpp Remove hand written conversion code and replace with stdlib features. 2015-09-29 16:15:54 +02:00