index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibCore
Age
Commit message (
Expand
)
Author
2020-12-06
LibCore: Offer to display a general description
Ben Wiederhake
2020-11-30
LibCore: Don't wait for negative amount of time
Tom
2020-11-29
LibCore: Reduce debug spam from successful gzip decoding
Andreas Kling
2020-11-29
LibCore: Do not try to null-terminate a ByteBuffer in read_line()
AnotherTest
2020-11-24
LibCore: Make `guess_mime_type_based_on_filename()' recognise CSV files
AnotherTest
2020-11-15
Everywhere: Add missing <AK/ByteBuffer.h> includes
Andreas Kling
2020-11-12
InputFileStream: Incorrectly defaulted constructor
Lenny Maiorani
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-11-09
AK: Rename new_out to out and new_warn to warn.
asynts
2020-11-08
LibGUI+WindowServer: Make DragOperation hold a MimeData instance
AnotherTest
2020-11-07
LibCore: Run clang-format on ArgsParser.cpp
Andreas Kling
2020-11-07
LibCore: Add an ArgsParser::add_option() overload for doubles
Nico Weber
2020-10-25
LibCore: IODevice::can_read_line() should succeed for newline-less file
Andreas Kling
2020-10-25
LibCore: Rename File::ShouldCloseFile{Description => Descriptor}
Linus Groh
2020-10-21
LibCore+WebServer+LibWeb: Make MIME type guesser take a StringView
Andreas Kling
2020-10-17
LibCore: Use new format functions in some places.
asynts
2020-10-17
LibCore: Add formatter for Object.
asynts
2020-10-17
LibCore: Make Object::m_all_objects_list_node private
Nico Weber
2020-09-30
LibCore: Add ensure_parent_directories to LibCore::File
Itamar
2020-09-29
LibCore: Expose origin timestamp of Core::ElapsedTime
Andreas Kling
2020-09-28
LibCore: Make TCPServer::listen() report failure instead of asserting
Andreas Kling
2020-09-25
Meta+LibC through LibHTTP: Make clang-format-10 clean
Ben Wiederhake
2020-09-21
LibCore: Add Core::Account for login management.
Peter Elliott
2020-09-16
LibCore: Add missing .characters() for String::format.
asynts
2020-09-16
LibCore: Add find_executable_in_path.
asynts
2020-09-16
LibCore: Add Notifier::close
Tom
2020-09-15
LibCore: Make Core::Object properties more dynamic
Andreas Kling
2020-09-15
LibCore: Add command() utility functions
Itamar
2020-09-14
AK: Lower the requirements for InputStream::eof and rename it.
asynts
2020-09-14
LibCore: Include object names in Object::dump_tree() output
Andreas Kling
2020-09-11
LibCore: Fixed DeferredInvoke debug message (#3456)
pkotzbach
2020-09-09
LibCore: Add 'notify_forked()' to tear down the eventloop in forked child
AnotherTest
2020-09-08
LibWeb: make it possible to directly load .svg files
Simon Danner
2020-09-06
LibCore+top: Use pid_t for pgid/pgrp/sid numbers
Andreas Kling
2020-09-06
LibCore: Add Core::IODevice::truncate()
Andreas Kling
2020-09-06
Streams: Consistent behaviour when reading from stream with error.
asynts
2020-09-06
LibCore: FileStream.h: Fix infinite loop when trying to read past end-of-file.
asynts
2020-09-06
Userland: Use Buffered<T> in gunzip.
asynts
2020-09-01
Streams: Distinguish recoverable and fatal errors.
asynts
2020-08-30
Everywhere: Port to String::copy_characters_to_buffer()
Sergey Bugaev
2020-08-30
LibCore: Let DateTime::create()/set_time() take summer time into account
Nico Weber
2020-08-30
LibCore: Add InputFileStream and OutputFileStream.
asynts
2020-08-27
Meta: Force semi-colon after MAKE_AK_NONXXXABLE()
Ben Wiederhake
2020-08-27
LibCore: Remove data pointer from CustomEvent
Ben Wiederhake
2020-08-26
AK+LibC+LibCore: Have fewer implementations of day_of_week
Nico Weber
2020-08-26
AK+LibC+LibCore: Add a days_in_year function
Nico Weber
2020-08-26
AK+LibC+LibCore: Have fewer implementations of days_in_month
Nico Weber
2020-08-26
LibCore: Use is_leap_year more in DateTime
Nico Weber
2020-08-26
AK+LibCore+Kernel: Have fewer implementations of day_of_year
Nico Weber
2020-08-26
AK+LibC+LibCore+Kernel: Have fewer implementations of is_leap_year
Nico Weber
[next]