.. |
Account.cpp
|
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2023-01-27 20:38:49 +00:00 |
Account.h
|
LibCore: Add a deleted state for Account
|
2022-12-31 04:24:05 -07:00 |
AnonymousBuffer.cpp
|
|
|
AnonymousBuffer.h
|
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
|
2023-01-04 11:49:15 +01:00 |
ArgsParser.cpp
|
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2023-01-27 20:38:49 +00:00 |
ArgsParser.h
|
Everywhere: Use C++ concepts instead of requires clauses
|
2022-12-09 11:25:30 +00:00 |
CMakeLists.txt
|
LibCore: Implement FileWatcher for macOS
|
2023-01-19 11:29:48 +00:00 |
Command.cpp
|
|
|
Command.h
|
|
|
ConfigFile.cpp
|
AK: Move Stream and SeekableStream from LibCore
|
2023-01-29 19:16:44 -07:00 |
ConfigFile.h
|
LibConfig+LibCore+ConfigServer: Support u32 configuration entries
|
2022-12-23 23:26:21 +01:00 |
DateTime.cpp
|
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2023-01-27 20:38:49 +00:00 |
DateTime.h
|
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
|
2023-01-04 11:49:15 +01:00 |
Debounce.h
|
LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr
|
2023-01-12 11:25:51 +01:00 |
DeferredInvocationContext.h
|
|
|
Directory.cpp
|
|
|
Directory.h
|
|
|
DirIterator.cpp
|
|
|
DirIterator.h
|
|
|
ElapsedTimer.cpp
|
LibCore+LibWeb: Use AK::Time instead of timeval in Core::ElapsedTimer
|
2023-01-07 14:51:04 +01:00 |
ElapsedTimer.h
|
LibCore+LibWeb: Use AK::Time instead of timeval in Core::ElapsedTimer
|
2023-01-07 14:51:04 +01:00 |
Event.cpp
|
|
|
Event.h
|
|
|
EventLoop.cpp
|
LibCore: Replace uses of JsonObject::get_deprecated()/get_ptr()
|
2023-01-26 09:57:14 -05:00 |
EventLoop.h
|
LibCore: Explain EventLoop and reorder some members in the header
|
2023-01-11 11:49:05 +01:00 |
File.cpp
|
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2023-01-27 20:38:49 +00:00 |
File.h
|
LibCore: Implement File::can_delete_or_move()
|
2023-01-24 20:13:30 +00:00 |
FilePermissionsMask.cpp
|
|
|
FilePermissionsMask.h
|
|
|
FileWatcher.h
|
LibCore: Allow subclassing FileWatcher
|
2023-01-19 11:29:48 +00:00 |
FileWatcherLinux.cpp
|
LibCore+ConfigServer: Add FileWatcherFlags to replace InodeWatcherFlags
|
2023-01-18 09:37:11 -05:00 |
FileWatcherMacOS.mm
|
LibCore: Implement FileWatcher for macOS
|
2023-01-19 11:29:48 +00:00 |
FileWatcherSerenity.cpp
|
LibCore+ConfigServer: Add FileWatcherFlags to replace InodeWatcherFlags
|
2023-01-18 09:37:11 -05:00 |
FileWatcherUnimplemented.cpp
|
LibCore+ConfigServer: Add FileWatcherFlags to replace InodeWatcherFlags
|
2023-01-18 09:37:11 -05:00 |
Forward.h
|
AK: Move Stream and SeekableStream from LibCore
|
2023-01-29 19:16:44 -07:00 |
GetPassword.cpp
|
Everywhere: Remove unused includes of LibC/stdlib.h
|
2023-01-02 20:27:20 -05:00 |
GetPassword.h
|
|
|
Group.cpp
|
LibCore: Call the mkstemp function in a slightly prettier way
|
2023-01-13 09:29:44 -05:00 |
Group.h
|
|
|
IODevice.cpp
|
|
|
IODevice.h
|
AK: Move Stream and SeekableStream from LibCore
|
2023-01-29 19:16:44 -07:00 |
LocalServer.cpp
|
|
|
LocalServer.h
|
|
|
LockFile.cpp
|
|
|
LockFile.h
|
|
|
MappedFile.cpp
|
|
|
MappedFile.h
|
|
|
MemoryStream.cpp
|
AK: Remove try_ prefix from FixedArray creation functions
|
2023-01-28 22:41:36 +01:00 |
MemoryStream.h
|
AK: Move Stream and SeekableStream from LibCore
|
2023-01-29 19:16:44 -07:00 |
MimeData.cpp
|
LibCore: Add MIME type string for TGA files
|
2023-01-20 15:13:31 +00:00 |
MimeData.h
|
LibCore: Return StringView from guess_mime_type_based_on_filename method
|
2023-01-20 15:13:31 +00:00 |
NetworkJob.cpp
|
AK: Move Stream and SeekableStream from LibCore
|
2023-01-29 19:16:44 -07:00 |
NetworkJob.h
|
AK: Move Stream and SeekableStream from LibCore
|
2023-01-29 19:16:44 -07:00 |
NetworkResponse.h
|
|
|
Notifier.cpp
|
|
|
Notifier.h
|
|
|
Object.cpp
|
LibCore+LibGUI: Add fallible versions of Widget::load_from_gml()
|
2023-01-01 09:55:05 -05:00 |
Object.h
|
LibCore: Replace uses of JsonObject::get_deprecated()/get_ptr()
|
2023-01-26 09:57:14 -05:00 |
Process.cpp
|
LibCore: Add nice get/set_process_name() wrappers in Core::Process
|
2023-01-25 14:27:45 +01:00 |
Process.h
|
LibCore: Add nice get/set_process_name() wrappers in Core::Process
|
2023-01-25 14:27:45 +01:00 |
ProcessStatisticsReader.cpp
|
AK: Move Stream and SeekableStream from LibCore
|
2023-01-29 19:16:44 -07:00 |
ProcessStatisticsReader.h
|
AK: Move Stream and SeekableStream from LibCore
|
2023-01-29 19:16:44 -07:00 |
Promise.h
|
|
|
Property.cpp
|
|
|
Property.h
|
LibCore: Support write-only Object properties
|
2022-12-09 00:05:30 +01:00 |
Proxy.h
|
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
|
2023-01-04 11:49:15 +01:00 |
SecretString.cpp
|
|
|
SecretString.h
|
|
|
SessionManagement.cpp
|
Kernel+LibCore: Make %sid path parsing not take ages
|
2023-01-10 19:32:31 +01:00 |
SessionManagement.h
|
|
|
SharedCircularQueue.h
|
LibCore: Remove try_ prefix from fallible SharedCircularQueue methods
|
2023-01-28 22:41:36 +01:00 |
SocketAddress.h
|
|
|
SOCKSProxyClient.cpp
|
LibCore: Use AllocatingMemoryStream for SOCKSProxyClient
|
2022-12-15 13:28:29 +00:00 |
SOCKSProxyClient.h
|
|
|
StandardPaths.cpp
|
LibCore: Add StandardPaths::font_directories()
|
2023-01-11 20:54:49 +00:00 |
StandardPaths.h
|
LibCore: Add StandardPaths::font_directories()
|
2023-01-11 20:54:49 +00:00 |
Stream.cpp
|
AK: Move Stream and SeekableStream from LibCore
|
2023-01-29 19:16:44 -07:00 |
Stream.h
|
AK: Move buffered streams from LibCore
|
2023-01-29 19:16:44 -07:00 |
System.cpp
|
AK: Remove try_ prefix from FixedArray creation functions
|
2023-01-28 22:41:36 +01:00 |
System.h
|
AK+Everywhere: Move custom deleter capability to OwnPtr
|
2022-12-17 16:00:08 -05:00 |
SystemServerTakeover.cpp
|
LibCore: Use ';' to split socket path in SOCKET_TAKEOVER
|
2022-12-15 12:33:36 -05:00 |
SystemServerTakeover.h
|
|
|
TCPServer.cpp
|
|
|
TCPServer.h
|
|
|
TempFile.cpp
|
LibCore: Use a StringView for the file path in File::remove
|
2022-12-23 10:38:14 -05:00 |
TempFile.h
|
|
|
Timer.cpp
|
LibCore+Userland: Don't auto-start new Core::Timers
|
2023-01-12 11:25:51 +01:00 |
Timer.h
|
LibCore+Userland: Don't auto-start new Core::Timers
|
2023-01-12 11:25:51 +01:00 |
UDPServer.cpp
|
LibCore: Make UDPServer::receive() return ErrorOr<ByteBuffer>
|
2022-12-20 10:45:20 +01:00 |
UDPServer.h
|
LibCore: Make UDPServer::receive() return ErrorOr<ByteBuffer>
|
2022-12-20 10:45:20 +01:00 |
UmaskScope.h
|
|
|
Version.cpp
|
|
|
Version.h
|
|
|