osrm-backend/src/server
Michael Krasnyk dac2f93383 Refactoring of parameter garammars
* signature changed from void() to void(engine::api::Parameters&)
* performance increase due to use "static const GrammarT" and avoid
  construction and destruction of grammars during parsing
* removed code duplication in inherited grammars
* rule unlimited changed to qi::lit
* added rule size_t_
* parser accepts "&geometries=" and "&overview=" and fails at "foo"
  instead of "&geometries=foo" and &overview=foo
* added expectations checks for derived grammars
* changed rules qi::list(".") to character rules '.'
2016-04-23 21:15:21 +02:00
..
api Refactoring of parameter garammars 2016-04-23 21:15:21 +02:00
http Fix code of InternalError 2016-04-05 22:59:14 +02:00
service Use global uturns parameter. 2016-04-05 22:58:32 +02:00
connection.cpp Include <iterator> for back_inserter 2016-04-12 18:11:08 +02:00
request_handler.cpp Fix std::min 2016-04-12 18:11:08 +02:00
request_parser.cpp Removes server-side support for POST requests. 2016-04-05 22:59:14 +02:00
service_handler.cpp Fix missing capitalization of error codes 2016-04-05 22:58:32 +02:00