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