.. |
Account.cpp
|
df04283d61
LibCore: Make Account::authenticate take a SecretString
|
3 年之前 |
Account.h
|
df04283d61
LibCore: Make Account::authenticate take a SecretString
|
3 年之前 |
AnonymousBuffer.cpp
|
176e1cbca7
LibCore: Remove unused header includes
|
4 年之前 |
AnonymousBuffer.h
|
4cb0bbef9d
LibCore: Make Core::AnonymousBuffer moveable
|
4 年之前 |
ArgsParser.cpp
|
2e4ec891da
Everywhere: Fix format-vulnerabilities
|
3 年之前 |
ArgsParser.h
|
f25be94487
LibCore: Make --version print same version as in LibGUI's About dialogs
|
4 年之前 |
CMakeLists.txt
|
3bf6902790
LibCore: Add SecretString, a buffer that is zero'd on destruction
|
3 年之前 |
Command.cpp
|
176e1cbca7
LibCore: Remove unused header includes
|
4 年之前 |
Command.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
ConfigFile.cpp
|
a501b903b5
LibCore: Set file offset in ConfigFile::sync
|
3 年之前 |
ConfigFile.h
|
acde7d12b0
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
|
4 年之前 |
DateTime.cpp
|
95bc8e4641
LibCore: Make DateTime's members signed
|
4 年之前 |
DateTime.h
|
95bc8e4641
LibCore: Make DateTime's members signed
|
4 年之前 |
DeferredInvocationContext.h
|
e9121f8b1f
LibCore+Userland: Implement Core::deferred_invoke
|
3 年之前 |
DirIterator.cpp
|
e4a55404f1
LibCore: Avoid duplicate '/' in DirIterator::next_full_path()
|
4 年之前 |
DirIterator.h
|
758085571f
LibCore: Expose DirIterator's underlying file descriptor
|
4 年之前 |
ElapsedTimer.cpp
|
a2ee387683
LibCore: Add factory to create and start a new ElapsedTimer
|
3 年之前 |
ElapsedTimer.h
|
a2ee387683
LibCore: Add factory to create and start a new ElapsedTimer
|
3 年之前 |
Event.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Event.h
|
e9121f8b1f
LibCore+Userland: Implement Core::deferred_invoke
|
3 年之前 |
EventLoop.cpp
|
e9121f8b1f
LibCore+Userland: Implement Core::deferred_invoke
|
3 年之前 |
EventLoop.h
|
e9121f8b1f
LibCore+Userland: Implement Core::deferred_invoke
|
3 年之前 |
File.cpp
|
fd3735199b
LibCore: Fix link_file inverting src and dst paths on duplicate names
|
3 年之前 |
File.h
|
13f4890c38
LibCore: Make Core::File::open() return OSError in case of failure
|
4 年之前 |
FileStream.h
|
13f4890c38
LibCore: Make Core::File::open() return OSError in case of failure
|
4 年之前 |
FileWatcher.cpp
|
176e1cbca7
LibCore: Remove unused header includes
|
4 年之前 |
FileWatcher.h
|
2159f90e00
Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0
|
4 年之前 |
Forward.h
|
e9121f8b1f
LibCore+Userland: Implement Core::deferred_invoke
|
3 年之前 |
GetPassword.cpp
|
9e667453c7
LibCore: Make get_password return SecretString instead of String
|
3 年之前 |
GetPassword.h
|
9e667453c7
LibCore: Make get_password return SecretString instead of String
|
3 年之前 |
IODevice.cpp
|
97e97bccab
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
|
3 年之前 |
IODevice.h
|
fbfd0ed5ab
LibCore: Open files with O_CLOEXEC by default
|
4 年之前 |
LocalServer.cpp
|
871ef7a735
AK+LibCore: Standardize on AK_OS_MACOS instead of __APPLE__
|
3 年之前 |
LocalServer.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
LocalSocket.cpp
|
972e5d7292
LibCore: Add peer pid retrieval for LocalSocket
|
4 年之前 |
LocalSocket.h
|
972e5d7292
LibCore: Add peer pid retrieval for LocalSocket
|
4 年之前 |
LockFile.cpp
|
33d7fdca28
Everywhere: Use my cool new @serenityos.org email address
|
3 年之前 |
LockFile.h
|
33d7fdca28
Everywhere: Use my cool new @serenityos.org email address
|
3 年之前 |
MimeData.cpp
|
cb8d0c8d0d
LibCore+Userland: Add 13 more detectable file types
|
4 年之前 |
MimeData.h
|
cf5f3a9874
LibCore: Implement basic mime type guessing based on binary patterns
|
4 年之前 |
NetworkJob.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
NetworkJob.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
NetworkResponse.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
NetworkResponse.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Notifier.cpp
|
176e1cbca7
LibCore: Remove unused header includes
|
4 年之前 |
Notifier.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Object.cpp
|
5a0cdb15b0
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
|
3 年之前 |
Object.h
|
5a0cdb15b0
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
|
3 年之前 |
Process.cpp
|
f5c3225286
LibCore: Explicitly declare `environ` in Process.cpp to unbreak macOS
|
4 年之前 |
Process.h
|
6e65b36973
LibCore: Add Core::Process::spawn()
|
4 年之前 |
ProcessStatisticsReader.cpp
|
a635ff4e60
Everywhere: Make tracking cpu usage independent from system ticks
|
4 年之前 |
ProcessStatisticsReader.h
|
a635ff4e60
Everywhere: Make tracking cpu usage independent from system ticks
|
4 年之前 |
Promise.h
|
2eb93f2628
LibCore+LibIMAP: Move Promise to LibCore
|
4 年之前 |
Property.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Property.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
SecretString.cpp
|
0f749681a9
Everywhere: Use my fancy new serenityos.org email :^)
|
3 年之前 |
SecretString.h
|
3bf6902790
LibCore: Add SecretString, a buffer that is zero'd on destruction
|
3 年之前 |
Socket.cpp
|
d456af1cd3
LibCore+LibHTTP: Check the status of the socket after EINPROGRESS
|
4 年之前 |
Socket.h
|
d456af1cd3
LibCore+LibHTTP: Check the status of the socket after EINPROGRESS
|
4 年之前 |
SocketAddress.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
StandardPaths.cpp
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
StandardPaths.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
TCPServer.cpp
|
63b1296821
LibCore: Allow TCPServer to be blocking
|
4 年之前 |
TCPServer.h
|
63b1296821
LibCore: Allow TCPServer to be blocking
|
4 年之前 |
TCPSocket.cpp
|
a91a49337c
LibCore+Everywhere: Move OpenMode out of IODevice
|
4 年之前 |
TCPSocket.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Timer.cpp
|
ae9e352104
LibCore: Add unit to Core::Timer interval arguments
|
4 年之前 |
Timer.h
|
ae9e352104
LibCore: Add unit to Core::Timer interval arguments
|
4 年之前 |
UDPServer.cpp
|
97e97bccab
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
|
3 年之前 |
UDPServer.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
UDPSocket.cpp
|
a91a49337c
LibCore+Everywhere: Move OpenMode out of IODevice
|
4 年之前 |
UDPSocket.h
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Version.cpp
|
7742f37c10
LibCore: Refactor a version-reading utility
|
3 年之前 |
Version.h
|
7742f37c10
LibCore: Refactor a version-reading utility
|
3 年之前 |