osrm-backend/include
Patrick Niklaus c4b3cdfd80 Fix changing shared memory in multi-process setup (#3462)
This change fixes two bugs:

1. A dead-lock that occurs between osrm-datastore and libosrm when an
   old dataset is free during a data update. This happened because the
   mutexes where acquired in a different order.

2. A region is deleted eventhough it is still in use. This happens when
   libosrm gets overtaken by osrm-datastore, so the new dataset is in
   the same region the old one was.
2016-12-16 13:50:17 -08:00
..
contractor use correct type in graph contractor to avoid overflows in nodes 2016-12-15 10:56:07 +01:00
engine Fix changing shared memory in multi-process setup (#3462) 2016-12-16 13:50:17 -08:00
extractor Add headers consistency check 2016-12-15 10:58:17 +01:00
osrm Makes the OSRM interface threadsafe. 2016-10-04 09:32:22 +02:00
server Refactor logging, improve error handling workflow, clang-format. (#3385) 2016-12-06 12:30:46 -08:00
storage don't assign unused name to exception 2016-12-08 13:35:28 +01:00
util Add headers consistency check 2016-12-15 10:58:17 +01:00