summaryrefslogtreecommitdiff
path: root/Libraries/LibCore
AgeCommit message (Expand)Author
2020-11-08LibGUI+WindowServer: Make DragOperation hold a MimeData instanceAnotherTest
2020-11-07LibCore: Run clang-format on ArgsParser.cppAndreas Kling
2020-11-07LibCore: Add an ArgsParser::add_option() overload for doublesNico Weber
2020-10-25LibCore: IODevice::can_read_line() should succeed for newline-less fileAndreas Kling
2020-10-25LibCore: Rename File::ShouldCloseFile{Description => Descriptor}Linus Groh
2020-10-21LibCore+WebServer+LibWeb: Make MIME type guesser take a StringViewAndreas Kling
2020-10-17LibCore: Use new format functions in some places.asynts
2020-10-17LibCore: Add formatter for Object.asynts
2020-10-17LibCore: Make Object::m_all_objects_list_node privateNico Weber
2020-09-30LibCore: Add ensure_parent_directories to LibCore::FileItamar
2020-09-29LibCore: Expose origin timestamp of Core::ElapsedTimeAndreas Kling
2020-09-28LibCore: Make TCPServer::listen() report failure instead of assertingAndreas Kling
2020-09-25Meta+LibC through LibHTTP: Make clang-format-10 cleanBen Wiederhake
2020-09-21LibCore: Add Core::Account for login management.Peter Elliott
2020-09-16LibCore: Add missing .characters() for String::format.asynts
2020-09-16LibCore: Add find_executable_in_path.asynts
2020-09-16LibCore: Add Notifier::closeTom
2020-09-15LibCore: Make Core::Object properties more dynamicAndreas Kling
2020-09-15LibCore: Add command() utility functionsItamar
2020-09-14AK: Lower the requirements for InputStream::eof and rename it.asynts
2020-09-14LibCore: Include object names in Object::dump_tree() outputAndreas Kling
2020-09-11LibCore: Fixed DeferredInvoke debug message (#3456)pkotzbach
2020-09-09LibCore: Add 'notify_forked()' to tear down the eventloop in forked childAnotherTest
2020-09-08LibWeb: make it possible to directly load .svg filesSimon Danner
2020-09-06LibCore+top: Use pid_t for pgid/pgrp/sid numbersAndreas Kling
2020-09-06LibCore: Add Core::IODevice::truncate()Andreas Kling
2020-09-06Streams: Consistent behaviour when reading from stream with error.asynts
2020-09-06LibCore: FileStream.h: Fix infinite loop when trying to read past end-of-file.asynts
2020-09-06Userland: Use Buffered<T> in gunzip.asynts
2020-09-01Streams: Distinguish recoverable and fatal errors.asynts
2020-08-30Everywhere: Port to String::copy_characters_to_buffer()Sergey Bugaev
2020-08-30LibCore: Let DateTime::create()/set_time() take summer time into accountNico Weber
2020-08-30LibCore: Add InputFileStream and OutputFileStream.asynts
2020-08-27Meta: Force semi-colon after MAKE_AK_NONXXXABLE()Ben Wiederhake
2020-08-27LibCore: Remove data pointer from CustomEventBen Wiederhake
2020-08-26AK+LibC+LibCore: Have fewer implementations of day_of_weekNico Weber
2020-08-26AK+LibC+LibCore: Add a days_in_year functionNico Weber
2020-08-26AK+LibC+LibCore: Have fewer implementations of days_in_monthNico Weber
2020-08-26LibCore: Use is_leap_year more in DateTimeNico Weber
2020-08-26AK+LibCore+Kernel: Have fewer implementations of day_of_yearNico Weber
2020-08-26AK+LibC+LibCore+Kernel: Have fewer implementations of is_leap_yearNico Weber
2020-08-24LibCore: Make DateTime::create() and set_time() handle out-of-range valuesNico Weber
2020-08-24LibCore: Less code duplication in DateTimeNico Weber
2020-08-24LibCore: Prefer strlcpy over strncpy, fix overflowBen Wiederhake
2020-08-22LibCore: Fix spelling for month of "August"thankyouverycool
2020-08-21LibCore: Add File::{stdin, stdout, stderr}()Peter Elliott
2020-08-21LibCore: Make DateTime::create() not fill in tm_wday and tm_yday for calling ...Nico Weber
2020-08-20LibCore: Comment that DateTime is in local time.Nico Weber
2020-08-18LibCore: Add ConfigFile::get_for_lib()AnotherTest
2020-08-17LibCore: Fix unitialized struct member in to_address_in, found by CoverityBrian Gianforcaro