.. |
Account.cpp
|
LibCore: Mark 'Read options' parameter [[maybe_unused]] in Account.cpp
|
2022-01-02 22:02:16 +01:00 |
Account.h
|
LibCore+id: Make more use of Core::System wrappers in Core::Account
|
2022-01-02 18:08:02 +01:00 |
AnonymousBuffer.cpp
|
LibCore: Convert AnonymousBuffer to use System::anon_create
|
2022-02-10 21:35:17 +01:00 |
AnonymousBuffer.h
|
LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>
|
2021-11-28 23:14:19 +01:00 |
ArgsParser.cpp
|
ArgsParser: Add support for Optional<size_t>
|
2022-02-17 09:08:40 -05:00 |
ArgsParser.h
|
ArgsParser: Add support for Optional<size_t>
|
2022-02-17 09:08:40 -05:00 |
CMakeLists.txt
|
LibCore: Remove Core::Socket :^)
|
2022-02-14 11:44:09 +01:00 |
Command.cpp
|
LibCore: Make Core::command return CommandResult struct
|
2022-01-12 14:55:19 +01:00 |
Command.h
|
LibCore: Make Core::command return CommandResult struct
|
2022-01-12 14:55:19 +01:00 |
ConfigFile.cpp
|
LibCore: Migrate ConfigFile to Core::Stream API :^)
|
2022-02-16 19:49:41 -05:00 |
ConfigFile.h
|
LibCore: Migrate ConfigFile to Core::Stream API :^)
|
2022-02-16 19:49:41 -05:00 |
DateTime.cpp
|
LibCore: Make FreeBSD build SerenityOS
|
2022-02-17 09:26:56 +00:00 |
DateTime.h
|
LibCore: Change DateTime format strings to be StringViews
|
2022-01-28 20:19:05 +00:00 |
DeferredInvocationContext.h
|
|
|
DirIterator.cpp
|
Userland: Fail Core::find_executable_in_path on empty inputs
|
2022-01-04 07:38:42 +00:00 |
DirIterator.h
|
LibCore: Allow moving, but not copying, DirIterator
|
2021-11-23 22:58:05 +01:00 |
ElapsedTimer.cpp
|
|
|
ElapsedTimer.h
|
|
|
Event.cpp
|
AK+Kernel: Rename try_make_weak_ptr to make_weak_ptr_if_nonnull
|
2022-02-13 23:02:57 +01:00 |
Event.h
|
|
|
EventLoop.cpp
|
LibCore: Exit get_next_timer_expiration() sooner if possible
|
2022-02-15 23:24:41 +01:00 |
EventLoop.h
|
LibCore: Allow event loops on other threads to wake up
|
2022-02-13 23:06:53 +01:00 |
File.cpp
|
LibCore: Do not skip dotfiles when copying directories recursively
|
2022-03-08 23:30:47 +01:00 |
File.h
|
|
|
FilePermissionsMask.cpp
|
LibCore: Improve handling of parsing errors in FilePermissionsMask
|
2022-01-24 07:50:32 +00:00 |
FilePermissionsMask.h
|
LibCore: Add FilePermissionsMask
|
2022-01-01 17:33:43 +00:00 |
FileStream.h
|
|
|
FileWatcher.cpp
|
|
|
FileWatcher.h
|
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
|
2021-11-17 00:21:13 +01:00 |
Forward.h
|
Core: Remove non-existent classes from Forward.h
|
2022-02-18 23:31:28 +00:00 |
GetPassword.cpp
|
LibCore: Use LibCore syscall wrappers in get_password()
|
2021-11-30 23:34:40 +01:00 |
GetPassword.h
|
|
|
Group.cpp
|
LibCore: Do not leak FILE pointer in Group::add_group()
|
2022-01-21 18:34:24 +01:00 |
Group.h
|
LibCore: Use generic AK_OS_BSD_GENERIC to hide Group::add_group()
|
2022-01-21 18:34:24 +01:00 |
InputBitStream.h
|
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
|
2022-01-24 22:36:09 +01:00 |
IODevice.cpp
|
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
|
2022-01-24 22:36:09 +01:00 |
IODevice.h
|
LibCore: Add support for range-based for loops on LineIterators
|
2021-12-12 14:06:38 +03:30 |
LocalServer.cpp
|
LibCore: Remove Core::LocalSocket :^)
|
2022-02-06 10:28:19 +01:00 |
LocalServer.h
|
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
|
2022-01-15 13:29:48 +03:30 |
LockFile.cpp
|
|
|
LockFile.h
|
|
|
MappedFile.cpp
|
LibCore: Use open() wrapper in Core::MappedFile :^)
|
2021-11-23 12:23:54 +01:00 |
MappedFile.h
|
LibCore+AK: Move MappedFile from AK to LibCore
|
2021-11-23 11:33:36 +01:00 |
MemoryStream.h
|
LibCore+Tests: Add SeekableStream::truncate()
|
2022-02-16 19:49:41 -05:00 |
MimeData.cpp
|
LibCore: Add support for application/zip mime-type
|
2022-03-08 22:38:53 +01:00 |
MimeData.h
|
LibCore: Avoid implicitly copying ByteBuffer
|
2021-12-08 09:46:13 -08:00 |
NetworkJob.cpp
|
Userland: Convert TLS::TLSv12 to a Core::Stream::Socket
|
2022-02-06 13:10:10 +01:00 |
NetworkJob.h
|
Userland: Convert TLS::TLSv12 to a Core::Stream::Socket
|
2022-02-06 13:10:10 +01:00 |
NetworkResponse.cpp
|
|
|
NetworkResponse.h
|
|
|
Notifier.cpp
|
|
|
Notifier.h
|
|
|
Object.cpp
|
Userland: Fix unnecessary heap allocation of singleton objects
|
2022-01-28 23:31:00 +01:00 |
Object.h
|
LibGfx: Add support for TextAlignment::TopCenter / BottomCenter
|
2022-03-08 22:09:52 +01:00 |
Process.cpp
|
|
|
Process.h
|
|
|
ProcessStatisticsReader.cpp
|
|
|
ProcessStatisticsReader.h
|
|
|
Promise.h
|
|
|
Property.cpp
|
|
|
Property.h
|
|
|
SecretString.cpp
|
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
|
2022-01-24 22:36:09 +01:00 |
SecretString.h
|
|
|
SocketAddress.h
|
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
|
2021-11-17 00:21:13 +01:00 |
StandardPaths.cpp
|
|
|
StandardPaths.h
|
|
|
Stream.cpp
|
LibCore: Make FreeBSD build SerenityOS
|
2022-02-17 09:26:56 +00:00 |
Stream.h
|
LibCore+Tests: Add SeekableStream::truncate()
|
2022-02-16 19:49:41 -05:00 |
System.cpp
|
LibCore: Add wrapper for posix_openpt(), grantpt() and unlockpt()
|
2022-03-02 18:08:05 +01:00 |
System.h
|
LibCore: Add wrapper for posix_openpt(), grantpt() and unlockpt()
|
2022-03-02 18:08:05 +01:00 |
SystemServerTakeover.cpp
|
LibCore+LibIPC: Move SystemServerTakeover.{h,cpp} to LibCore
|
2022-02-06 10:28:19 +01:00 |
SystemServerTakeover.h
|
LibCore+LibIPC: Move SystemServerTakeover.{h,cpp} to LibCore
|
2022-02-06 10:28:19 +01:00 |
TCPServer.cpp
|
LibCore+Userland: Remove Core::TCPSocket :^)
|
2022-02-06 17:28:17 +00:00 |
TCPServer.h
|
LibCore+Userland+Tests: Convert Stream APIs to construct on heap
|
2022-01-13 15:16:12 +03:30 |
TempFile.cpp
|
Userland: Remove a bunch of unnecessary Vector imports
|
2022-01-28 23:40:25 +01:00 |
TempFile.h
|
LibCore: Add utility class for temporary files and directories
|
2022-01-12 14:55:19 +01:00 |
Timer.cpp
|
LibCore: Add Core::Timer::set_active(bool)
|
2021-12-25 14:20:13 +01:00 |
Timer.h
|
LibCore: Add Core::Timer::set_active(bool)
|
2021-12-25 14:20:13 +01:00 |
UDPServer.cpp
|
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
|
2022-01-24 22:36:09 +01:00 |
UDPServer.h
|
LibCore+LookupServer: Implement and use UDPServer::send
|
2021-12-16 22:21:35 +03:30 |
UmaskScope.h
|
LibCore: Add Core::UmaskScope to set and unset a temporary umask
|
2022-01-02 18:08:02 +01:00 |
Version.cpp
|
LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods
|
2022-02-16 19:49:41 -05:00 |
Version.h
|
|
|