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
Age
Commit message (
Expand
)
Author
2020-10-31
ping: Account for raw sockets now receiving IPv4 headers
Andreas Kling
2020-10-30
LibTLS: (Almost) verify certificate chain against root CA certificates
AnotherTest
2020-10-29
Userland+LibC: Add "kill -l" to show all known signal names/numbers
Andreas Kling
2020-10-29
Userland: Do not put a trailing space after the resulting pids in pidof
AnotherTest
2020-10-29
Userland: Add an implementation of 'expr'
AnotherTest
2020-10-29
CMake: Use CONFIGURE_DEPENDS in existing globs.
asynts
2020-10-29
Userland: Make killall accept signal names as well
Andreas Kling
2020-10-29
LibC: Move getsignalbyname() helper from Userland/kill into LibC
Andreas Kling
2020-10-29
Userland: Teach "kill" to understand signal names (not just numbers)
Andreas Kling
2020-10-26
js: Load and save history from/to ~/.js-history
Linus Groh
2020-10-25
AK: Eradicate calls to warn().
asynts
2020-10-25
LibC+Tests: Fix broken snprintf test.
asynts
2020-10-25
Userland/sort: Convert sort to use getline
Matthew L. Curry
2020-10-25
Userland/uniq: Add uniq utility
Matthew L. Curry
2020-10-25
LibCore: Rename File::ShouldCloseFile{Description => Descriptor}
Linus Groh
2020-10-25
Userland: Add missing license header to hexdump
Andreas Kling
2020-10-25
Userland: Add a very simple hexdump program :^)
Andreas Kling
2020-10-24
AK: Eradicate the uses of out().
asynts
2020-10-23
rm: Exit with status 0 if stat fails and force is set
Wesley Moore
2020-10-23
LibWeb: Fix Document construction mishap in <template> element
Andreas Kling
2020-10-22
Userland: Make `man` provide a `view_width` to `render_for_terminal()'
AnotherTest
2020-10-22
AK: Make Utf8View and Utf32View more consistent
Tom
2020-10-20
Userland: Run clang-format on tree.cpp
Andreas Kling
2020-10-20
Userland: Use new format functions in some programs
Andreas Kling
2020-10-20
Everywhere: Redundant inline specifier on constexpr functions (#3807)
Lenny Maiorani
2020-10-19
test-js: Support test262 parser tests
Linus Groh
2020-10-19
test-js: Exit with 1 if any test failed
Linus Groh
2020-10-19
test-js: Include skipped tests in total test count
Linus Groh
2020-10-19
test-js: Add argument for explicit test root directory
Linus Groh
2020-10-17
ntpquery: Add some more validation of the response header
Nico Weber
2020-10-17
ntpquery: For stratum 1 servers, print reference ID in ASCII with -v
Nico Weber
2020-10-17
ntpquery: Add a comment listing a few more NTP servers
Nico Weber
2020-10-17
ntpquery: Don't leak local time, and check origin time in reply
Nico Weber
2020-10-17
ntpquery: Make a few variable names more descriptive
Nico Weber
2020-10-15
seq: Add help option
Matthew L. Curry
2020-10-15
Userland: Add --loop option for aplay
nooga
2020-10-13
LibJS: Cache commonly used FlyStrings in the VM
Andreas Kling
2020-10-13
Userland/cp: Disallow copying directories into themselves
Matthew L. Curry
2020-10-13
Style: Remove uses of NULL, substituting nullptr
Matthew L. Curry
2020-10-12
js: Print negative zero with minus sign
Linus Groh
2020-10-08
html: Replace InProcessWebView with OutOfProcessWebView
Linus Groh
2020-10-08
html: Create URL from filename, if any
Linus Groh
2020-10-05
ntpquery: Make output less verbose by default
Nico Weber
2020-10-04
LibJS: Unify syntax highlighting
Linus Groh
2020-10-04
LibJS: Remove Interpreter::call()
Andreas Kling
2020-10-04
AK: Don't add newline for outf/dbgf/warnf.
asynts
2020-10-04
LibJS: Move "strict mode" state to the call stack
Andreas Kling
2020-10-04
Userland: tar: support extracting gzipped files
Peter Elliott
2020-10-04
Userland: Add tar command
Peter Elliott
2020-10-03
Everywhere: Fix more typos
Linus Groh
[next]