summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-05-02LibJS: Minor formatting changes in Function.cppLinus Groh
2020-05-02LibJS: Name functions created by "Function" "anonymous"Linus Groh
2020-05-02LibGUI: Properly remove auto-destroyed child windows from reified_windows.Emilio Cobos Álvarez
2020-05-02LibHTTP: Trim received data to Content-LengthAnotherTest
2020-05-02LibIPC: Abort on connection failureSergey Bugaev
2020-05-02LibGUI: FilePicker: Set initial sort to name instead of undefinedBen Wiederhake
2020-05-02LibGUI: Fix off-by-one in ScrollableWidgetBen Wiederhake
2020-05-02LibGUI: FilePicker: Make icon view button initially checkedBen Wiederhake
2020-05-02LibGUI: The UI calls it 'Icon view', fix the name in the codeBen Wiederhake
2020-05-02LibGUI: FilePicker: Populate location textboxBen Wiederhake
2020-05-02LibGUI: FilePicker: Fix position of location textboxBen Wiederhake
2020-05-02LibGUI: Display hidden columns as hiddenBen Wiederhake
2020-05-02LibGUI: Remove unneeded access rightsBen Wiederhake
2020-05-02LibC: added F_SETLK and SO_TYPE defsEd Rochenski
2020-05-02WindowServer+LibGUI+Taskbar: Don't include frameless windows in listsAndreas Kling
2020-05-02LibCrypto: Make UnsignedBigInteger as fast as architecturally possibleAnotherTest
2020-05-02LibCrypto: Tweak ::prune_padding() to be more intuitive with loop boundsAnotherTest
2020-05-02LibTLS: Implement build_alert()AnotherTest
2020-05-02LibCrypto: Rename UnsignedBigInteger APIs to match their actionsAnotherTest
2020-05-02LibCrypto: Preallocate capacity and cache trimmed_length() in UnsignedBigIntegerAnotherTest
2020-05-02LibTLS: Split TLSv12 to sensible categorical filesAnotherTest
2020-05-02LibTLS: Switch to Hash::Manager for hashing and add SHA1AnotherTest
2020-05-02LibCrypto: Add a Hash::Manager that can act as any one of the hashesAnotherTest
2020-05-02LibCrypto: Implement SHA1 Hash FunctionAnotherTest
2020-05-02LibCrypto: Ensure that EME padding does not contain zerosAnotherTest
2020-05-02LibCrypto+LibTLS: Reformat everythingAnotherTest
2020-05-02LibCrypto+LibTLS: Generalise the use of IV lengthAnotherTest
2020-05-02LibTLS: Make enough stuff work to have a demo runAnotherTest
2020-05-02LibCore+LibHTTP: Move out the HTTP handler and add HTTPSAnotherTest
2020-05-02LibCrypto: Preallocate 128 words of space for UnsignedBigIntegerAnotherTest
2020-05-02LibTLS: Implement a preliminary version of the TLS protocolAnotherTest
2020-05-02LibCore: Mark Socket::{common_,}connect() virtual and add a on_writeAnotherTest
2020-05-02LibCrypto: Fix issues in the Crypto stackAnotherTest
2020-05-02LibCrypto: Implement RSA in terms of UnsignedBigIntegerAnotherTest
2020-05-02LibCrypto: Add ::import_data() and ::export_data() to UnsignedBigIntegerAnotherTest
2020-05-02LibCrypto: Cleanup UnsignedBigInteger a bitItamar
2020-05-02LibCrypto: Add base-10 string de/serialization methods for bigintItamar
2020-05-02LibCrypto: Fix bug in big int subtractionItamar
2020-05-02LibCrypto: Add UnsignedBigInteger divisionItamar
2020-05-02LibCrypto: Add UnsignedBigInteger multiplicationItamar
2020-05-02LibCrypto: Fix a bug in big int additionItamar
2020-05-02LibCrypto: Add UnsignedBigInteger subtraction and comparisonItamar
2020-05-02LibCrypto: Add UnsignedBigInteger and implement additionItamar
2020-05-02LibCrypto: Add SHA512AnotherTest
2020-05-02LibCrypto: Add SHA256 hash functionAnotherTest
2020-05-02LibCrypto: Implement HMACAnotherTest
2020-05-02LibCrypto: Move each subsection into its own namespaceAnotherTest
2020-05-02LibCrypto: Add HashFunction and implement MD5AnotherTest
2020-05-02LibCrypto: Implement Cipher and AES_CBCAnotherTest
2020-05-02LibLine: Handle ^L while in search modeAnotherTest