| .. | 
			
		
		
			
			
			
				
					| 
						
							
								
								JackCompilerDeps_os.h
							
						
					 | 
				
				
					
						Correct GPL licence to LGPL for header files needed to build libjack.
					
				 | 
				6 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								JackFifo.cpp
							
						
					 | 
				
				
					
						JackFifo: Apply given init value in allocate
					
				 | 
				3 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								JackFifo.h
							
						
					 | 
				
				
					
						posix: fifo: use right prototype
					
				 | 
				5 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								JackNetUnixSocket.cpp
							
						
					 | 
				
				
					
						Update JackNetUnixSocket.cpp
					
				 | 
				3 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								JackNetUnixSocket.h
							
						
					 | 
				
				
					
						Correct GPL licence to LGPL for header files needed to build libjack.
					
				 | 
				6 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								JackPosixMutex.cpp
							
						
					 | 
				
				
					
						posix: Set mutex type to PTHREAD_MUTEX_ERRORCHECK
					
				 | 
				5 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								JackPosixMutex.h
							
						
					 | 
				
				
					
						Code moved in cpp files.
					
				 | 
				13 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								JackPosixProcessSync.cpp
							
						
					 | 
				
				
					
						JackPosixProcessSync: Fix mutex owner on TimedWait() timeout.
					
				 | 
				1 year ago | 
			
		
			
			
			
				
					| 
						
							
								
								JackPosixProcessSync.h
							
						
					 | 
				
				
					
						Naming of synchro primitive on Windows.
					
				 | 
				13 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								JackPosixSemaphore.cpp
							
						
					 | 
				
				
					
						POSIX: Remove unnecessary feature test macro.
					
				 | 
				3 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								JackPosixSemaphore.h
							
						
					 | 
				
				
					
						Secure promiscuous mode for posix semaphores
					
				 | 
				8 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								JackPosixServerLaunch.cpp
							
						
					 | 
				
				
					
						FIx doxygen and user facing and non-facing typos
					
				 | 
				6 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								JackPosixThread.cpp
							
						
					 | 
				
				
					
						If pthread_setschedparam() in JackPosixThread::AcquireRealTimeImp() fails
					
				 | 
				6 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								JackPosixThread.h
							
						
					 | 
				
				
					
						More robust dynamic port management in JACK/CoreMidi bridge.
					
				 | 
				14 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								JackPosixTime.c
							
						
					 | 
				
				
					
						Put the clock_gettime based time impl into posix/
					
				 | 
				3 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								JackShmMem_os.h
							
						
					 | 
				
				
					
						Correct GPL licence to LGPL for header files needed to build libjack.
					
				 | 
				6 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								JackSocket.cpp
							
						
					 | 
				
				
					
						macOS related fixes
					
				 | 
				1 year ago | 
			
		
			
			
			
				
					| 
						
							
								
								JackSocket.h
							
						
					 | 
				
				
					
						Secure promiscuous mode for unix sockets
					
				 | 
				8 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								JackSocketClientChannel.cpp
							
						
					 | 
				
				
					
						Fix startup and shutdown when server is not running
					
				 | 
				1 year ago | 
			
		
			
			
			
				
					| 
						
							
								
								JackSocketClientChannel.h
							
						
					 | 
				
				
					
						Fix client UUID gen, and some warnings (#440)
					
				 | 
				6 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								JackSocketNotifyChannel.cpp
							
						
					 | 
				
				
					
						Fix startup and shutdown when server is not running
					
				 | 
				1 year ago | 
			
		
			
			
			
				
					| 
						
							
								
								JackSocketNotifyChannel.h
							
						
					 | 
				
				
					
						Add a string parameter to server ==> client notification, add a new InfoShutdown callback.
					
				 | 
				16 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								JackSocketServerChannel.cpp
							
						
					 | 
				
				
					
						posix: remove frequent log in verbose mode
					
				 | 
				5 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								JackSocketServerChannel.h
							
						
					 | 
				
				
					
						Add JackRequestDecoder class.
					
				 | 
				14 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								JackSocketServerNotifyChannel.cpp
							
						
					 | 
				
				
					
						jack: remove unnecessary GPL include from LGPL code
					
				 | 
				5 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								JackSocketServerNotifyChannel.h
							
						
					 | 
				
				
					
						Revert r4119 (RT notification in the server). JackAudioDriver::ProcessSync now skip backend write in case of graph process failure. Fix incorrect error codes in alsa/usx2y.c and alsa/JackAlsaDriver.cpp.
					
				 | 
				14 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								JackSystemDeps_os.h
							
						
					 | 
				
				
					
						Correct GPL licence to LGPL for header files needed to build libjack.
					
				 | 
				6 years ago | 
			
		
			
			
			
				
					| 
						
							
								
								JackTypes_os.h
							
						
					 | 
				
				
					
						Delete some redundant macros and typedefs.
					
				 | 
				13 years ago |