.. |
ArgsParser.cpp
|
fdfda6dec2
AK: Make string-to-number conversion helpers return Optional
|
5 yıl önce |
ArgsParser.h
|
1c4f38749e
LibCore: Allow ArgsParser::parse() to not exit on failure
|
5 yıl önce |
CMakeLists.txt
|
450a2a0f9c
Build: Switch to CMake :^)
|
5 yıl önce |
ConfigFile.cpp
|
fdfda6dec2
AK: Make string-to-number conversion helpers return Optional
|
5 yıl önce |
ConfigFile.h
|
d17e23bd27
LibCore: Remove leading C from filenames
|
5 yıl önce |
DateTime.cpp
|
d051fffe25
LibCore: Add a primitive comparison function to DateTime
|
5 yıl önce |
DateTime.h
|
d051fffe25
LibCore: Add a primitive comparison function to DateTime
|
5 yıl önce |
DirIterator.cpp
|
9dbab2d05e
Misc: Replace "String(string_view)" with "string_view.to_string()"
|
5 yıl önce |
DirIterator.h
|
37fc6c117c
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
|
5 yıl önce |
ElapsedTimer.cpp
|
7268499c76
LibCore: Use monotonic time when handling timers
|
5 yıl önce |
ElapsedTimer.h
|
d17e23bd27
LibCore: Remove leading C from filenames
|
5 yıl önce |
Event.cpp
|
d17e23bd27
LibCore: Remove leading C from filenames
|
5 yıl önce |
Event.h
|
8f7333f080
LibCore: Add a forward declaration header
|
5 yıl önce |
EventLoop.cpp
|
e8e728454c
AK: JsonParser improvements
|
5 yıl önce |
EventLoop.h
|
8afcf0d87a
LibCore: Do not assert that we can start the RPC server
|
5 yıl önce |
File.cpp
|
d89843f96f
LibCore: Add File::read_link() :^)
|
5 yıl önce |
File.h
|
d89843f96f
LibCore: Add File::read_link() :^)
|
5 yıl önce |
Forward.h
|
940fbea3a7
LibCore: Fix typo in Forward.h
|
5 yıl önce |
Gzip.cpp
|
8d419c1915
LibCore: Trim decompressed Gzip output to size
|
5 yıl önce |
Gzip.h
|
937d0be762
Meta: Add a script check the presence of "#pragma once" in header files
|
5 yıl önce |
IODevice.cpp
|
3485613f4a
LibCore: Make IODevice::can_read_line() const
|
5 yıl önce |
IODevice.h
|
3485613f4a
LibCore: Make IODevice::can_read_line() const
|
5 yıl önce |
IODeviceStreamReader.h
|
d17e23bd27
LibCore: Remove leading C from filenames
|
5 yıl önce |
LocalServer.cpp
|
9a4ee9aa1a
Lagom: Adjust AK, LibCore and LibTLS to build on MacOS
|
5 yıl önce |
LocalServer.h
|
2a41bff329
LibCore: Remove a bunch of unnecessary forward declarations
|
5 yıl önce |
LocalSocket.cpp
|
57f1c919df
LibCore: Remove all remaining C prefix references
|
5 yıl önce |
LocalSocket.h
|
2a41bff329
LibCore: Remove a bunch of unnecessary forward declarations
|
5 yıl önce |
MimeData.cpp
|
3cba9c3c25
LibCore: Add Core::MimeData class
|
5 yıl önce |
MimeData.h
|
3cba9c3c25
LibCore: Add Core::MimeData class
|
5 yıl önce |
NetworkJob.cpp
|
06cf9d3fb7
ProtocolServer: Implement and handle download progress
|
5 yıl önce |
NetworkJob.h
|
06cf9d3fb7
ProtocolServer: Implement and handle download progress
|
5 yıl önce |
NetworkResponse.cpp
|
d17e23bd27
LibCore: Remove leading C from filenames
|
5 yıl önce |
NetworkResponse.h
|
d17e23bd27
LibCore: Remove leading C from filenames
|
5 yıl önce |
Notifier.cpp
|
8f7333f080
LibCore: Add a forward declaration header
|
5 yıl önce |
Notifier.h
|
d17e23bd27
LibCore: Remove leading C from filenames
|
5 yıl önce |
Object.cpp
|
b1058b33fb
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
|
5 yıl önce |
Object.h
|
42f2696355
LibCore: Add a way to set an individual Core::Object property remotely
|
5 yıl önce |
ProcessStatisticsReader.cpp
|
e8e728454c
AK: JsonParser improvements
|
5 yıl önce |
ProcessStatisticsReader.h
|
d17e23bd27
LibCore: Remove leading C from filenames
|
5 yıl önce |
Socket.cpp
|
89004a3a40
LibCore: Make sure to disable notifiers when closing a socket
|
5 yıl önce |
Socket.h
|
4b202a3c79
LibCore+LibTLS: Don't keep a "ready to write" notifier on all Sockets
|
5 yıl önce |
SocketAddress.cpp
|
3866e0d4d4
LibCore: Move LogStream::operator<< overloads into cpp files
|
5 yıl önce |
SocketAddress.h
|
37fc6c117c
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
|
5 yıl önce |
StandardPaths.cpp
|
602c3fdb3a
AK: Rename FileSystemPath -> LexicalPath
|
5 yıl önce |
StandardPaths.h
|
76dd1e3284
LibCore: Add a standard downloads directory (~/Downloads)
|
5 yıl önce |
SyscallUtils.h
|
37fc6c117c
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
|
5 yıl önce |
TCPServer.cpp
|
c21dc21f36
Build: Make Lagom build under macOS (#2341)
|
5 yıl önce |
TCPServer.h
|
2a41bff329
LibCore: Remove a bunch of unnecessary forward declarations
|
5 yıl önce |
TCPSocket.cpp
|
c21dc21f36
Build: Make Lagom build under macOS (#2341)
|
5 yıl önce |
TCPSocket.h
|
2a41bff329
LibCore: Remove a bunch of unnecessary forward declarations
|
5 yıl önce |
Timer.cpp
|
7bb4f3764c
LibCore: Add Timer::restart() convenience API
|
5 yıl önce |
Timer.h
|
7bb4f3764c
LibCore: Add Timer::restart() convenience API
|
5 yıl önce |
UDPServer.cpp
|
c21dc21f36
Build: Make Lagom build under macOS (#2341)
|
5 yıl önce |
UDPServer.h
|
d8e944e899
LibCore: Fix UDPServer up to properly receive data
|
5 yıl önce |
UDPSocket.cpp
|
c21dc21f36
Build: Make Lagom build under macOS (#2341)
|
5 yıl önce |
UDPSocket.h
|
5dc5b8a2b6
LibCore: Rename Udp classes to UDP
|
5 yıl önce |
puff.c
|
35c26a06fc
LibCore: Move puff() from LibDraw to LibCore
|
5 yıl önce |
puff.h
|
937d0be762
Meta: Add a script check the presence of "#pragma once" in header files
|
5 yıl önce |