index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applets
/
Network
Age
Commit message (
Expand
)
Author
2022-01-03
Applets/Network: Propagate errors using custom try_create
creator1creeper1
2022-01-03
Applets/Network: Propagate errors with try_set_main_widget
creator1creeper1
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-23
Applets/Network: Port to LibMain :^)
Andreas Kling
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-02
Applications: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-08-03
Userland: Make representation of 'null' IPv4-address friendlier
Thomas Wagenveld
2021-08-03
Userland: Add network adapter link status to SystemMonitor and applet
Thomas Wagenveld
2021-07-22
NetworkApplet: Omit unnecessary newline in tooltip
FrHun
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-05-31
Applets/Network: Replace fprintf(stderr) with dbgln()
Linus Groh
2021-05-22
Userland: Rename loop0 to loop
Gunnar Beutner
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
Network.Applet: Avoid JsonObject copy and use StringBuilder::appendff()
Andreas Kling
2021-04-05
Network: Make the applet use an alpha channel
Dawid Wolosowicz
2021-04-04
WindowServer+LibGUI: Rename WindowType::MenuApplet => Applet
Andreas Kling
2021-04-04
Userland: Rename *.MenuApplet => *.Applet
Andreas Kling