summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2020-05-10ls: Emit hyperlinks for files outside the current directoryAndreas Kling
2020-05-10LibLine: Support RGB colorsAnotherTest
2020-05-10Userland: Send absolute paths to LaunchServer and show what failedAnotherTest
2020-05-09Userland: Add unzip commandAndres Vieira
2020-05-09Userland: Add missing copyright header to test-crypto.cppLinus Groh
2020-05-09Userland: Add missing copyright header to disasm.cppLinus Groh
2020-05-09ls: Make filenames in the output hyperlinkedAndreas Kling
2020-05-09LibDesktop: Switch to LaunchServer for DesktopServices::openNicholas Hollett
2020-05-09Userland: Remove double-'#include' in date.cppBen Wiederhake
2020-05-08Kernel+Userland: Add "settime" pledge promise for setting system timeAndreas Kling
2020-05-06Misc: Replace "String(string_view)" with "string_view.to_string()"Linus Groh
2020-05-05js: Tighten up ReplConsoleClient::trace() a little bitAndreas Kling
2020-05-05LibJS: Implement exponentiation assignment operator (**=)Linus Groh
2020-05-05LibJS: Implement bitwise assignment operators (&=, |=, ^=)Linus Groh
2020-05-05js: Customise the behaviour of JS::Console with ReplConsoleClientEmanuele Torre
2020-05-05LibJS: Remove ConsoleMessage from LibJSEmanuele Torre
2020-05-05keymap: Fix crash introduced by 637ecdbAndreas Kling
2020-05-04LibJS: Add template literalsmattco98
2020-05-04sysctl: Permit 'sysctl -a' invocationBen Wiederhake
2020-05-04sysctl: Fix newlines in error messagesBen Wiederhake
2020-05-03LibTextCodec: Start fleshing out a simple text codec libraryAndreas Kling
2020-05-03ProtocolServer: Pass HTTP response headers to the clientAndreas Kling
2020-05-03LibCrypto: Small fixes in BigInteger & test-cryptoDexesTTP
2020-05-03test-crypto: Display execution time for passing testsDexesTTP
2020-05-03ProtocolServer: Implement and handle download progressAnotherTest
2020-05-03Userland: Fix leak in keymapShannon Booth
2020-05-02js: Ignore property attributes for completionLinus Groh
2020-05-02Userland: Tweak the tests in test-cryptoAnotherTest
2020-05-02LibCrypto: Rename UnsignedBigInteger APIs to match their actionsAnotherTest
2020-05-02Userland test-crypto: Add interactive mode for the tls 'mode'AnotherTest
2020-05-02LibTLS: Switch to Hash::Manager for hashing and add SHA1AnotherTest
2020-05-02LibCrypto: Implement SHA1 Hash FunctionAnotherTest
2020-05-02Userland: Adapt test-crypto to the new AK::Result APIAnotherTest
2020-05-02LibTLS: Implement a preliminary version of the TLS protocolAnotherTest
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: 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-02Userland: Add MD5 tests to test-cryptoAnotherTest
2020-05-02LibCrypto: Implement Cipher and AES_CBCAnotherTest