854c4a1ed3 
					 
					
						
						
							
							Add support for non-glibc systems  
						
						... 
						
						
						
						MaxScale can now be built on systems that use an alternative libc
implementation e.g. musl. 
						
						
					 
					
						2017-08-02 11:51:55 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f546a17e77 
					 
					
						
						
							
							Update change date of 2.2  
						
						
						
						
					 
					
						2017-06-01 10:24:20 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5dc49a59be 
					 
					
						
						
							
							Fix build failures on CentOS 6  
						
						... 
						
						
						
						The older C++ compiler doesn't support struct initialization with explicit
values. In addition to this, fixed a few other warnings that caused
errors. 
						
						
					 
					
						2017-05-05 19:59:36 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ab31cd4b1a 
					 
					
						
						
							
							Use O_DIRECT, but only if available.  
						
						... 
						
						
						
						TODO: The kernel version should be looked up at startup and made
      generally available so that it is readily available for
      anybody interested. 
						
						
					 
					
						2017-05-03 13:39:26 +03:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b8c78a23df 
					 
					
						
						
							
							Add MessageQueue class  
						
						... 
						
						
						
						MessageQueue encapsulates a message queue built on top of a
pipe. The message queue needs a handler for receiving messages
and must be added to a worker for pumping messages through the
pipe.
Each Worker will have an instance of MessageQueue. 
						
						
					 
					
						2017-04-20 13:51:16 +03:00