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-07-09
LibCore: Add register_signal and unregister_signal to EventLoop
Tom
2020-07-06
LibCore: Don't fire Socket::on_ready_to_read if !can_read()
Andreas Kling
2020-07-06
LibCore: Only deliver Read/Write events to listening notifiers
Andreas Kling
2020-07-05
LibCore: Stop select()'ing after an interrupt if a quit was requested
AnotherTest
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling
2020-07-01
Kernel/LibCore: Expose processor id where a thread last ran
Tom
2020-06-22
LibCore: Remove some debug spam in Local{Server,Socket}
Andreas Kling
2020-06-22
LibCore: Put safe_syscall() debug spam behind #ifdef
Andreas Kling
2020-06-21
LibCore: Add API for taking over an accepted socket from SystemServer
Andreas Kling
2020-06-17
LibCore: Add File::read_link() :^)
Sergey Bugaev
2020-06-13
AK: JsonParser improvements
Matthew Olsson
2020-06-12
LibCore: Add Core::File::real_path_for()
Andreas Kling
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-06-11
LibCore: Fix typo in Forward.h
Andreas Kling
2020-06-11
LibCore: Add Timer::restart() convenience API
Andreas Kling
2020-06-08
LibCore: Make sure to disable notifiers when closing a socket
Sergey Bugaev
2020-06-02
LibCore: Put some annoying debug spam behind EVENTLOOP_DEBUG
Andreas Kling
2020-05-30
LibCore: Update Core::ArgsParser to the new error message format
Sergey Bugaev
2020-05-30
Lagom: Adjust AK, LibCore and LibTLS to build on MacOS
Marcin Gasperowicz
2020-05-29
Meta: Add a script check the presence of "#pragma once" in header files
Emanuele Torre
2020-05-29
LibCore+Inspector: Move RPC sockets to /tmp/rpc
Sergey Bugaev
2020-05-29
LibCore: Do not assert that we can start the RPC server
Sergey Bugaev
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-23
Build: Make Lagom build under macOS (#2341)
Marcin Gasperowicz
2020-05-18
LibCore+LibTLS: Don't keep a "ready to write" notifier on all Sockets
Andreas Kling
2020-05-17
LibCore: Allow ArgsParser::parse() to not exit on failure
AnotherTest
2020-05-17
LibCore: Reset getopt's state when starting parse()
AnotherTest
2020-05-16
LibCore: Always wait_for_events() when pumping the event loop
Andreas Kling
2020-05-15
LibCore: Fix timer expiration processing
Sergey Bugaev
2020-05-15
LibCore: Make IODevice::can_read_line() const
AnotherTest
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-09
LibDesktop: Switch to LaunchServer for DesktopServices::open
Nicholas Hollett
2020-05-08
LibCore: DesktopServices, open fonts with FontEditor
Hüseyin ASLITÜRK
2020-05-07
LibCore: Add a primitive comparison function to DateTime
AnotherTest
2020-05-06
Misc: Replace "String(string_view)" with "string_view.to_string()"
Linus Groh
2020-05-05
LibCore: Add a standard downloads directory (~/Downloads)
Andreas Kling
2020-05-03
ProtocolServer: Implement and handle download progress
AnotherTest
2020-05-02
LibCore+LibHTTP: Move out the HTTP handler and add HTTPS
AnotherTest
2020-05-02
LibCore: Mark Socket::{common_,}connect() virtual and add a on_write
AnotherTest
2020-04-30
LibCore: Do not assert that NonnullRefPtr is non-null
Sergey Bugaev
2020-04-30
LibCore: Don't continue in forked child if exec() fails
Andreas Kling
2020-04-28
LibCore: Trim decompressed Gzip output to size
AnotherTest
2020-04-26
LibCore: Open gif files with QuickShow
Hüseyin ASLITÜRK
2020-04-23
LibCore: read_bool_entry parse "true" / "false" strings in config files
Brendan Coles
2020-04-23
DesktopServices: Add irc URL protocol handler
Brendan Coles
2020-04-21
LibCore: Make Core::File::open() return a Result<NNRP<File>, String>
Andreas Kling
2020-04-19
LibCore: Add StandardPaths thing to retrieve various standard locations
Andreas Kling
2020-04-19
LibCore: Check for fork() failure
Sergey Bugaev
2020-04-19
LibCore+LibGUI: Move DesktopServices to LibCore
Sergey Bugaev
2020-04-07
LibCore: Add Core::Timer::create_single_shot()
Andreas Kling
[next]