summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore
AgeCommit message (Expand)Author
2023-04-09Everywhere: Remove unused DeprecatedString includesBen Wiederhake
2023-04-03AK+Everywhere: Change AK::fill_with_random to accept a Bytes objectTimothy Flynn
2023-04-01LibCore: Remove colons from markdown header names in ArgsParserTim Ledbetter
2023-03-31LibCore: Don't assume ArgsParser arguments are non-emptyAli Mohammad Pur
2023-03-27LibCore: Add DateTime::to_string()Sam Atkins
2023-03-24LibCore: Get the environment in Core::Process::spawn() on macOSMacDue
2023-03-24LibCore: Add KeepAsChild option to Core::Process::spawn()MacDue
2023-03-24LibCore: Fix memory leak in Core::Process::spawn()MacDue
2023-03-21LibFileSystem: Move `TempFile` from `LibCore` to `LibFileSystem`Cameron Youell
2023-03-21LibCore: Remove all unused `DeprecatedFile` functionsCameron Youell
2023-03-21LibCore: Add ErrorOr wrapper for `utimensat`Cameron Youell
2023-03-21LibCore: Set tm_isdst to a negative value before invoking mktimeTimothy Flynn
2023-03-19LibCore: Improve the `TempFile` wrapperCaoimhe
2023-03-19LibCore: Add syscall wrapper for `mkdtemp()`Caoimhe
2023-03-17Userland: Use more common WAV MIME typekleines Filmröllchen
2023-03-16LibCore: Add new REGISTER_STRING_PROPERTY macroKarol Kosek
2023-03-16LibCore+Userland: Add DEPRECATED infix to REGISTER_STRING_PROPERTY macroKarol Kosek
2023-03-13Everywhere: Remove unintentional partial stream reads and writesTim Schumacher
2023-03-13LibCore: Use length-checking stream reads and writes for SOCKS5Tim Schumacher
2023-03-13AK: Rename Stream::read_entire_buffer to Stream::read_until_filledTim Schumacher
2023-03-13AK: Rename Stream::{read,write} to Stream::{read_some,write_some}Tim Schumacher
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