tangled
alpha
login
or
join now
jcs.org
/
serenity
0
fork
atom
Serenity Operating System
0
fork
atom
overview
issues
pulls
pipelines
serenity
/
Userland
/
Libraries
/
LibCore
/
at
master
95 files
Account.cpp
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
3 years ago
Account.h
LibCore: Add a deleted state for `Account`
3 years ago
AnonymousBuffer.cpp
LibCore: Convert AnonymousBuffer to use System::anon_create
4 years ago
AnonymousBuffer.h
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
3 years ago
ArgsParser.cpp
LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialog
3 years ago
ArgsParser.h
LibCore+Userland: Remove ArgsParser::add*(Vector<char const*>&)
3 years ago
CMakeLists.txt
LibCore: Expose file type from DirIterator
3 years ago
Command.cpp
LibCore: Rename `File` to `DeprecatedFile`
3 years ago
Command.h
AK+Everywhere: Rename String to DeprecatedString
3 years ago
ConfigFile.cpp
Everywhere: Remove unintentional partial stream reads and writes
3 years ago
ConfigFile.h
LibCore: Remove `Stream.h`
3 years ago
DateTime.cpp
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
3 years ago
DateTime.h
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
3 years ago
Debounce.h
LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr
3 years ago
DeferredInvocationContext.h
Libraries: Use default constructors/destructors in LibCore
4 years ago
DeprecatedFile.cpp
LibCore+Everywhere: Return an Error from DirIterator::error()
3 years ago
DeprecatedFile.h
LibCore: Move Stream-based file into the `Core` namespace
3 years ago
DirIterator.cpp
LibCore+Everywhere: Return an Error from DirIterator::error()
3 years ago
DirIterator.h
LibCore+Everywhere: Return an Error from DirIterator::error()
3 years ago
Directory.cpp
LibCore: Introduce a new directory iteration API
3 years ago
Directory.h
LibCore: Introduce a new directory iteration API
3 years ago
DirectoryEntry.cpp
LibCore: Don't use DT_WHT in DirectoryEntry on OpenBSD
3 years ago
DirectoryEntry.h
LibCore: Expose file type from DirIterator
3 years ago
ElapsedTimer.cpp
LibCore+LibWeb: Use AK::Time instead of timeval in Core::ElapsedTimer
3 years ago
ElapsedTimer.h
LibCore+LibWeb: Use AK::Time instead of timeval in Core::ElapsedTimer
3 years ago
Event.cpp
Everywhere: Run clang-format
4 years ago
Event.h
AK+Everywhere: Rename String to DeprecatedString
3 years ago
EventLoop.cpp
Everywhere: Remove unintentional partial stream reads and writes
3 years ago
EventLoop.h
LibCore: Allow EventLoop to manage and cancel promises
3 years ago
File.cpp
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
3 years ago
File.h
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
3 years ago
FilePermissionsMask.cpp
LibCore: Implement four-digit modes for `FilePermissionsMask` parsing
3 years ago
FilePermissionsMask.h
AK+Everywhere: Rename String to DeprecatedString
3 years ago
FileWatcher.h
LibCore: Allow subclassing FileWatcher
3 years ago
FileWatcherLinux.cpp
LibCore+ConfigServer: Add FileWatcherFlags to replace InodeWatcherFlags
3 years ago
FileWatcherMacOS.mm
LibCore: Implement FileWatcher for macOS
3 years ago
FileWatcherSerenity.cpp
LibCore+ConfigServer: Add FileWatcherFlags to replace InodeWatcherFlags
3 years ago
FileWatcherUnimplemented.cpp
LibCore+ConfigServer: Add FileWatcherFlags to replace InodeWatcherFlags
3 years ago
Forward.h
LibCore: Add Promise to the forward declare header
3 years ago
GetPassword.cpp
LibCore: Propagate errors in SecretString
3 years ago
GetPassword.h
LibCore: Use ErrorOr<T> for Core::get_password()
4 years ago
Group.cpp
LibCore+Utilities: Replace uses of strpbrk with find_any_of()
3 years ago
Group.h
AK+Everywhere: Rename String to DeprecatedString
3 years ago
IODevice.cpp
AK+Everywhere: Rename String to DeprecatedString
3 years ago
IODevice.h
AK: Move `Stream` and `SeekableStream` from `LibCore`
3 years ago
LocalServer.cpp
LibCore: Remove `Stream.h`
3 years ago
LocalServer.h
LibCore: Remove `Stream.h`
3 years ago
LockFile.cpp
LibCore+Userland: Remove File::ensure_parent_directories
4 years ago
LockFile.h
Everywhere: Use my cool new @serenityos.org email address
4 years ago
MappedFile.cpp
LibCore: Add `MappedFile::map_from_file()`
3 years ago
MappedFile.h
LibCore: Add `MappedFile::map_from_file()`
3 years ago
MimeData.cpp
Base+Userland: Add support for QOA files everywhere
3 years ago
MimeData.h
LibCore: Use fallible version of StringBuilder::to_byte_buffer
3 years ago
NetworkJob.cpp
Everywhere: Remove the `AK::` qualifier from Stream usages
3 years ago
NetworkJob.h
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
3 years ago
NetworkResponse.h
Libraries: Use default constructors/destructors in LibCore
4 years ago
Notifier.cpp
LibCore: Remove unused header includes
4 years ago
Notifier.h
Everything: Move to SPDX license identifiers in all files.
5 years ago
Object.cpp
Everywhere: Stop using NonnullRefPtrVector
3 years ago
Object.h
Everywhere: Remove NonnullRefPtr.h includes
3 years ago
Process.cpp
Everywhere: Use _{short_,}string to create Strings from literals
3 years ago
Process.h
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
3 years ago
ProcessStatisticsReader.cpp
LibCore: Move Stream-based file into the `Core` namespace
3 years ago
ProcessStatisticsReader.h
LibCore: Remove `Stream.h`
3 years ago
Promise.h
LibCore+Userland: Make Promise's on_resolve fallible
3 years ago
Property.cpp
AK+Everywhere: Rename String to DeprecatedString
3 years ago
Property.h
LibCore: Support write-only Object properties
3 years ago
Proxy.h
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
3 years ago
SOCKSProxyClient.cpp
LibCore: Use length-checking stream reads and writes for SOCKS5
3 years ago
SOCKSProxyClient.h
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
3 years ago
SecretString.cpp
LibCore: Propagate errors in SecretString
3 years ago
SecretString.h
LibCore: Propagate errors in SecretString
3 years ago
SessionManagement.cpp
Kernel+LibCore: Make %sid path parsing not take ages
3 years ago
SessionManagement.h
AK+Everywhere: Rename String to DeprecatedString
3 years ago
SharedCircularQueue.h
LibCore: Remove `try_` prefix from fallible SharedCircularQueue methods
3 years ago
Socket.cpp
LibCore: Implement socket credentials for Solaris
3 years ago
Socket.h
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
3 years ago
SocketAddress.h
Everywhere: Rename to_{string => deprecated_string}() where applicable
3 years ago
StandardPaths.cpp
Everywhere: Use _{short_,}string to create Strings from literals
3 years ago
StandardPaths.h
LibCore: Add StandardPaths::font_directories()
3 years ago
System.cpp
Kernel+Userland: Add support for using the PCSpeaker with various tones
3 years ago
System.h
Kernel+Userland: Add support for using the PCSpeaker with various tones
3 years ago
SystemServerTakeover.cpp
LibCore: Move Stream-based sockets into the `Core` namespace
3 years ago
SystemServerTakeover.h
LibCore: Remove `Stream.h`
3 years ago
TCPServer.cpp
LibCore: Move Stream-based sockets into the `Core` namespace
3 years ago
TCPServer.h
LibCore: Remove `Stream.h`
3 years ago
TempFile.cpp
LibCore: Rename `File` to `DeprecatedFile`
3 years ago
TempFile.h
AK+Everywhere: Rename String to DeprecatedString
3 years ago
Timer.cpp
LibCore+Userland: Don't auto-start new Core::Timers
3 years ago
Timer.h
LibCore+Userland: Don't auto-start new Core::Timers
3 years ago
UDPServer.cpp
LibCore: Make UDPServer::receive() return ErrorOr<ByteBuffer>
3 years ago
UDPServer.h
LibCore: Make UDPServer::receive() return ErrorOr<ByteBuffer>
3 years ago
UmaskScope.h
Everywhere: Fix order of includes and #pragma once
3 years ago
Version.cpp
LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialog
3 years ago
Version.h
LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialog
3 years ago