Arda Cinar 3f99a8734e LibCore: Call the mkstemp function in a slightly prettier way 2 éve
..
Account.cpp 3f99a8734e LibCore: Call the mkstemp function in a slightly prettier way 2 éve
Account.h 945d2079b4 LibCore: Add a deleted state for `Account` 2 éve
AnonymousBuffer.cpp 6409618413 LibCore: Convert AnonymousBuffer to use System::anon_create 3 éve
AnonymousBuffer.h ab99ed5fba LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2 éve
ArgsParser.cpp b83cb09db1 Everywhere: Fix badly-formatted includes 2 éve
ArgsParser.h ae2abcebbb Everywhere: Use C++ concepts instead of requires clauses 2 éve
BitStream.h b4b80b7ec6 LibCore: Add `{Big,Little}EndianOutputBitStream` 2 éve
CMakeLists.txt 8dbc7aa63f LibCore: Move the MemoryStream implementation into a separate file 2 éve
Command.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
Command.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
ConfigFile.cpp 69beda23c3 LibConfig+LibCore+ConfigServer: Support u32 configuration entries 2 éve
ConfigFile.h 69beda23c3 LibConfig+LibCore+ConfigServer: Support u32 configuration entries 2 éve
DateTime.cpp 9feac465dc LibCore: Convert explicit timezone to local in `DateTime::parse` 2 éve
DateTime.h ab99ed5fba LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2 éve
Debounce.h a8cf0c9371 LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr 2 éve
DeferredInvocationContext.h ea58b8d927 Libraries: Use default constructors/destructors in LibCore 3 éve
DirIterator.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 éve
DirIterator.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
Directory.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
Directory.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
ElapsedTimer.cpp 4afa6e264c LibCore+LibWeb: Use AK::Time instead of timeval in Core::ElapsedTimer 2 éve
ElapsedTimer.h 4afa6e264c LibCore+LibWeb: Use AK::Time instead of timeval in Core::ElapsedTimer 2 éve
Event.cpp 086969277e Everywhere: Run clang-format 3 éve
Event.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
EventLoop.cpp 2475f6a641 LibCore: Explain EventLoop and reorder some members in the header 2 éve
EventLoop.h 2475f6a641 LibCore: Explain EventLoop and reorder some members in the header 2 éve
File.cpp 8455d58a44 LibCore: Use a StringView for the file path in File::remove 2 éve
File.h 8455d58a44 LibCore: Use a StringView for the file path in File::remove 2 éve
FilePermissionsMask.cpp 6c4b5775e1 LibCore: Implement four-digit modes for `FilePermissionsMask` parsing 3 éve
FilePermissionsMask.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
FileStream.h 086969277e Everywhere: Run clang-format 3 éve
FileWatcher.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
FileWatcher.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
Forward.h 4f699d0f58 LibCore: Add forward declaration for `Core::Stream::File` 2 éve
GetPassword.cpp 6b7ce19161 Everywhere: Remove unused includes of LibC/stdlib.h 2 éve
GetPassword.h e76b21a66f LibCore: Use ErrorOr<T> for Core::get_password() 3 éve
Group.cpp 3f99a8734e LibCore: Call the mkstemp function in a slightly prettier way 2 éve
Group.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
IODevice.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
IODevice.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
LocalServer.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
LocalServer.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
LockFile.cpp 5319e3a03f LibCore+Userland: Remove File::ensure_parent_directories 3 éve
LockFile.h 33d7fdca28 Everywhere: Use my cool new @serenityos.org email address 3 éve
MappedFile.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
MappedFile.h 69aece9279 LibCore+LibGfx: Pass file-path as StringView 3 éve
MemoryStream.cpp f205f62a44 LibCore: Add an automatically allocating MemoryStream 2 éve
MemoryStream.h f205f62a44 LibCore: Add an automatically allocating MemoryStream 2 éve
MimeData.cpp e5988b4a0d LibCore: Teach MimeData about ICC file extension and contents 2 éve
MimeData.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
NetworkJob.cpp 086969277e Everywhere: Run clang-format 3 éve
NetworkJob.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
NetworkResponse.h ea58b8d927 Libraries: Use default constructors/destructors in LibCore 3 éve
Notifier.cpp 176e1cbca7 LibCore: Remove unused header includes 4 éve
Notifier.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 éve
Object.cpp b32f5dbcff LibCore+LibGUI: Add fallible versions of Widget::load_from_gml() 2 éve
Object.h b32f5dbcff LibCore+LibGUI: Add fallible versions of Widget::load_from_gml() 2 éve
Process.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
Process.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
ProcessStatisticsReader.cpp ed4c2f2f8e LibCore: Rename `Stream::read_all` to `read_until_eof` 2 éve
ProcessStatisticsReader.h 8940f2da7f LibCore: Use `Core::Stream` for `ProcessStatisticsReader` 2 éve
Promise.h 8a5d2be617 Everywhere: Remove unnecessary mutable attributes from lambdas 2 éve
Property.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
Property.h 746364d7c1 LibCore: Support write-only Object properties 2 éve
Proxy.h ab99ed5fba LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2 éve
SOCKSProxyClient.cpp 6640cb57b3 LibCore: Use AllocatingMemoryStream for SOCKSProxyClient 2 éve
SOCKSProxyClient.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
SecretString.cpp 45cf40653a Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 3 éve
SecretString.h 086969277e Everywhere: Run clang-format 3 éve
SessionManagement.cpp 5dcc58d54a Kernel+LibCore: Make %sid path parsing not take ages 2 éve
SessionManagement.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
SharedCircularQueue.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
SocketAddress.h 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 éve
StandardPaths.cpp c5cadca542 LibCore: Add StandardPaths::font_directories() 2 éve
StandardPaths.h c5cadca542 LibCore: Add StandardPaths::font_directories() 2 éve
Stream.cpp dd948b046c LibCore: Add `Stream::WrapInAKOutputStream` 2 éve
Stream.h f0d2a8dd57 LibCore: Add `Stream::File::leak_fd(Badge<IPC::File>)` 2 éve
System.cpp f2336d0144 AK+Everywhere: Move custom deleter capability to OwnPtr 2 éve
System.h f2336d0144 AK+Everywhere: Move custom deleter capability to OwnPtr 2 éve
SystemServerTakeover.cpp 43ff500a80 LibCore: Use ';' to split socket path in `SOCKET_TAKEOVER` 2 éve
SystemServerTakeover.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
TCPServer.cpp fb83ceaf57 LibCore: Allow TCPServer's port to be reused after it exits 2 éve
TCPServer.h fb83ceaf57 LibCore: Allow TCPServer's port to be reused after it exits 2 éve
TempFile.cpp 8455d58a44 LibCore: Use a StringView for the file path in File::remove 2 éve
TempFile.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
Timer.cpp 6edc0cf5ab LibCore+Userland: Don't auto-start new Core::Timers 2 éve
Timer.h 6edc0cf5ab LibCore+Userland: Don't auto-start new Core::Timers 2 éve
UDPServer.cpp 767529ebf5 LibCore: Make UDPServer::receive() return ErrorOr<ByteBuffer> 2 éve
UDPServer.h 767529ebf5 LibCore: Make UDPServer::receive() return ErrorOr<ByteBuffer> 2 éve
UmaskScope.h c214d31c5e Everywhere: Fix order of includes and #pragma once 2 éve
Version.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve
Version.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 éve