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-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
2020-05-02
js: Print ConsoleMessages and color the output based on their kind :^)
Emanuele Torre
2020-05-01
LibJS: Implement (no-op) debugger statement
Linus Groh
2020-05-01
Userland: "touch" can now handle multiple paths as arguments
Andres Vieira
2020-04-30
js: Turn on live syntax highlighting by default
Andreas Kling
2020-04-29
LibJS: Implement correct object property ordering
mattco98
2020-04-29
LibJS: Make Value::as_string() return a PrimitiveString reference
Andreas Kling
2020-04-28
LibLine: Handle initialize() internally
AnotherTest
2020-04-28
LibLine: Ignore interrupts unless actively editing
AnotherTest
2020-04-28
LibMarkdown: Drop MD prefixes and move into "Markdown" namespace :^)
Andreas Kling
2020-04-28
mkdir: Add -p option to create parent directories
Linus Groh
2020-04-28
mkdir: Use ArgParser, support creating multiple directories
Linus Groh
2020-04-26
js: Follow Serenity C++ naming conventions
Linus Groh
2020-04-26
Kernel: Added the ability to set the hostname via new syscall
Luke Payne
2020-04-26
Userland: Add arp utility (#1962)
bcoles
2020-04-26
Userland: Fix kill to support negative pid values.
Brian Gianforcaro
2020-04-25
LibJS: Stop using Optional<Value> in favor of Value's empty state
Andreas Kling
2020-04-25
Userland/ls: Remove unnecessary output
Hüseyin ASLITÜRK
2020-04-24
js: Interrupt running script or REPL evaluation when receiving SIGINT
Linus Groh
2020-04-24
LibJS: Add TokenType::TemplateLiteral
Linus Groh
2020-04-21
LibGUI: Make MenuBar a Core::Object
Andreas Kling
2020-04-19
Userland: Remove some little temporary test programs
Andreas Kling
2020-04-19
Kernel: rmdir("/") should fail instead of asserting
Andreas Kling
2020-04-19
test_io: Unbreak symlink test after sys$readlink() '\0' changes
Andreas Kling
2020-04-19
LibLine: Allow suggestions to have trailing trivia strings
AnotherTest
2020-04-19
Userland: Add open(1)
Sergey Bugaev
2020-04-18
LibJS: Move builtin prototypes to the global object
Andreas Kling
2020-04-16
js: Tweak the live syntax highlighting colors a bit
Andreas Kling
[next]