LibCore: Mark 'Read options' parameter [[maybe_unused]] in Account.cpp 
						
					 
				 
				2022-01-02 22:02:16 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore+id: Make more use of Core::System wrappers in Core::Account 
						
					 
				 
				2022-01-02 18:08:02 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							AK: Bring AK::Error into the global namespace 
						
					 
				 
				2021-11-08 00:35:27 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void> 
						
					 
				 
				2021-11-28 23:14:19 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Userland: Use Core::ArgsParser's Vector<StringView> API everywhere 
						
					 
				 
				2021-11-26 23:27:57 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Userland: Use Core::ArgsParser's Vector<StringView> API everywhere 
						
					 
				 
				2021-11-26 23:27:57 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Add Core::Group abstraction for group management :^) 
						
					 
				 
				2022-01-16 11:19:07 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Make Core::command return CommandResult struct 
						
					 
				 
				2022-01-12 14:55:19 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Make Core::command return CommandResult struct 
						
					 
				 
				2022-01-12 14:55:19 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Change a west const to an east const 
						
					 
				 
				2022-01-08 06:21:20 -08:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open 
						
					 
				 
				2021-08-22 01:32:25 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Make DateTime's members signed 
						
					 
				 
				2021-08-19 19:15:00 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void> 
						
					 
				 
				2021-11-28 23:14:19 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore+Userland: Implement Core::deferred_invoke 
						
					 
				 
				2021-09-02 03:47:47 +04:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Userland: Fail Core::find_executable_in_path on empty inputs 
						
					 
				 
				2022-01-04 07:38:42 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Allow moving, but not copying, DirIterator 
						
					 
				 
				2021-11-23 22:58:05 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Add ElapsedTimer::reset() 
						
					 
				 
				2021-10-28 11:21:18 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Add ElapsedTimer::reset() 
						
					 
				 
				2021-10-28 11:21:18 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore+Userland: Implement Core::deferred_invoke 
						
					 
				 
				2021-09-02 03:47:47 +04:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Fix many spelling errors 
						
					 
				 
				2022-01-07 10:56:59 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Make EventLoop::pump() return event count 
						
					 
				 
				2022-01-06 11:30:04 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Move shared library checks into a common function 
						
					 
				 
				2021-11-10 14:42:49 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Move shared library checks into a common function 
						
					 
				 
				2021-11-10 14:42:49 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Add FilePermissionsMask 
						
					 
				 
				2022-01-01 17:33:43 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Add FilePermissionsMask 
						
					 
				 
				2022-01-01 17:33:43 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Use ErrorOr<T> for Core::File::open() 
						
					 
				 
				2021-11-08 00:35:27 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Replace Result<T, E> use with ErrorOr<T> in Core::FileWatcher 
						
					 
				 
				2021-11-08 00:35:27 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 
						
					 
				 
				2021-11-17 00:21:13 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore+Userland: Implement Core::deferred_invoke 
						
					 
				 
				2021-09-02 03:47:47 +04:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Use LibCore syscall wrappers in get_password() 
						
					 
				 
				2021-11-30 23:34:40 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Use ErrorOr<T> for Core::get_password() 
						
					 
				 
				2021-11-08 00:35:27 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Add Core::Group abstraction for group management :^) 
						
					 
				 
				2022-01-16 11:19:07 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Add Core::Group abstraction for group management :^) 
						
					 
				 
				2022-01-16 11:19:07 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Add support for range-based for loops on LineIterators 
						
					 
				 
				2021-12-12 14:06:38 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Add support for range-based for loops on LineIterators 
						
					 
				 
				2021-12-12 14:06:38 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer 
						
					 
				 
				2022-01-15 13:29:48 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer 
						
					 
				 
				2022-01-15 13:29:48 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Add OpenBSD headers to System and LocalSocket 
						
					 
				 
				2021-12-29 03:46:56 -08:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Make LocalSocket takeover mechanism return ErrorOr<T> 
						
					 
				 
				2021-11-23 11:33:36 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Use my cool new @serenityos.org email address 
						
					 
				 
				2021-09-01 11:37:25 +04:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Use my cool new @serenityos.org email address 
						
					 
				 
				2021-09-01 11:37:25 +04:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Use open() wrapper in Core::MappedFile :^) 
						
					 
				 
				2021-11-23 12:23:54 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore+AK: Move MappedFile from AK to LibCore 
						
					 
				 
				2021-11-23 11:33:36 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Add support for the image/x-qoi mime type 
						
					 
				 
				2021-12-21 13:27:27 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Avoid implicitly copying ByteBuffer 
						
					 
				 
				2021-12-08 09:46:13 -08:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibHTTP: Respect the 'Connection: close' header on keep-alive jobs 
						
					 
				 
				2021-09-30 11:46:37 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibHTTP: Respect the 'Connection: close' header on keep-alive jobs 
						
					 
				 
				2021-09-30 11:46:37 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Remove unused header includes 
						
					 
				 
				2021-08-01 08:10:16 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Add Core::Object::try_add<T>(...) 
						
					 
				 
				2021-11-24 13:52:01 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Add Core::Object::try_add<T>(...) 
						
					 
				 
				2021-11-24 13:52:01 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Explicitly declare environ in Process.cpp to unbreak macOS 
						
					 
				 
				2021-08-06 01:29:09 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Add Core::Process::spawn() 
						
					 
				 
				2021-08-06 01:04:11 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) 
						
					 
				 
				2021-11-17 00:21:10 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everywhere: Make tracking cpu usage independent from system ticks 
						
					 
				 
				2021-07-18 22:08:26 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Libraries: Fix visibility of Object-derivative constructors 
						
					 
				 
				2021-11-02 22:56:53 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Avoid buffer overrun when invoking crypt() with a SecretString 
						
					 
				 
				2021-10-19 18:19:33 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Add SecretString, a buffer that is zero'd on destruction 
						
					 
				 
				2021-09-12 16:36:52 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Add a Socket::set_idle() API that turns the notifiers on/off 
						
					 
				 
				2021-10-04 15:31:26 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Add a Socket::set_idle() API that turns the notifiers on/off 
						
					 
				 
				2021-10-04 15:31:26 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 
						
					 
				 
				2021-11-17 00:21:13 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Implement LocalSocket::peer_pid 
						
					 
				 
				2022-01-15 13:29:48 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Implement LocalSocket::peer_pid 
						
					 
				 
				2022-01-15 13:29:48 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Add wrapper for sethostname 
						
					 
				 
				2022-01-14 19:42:19 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Add wrapper for sethostname 
						
					 
				 
				2022-01-14 19:42:19 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore+Userland+Tests: Convert Stream APIs to construct on heap 
						
					 
				 
				2022-01-13 15:16:12 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore+Userland+Tests: Convert Stream APIs to construct on heap 
						
					 
				 
				2022-01-13 15:16:12 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore+Everywhere: Move OpenMode out of IODevice 
						
					 
				 
				2021-05-12 11:00:45 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Add utility class for temporary files and directories 
						
					 
				 
				2022-01-12 14:55:19 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Add utility class for temporary files and directories 
						
					 
				 
				2022-01-12 14:55:19 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Add Core::Timer::set_active(bool) 
						
					 
				 
				2021-12-25 14:20:13 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Add Core::Timer::set_active(bool) 
						
					 
				 
				2021-12-25 14:20:13 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore+LookupServer: Implement and use UDPServer::send 
						
					 
				 
				2021-12-16 22:21:35 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore+LookupServer: Implement and use UDPServer::send 
						
					 
				 
				2021-12-16 22:21:35 +03:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore+Everywhere: Move OpenMode out of IODevice 
						
					 
				 
				2021-05-12 11:00:45 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Everything: Move to SPDX license identifiers in all files. 
						
					 
				 
				2021-04-22 11:22:27 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Add Core::UmaskScope to set and unset a temporary umask 
						
					 
				 
				2022-01-02 18:08:02 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Refactor a version-reading utility 
						
					 
				 
				2021-09-02 16:17:18 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							LibCore: Refactor a version-reading utility 
						
					 
				 
				2021-09-02 16:17:18 +01:00