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
/
Services
Age
Commit message (
Expand
)
Author
2021-10-20
LibJS: Rename define_native_function => define_old_native_function
Idan Horowitz
2021-10-20
LibJS: Add ThrowCompletionOr versions of the JS native function macros
Idan Horowitz
2021-10-20
LibJS: Replace usages of JS_{DECLARE, DEFINE}_NATIVE_GETTER
Idan Horowitz
2021-10-19
LoginServer: Fix typo in --auto-login option value name
Linus Groh
2021-10-19
LoginServer: Log in when the user presses the enter key
Timothy Flynn
2021-10-18
LoginServer: Use the verb "log in" for window title & submit button
Andreas Kling
2021-10-17
LoginServer: Add --auto-login switch
Peter Elliott
2021-10-17
TaskBar+Utilities: Add logout(1) command, and call it in ShutdownDialog
Peter Elliott
2021-10-17
LoginServer: Process logins and start SystemServer in user mode
Peter Elliott
2021-10-17
LoginServer: Layout a basic login window
Peter Elliott
2021-10-17
SystemServer: Add per user mode (--user)
Peter Elliott
2021-10-14
LibWeb: Introduce simple scrollable overflow, size ICB to viewport
Andreas Kling
2021-10-14
ConfigServer: Sync config files to disk automatically
Valtteri Koskivuori
2021-10-13
SystemServer: Avoid uninitialized memory
Ben Wiederhake
2021-10-13
LibJS: Convert to_object() to ThrowCompletionOr
Linus Groh
2021-10-11
ClockWidget: Left-align clock and center based on ideal width
James Magahern
2021-10-08
CrashDaemon: Stop automatically compressing coredumps
Andreas Kling
2021-10-05
LookupServer: Fix to handle whitespaces and tabs in /etc/hosts
fleximus
2021-10-05
SQLServer+SQL+LibSQL: Allow sql client to specify the database name
Jan de Visser
2021-10-05
SQLServer: Do not capture stack variables by reference in lambdas
Jan de Visser
2021-10-03
LibJS: Convert has_own_property() to ThrowCompletionOr
Linus Groh
2021-10-03
LibWeb: Fix that $0 was no longer accessible
davidot
2021-10-01
RequestServer: Don't hide the SIGINFO state dump behind a debug macro
Andreas Kling
2021-10-01
RequestServer: Ignore preconnect requests for available connections
Ali Mohammad Pur
2021-10-01
Browser: Check m_console_client is non-null before dereferencing it
Idan Horowitz
2021-09-30
RequestServer: Avoid storing a strong reference to a socket in callbacks
Ali Mohammad Pur
2021-09-30
RequestServer: Use an OwnPtr for the connection cache vector
Ali Mohammad Pur
2021-09-29
LibJS: Convert internal_own_property_keys() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_delete() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_set() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_get() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_has_property() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_define_own_property() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_get_own_property() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_prevent_extensions() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_is_extensible() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_set_prototype_of() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_get_prototype_of() to ThrowCompletionOr
Linus Groh
2021-09-29
RequestServer: Use an OwnPtr for cached connections
Ali Mohammad Pur
2021-09-29
RequestServer: Correctly start preconnected TLS sockets
Ali Mohammad Pur
2021-09-28
WebContent: Coalesce paint invalidations to avoid spamming client
Andreas Kling
2021-09-28
RequestServer+LibProtocol: Add an 'EnsureConnection' IPC endpoint
Ali Mohammad Pur
2021-09-28
LibWeb: Fire "keyup" events as well :^)
Andreas Kling
2021-09-27
LibWeb+Browser: Make ad blocking work in the multi-process world
Andreas Kling
2021-09-22
WebContent: Pass an empty bitmap object if the pointer is null
Karol Kosek
2021-09-21
CrashDaemon+CrashReporter: Streamline crash reporting a little bit
Andreas Kling
2021-09-20
WindowServer: Apply screen scaling when getting bitmap around cursor
David Isaksson
2021-09-19
LibCore+RequestServer: Ignore callbacks for cancelled network jobs
Ali Mohammad Pur
2021-09-19
RequestServer+LibHTTP+LibGemini: Cache connections to the same host
Ali Mohammad Pur
2021-09-16
FileSystemAccessServer: Only compute basename when prompting
Brian Gianforcaro
[next]