Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							51e42ded44 
							
						 
					 
					
						
						
							
							- output only get escaped when actually output. Better seperation of functionality  
						
						... 
						
						
						
						- refactor facade::GetEscapeName() into get_name_for_id() call that is implemented in subclasses
- remove dead code
- fix failing tests where names got double-escaped
- fixes https://github.com/Project-OSRM/node-osrm/issues/83  
						
					 
					
						2015-02-26 10:11:33 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							0296c767bf 
							
						 
					 
					
						
						
							
							fix code-format regression  
						
						
						
					 
					
						2015-02-24 09:08:59 +01:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							e9e12b88f8 
							
						 
					 
					
						
						
							
							Add CORS Content-Type HTTP header flag  
						
						... 
						
						
						
						Firefox needs this for JSON. 
						
					 
					
						2015-02-20 00:36:36 +01:00 
						 
				 
			
				
					
						
							
							
								Patrick Niklaus 
							
						 
					 
					
						
						
						
						
							
						
						
							9b1f108051 
							
						 
					 
					
						
						
							
							Allow CORS requests in osrm-routed.  
						
						
						
					 
					
						2015-02-19 10:42:45 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							3bd27ae8c5 
							
						 
					 
					
						
						
							
							change copyright line from personal names to project  
						
						
						
					 
					
						2015-02-19 09:19:51 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							79b9bdf7ce 
							
						 
					 
					
						
						
							
							rename JSON namespace to osrm::json to avoid namespace clash with V8  
						
						
						
					 
					
						2015-02-18 17:27:31 +01:00 
						 
				 
			
				
					
						
							
							
								Neil Buckman 
							
						 
					 
					
						
						
						
						
							
						
						
							fa638ae3a0 
							
						 
					 
					
						
						
							
							Removed debug logging  
						
						
						
					 
					
						2015-02-12 09:55:13 +00:00 
						 
				 
			
				
					
						
							
							
								Neil Buckman 
							
						 
					 
					
						
						
						
						
							
						
						
							6d9cd504a0 
							
						 
					 
					
						
						
							
							Made the request parser a member of the Connection  
						
						... 
						
						
						
						Previously, the request parser was created on demand...but this could
cause requests to be flagged as bad requests if the string length was
large enough to cause the string to be split up into chunks by boost's
read_some method. 
						
					 
					
						2015-02-12 08:01:46 +00:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							f67eeb66aa 
							
						 
					 
					
						
						
							
							untangle includes using iwyu  
						
						
						
					 
					
						2015-02-09 17:38:40 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							3327c32b20 
							
						 
					 
					
						
						
							
							remove useless parantheses  
						
						
						
					 
					
						2015-02-09 14:09:09 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							97ed6a3a4e 
							
						 
					 
					
						
						
							
							remove method stubs  
						
						
						
					 
					
						2015-02-09 14:06:14 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							275ea9b0bb 
							
						 
					 
					
						
						
							
							mark GetTravelModeForEdgeID as override final  
						
						
						
					 
					
						2015-02-05 15:20:15 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							3eb83d0737 
							
						 
					 
					
						
						
							
							add override final specifier to GetTravelMode function in facades  
						
						
						
					 
					
						2015-02-05 14:58:07 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							ade94c87b5 
							
						 
					 
					
						
						
							
							remove constexpr keyword that MSVC2013CTP isnt able to handle  
						
						
						
					 
					
						2015-01-29 12:50:06 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							46f3426c35 
							
						 
					 
					
						
						
							
							remove Http dir  
						
						
						
					 
					
						2015-01-28 12:40:42 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							2a8084b6c6 
							
						 
					 
					
						
						
							
							clean up derived classed and their functions to correctly use final keyword:  
						
						... 
						
						
						
						functions marked as final need to be marked virtual. use override specifier to do so 
						
					 
					
						2015-01-28 12:03:21 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							b20b7e65bf 
							
						 
					 
					
						
						
							
							renamed: Util/* -> util/*  
						
						
						
					 
					
						2015-01-27 17:47:23 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							7be5502a12 
							
						 
					 
					
						
						
							
							renamed:    Util/BoostFileSystemFix.h -> Util/boost_filesystem_2_fix.hpp  
						
						... 
						
						
						
						renamed:    Util/TrigonometryTables.h -> Util/trigonometry_table.hpp 
						
					 
					
						2015-01-27 17:14:03 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							1187f83ffd 
							
						 
					 
					
						
						
							
							renamed: Library/*.h -> library/*.hpp  
						
						
						
					 
					
						2015-01-27 16:35:19 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							34bbd7dcaa 
							
						 
					 
					
						
						
							
							renaming yet another variable to fix gcc name lookup  
						
						
						
					 
					
						2015-01-27 13:11:04 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							8318b3ba83 
							
						 
					 
					
						
						
							
							rename variable to be more telling that it's not a type but a variable  
						
						
						
					 
					
						2015-01-27 13:01:33 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							6768ecc3fc 
							
						 
					 
					
						
						
							
							rename variable to make name lookup not fail on gcc  
						
						
						
					 
					
						2015-01-27 12:52:55 +01:00 
						 
				 
			
				
					
						
							
							
								Dennis Luxen 
							
						 
					 
					
						
						
						
						
							
						
						
							9672f00ec3 
							
						 
					 
					
						
						
							
							renamed:    Server/*/*.h -> server/*/*.hpp  
						
						
						
					 
					
						2015-01-27 12:35:29 +01:00