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-05-10
ls: Emit hyperlinks for files outside the current directory
Andreas Kling
2020-05-10
LibLine: Support RGB colors
AnotherTest
2020-05-10
Userland: Send absolute paths to LaunchServer and show what failed
AnotherTest
2020-05-09
Userland: Add unzip command
Andres Vieira
2020-05-09
Userland: Add missing copyright header to test-crypto.cpp
Linus Groh
2020-05-09
Userland: Add missing copyright header to disasm.cpp
Linus Groh
2020-05-09
ls: Make filenames in the output hyperlinked
Andreas Kling
2020-05-09
LibDesktop: Switch to LaunchServer for DesktopServices::open
Nicholas Hollett
2020-05-09
Userland: Remove double-'#include' in date.cpp
Ben Wiederhake
2020-05-08
Kernel+Userland: Add "settime" pledge promise for setting system time
Andreas Kling
2020-05-06
Misc: Replace "String(string_view)" with "string_view.to_string()"
Linus Groh
2020-05-05
js: Tighten up ReplConsoleClient::trace() a little bit
Andreas Kling
2020-05-05
LibJS: Implement exponentiation assignment operator (**=)
Linus Groh
2020-05-05
LibJS: Implement bitwise assignment operators (&=, |=, ^=)
Linus Groh
2020-05-05
js: Customise the behaviour of JS::Console with ReplConsoleClient
Emanuele Torre
2020-05-05
LibJS: Remove ConsoleMessage from LibJS
Emanuele Torre
2020-05-05
keymap: Fix crash introduced by 637ecdb
Andreas Kling
2020-05-04
LibJS: Add template literals
mattco98
2020-05-04
sysctl: Permit 'sysctl -a' invocation
Ben Wiederhake
2020-05-04
sysctl: Fix newlines in error messages
Ben Wiederhake
2020-05-03
LibTextCodec: Start fleshing out a simple text codec library
Andreas Kling
2020-05-03
ProtocolServer: Pass HTTP response headers to the client
Andreas Kling
2020-05-03
LibCrypto: Small fixes in BigInteger & test-crypto
DexesTTP
2020-05-03
test-crypto: Display execution time for passing tests
DexesTTP
2020-05-03
ProtocolServer: Implement and handle download progress
AnotherTest
2020-05-03
Userland: Fix leak in keymap
Shannon Booth
2020-05-02
js: Ignore property attributes for completion
Linus Groh
2020-05-02
Userland: Tweak the tests in test-crypto
AnotherTest
2020-05-02
LibCrypto: Rename UnsignedBigInteger APIs to match their actions
AnotherTest
2020-05-02
Userland test-crypto: Add interactive mode for the tls 'mode'
AnotherTest
2020-05-02
LibTLS: Switch to Hash::Manager for hashing and add SHA1
AnotherTest
2020-05-02
LibCrypto: Implement SHA1 Hash Function
AnotherTest
2020-05-02
Userland: Adapt test-crypto to the new AK::Result API
AnotherTest
2020-05-02
LibTLS: Implement a preliminary version of the TLS protocol
AnotherTest
2020-05-02
LibCrypto: Fix issues in the Crypto stack
AnotherTest
2020-05-02
LibCrypto: Implement RSA in terms of UnsignedBigInteger
AnotherTest
2020-05-02
LibCrypto: Add ::import_data() and ::export_data() to UnsignedBigInteger
AnotherTest
2020-05-02
LibCrypto: Add base-10 string de/serialization methods for bigint
Itamar
2020-05-02
LibCrypto: Fix bug in big int subtraction
Itamar
2020-05-02
LibCrypto: Add UnsignedBigInteger division
Itamar
2020-05-02
LibCrypto: Add UnsignedBigInteger multiplication
Itamar
2020-05-02
LibCrypto: Fix a bug in big int addition
Itamar
2020-05-02
LibCrypto: Add UnsignedBigInteger subtraction and comparison
Itamar
2020-05-02
LibCrypto: Add UnsignedBigInteger and implement addition
Itamar
2020-05-02
LibCrypto: Add SHA512
AnotherTest
2020-05-02
LibCrypto: Add SHA256 hash function
AnotherTest
2020-05-02
LibCrypto: Implement HMAC
AnotherTest
2020-05-02
LibCrypto: Move each subsection into its own namespace
AnotherTest
2020-05-02
Userland: Add MD5 tests to test-crypto
AnotherTest
2020-05-02
LibCrypto: Implement Cipher and AES_CBC
AnotherTest
[next]