Barnabás Pőcze 
								
							 
						 
						
							
							
							
							
								
							
							
								934ab3036e 
								
							 
						 
						
							
							
								
								treewide: use SPDX tags to specify copyright information  
							
							 
							
							... 
							
							
							
							SPDX tags make the licensing information easy to understand and clear,
and they are machine parseable.
See https://spdx.dev  for more information. 
							
						 
						
							2023-02-16 10:54:48 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Wim Taymans 
								
							 
						 
						
							
							
							
							
								
							
							
								99f9f729ff 
								
							 
						 
						
							
							
								
								handle open_memstream errors  
							
							 
							
							... 
							
							
							
							Fixes  #2182  
							
						 
						
							2022-03-02 11:48:31 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Wim Taymans 
								
							 
						 
						
							
							
							
							
								
							
							
								0904a35ba8 
								
							 
						 
						
							
							
								
								pulse-server: make separate index  
							
							 
							
							... 
							
							
							
							Separate the id (the pipewire object id) from the index (what we send to
the client to identify the objects). 
							
						 
						
							2022-01-17 12:01:13 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Wim Taymans 
								
							 
						 
						
							
							
							
							
								
							
							
								c46113faa3 
								
							 
						 
						
							
							
								
								json: spa_json_get_string() writes up to len chars or fail  
							
							 
							
							
							
						 
						
							2022-01-04 10:42:32 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Wim Taymans 
								
							 
						 
						
							
							
							
							
								
							
							
								13c0cbb899 
								
							 
						 
						
							
							
								
								pulse-server: remove unused defines  
							
							 
							
							
							
						 
						
							2022-01-04 10:08:54 +01:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Peter Hutterer 
								
							 
						 
						
							
							
							
							
								
							
							
								52a96bb602 
								
							 
						 
						
							
							
								
								modules: add log topics to module-protocol-pulse  
							
							 
							
							... 
							
							
							
							This ends up using a nested namespace: mod.protocol-pulse for the module
itself, mod.protocol-pulse.foo for the various submodules and
extensions. 
							
						 
						
							2021-09-28 09:35:39 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Peter Hutterer 
								
							 
						 
						
							
							
							
							
								
							
							
								6989b24148 
								
							 
						 
						
							
							
								
								pulse-server: fix json comma handling  
							
							 
							
							... 
							
							
							
							First was never set to false, so we kept skipping the commas.
Fixes 393f3e6d05 
							
						 
						
							2021-07-30 07:29:11 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Wim Taymans 
								
							 
						 
						
							
							
							
							
								
							
							
								393f3e6d05 
								
							 
						 
						
							
							
								
								pulse-server: align format to pulseaudio json message format  
							
							 
							
							... 
							
							
							
							PulseAudio uses json now as the message format. Reformat our output
and parse our input accordingly. 
							
						 
						
							2021-07-29 20:55:44 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Barnabás Pőcze 
								
							 
						 
						
							
							
							
							
								
							
							
								e966b1d6f2 
								
							 
						 
						
							
							
								
								pulse-server: split out message-handler  
							
							 
							
							... 
							
							
							
							Part of !776 . 
							
						 
						
							2021-06-25 03:23:41 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Peter Hutterer 
								
							 
						 
						
							
							
							
							
								
							
							
								7697ed0757 
								
							 
						 
						
							
							
								
								treewide: replace strcmp() == 0 with spa_streq()  
							
							 
							
							... 
							
							
							
							This change is only done in source files for now, header files will be done
separately. 
							
						 
						
							2021-05-18 22:10:27 +10:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Arun Raghavan 
								
							 
						 
						
							
							
							
							
								
							
							
								74140abada 
								
							 
						 
						
							
							
								
								pulse-server: Factor out module code to compile independently  
							
							 
							
							... 
							
							
							
							This starts breaking up the giant monolith that is the pulse-server.c
code into more manageable chunks by trying to split the module code into
individual compilation units. 
							
						 
						
							2021-04-15 19:37:15 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Pauli Virtanen 
								
							 
						 
						
							
							
							
							
								
							
							
								6b5b56bcc7 
								
							 
						 
						
							
							
								
								pulse-server: use transportCodec prop for bluez codec messages  
							
							 
							
							
							
						 
						
							2021-03-26 16:59:07 +00:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Pauli Virtanen 
								
							 
						 
						
							
							
							
							
								
							
							
								132786c202 
								
							 
						 
						
							
							
								
								pulse-server: implement send_object_message  
							
							 
							
							... 
							
							
							
							Use it for providing Bluez codec listing/switching interface.  It
currently works by just switching device profiles. 
							
						 
						
							2021-03-20 23:30:38 +02:00