index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-05-02
LibTLS: Switch to Hash::Manager for hashing and add SHA1
AnotherTest
2020-05-02
LibCrypto: Add a Hash::Manager that can act as any one of the hashes
AnotherTest
2020-05-02
LibCrypto: Implement SHA1 Hash Function
AnotherTest
2020-05-02
LibCrypto: Ensure that EME padding does not contain zeros
AnotherTest
2020-05-02
LibCrypto+LibTLS: Reformat everything
AnotherTest
2020-05-02
LibCrypto+LibTLS: Generalise the use of IV length
AnotherTest
2020-05-02
Userland: Adapt test-crypto to the new AK::Result API
AnotherTest
2020-05-02
LibTLS: Make enough stuff work to have a demo run
AnotherTest
2020-05-02
LibCore+LibHTTP: Move out the HTTP handler and add HTTPS
AnotherTest
2020-05-02
LibCrypto: Preallocate 128 words of space for UnsignedBigInteger
AnotherTest
2020-05-02
LibTLS: Implement a preliminary version of the TLS protocol
AnotherTest
2020-05-02
LibCore: Mark Socket::{common_,}connect() virtual and add a on_write
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: Cleanup UnsignedBigInteger a bit
Itamar
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: Add HashFunction and implement MD5
AnotherTest
2020-05-02
LibCrypto: Implement Cipher and AES_CBC
AnotherTest
2020-05-02
AK: Correct ByteBuffer::{overwrite,slice*} bounds check
AnotherTest
2020-05-02
LibLine: Handle ^L while in search mode
AnotherTest
2020-05-02
Fire: Add app-fire.png 16x16 icon
Brendan Coles
2020-05-02
Cube: Add app-cube.png 16x16 icon
Brendan Coles
2020-05-02
js: Print ConsoleMessages and color the output based on their kind :^)
Emanuele Torre
2020-05-02
LibJS: Add ConsoleMessage concept
Emanuele Torre
2020-05-02
LibJS: Implement ConsoleObject::count() as a Console::count() wrapper
Emanuele Torre
2020-05-02
LibJS: Start implementing a Console class for the interpreter
Emanuele Torre
2020-05-02
WindowServer+LibGUI: Automatically close child windows with parent
Andreas Kling
2020-05-02
IPCCompiler: Add support for Vector<i32>
Andreas Kling
2020-05-02
LibGUI: Make ComboBox list pop-up windows frameless
Andreas Kling
2020-05-02
WindowServer+LibGUI: Add "frameless" window flag
Andreas Kling
2020-05-02
WindowServer+LibGUI: Remove unused Window::show_titlebar() flag
Andreas Kling
2020-05-02
WindowServer: Don't allow parent windows to go above their children
Andreas Kling
2020-05-02
WindowServer: Move child windows together with their parents
Andreas Kling
2020-05-02
LibGUI+WindowServer: Inform WindowServer about parent/child windows
Andreas Kling
2020-05-02
Base: Tweak MessageBox icons a tiny bit
Andreas Kling
2020-05-02
LibGfx: Decode paletted and grayscale images with 1/2/4 bit depth
LepkoQQ
2020-05-02
Base: Update js(1) manpage
Linus Groh
2020-05-02
LibM: Implement fmodf()
Valtteri Koskivuori
[next]