.. |
Platform
|
383c15b22e
LibCore: Prefix AK::Duration with AK Namespace
|
hace 1 año |
Account.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
hace 1 año |
Account.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
hace 1 año |
AnonymousBuffer.cpp
|
1cd3826ad6
Userland+Tests: Don't use MAP_FILE when mmap-ing
|
hace 1 año |
AnonymousBuffer.h
|
ab99ed5fba
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
|
hace 2 años |
ArgsParser.cpp
|
abf35f5bd6
LibCore: Support Optional<StringView> as an argument to ArgsParser
|
hace 1 año |
ArgsParser.h
|
88b343061e
LibCore: Make short_name optional for ArgsParser
|
hace 1 año |
CMakeLists.txt
|
bd97442771
Meta: Add vulkan and vulkan-headers to vcpkg dependencies
|
hace 1 año |
Command.cpp
|
c23060e21b
Userland: Avoid some now-unneeded explicit conversions to Bytes
|
hace 1 año |
Command.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
hace 1 año |
ConfigFile.cpp
|
c23060e21b
Userland: Avoid some now-unneeded explicit conversions to Bytes
|
hace 1 año |
ConfigFile.h
|
e2e7c4d574
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
hace 1 año |
DateTime.cpp
|
672a555f98
LibCore+LibJS+LibUnicode: Port retrieving time zone offsets to ICU
|
hace 1 año |
DateTime.h
|
b169ffd1cf
LibCore: Allow formatting a DateTime in GMT
|
hace 1 año |
Debounce.h
|
1cb5385a29
LibCore: Stop obsessing about tiny OOMs in Core::Timer
|
hace 1 año |
DeferredInvocationContext.h
|
5a85067b49
Revert "LibCore: Add Core::deferred_invoke_if(F, Condition)"
|
hace 1 año |
DirIterator.cpp
|
603516e8c0
LibCore: Add new flag for DirIterator to not use fstatat
|
hace 1 año |
DirIterator.h
|
603516e8c0
LibCore: Add new flag for DirIterator to not use fstatat
|
hace 1 año |
Directory.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
hace 1 año |
Directory.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
hace 1 año |
DirectoryEntry.cpp
|
d568b09632
LibCore: Add methods to convert DirectoryEntry types to names
|
hace 1 año |
DirectoryEntry.h
|
d568b09632
LibCore: Add methods to convert DirectoryEntry types to names
|
hace 1 año |
ElapsedTimer.cpp
|
383c15b22e
LibCore: Prefix AK::Duration with AK Namespace
|
hace 1 año |
ElapsedTimer.h
|
383c15b22e
LibCore: Prefix AK::Duration with AK Namespace
|
hace 1 año |
Environment.cpp
|
405ce6e5f5
LibCore: Be more BSD-friendly in Core::Environment
|
hace 1 año |
Environment.h
|
b9dc2d7ebf
LibCore: Introduce Core::Environment wrapper
|
hace 1 año |
Event.cpp
|
ddbe6bd7b4
Userland: Rename Core::Object to Core::EventReceiver
|
hace 2 años |
Event.h
|
21097d1c9e
LibCore+Ladybird: Don't store timer_id in Core::TimerEvent
|
hace 1 año |
EventLoop.cpp
|
5a85067b49
Revert "LibCore: Add Core::deferred_invoke_if(F, Condition)"
|
hace 1 año |
EventLoop.h
|
a98ad191c7
Userland: Add ESCAPING annotations to a bunch of places
|
hace 1 año |
EventLoopImplementation.cpp
|
b61a87c03c
LibCore: Move post_event() back to EventLoopImplementation
|
hace 2 años |
EventLoopImplementation.h
|
b77996884e
LibCore+Ladybird: Don't force timer ids to be integer just to remap them
|
hace 1 año |
EventLoopImplementationUnix.cpp
|
383c15b22e
LibCore: Prefix AK::Duration with AK Namespace
|
hace 1 año |
EventLoopImplementationUnix.h
|
a973fe13cb
LibCore: Use Core::System::pipe2 for creating the event loops waking FDs
|
hace 1 año |
EventReceiver.cpp
|
61148e9bc2
LibCore: Ignore timer events after stop() has been called
|
hace 1 año |
EventReceiver.h
|
e1598233e1
LibCore: Remove unnecessary or invalid write after child remove
|
hace 1 año |
File.cpp
|
10edd38543
LibCore: Keep track of file offset to avoid system call for tell()
|
hace 2 años |
File.h
|
001ea22917
AK+LibCore: Make output buffered stream seekable
|
hace 1 año |
FilePermissionsMask.cpp
|
6c4b5775e1
LibCore: Implement four-digit modes for `FilePermissionsMask` parsing
|
hace 3 años |
FilePermissionsMask.h
|
560133a0c6
Everywhere: Remove unused DeprecatedString includes
|
hace 2 años |
FileWatcher.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
hace 1 año |
FileWatcherLinux.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
hace 1 año |
FileWatcherMacOS.mm
|
8082daaa3f
LibAudio+LibCore: Remove workarounds for system header conflicts
|
hace 1 año |
FileWatcherUnimplemented.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
hace 1 año |
Forward.h
|
4cc3d598f9
LibWebView+LibCore: Manage process lifecycle using a SIGCHLD handler
|
hace 1 año |
GetPassword.cpp
|
ccc871e608
LibCore: Propagate errors in SecretString
|
hace 2 años |
GetPassword.h
|
e76b21a66f
LibCore: Use ErrorOr<T> for Core::get_password()
|
hace 3 años |
Group.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
hace 1 año |
Group.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
hace 1 año |
IOSurface.cpp
|
79acb998e1
LibCore+LibWeb: Use Metal backend for Skia painter on macOS
|
hace 1 año |
IOSurface.h
|
79acb998e1
LibCore+LibWeb: Use Metal backend for Skia painter on macOS
|
hace 1 año |
LocalServer.cpp
|
70149079e4
LibCore: Add initializer for LocalServer from already connected socket
|
hace 1 año |
LocalServer.h
|
70149079e4
LibCore: Add initializer for LocalServer from already connected socket
|
hace 1 año |
LockFile.cpp
|
5319e3a03f
LibCore+Userland: Remove File::ensure_parent_directories
|
hace 3 años |
LockFile.h
|
33d7fdca28
Everywhere: Use my cool new @serenityos.org email address
|
hace 3 años |
MachPort.cpp
|
9d2d78c57c
LibCore: Make MachPort build on GNU Mach
|
hace 1 año |
MachPort.h
|
e37071ae05
LibCore: Add a wrapper for IOSurface
|
hace 1 año |
MappedFile.cpp
|
b00476abac
AK: Use an enum to specify the open mode instead of a bool
|
hace 1 año |
MappedFile.h
|
b00476abac
AK: Use an enum to specify the open mode instead of a bool
|
hace 1 año |
MetalContext.h
|
79acb998e1
LibCore+LibWeb: Use Metal backend for Skia painter on macOS
|
hace 1 año |
MetalContext.mm
|
79acb998e1
LibCore+LibWeb: Use Metal backend for Skia painter on macOS
|
hace 1 año |
MimeData.cpp
|
7141319a7c
LibGfx: Remove DDS image format support
|
hace 1 año |
MimeData.h
|
e800605ad3
AK+LibURL: Move AK::URL into a new URL library
|
hace 1 año |
NetworkJob.cpp
|
bf1f631f25
Everywhere: Write dtors for types with incomplete members out-of-line
|
hace 1 año |
NetworkJob.h
|
bf1f631f25
Everywhere: Write dtors for types with incomplete members out-of-line
|
hace 1 año |
NetworkResponse.h
|
ea58b8d927
Libraries: Use default constructors/destructors in LibCore
|
hace 3 años |
Notifier.cpp
|
77e4f0d7d8
LibCore: Allow listening for multiple conditions using a single Notifier
|
hace 1 año |
Notifier.h
|
96c7e83345
LibCore: Make Timers and Notifiers aware of threads
|
hace 1 año |
Process.cpp
|
4cc3d598f9
LibWebView+LibCore: Manage process lifecycle using a SIGCHLD handler
|
hace 1 año |
Process.h
|
5f06594bbd
LibCore: Include full definition for LocalSocket
|
hace 1 año |
ProcessStatisticsReader.cpp
|
5ed7cd6e32
Everywhere: Use east const in more places
|
hace 1 año |
ProcessStatisticsReader.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
hace 1 año |
Promise.h
|
c190294a76
LibCore: Fix compilation of infallible Promise::when_resolved handlers
|
hace 1 año |
Proxy.h
|
e800605ad3
AK+LibURL: Move AK::URL into a new URL library
|
hace 1 año |
Resource.cpp
|
28307d0db6
LibCore: Add modified time to Resource
|
hace 1 año |
Resource.h
|
28307d0db6
LibCore: Add modified time to Resource
|
hace 1 año |
ResourceImplementation.cpp
|
28307d0db6
LibCore: Add modified time to Resource
|
hace 1 año |
ResourceImplementation.h
|
28307d0db6
LibCore: Add modified time to Resource
|
hace 1 año |
ResourceImplementationFile.cpp
|
28307d0db6
LibCore: Add modified time to Resource
|
hace 1 año |
ResourceImplementationFile.h
|
98a82565cd
LibCore: Do not return an Optional from Resource:::filesystem_path
|
hace 1 año |
SOCKSProxyClient.cpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
hace 1 año |
SOCKSProxyClient.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
hace 1 año |
SecretString.cpp
|
ccc871e608
LibCore: Propagate errors in SecretString
|
hace 2 años |
SecretString.h
|
2ebd79bc76
LibCore: Use AK_MAKE_DEFAULT_MOVABLE to avoid mistakes in default impls
|
hace 2 años |
SessionManagement.cpp
|
126cbce632
Meta: Remove empty LibSystem library and references
|
hace 1 año |
SessionManagement.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
hace 1 año |
SharedCircularQueue.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
hace 1 año |
Socket.cpp
|
383c15b22e
LibCore: Prefix AK::Duration with AK Namespace
|
hace 1 año |
Socket.h
|
383c15b22e
LibCore: Prefix AK::Duration with AK Namespace
|
hace 1 año |
SocketAddress.h
|
ab82fc8993
LibCore: Support IPv6 for TCP and UDP connection
|
hace 1 año |
StandardPaths.cpp
|
cdd91f4b48
Ladybird+LibCore+Meta: Update font paths and names for Android
|
hace 1 año |
StandardPaths.h
|
c8dc77a552
LibCore: Add Music, Pictures and Videos user directory helpers
|
hace 1 año |
System.cpp
|
f98e28912a
LibCore: Only include BeepInstruction in System.cpp on Serenity
|
hace 1 año |
System.h
|
2770b7eecd
LibCore: Null-check struct addrinfo to avoid freeaddrinfo(NULL)
|
hace 1 año |
SystemServerTakeover.cpp
|
e2e7c4d574
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
hace 1 año |
SystemServerTakeover.h
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
hace 1 año |
TCPServer.cpp
|
fd694e8672
AK+Lagom: Make it possible to build for iOS
|
hace 1 año |
TCPServer.h
|
ddbe6bd7b4
Userland: Rename Core::Object to Core::EventReceiver
|
hace 2 años |
ThreadEventQueue.cpp
|
920f470735
LibCore: Fix some thread-related memory/object leaks
|
hace 1 año |
ThreadEventQueue.h
|
ddbe6bd7b4
Userland: Rename Core::Object to Core::EventReceiver
|
hace 2 años |
ThreadedPromise.h
|
ddbe6bd7b4
Userland: Rename Core::Object to Core::EventReceiver
|
hace 2 años |
Timer.cpp
|
1cb5385a29
LibCore: Stop obsessing about tiny OOMs in Core::Timer
|
hace 1 año |
Timer.h
|
1cb5385a29
LibCore: Stop obsessing about tiny OOMs in Core::Timer
|
hace 1 año |
UDPServer.cpp
|
ddbe6bd7b4
Userland: Rename Core::Object to Core::EventReceiver
|
hace 2 años |
UDPServer.h
|
ddbe6bd7b4
Userland: Rename Core::Object to Core::EventReceiver
|
hace 2 años |
UmaskScope.h
|
c214d31c5e
Everywhere: Fix order of includes and #pragma once
|
hace 2 años |
Version.cpp
|
7e8dfe758c
LibCore: Add a small library with only ArgsParser for DynamicLoader
|
hace 1 año |
Version.h
|
d0977ac566
LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialog
|
hace 2 años |
VulkanContext.cpp
|
c62240aa80
Everywhere: Warn on function definitions without prototypes
|
hace 1 año |
VulkanContext.h
|
e713de115c
LibWeb+LibCore: Use Vulkan backend for Skia on Linux
|
hace 1 año |