summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore
AgeCommit message (Expand)Author
2021-07-14LibCore: Convert File to east-const styleTimothy
2021-07-14LibCore: Add File method to determine absolute pathTimothy
2021-07-14LibCore: Add File method to determine current working directoryTimothy
2021-07-14LibCore: Generate new passwd file by checking pw_namebrapru
2021-07-14LibCore: Add setters for all user account propertiesbrapru
2021-07-12LibCore: Implement File::is_link()Ariel Don
2021-07-12LibCore: Tolerate misaligned addresses in struct hostentAndrew Kaster
2021-07-09LibCore: Add ability to not read shadow data for AccountJean-Baptiste Boric
2021-07-09LibCore: Implement Account::self()Jean-Baptiste Boric
2021-07-09LibThreading: Rename Lock => MutexAndreas Kling
2021-07-08LibCore: Remove overly informal language in ArgsParser error messageAndreas Kling
2021-07-07LibCore: Make Core::AnonymousBuffer moveableAndreas Kling
2021-07-07LibCore: Add unsigned option to ArgsParserAziz Berkay Yesilyurt
2021-07-04LibCore: Add method to leak fd from FileTimothy
2021-07-03LibCore: Avoid duplicate '/' in DirIterator::next_full_path()Andreas Kling
2021-07-01LibCore: Add peer pid retrieval for LocalSocketTimothy
2021-06-30AK+Everywhere: Remove "null state" of LexicalPathMax Wipfli
2021-06-30AK+Everywhere: Use mostly StringView in LexicalPathMax Wipfli
2021-06-30AK+Everywhere: Add and use static APIs for LexicalPathMax Wipfli
2021-06-30AK: Remove the LexicalPath::is_valid() APIMax Wipfli
2021-06-30LibCore: Add getter for how many groups exist in a Core::ConfigFileAndrew Kaster
2021-06-25LibCore: Add InputFileStream::seekkleines Filmröllchen
2021-06-24LibCore+AK: Use proper atomics in `Singleton`Daniel Bertalan
2021-06-20LibCore: Call optional did_construct() method when constucting objectsAli Mohammad Pur
2021-06-16LibCore: Allow TCPServer to be blockingstelar7
2021-06-12AK: Rename Vector::append(Vector) => Vector::extend(Vector)Andreas Kling
2021-06-11LibCore: Add a way to parse a DateTime from a stringx-yl
2021-06-09LibCore: Fix building LibCore on FreeBSDGunnar Beutner
2021-06-08Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>Ali Mohammad Pur
2021-06-08LibCore/ArgsParser: Learn how to stop on first non-optionJelle Raaijmakers
2021-06-08LibCore: Support fine-grained failure behavior for ArgsParserJelle Raaijmakers
2021-06-08LibAudio+LibCore: Remove unnecessary IODeviceStreamReader.hNick Miller
2021-06-01LibCore: Add StringView overloads for Core::ArgsParserAndreas Kling
2021-05-31LibCore: Replace fprintf(stderr)/printf() with warnln()/out()Linus Groh
2021-05-31AK: Remove the public ByteBuffer::trim methodGunnar Beutner
2021-05-29LibCore: Do not write disabled spwd values in generate_shadow_filebrapru
2021-05-26LibCore: Add a standard error stream getterAli Mohammad Pur
2021-05-25LibCore: Handle partial writes in Socket::send()Gunnar Beutner
2021-05-24LibCore+Userland: Add 13 more detectable file typesValtteri Koskivuori
2021-05-23LibCore: Make ProcessStatisticsReader return results in a VectorAndreas Kling
2021-05-22LibCore: Make all processes opt out of InspectorServer by defaultAndreas Kling
2021-05-22Userland: Rename LibThread => LibThreadingAndreas Kling
2021-05-21LibGfx: Add missing TextAlignment::BottomLeftLinus Groh
2021-05-20LibCore: Let IODevice::can_read_line() buffer until \n or EOFr-paiva
2021-05-19Everywhere: Add missing includes for <AK/OwnPtr.h>Gunnar Beutner
2021-05-18LibCore+Userland: Add two more detectable formatsValtteri Koskivuori
2021-05-18LibCore: Add offsets to binary signature matchingValtteri Koskivuori
2021-05-18LibCore+Userland: Add 5 more detectable filetypesValtteri Koskivuori
2021-05-17LibCore: Close accepted sockets on exec() and make them non-blockingGunnar Beutner
2021-05-17LibCore: Open files with O_CLOEXEC by defaultGunnar Beutner