Dennis Luxen
beb9c1ba74
use proper check for empty string
2013-08-13 18:37:21 +02:00
Dennis Luxen
679688705d
properly order includes
2013-08-11 22:53:31 +02:00
Dennis Luxen
83f0a2c094
Applying syntactic sugar
2013-08-11 22:49:33 +02:00
Dennis Luxen
504817058b
remove checks for data that is not used here, log information through SimpleLogger
2013-08-11 22:35:13 +02:00
Dennis Luxen
a542292ce2
Check if files exist and contain data, fixes #693
2013-08-09 17:47:11 +02:00
Dennis Luxen
0765ebf735
Implements #692
2013-08-09 14:47:09 +02:00
Dennis Luxen
ef221e1c6c
Replacing log macros by more sophisticated mechanism
2013-08-08 14:17:01 +02:00
Dennis Luxen
b405029f0f
Refactoring base config class into proper ini file name
2013-08-06 17:23:40 +02:00
Dennis Luxen
54302a53e1
use exceptions instead of hard abort
2013-08-05 17:28:57 +02:00
DennisOSRM
4a39a4af1c
Check for valid data files. Implements #224
2013-07-22 16:34:06 +02:00
Dennis Luxen
29e363e7fb
some refactoring
2013-06-27 16:09:21 -04:00
Dennis Luxen
2c397bfa0b
First implementation of moving the algorithmic core into a library
2013-06-26 19:48:02 -04:00
Dennis Luxen
4430cbc3cb
First implementation of moving the algorithmic core into a library
2013-06-26 19:47:16 -04:00
Dennis Luxen
fa328c5a78
don't about if timestamp is missing, just warn
2013-06-25 13:27:39 -04:00
DennisOSRM
aa42b2494c
Avoids the implicit lock of #630
2013-05-22 12:06:53 +02:00
DennisOSRM
f057054172
Replacing stringstream based int->string conversion with boost karma
...
based generator
2013-05-22 11:59:12 +02:00
Dane Springmeyer
556b498e06
remove lexical cast, its evil
2013-05-14 20:12:47 -07:00
DennisOSRM
6031a45c68
Avoid aborts like issue #601
2013-03-06 13:50:09 +01:00
Project OSRM
c4693602ef
Adding geometry to production rules
2013-02-25 14:52:35 +01:00
drxzcl
c6840496c0
Add basic CORS headers to allow cross-site access.
...
Add ¨Access-Control-Allow-Origin: *¨ to the HTTP headers of all replies.
This allows use in a cross-origin AJAX situation.
In compliance with the recommendations of section 4.2 of RFC2616, the header
is added before the existing entity headers.
2013-02-22 16:01:30 +01:00
DennisOSRM
2b5e110719
Splitting utility header with ambigious name into two files with better
...
names
2013-01-06 19:03:04 +01:00
DennisOSRM
864c2d9f49
stray const keyword removed that prevented build
2013-01-06 17:58:02 +01:00
DennisOSRM
5b3aacb4b2
removing stringstream
2013-01-06 17:48:18 +01:00
DennisOSRM
bf94866ec0
Fixing signed/unsigned comparisons
2012-12-23 19:34:26 +01:00
DennisOSRM
f7fdb8b54e
Fixes issue #533
2012-12-10 17:44:45 +01:00
DennisOSRM
a255f222ef
Extending timestamp to 25 characters
2012-12-10 16:36:54 +01:00
DennisOSRM
86a5bbac51
fixes issue #530
2012-12-06 20:05:43 +01:00
DennisOSRM
870ed96c24
Replacing atoi by boost::spirit::qi
2012-11-20 12:15:40 +01:00
DennisOSRM
aeff6c8caa
rebasing branch on develop and adding new API features
2012-11-14 12:01:19 +01:00
DennisOSRM
954710d6cc
Renaming utility function to set the name of the used routing service
...
(plugin)
2012-11-14 10:53:07 +01:00
DennisOSRM
1ec49c3914
API calls now get parsed through a grammar using boost::spirit::qi
2012-11-14 10:30:35 +01:00
DennisOSRM
75cd287ab0
Partially fixes issue #420
2012-09-19 17:06:35 +02:00
DennisOSRM
ac588911ba
Fixing warning detected by additional compiler flags
2012-09-19 13:48:04 +02:00
DennisOSRM
db0bb3d749
Fixes issue #406
2012-09-11 15:16:35 +02:00
DennisOSRM
b3ae4f5c7b
Fixes issue #189
2012-08-31 10:36:08 +02:00
DennisOSRM
1fdfac4aaf
Refactoring extraction stuff
2012-08-27 17:40:59 +02:00
DennisOSRM
b7bcc401e7
Print user agent into log
2012-06-08 10:12:42 +02:00
DennisOSRM
cbddbb598f
Limit length of timestamp to 15 characters
2012-05-15 16:43:25 +02:00
DennisOSRM
6769f83d5b
Load timestamp string from file
2012-05-15 14:28:13 +02:00
DennisOSRM
765b1cb3a5
Handling default case in switch statement that should never happen.
2012-05-03 20:51:33 +02:00
DennisOSRM
200028f328
Note the referrer of the URL
2012-05-03 11:07:53 +02:00
DennisOSRM
f8761ecea0
Routing datastructure more seperated from data of original edges
2012-04-25 10:51:16 +02:00
DennisOSRM
1173ac17ee
Fixed serious gzip compression mishap, removed linear complexity at
...
string length, fixed initialization of zlib stream object
2012-04-20 17:06:09 +02:00
DennisOSRM
fed4a83a8f
Accept-Encoding: gzip, deflate is getting parsed also when it's the last
...
header.
2012-04-20 16:19:56 +02:00
DennisOSRM
58e88d43a9
Moving object that holds all query data into seperate object.
2012-04-14 20:07:30 +02:00
DennisOSRM
e104017d4c
Skipping ContractionCleantup entirely. Avoids a big allocation. Removing
...
DELETE() macro.
2012-04-12 19:35:47 +02:00
DennisOSRM
e83891b4fc
API Breaking change. Location of nodes can be specified by a hint.
2012-03-05 19:08:10 +01:00
DennisOSRM
f7cc34c807
Parsing hints from request. If no hint is given, then it is initialized
...
to empty string.
2012-03-05 16:19:46 +01:00
DennisOSRM
f332f39ea6
Merge branch 'master' of
...
https://DennisOSRM@github.com/DennisOSRM/Project-OSRM.git
2012-02-29 14:30:19 +01:00
DennisOSRM
e6ce9d3d29
Adding (commented) log output
2012-02-23 17:04:11 +01:00