B3n30 
								
							 
						 
						
							
							
							
							
								
							
							
								050d116cb6 
								
							 
						 
						
							
							
								
								Fixed include in http_c,h; added ERROR_CONTEXT_ERROR to CreateContext  
							
							 
							
							
							
						 
						
							2018-07-24 23:38:19 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									NarcolepticK 
								
							 
						 
						
							
							
							
							
								
							
							
								b840c63386 
								
							 
						 
						
							
							
								
								service/dsp: Clean up global state  
							
							 
							
							
							
						 
						
							2018-07-24 16:15:37 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Subv 
								
							 
						 
						
							
							
							
							
								
							
							
								cce882b688 
								
							 
						 
						
							
							
								
								Services/HLE: Implement PrepareToCloseLibraryApplet and CloseLibraryApplet.  
							
							 
							
							... 
							
							
							
							This allows LLE library applets (like swkbd) to properly close and return to the application instead of hanging.
There is still a bug in our rasterizer cache that may cause crashes some time after an applet is closed, but that is tangential to this change and should be tackled separately. 
							
						 
						
							2018-07-24 14:50:19 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									zhupengfei 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								44db59be2b 
								
							 
						 
						
							
							
								
								applet_manager: disable loading LLE applets  
							
							 
							
							... 
							
							
							
							Currently LLE applets cannot exit properly in Citra and causes Citra to hang. We are already providing HLE for applets, and the LLE applets are preventing users who dumped their system files from using the applets correctly. Before the further fix is done, I think we should temporaily disable loading LLE applets. 
							
						 
						
							2018-07-24 23:24:27 +08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									B3n30 
								
							 
						 
						
							
							
							
							
								
							
							
								daac1349db 
								
							 
						 
						
							
							
								
								Service/HTTP_C: Add some comments; Fixed header in CloseContext  
							
							 
							
							
							
						 
						
							2018-07-23 21:14:41 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									B3n30 
								
							 
						 
						
							
							
							
							
								
							
							
								2f50bf0007 
								
							 
						 
						
							
							
								
								Service/HTTP_C: Fix error in CreateContext  
							
							 
							
							
							
						 
						
							2018-07-23 18:02:35 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Weiyi Wang 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								8388e5519b 
								
							 
						 
						
							
							
								
								Merge pull request  #3944  from wwylele/soc-new-framework  
							
							 
							
							... 
							
							
							
							Service/SOC: convert to ServiceFramework 
							
						 
						
							2018-07-22 22:23:05 +03:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									B3n30 
								
							 
						 
						
							
							
							
							
								
							
							
								2d09355a25 
								
							 
						 
						
							
							
								
								Make Service::HTTP::Context non-copyable  
							
							 
							
							
							
						 
						
							2018-07-22 18:15:44 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									B3n30 
								
							 
						 
						
							
							
							
							
								
							
							
								5af6a1d8ee 
								
							 
						 
						
							
							
								
								Revert stubbed InitializeConnectionSession  
							
							 
							
							
							
						 
						
							2018-07-22 18:15:44 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									B3n30 
								
							 
						 
						
							
							
							
							
								
							
							
								32155cd683 
								
							 
						 
						
							
							
								
								Service/HTTP: stubbed InitializeConnectionSession  
							
							 
							
							
							
						 
						
							2018-07-22 18:15:44 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									B3n30 
								
							 
						 
						
							
							
							
							
								
							
							
								65c7ed8445 
								
							 
						 
						
							
							
								
								Service/HTTP: Moved declarations to the header file  
							
							 
							
							
							
						 
						
							2018-07-22 15:01:32 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									B3n30 
								
							 
						 
						
							
							
							
							
								
							
							
								0606e7010c 
								
							 
						 
						
							
							
								
								Services/HTTP: Implemented the AddRequestHeader service function.  
							
							 
							
							
							
						 
						
							2018-07-22 13:38:31 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Subv 
								
							 
						 
						
							
							
							
							
								
							
							
								799b45233f 
								
							 
						 
						
							
							
								
								Services/HTTP: Stubbed the CloseContext service function.  
							
							 
							
							... 
							
							
							
							It is currently unknown how the real http module handles trying to close contexts for requests that are already in flight. 
							
						 
						
							2018-07-21 20:11:20 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Subv 
								
							 
						 
						
							
							
							
							
								
							
							
								34baa882c8 
								
							 
						 
						
							
							
								
								Services/HTTP: Corrected the error code for an invalid request method.  
							
							 
							
							
							
						 
						
							2018-07-21 19:50:13 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Subv 
								
							 
						 
						
							
							
							
							
								
							
							
								70e6979695 
								
							 
						 
						
							
							
								
								Services/HTTP: Implemented the CreateContext function handler.  
							
							 
							
							
							
						 
						
							2018-07-21 19:30:40 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									B3n30 
								
							 
						 
						
							
							
							
							
								
							
							
								87ec3934a6 
								
							 
						 
						
							
							
								
								Services/HTTP: Added structures to represent an HTTP context.  
							
							 
							
							... 
							
							
							
							More fields will probably need to be added to these structures in the future. 
							
						 
						
							2018-07-21 19:10:00 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									B3n30 
								
							 
						 
						
							
							
							
							
								
							
							
								fe5a3d22c5 
								
							 
						 
						
							
							
								
								Services/HTTP: Added structures to store both client and server certificates.  
							
							 
							
							
							
						 
						
							2018-07-21 19:00:50 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									B3n30 
								
							 
						 
						
							
							
							
							
								
							
							
								1f865fd524 
								
							 
						 
						
							
							
								
								Services/HTTP: Stubbed the Initialize function.  
							
							 
							
							
							
						 
						
							2018-07-21 18:54:06 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									B3n30 
								
							 
						 
						
							
							
							
							
								
							
							
								28124c053a 
								
							 
						 
						
							
							
								
								Services/HLE: Convert the http:C service to the new service framework.  
							
							 
							
							
							
						 
						
							2018-07-21 18:48:57 -05:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Alexandre LittleWhite Laurent 
								
							 
						 
						
							
							
							
							
								
							
							
								578b08c53b 
								
							 
						 
						
							
							
								
								Truncating UTF16 text before converting them toUTF8  
							
							 
							
							
							
						 
						
							2018-07-21 18:17:46 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									James Rowe 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								2f8c9c8126 
								
							 
						 
						
							
							
								
								Merge pull request  #3831  from FearlessTobi/add-volume-slider  
							
							 
							
							... 
							
							
							
							citra_qt: Add a volume slider 
							
						 
						
							2018-07-18 09:56:47 -06:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									zhupengfei 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e61b7d265f 
								
							 
						 
						
							
							
								
								service/cfg, citra_qt: add country code configuration  
							
							 
							
							
							
						 
						
							2018-07-18 20:09:34 +08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									wwylele 
								
							 
						 
						
							
							
							
							
								
							
							
								aa02c50a2e 
								
							 
						 
						
							
							
								
								Service/SOC: convert to ServiceFramework  
							
							 
							
							
							
						 
						
							2018-07-18 09:52:51 +03:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									James Rowe 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								bf6da61da5 
								
							 
						 
						
							
							
								
								Merge pull request  #3850  from zhaowenlan1779/swkbd  
							
							 
							
							... 
							
							
							
							applets/swkbd: Software Keyboard Implementation 
							
						 
						
							2018-07-17 09:02:55 -06:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									zhupengfei 
								
							 
						 
						
							
							
							
							
								
							
							
								a9e922e68f 
								
							 
						 
						
							
							
								
								service/fs: implement obsoleted Create/DeleteExtSaveData ( #3948 )  
							
							 
							
							... 
							
							
							
							* service/fs: implement obsoleted Create/DeleteExtSaveData
* service/fs: remove the STUBBED warning 
							
						 
						
							2018-07-17 17:59:42 +03:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									NarcolepticK 
								
							 
						 
						
							
							
							
							
								
							
							
								c39daa3c01 
								
							 
						 
						
							
							
								
								service/dsp: Migrate to ServiceFramework ( #3915 )  
							
							 
							
							... 
							
							
							
							* service/dsp: Migrate to ServiceFramework
* service/dsp: Removed redundant buffer copy
* service/dsp: Addressed comment about pushing u32 instead of bool
* service/dsp: Fix clang format
* service/dsp: Addressed comment about minimizing global state
* service/dsp: Addressed comments and fixed log call issue
* service/dsp: Fix missed clang format 
							
						 
						
							2018-07-12 17:54:26 +03:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Weiyi Wang 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								edcea90948 
								
							 
						 
						
							
							
								
								Merge pull request  #3921  from B3n30/fixGetStartupArgument  
							
							 
							
							... 
							
							
							
							Fix parameter_size in APT::GetStartupArgument 
							
						 
						
							2018-07-11 11:41:04 +03:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									B3n30 
								
							 
						 
						
							
							
							
							
								
							
							
								208e789182 
								
							 
						 
						
							
							
								
								Fix error log  
							
							 
							
							
							
						 
						
							2018-07-11 09:00:05 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									zhupengfei 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								5407ed8b5e 
								
							 
						 
						
							
							
								
								citra_qt/applets/swkbd: QtKeyboard and misc fixes  
							
							 
							
							... 
							
							
							
							* Addressed comments and removed the applet interface
* swkbd: address @lioncash's comments
* core: more fixes
** Moved registered_swkbd to System
** Removed an usused virtual
** Removed functionality of DrawScreenKeyboard
** Removed src/core/settings.h change
* swkbd: address @lioncash's 2nd review
* swkbd: update logging macro
* QtKeyboard: Make dialog modal and hide help 
							
						 
						
							2018-07-10 12:49:55 +08:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Steveice10 
								
							 
						 
						
							
							
							
							
								
							
							
								56488a969d 
								
							 
						 
						
							
							
								
								am: Run clang-format and attribute TODOs.  
							
							 
							
							
							
						 
						
							2018-07-09 16:05:52 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									B3n30 
								
							 
						 
						
							
							
							
							
								
							
							
								468c689cf4 
								
							 
						 
						
							
							
								
								Set max parameter_size to 0x1000  
							
							 
							
							
							
						 
						
							2018-07-07 18:52:27 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									B3n30 
								
							 
						 
						
							
							
							
							
								
							
							
								be1ae17c61 
								
							 
						 
						
							
							
								
								Fix parameter_size in GetStartupArgument  
							
							 
							
							
							
						 
						
							2018-07-07 18:38:38 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Weiyi Wang 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								01c4f49e75 
								
							 
						 
						
							
							
								
								Merge pull request  #3873  from wwylele/nwm-new-framework  
							
							 
							
							... 
							
							
							
							Service/NWM: convert to ServiceFramwework 
							
						 
						
							2018-07-07 18:44:31 +03:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Steveice10 
								
							 
						 
						
							
							
							
							
								
							
							
								ba35079449 
								
							 
						 
						
							
							
								
								am: Revert changes to content index handling.  
							
							 
							
							
							
						 
						
							2018-07-06 17:15:30 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Steveice10 
								
							 
						 
						
							
							
							
							
								
							
							
								d67f119589 
								
							 
						 
						
							
							
								
								am: Address review comments.  
							
							 
							
							
							
						 
						
							2018-07-06 14:16:15 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Steveice10 
								
							 
						 
						
							
							
							
							
								
							
							
								680c6e694d 
								
							 
						 
						
							
							
								
								am: Correct reported DLC content indices.  
							
							 
							
							
							
						 
						
							2018-07-06 11:00:57 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Steveice10 
								
							 
						 
						
							
							
							
							
								
							
							
								142c2b6cfe 
								
							 
						 
						
							
							
								
								am: Correct content index bounds in ListDLCContentInfos.  
							
							 
							
							
							
						 
						
							2018-07-06 10:49:13 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Steveice10 
								
							 
						 
						
							
							
							
							
								
							
							
								c1ef7a753a 
								
							 
						 
						
							
							
								
								am: Add contentIndex to documentation for GetTitleContentPath.  
							
							 
							
							
							
						 
						
							2018-07-06 10:47:50 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Steveice10 
								
							 
						 
						
							
							
							
							
								
							
							
								630a1311ca 
								
							 
						 
						
							
							
								
								am: Properly handle operations involving content indices.  
							
							 
							
							
							
						 
						
							2018-07-06 00:44:22 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Steveice10 
								
							 
						 
						
							
							
							
							
								
							
							
								932eeefff0 
								
							 
						 
						
							
							
								
								am: Correct definition of ContentInfo.  
							
							 
							
							
							
						 
						
							2018-07-05 23:27:47 -07:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									fearlessTobi 
								
							 
						 
						
							
							
							
							
								
							
							
								a780f3821e 
								
							 
						 
						
							
							
								
								citra_qt: Add a volume slider  
							
							 
							
							
							
						 
						
							2018-07-03 17:26:50 +02:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									NarcolepticK 
								
							 
						 
						
							
							
							
							
								
							
							
								acefa81ae3 
								
							 
						 
						
							
							
								
								service/csnd: Addressed comments and removed outdated information  
							
							 
							
							
							
						 
						
							2018-07-02 22:09:29 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									NarcolepticK 
								
							 
						 
						
							
							
							
							
								
							
							
								84c23ce2e5 
								
							 
						 
						
							
							
								
								service/csnd: Fix clang format  
							
							 
							
							
							
						 
						
							2018-07-02 22:09:29 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									NarcolepticK 
								
							 
						 
						
							
							
							
							
								
							
							
								1f345642c4 
								
							 
						 
						
							
							
								
								service/csnd: Stubbed DataCache functions  
							
							 
							
							
							
						 
						
							2018-07-02 22:09:29 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									NarcolepticK 
								
							 
						 
						
							
							
							
							
								
							
							
								41d5b31a76 
								
							 
						 
						
							
							
								
								service/csnd: Migrate to ServiceFramework  
							
							 
							
							
							
						 
						
							2018-07-02 22:09:29 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									NarcolepticK 
								
							 
						 
						
							
							
							
							
								
							
							
								d6f86caf30 
								
							 
						 
						
							
							
								
								service/cecd: Addressed comment about using PushEnum instead of Push<u32>  
							
							 
							
							
							
						 
						
							2018-07-01 12:54:53 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									NarcolepticK 
								
							 
						 
						
							
							
							
							
								
							
							
								37532f8a76 
								
							 
						 
						
							
							
								
								service/cecd: Fixed clang format  
							
							 
							
							
							
						 
						
							2018-06-30 23:52:45 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									NarcolepticK 
								
							 
						 
						
							
							
							
							
								
							
							
								363d6fdb89 
								
							 
						 
						
							
							
								
								service/cecd: Migrate to ServiceFramework  
							
							 
							
							
							
						 
						
							2018-06-30 23:38:54 -04:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Weiyi Wang 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								ffae5be1ea 
								
							 
						 
						
							
							
								
								Merge pull request  #3895  from NarcolepticK/pm-migrate-framework  
							
							 
							
							... 
							
							
							
							service/pm: Migrate to ServiceFramework 
							
						 
						
							2018-06-30 13:20:31 +03:00  
						
						
							 
							
							
							
								 
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									zhupengfei 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f23443b921 
								
							 
						 
						
							
							
								
								applets/swkbd: Implement DefaultCitraKeyboard  
							
							 
							
							
							
						 
						
							2018-06-30 08:01:50 +08:00