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-08-05
Unicode: Try s/codepoint/code_point/g again
Nico Weber
2020-08-05
Revert "Unicode: s/codepoint/code_point/g"
Nico Weber
2020-08-05
LibTLS + LibCrypto: Suppress unobserved Optoinal<T> return values.
Brian Gianforcaro
2020-08-04
Revert "LibM: Always include <math.h> instead of <LibM/math.h>"
Andreas Kling
2020-08-04
LibM: Always include <math.h> instead of <LibM/math.h>
Andreas Kling
2020-08-04
Kernel: Tidy up the syscalls list by reorganizing the enumerator macro
Andreas Kling
2020-08-04
LibCompress: Add LibCompress
stelar7
2020-08-03
Unicode: s/codepoint/code_point/g
Andreas Kling
2020-08-02
Tests: License headers, clang-format, clearer output
Ben Wiederhake
2020-08-02
Tests: Build automatically, fix compilation errors
Ben Wiederhake
2020-08-01
LibC: Add tests for getenv, setenv, putenv
Ben Wiederhake
2020-08-01
lsof: Fix some minor issues
Andreas Kling
2020-07-31
Userland: Add basic `lsof' command
Maciej Zygmanowski
2020-07-31
LibCrypto: Do not trim leading zeros in export_data by default
AnotherTest
2020-07-31
Userland: Add missing checks for MappedFile.is_valid()
Ben Wiederhake
2020-07-30
Userland: Add support for the '-n' flag to 'echo'
AnotherTest
2020-07-30
LibCrypto: Add some checksum algorithms
stelar7
2020-07-28
LibWeb: Move the HTML parser into HTML/Parser/
Andreas Kling
2020-07-28
LibCrypto: Implement and test CTR decryption
Ben Wiederhake
2020-07-28
LibCrypto: Fix broken CTR mode, implement RFC 3686 Test Vectors
Ben Wiederhake
2020-07-28
LibWeb: Move HTML classes into the Web::HTML namespace
Andreas Kling
2020-07-28
Userland: Make su require passwords
Peter Elliott
2020-07-28
Userland: Add passwd utility
Peter Elliott
2020-07-28
Userland: Fix nc by not memset()'ing the input address char*
Linus Groh
2020-07-27
LibCrypto: Change [XXX]BigInteger::export_data() to use Span.
asynts
2020-07-27
AK: Change the signature of AK::encode_base64() to use Span.
asynts
2020-07-27
top: Don't print more lines than the terminal can fit
Andreas Kling
2020-07-27
top: Limit printed process name characters to the available space
Andreas Kling
2020-07-27
top: Tweak username column width to accomodate "clipboard"
Andreas Kling
2020-07-26
LibWeb: Move DOM classes into the Web::DOM namespace
Andreas Kling
2020-07-26
AK: Implement Span which represents a contiguous sequence of objects.
asynts
2020-07-25
test-web: Add ability to change page mid-test
Luke
2020-07-23
LibWeb+test-web: Create test-web program, add doctype test
Luke
2020-07-22
AK: Make encode_base64 take a ByteBuffer and return a String
Nico Weber
2020-07-19
Userland: add mkfifo(1)
Peter Elliott
2020-07-19
Userland: mknod: Don't use major/minor when creating a pipe
Peter Elliott
2020-07-16
Userland: Add a "seq" utility
Nico Weber
2020-07-16
Userland: Make test exit 1 silently when no arguments are given
Peter Elliott
2020-07-14
Userland: Add a basic version of the tree command
Stijn
2020-07-14
unzip: Correct compression method offset value
AnotherTest
2020-07-13
unzip: Remove some magic numbers and create directories when needed
AnotherTest
2020-07-13
unzip: mmap() the zip file if possible to avoid spamming syscalls
AnotherTest
2020-07-11
Userland: Add "ini" command to read and write .ini config files
Linus Groh
2020-07-09
LibJS: Integrate Symbols into objects as valid keys
Matthew Olsson
2020-07-07
test-js: Show progress in taskbar
Linus Groh
2020-07-07
js: Remove test mode
Linus Groh
2020-07-06
test-js: Use Core::File::is_directory(path) instead of opening file
Andreas Kling
2020-07-06
test-js: Remove tests_to_run in favor of a DirIterator
Matthew Olsson
2020-07-06
LibJS: Convert Array tests to new testing framework
Linus Groh
2020-07-06
LibJS: Convert all remaining non-Array tests to the new system :)
Matthew Olsson
[next]