osrm-backend/include
Patrick Niklaus d188e8e2a8 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:54:57 -08:00
..
contractor Update node weights if traffic data is applied. 2016-12-11 16:02:58 +01:00
engine Fix changing shared memory in multi-process setup (#3462) 2016-12-16 13:54:57 -08:00
extractor Fixes Compiler Crashes on Windows 2016-12-08 13:23:21 +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 Log some memory usage statistics after preprocessing tasks. 2016-12-13 21:59:12 +01:00