Jean-Baptiste Boric 16983dbe8e LibCore: Add ability to not read shadow data for Account 4 anos atrás
..
Account.cpp 16983dbe8e LibCore: Add ability to not read shadow data for Account 4 anos atrás
Account.h 16983dbe8e LibCore: Add ability to not read shadow data for Account 4 anos atrás
AnonymousBuffer.cpp 4cb0bbef9d LibCore: Make Core::AnonymousBuffer moveable 4 anos atrás
AnonymousBuffer.h 4cb0bbef9d LibCore: Make Core::AnonymousBuffer moveable 4 anos atrás
ArgsParser.cpp 32654b340a LibCore: Remove overly informal language in ArgsParser error message 4 anos atrás
ArgsParser.h 7db3e962f3 LibCore: Add unsigned option to ArgsParser 4 anos atrás
CMakeLists.txt d3f112f9a2 AK+LibCore: Remove empty files 4 anos atrás
Command.cpp a91a49337c LibCore+Everywhere: Move OpenMode out of IODevice 4 anos atrás
Command.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anos atrás
ConfigFile.cpp a91a49337c LibCore+Everywhere: Move OpenMode out of IODevice 4 anos atrás
ConfigFile.h b15fe2b926 LibCore: Add getter for how many groups exist in a Core::ConfigFile 4 anos atrás
DateTime.cpp 904322e754 LibCore: Add a way to parse a DateTime from a string 4 anos atrás
DateTime.h 904322e754 LibCore: Add a way to parse a DateTime from a string 4 anos atrás
DirIterator.cpp e4a55404f1 LibCore: Avoid duplicate '/' in DirIterator::next_full_path() 4 anos atrás
DirIterator.h 758085571f LibCore: Expose DirIterator's underlying file descriptor 4 anos atrás
ElapsedTimer.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anos atrás
ElapsedTimer.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anos atrás
Event.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anos atrás
Event.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anos atrás
EventLoop.cpp b8a204c5b9 LibThreading: Rename Lock => Mutex 4 anos atrás
EventLoop.h dc65f54c06 AK: Rename Vector::append(Vector) => Vector::extend(Vector) 4 anos atrás
File.cpp 60f84f3154 LibCore: Add method to leak fd from File 4 anos atrás
File.h 60f84f3154 LibCore: Add method to leak fd from File 4 anos atrás
FileStream.h 463a645d37 LibCore: Add InputFileStream::seek 4 anos atrás
FileWatcher.cpp d8be530397 AK+Everywhere: Remove "null state" of LexicalPath 4 anos atrás
FileWatcher.h 2159f90e00 Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0 4 anos atrás
Forward.h 3aaffa2c47 LibGUI: Move widget registration to LibCore 4 anos atrás
GetPassword.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anos atrás
GetPassword.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anos atrás
IODevice.cpp d8b5fa9dfe AK: Remove the public ByteBuffer::trim method 4 anos atrás
IODevice.h fbfd0ed5ab LibCore: Open files with O_CLOEXEC by default 4 anos atrás
LocalServer.cpp 07341c3594 LibCore: Close accepted sockets on exec() and make them non-blocking 4 anos atrás
LocalServer.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anos atrás
LocalSocket.cpp 972e5d7292 LibCore: Add peer pid retrieval for LocalSocket 4 anos atrás
LocalSocket.h 972e5d7292 LibCore: Add peer pid retrieval for LocalSocket 4 anos atrás
MimeData.cpp cb8d0c8d0d LibCore+Userland: Add 13 more detectable file types 4 anos atrás
MimeData.h cf5f3a9874 LibCore: Implement basic mime type guessing based on binary patterns 4 anos atrás
NetworkJob.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anos atrás
NetworkJob.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anos atrás
NetworkResponse.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anos atrás
NetworkResponse.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anos atrás
Notifier.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anos atrás
Notifier.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anos atrás
Object.cpp 303358220b LibCore: Replace fprintf(stderr)/printf() with warnln()/out() 4 anos atrás
Object.h 20c066b8e0 LibCore: Call optional did_construct() method when constucting objects 4 anos atrás
ProcessStatisticsReader.cpp 303358220b LibCore: Replace fprintf(stderr)/printf() with warnln()/out() 4 anos atrás
ProcessStatisticsReader.h a1e133cc6b LibCore: Make ProcessStatisticsReader return results in a Vector 4 anos atrás
Property.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anos atrás
Property.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anos atrás
Socket.cpp 303358220b LibCore: Replace fprintf(stderr)/printf() with warnln()/out() 4 anos atrás
Socket.h a91a49337c LibCore+Everywhere: Move OpenMode out of IODevice 4 anos atrás
SocketAddress.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anos atrás
StandardPaths.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anos atrás
StandardPaths.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anos atrás
TCPServer.cpp 63b1296821 LibCore: Allow TCPServer to be blocking 4 anos atrás
TCPServer.h 63b1296821 LibCore: Allow TCPServer to be blocking 4 anos atrás
TCPSocket.cpp a91a49337c LibCore+Everywhere: Move OpenMode out of IODevice 4 anos atrás
TCPSocket.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anos atrás
Timer.cpp ae9e352104 LibCore: Add unit to Core::Timer interval arguments 4 anos atrás
Timer.h ae9e352104 LibCore: Add unit to Core::Timer interval arguments 4 anos atrás
UDPServer.cpp d8b5fa9dfe AK: Remove the public ByteBuffer::trim method 4 anos atrás
UDPServer.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anos atrás
UDPSocket.cpp a91a49337c LibCore+Everywhere: Move OpenMode out of IODevice 4 anos atrás
UDPSocket.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 anos atrás