summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2020-05-02js: Print ConsoleMessages and color the output based on their kind :^)Emanuele Torre
2020-05-01LibJS: Implement (no-op) debugger statementLinus Groh
2020-05-01Userland: "touch" can now handle multiple paths as argumentsAndres Vieira
2020-04-30js: Turn on live syntax highlighting by defaultAndreas Kling
2020-04-29LibJS: Implement correct object property orderingmattco98
2020-04-29LibJS: Make Value::as_string() return a PrimitiveString referenceAndreas Kling
2020-04-28LibLine: Handle initialize() internallyAnotherTest
2020-04-28LibLine: Ignore interrupts unless actively editingAnotherTest
2020-04-28LibMarkdown: Drop MD prefixes and move into "Markdown" namespace :^)Andreas Kling
2020-04-28mkdir: Add -p option to create parent directoriesLinus Groh
2020-04-28mkdir: Use ArgParser, support creating multiple directoriesLinus Groh
2020-04-26js: Follow Serenity C++ naming conventionsLinus Groh
2020-04-26Kernel: Added the ability to set the hostname via new syscallLuke Payne
2020-04-26Userland: Add arp utility (#1962)bcoles
2020-04-26Userland: Fix kill to support negative pid values.Brian Gianforcaro
2020-04-25LibJS: Stop using Optional<Value> in favor of Value's empty stateAndreas Kling
2020-04-25 Userland/ls: Remove unnecessary outputHüseyin ASLITÜRK
2020-04-24js: Interrupt running script or REPL evaluation when receiving SIGINTLinus Groh
2020-04-24LibJS: Add TokenType::TemplateLiteralLinus Groh
2020-04-21LibGUI: Make MenuBar a Core::ObjectAndreas Kling
2020-04-19Userland: Remove some little temporary test programsAndreas Kling
2020-04-19Kernel: rmdir("/") should fail instead of assertingAndreas Kling
2020-04-19test_io: Unbreak symlink test after sys$readlink() '\0' changesAndreas Kling
2020-04-19LibLine: Allow suggestions to have trailing trivia stringsAnotherTest
2020-04-19Userland: Add open(1)Sergey Bugaev
2020-04-18LibJS: Move builtin prototypes to the global objectAndreas Kling
2020-04-16js: Tweak the live syntax highlighting colors a bitAndreas Kling