summaryrefslogtreecommitdiff
path: root/Libraries/LibCore
AgeCommit message (Expand)Author
2020-12-13LibCore: Make IODevice::read_line() return a StringAndreas Kling
2020-12-06LibCore: Offer to display a general descriptionBen Wiederhake
2020-11-30LibCore: Don't wait for negative amount of timeTom
2020-11-29LibCore: Reduce debug spam from successful gzip decodingAndreas Kling
2020-11-29LibCore: Do not try to null-terminate a ByteBuffer in read_line()AnotherTest
2020-11-24LibCore: Make `guess_mime_type_based_on_filename()' recognise CSV filesAnotherTest
2020-11-15Everywhere: Add missing <AK/ByteBuffer.h> includesAndreas Kling
2020-11-12InputFileStream: Incorrectly defaulted constructorLenny Maiorani
2020-11-10AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safeTom
2020-11-09AK: Rename new_out to out and new_warn to warn.asynts
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