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-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-11
LibCore: Add line iterators to IODevice
AnotherTest
2021-01-11
Vector: Implement `find`, `find_if`, `find_first_matching` in terms of `AK::f...
Lenny Maiorani
2021-01-10
LibCore: Use OSError in get_password() return type
Andreas Kling
2021-01-10
LibCore: get_password() now removes the trailing '\n' read by getline()
Emanuele Torre
2021-01-10
LibCore: Don't try to unlink stale sockets in /tmp/rpc/
Andreas Kling
2021-01-10
SystemServer+LibCore: Move /tmp/rpc/ directory creation to SystemServer
Andreas Kling
2021-01-10
Everywhere: Convert a bunch of dbgprintf() to dbgln()
Andreas Kling
2021-01-09
LibCore: Harden signal handling code to be called in global destrcutors
Tom
2021-01-09
LibCore: Allow adding/removing signal handlers while handling signals
Tom
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-09
AK: Add Formatter<FormatString> as helper class.
asynts
2021-01-09
LibCore+passwd+su+Base: Add /etc/shadow to hide hashes from users :^)
Andreas Kling
2021-01-09
LibCore: Don't auto-accept events that hit bubbling limit
Andreas Kling
2021-01-04
LibCore: Make Core::Object::property() const
Andreas Kling
2021-01-03
LibCore: Allow caching and reusing the ProcFS file descriptors
Tom
2021-01-03
LibCore: Report error condition when reading process statistics failed
Tom
2021-01-03
LibCore: Add a way to check if a property is readonly
AnotherTest
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
[next]