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
2021-01-01
LibCore: Remove Core::Object::is_widget() in favor of RTTI
Andreas Kling
2021-01-01
LibCore: Remove some hand-rolled type information from Core::Object
Andreas Kling
2021-01-01
LibCore: Add typed find_child and find_descendant helpers to Object
Andrew Kaster
2020-12-30
AK+Format: Remove TypeErasedFormatParams& from format function.
asynts
2020-12-30
ProtocolServer: Stream the downloaded data if possible
AnotherTest
2020-12-30
LibGUI: Register a whole bunch of properties in various widgets
AnotherTest
2020-12-30
LibGUI+LibCore: Remove the GUI::SizePolicy enum
Andreas Kling
2020-12-29
LibCore: Add REGISTER_TEXT_ALIGNMENT_PROPERTY macro
Linus Groh
2020-12-29
LibCore: Add REGISTER_ENUM_PROPERTY macro
Linus Groh
2020-12-28
LibCore: Make Core::Timer::create_single_shot() create a stopped timer
Andreas Kling
2020-12-27
LibCore: Add Object::remove_all_children()
Linus Groh
2020-12-27
Kernel: Remove the per-process icon_id and sys$set_process_icon()
Andreas Kling
2020-12-27
Kernel: Expose process executable paths in /proc/all
Andreas Kling
2020-12-23
LibCore: Stop logging that a Core::Socket has disconnected in receive()
Andreas Kling
2020-12-22
LibCore: Rename identifiers that can clash with libc macros (#4127)
รrico Nogueira Rolim
2020-12-21
Kernel: Improve time keeping and dramatically reduce interrupt load
Tom
2020-12-18
LibCore: UDPServer::bind: Replace bind failure assert() with perror()
Brendan Coles
2020-12-16
LibCore: Expose some Socket properties to make then inspectable
Conrad Pankoff
2020-12-14
LibCore: Add DirectoryWatcher
Itamar
2020-12-14
Loader: Stabilize loader & Use shared libraries everywhere :^)
Itamar
2020-12-13
LibCore: Make IODevice::read_line() return a String
Andreas Kling
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
[next]