.. |
Account.cpp
|
LaunchServer+SystemServer: Move the portal to a user-specific directory
|
2022-07-19 11:15:14 +01:00 |
Account.h
|
LibCore: Add FIXME note about converting Core::Account to use StringView
|
2022-07-12 23:11:35 +02:00 |
AnonymousBuffer.cpp
|
|
|
AnonymousBuffer.h
|
Everywhere: Run clang-format
|
2022-04-01 21:24:45 +01:00 |
ArgsParser.cpp
|
LibCore: Add support for long integral types to ArgsParser
|
2022-07-21 16:37:04 +02:00 |
ArgsParser.h
|
LibCore: Implement integral ArgsParser options through a template
|
2022-07-21 16:37:04 +02:00 |
CMakeLists.txt
|
LibCore: Add support for compiling for Android with API Version >= 30
|
2022-07-19 10:44:02 +01:00 |
Command.cpp
|
Everywhere: Split Error::from_string_literal and Error::from_string_view
|
2022-07-12 23:11:35 +02:00 |
Command.h
|
|
|
ConfigFile.cpp
|
LibCore: Remove ConfigFile::write_color_entry()
|
2022-06-05 22:42:35 +01:00 |
ConfigFile.h
|
LibCore: Remove ConfigFile::write_color_entry()
|
2022-06-05 22:42:35 +01:00 |
DateTime.cpp
|
LibCore: Do not refer to extern int daylight in DateTime::to_string
|
2022-07-19 12:39:24 +02:00 |
DateTime.h
|
Userland: Remove a few gratuitous IPC namespace qualifiers
|
2022-04-03 15:18:20 +01:00 |
Debounce.h
|
LibCore: Add Core::debounce(function, timeout)
|
2022-07-19 11:10:02 +01:00 |
DeferredInvocationContext.h
|
|
|
Directory.cpp
|
LibCore: Add an optional permissions mask to Directory::create()
|
2022-04-13 16:00:17 +02:00 |
Directory.h
|
Meta+Userland: Simplify some formatters
|
2022-07-12 23:11:35 +02:00 |
DirIterator.cpp
|
|
|
DirIterator.h
|
Everywhere: Run clang-format
|
2022-04-01 21:24:45 +01:00 |
ElapsedTimer.cpp
|
|
|
ElapsedTimer.h
|
|
|
Event.cpp
|
Everywhere: Run clang-format
|
2022-04-01 21:24:45 +01:00 |
Event.h
|
Everywhere: Run clang-format
|
2022-04-01 21:24:45 +01:00 |
EventLoop.cpp
|
LibAudio: Prevent racy eternal deadlock of the audio enqueue thread
|
2022-07-22 19:35:41 +01:00 |
EventLoop.h
|
LibAudio: Prevent racy eternal deadlock of the audio enqueue thread
|
2022-07-22 19:35:41 +01:00 |
File.cpp
|
LibCore: Add File::is_{block,char}_device() helpers
|
2022-07-21 20:13:44 +01:00 |
File.h
|
LibCore: Add File::is_{block,char}_device() helpers
|
2022-07-21 20:13:44 +01:00 |
FilePermissionsMask.cpp
|
Everywhere: Split Error::from_string_literal and Error::from_string_view
|
2022-07-12 23:11:35 +02:00 |
FilePermissionsMask.h
|
|
|
FileStream.h
|
Everywhere: Run clang-format
|
2022-04-01 21:24:45 +01:00 |
FileWatcher.cpp
|
Everywhere: Explicitly specify the size in StringView constructors
|
2022-07-12 23:11:35 +02:00 |
FileWatcher.h
|
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
2022-07-12 23:11:35 +02:00 |
Forward.h
|
|
|
GetPassword.cpp
|
|
|
GetPassword.h
|
|
|
Group.cpp
|
LibCore: Add support for compiling for Android with API Version >= 30
|
2022-07-19 10:44:02 +01:00 |
Group.h
|
LibCore: Add support for compiling for Android with API Version >= 30
|
2022-07-19 10:44:02 +01:00 |
InputBitStream.h
|
LibCore: Add LittleEndianInputBitStream
|
2022-05-21 22:41:40 +02:00 |
IODevice.cpp
|
Everywhere: Run clang-format
|
2022-04-01 21:24:45 +01:00 |
IODevice.h
|
Everywhere: Run clang-format
|
2022-04-01 21:24:45 +01:00 |
LocalServer.cpp
|
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
2022-07-12 23:11:35 +02:00 |
LocalServer.h
|
Everywhere: Run clang-format
|
2022-04-01 21:24:45 +01:00 |
LockFile.cpp
|
LibCore+Userland: Remove File::ensure_parent_directories
|
2022-04-11 00:08:48 +02:00 |
LockFile.h
|
|
|
MappedFile.cpp
|
LibCore+LibGfx: Pass file-path as StringView
|
2022-06-14 23:00:52 +02:00 |
MappedFile.h
|
LibCore+LibGfx: Pass file-path as StringView
|
2022-06-14 23:00:52 +02:00 |
MemoryStream.h
|
Everywhere: Split Error::from_string_literal and Error::from_string_view
|
2022-07-12 23:11:35 +02:00 |
MimeData.cpp
|
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
2022-07-12 23:11:35 +02:00 |
MimeData.h
|
Everywhere: Run clang-format
|
2022-04-01 21:24:45 +01:00 |
NetworkJob.cpp
|
Everywhere: Run clang-format
|
2022-04-01 21:24:45 +01:00 |
NetworkJob.h
|
Everywhere: Run clang-format
|
2022-04-01 21:24:45 +01:00 |
NetworkResponse.h
|
|
|
Notifier.cpp
|
|
|
Notifier.h
|
|
|
Object.cpp
|
Everywhere: Run clang-format
|
2022-04-01 21:24:45 +01:00 |
Object.h
|
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
2022-07-12 23:11:35 +02:00 |
Process.cpp
|
Userland: Remove erroneous String -> char* -> StringView conversions
|
2022-07-12 23:11:35 +02:00 |
Process.h
|
LibCore: Return ErrorOr<pid_t> and support arguments in Process::spawn
|
2022-05-25 23:14:22 +01:00 |
ProcessStatisticsReader.cpp
|
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
2022-07-12 23:11:35 +02:00 |
ProcessStatisticsReader.h
|
|
|
Promise.h
|
|
|
Property.cpp
|
Everywhere: Run clang-format
|
2022-04-01 21:24:45 +01:00 |
Property.h
|
Everywhere: Run clang-format
|
2022-04-01 21:24:45 +01:00 |
Proxy.h
|
pro: Accept an optional proxy to tunnel the download through
|
2022-04-09 12:21:43 +02:00 |
SecretString.cpp
|
|
|
SecretString.h
|
Everywhere: Run clang-format
|
2022-04-01 21:24:45 +01:00 |
SharedCircularQueue.h
|
Everywhere: Split Error::from_string_literal and Error::from_string_view
|
2022-07-12 23:11:35 +02:00 |
SocketAddress.h
|
Everywhere: Run clang-format
|
2022-04-01 21:24:45 +01:00 |
SOCKSProxyClient.cpp
|
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
2022-07-12 23:11:35 +02:00 |
SOCKSProxyClient.h
|
LibCore+Everywhere: Make Core::Stream::read() return Bytes
|
2022-04-16 13:27:51 -04:00 |
StandardPaths.cpp
|
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
2022-07-12 23:11:35 +02:00 |
StandardPaths.h
|
|
|
Stream.cpp
|
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
2022-07-12 23:11:35 +02:00 |
Stream.h
|
LibCore: Avoid some successive allocations in Stream::read_all()
|
2022-06-27 20:22:15 +01:00 |
System.cpp
|
LibCore: Add System::link()
|
2022-07-25 22:21:01 +01:00 |
System.h
|
LibCore: Add System::link()
|
2022-07-25 22:21:01 +01:00 |
SystemServerTakeover.cpp
|
Everywhere: Split Error::from_string_literal and Error::from_string_view
|
2022-07-12 23:11:35 +02:00 |
SystemServerTakeover.h
|
|
|
TCPServer.cpp
|
|
|
TCPServer.h
|
|
|
TempFile.cpp
|
|
|
TempFile.h
|
|
|
Timer.cpp
|
|
|
Timer.h
|
|
|
UDPServer.cpp
|
Everywhere: Run clang-format
|
2022-04-01 21:24:45 +01:00 |
UDPServer.h
|
Everywhere: Run clang-format
|
2022-04-01 21:24:45 +01:00 |
UmaskScope.h
|
|
|
Version.cpp
|
|
|
Version.h
|
|
|