summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore
AgeCommit message (Expand)Author
2023-03-13LibCore+Userland: Make Promise's on_resolve falliblekleines Filmröllchen
2023-03-13LibCore: Add a constructor that sets the parent objectkleines Filmröllchen
2023-03-13LibCore: Allow EventLoop to manage and cancel promiseskleines Filmröllchen
2023-03-13LibCore+Userland: Allow canceling promiseskleines Filmröllchen
2023-03-13LibCore: Add Promise to the forward declare headerkleines Filmröllchen
2023-03-10Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_caseAndreas Kling
2023-03-10Base+Userland: Add support for QOA files everywherekleines Filmröllchen
2023-03-09AK: Remove infallible version of StringBuilder::to_byte_bufferLinus Groh
2023-03-09LibCore: Use fallible versions of StringBuilder::append in MimeDataKarol Baraniecki
2023-03-09LibCore: Use fallible version of StringBuilder::to_byte_bufferKarol Baraniecki
2023-03-06Everywhere: Remove NonnullRefPtr.h includesAndreas Kling
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-03-06LibCore: Don't use DT_WHT in DirectoryEntry on OpenBSDnipos
2023-03-05LibCore: Introduce a new directory iteration APISam Atkins
2023-03-05LibCore: Remove unused Directory::create_iterator() methodSam Atkins
2023-03-05LibCore: Expose Directory file descriptorSam Atkins
2023-03-05LibCore: Ensure that Directory always has a pathSam Atkins
2023-03-05LibCore+Everywhere: Return an Error from DirIterator::error()Sam Atkins
2023-03-05LibCore: Expose file type from DirIteratorSam Atkins
2023-03-05Kernel+Userland: Add support for using the PCSpeaker with various tonesLiav A
2023-03-04LibCore: Add support for Solaris in anon_createnipos
2023-03-04LibCore: Don't use execvpe on Solarisnipos
2023-03-04LibCore: Refer to type utsname as struct on Solarisnipos
2023-03-04LibCore: Use non-const char * for sethostname on Solarisnipos
2023-03-04LibCore: Implement socket credentials for Solarisnipos
2023-03-04LibCore: Include sys/filio.h for file-related ioctls on Solarisnipos
2023-03-04LibCore: Use SIG_TYP instead of sig_t for signals on Solarisnipos
2023-03-03LibCore+LibGUI+About: Use String in Core::Version and GUI::AboutDialogAndreas Kling
2023-03-01LibCore+Userland: Remove ArgsParser::add*(Vector<char const*>&)Ali Mohammad Pur
2023-03-01LibCore+Everywhere: Remove ArgsParser::add*(char const*&)Ali Mohammad Pur
2023-02-28Userland+AK: Stop using getopt() for ArgsParserAli Mohammad Pur
2023-02-28LibCore: Make ArgsParser tolerate Main::Arguments with only .stringsAli Mohammad Pur
2023-02-25LibCore+Utilities: Replace uses of strpbrk with find_any_of()Andrew Kaster
2023-02-25Everywhere: Use _{short_,}string to create Strings from literalsLinus Groh
2023-02-24LibGfx: Add scaffolding for a webp decoderNico Weber
2023-02-20LibCore: Add support for NetBSD in anon_createnipos
2023-02-20LibCore: Enable file descriptor passing on all BSDsnipos
2023-02-20LibCore: All BSDs need sig_t instead of sighandler_tnipos
2023-02-20LibCore: Implement socket credentials for NetBSDnipos
2023-02-16LibCore: Add `MappedFile::map_from_file()`Lucas CHOLLET
2023-02-16LibCore: Allow `MappedFile` to make `File` leak its fdLucas CHOLLET
2023-02-16LibCore: Forward declare `MappedFile`Lucas CHOLLET
2023-02-13Everywhere: Remove the `AK::` qualifier from Stream usagesTim Schumacher
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Move Stream-based sockets into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-10LibCore: Fix wrong call to stat on the Core::System::lstat methodLiav A
2023-02-10Everywhere: Remove needless copies of Error / ErrorOr instancesTimothy Flynn
2023-02-08AK: Remove the deprecated Stream implementation :^)Tim Schumacher