summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-05-19LibCrypto: Use the new return-from-Variant::visit() mechanismAli Mohammad Pur
2021-05-19Browser: Do not use AK::Format for search engine formattingMaciej Zygmanowski
2021-05-19Browser: Add support for custom search enginesMaciej Zygmanowski
2021-05-19Shell: Avoid moving AK::Function instances while inside themAli Mohammad Pur
2021-05-19Everywhere: Add missing includes for <AK/OwnPtr.h>Gunnar Beutner
2021-05-19LibC: Add functions for the new statvfs syscallsJustin
2021-05-193DFileViewer: Move `Demos/GLTeapot` to `Applications/3DFileViewer`Erik Biederstadt
2021-05-19GLTeapot: Adds a help menu to the GLTeapot demoErik Biederstadt
2021-05-19GLTeapot: Adds additional error checking when loading filesErik Biederstadt
2021-05-19GLTeapot: Add the ability to open 3D filesErik Biederstadt
2021-05-19LibWeb: Support X-Content-Type-Options to opt out of MIME type sniffingBrendan Coles
2021-05-19LibTLS: Enable the RSA_WITH_AES_256_GCM_SHA384 cipherDexesTTP
2021-05-19LibTLS: Use RSA key exchange based on the cipherDexesTTP
2021-05-19LibTLS: Generate cipher variants based on the cipherDexesTTP
2021-05-19LibTLS: Replace cipher selection with a variantDexesTTP
2021-05-19LibTLS: Rework method names and arrangement in cpp filesDexesTTP
2021-05-19LibTLS: Define cipher suite parameters and components in a macroDexesTTP
2021-05-19LibTLS: Move the asn certificate parser to Certificate.cppDexesTTP
2021-05-19LibTLS: Move the cipher list to the CipherSuite.h headerDexesTTP
2021-05-19LibCrypto: Make GCM movableDexesTTP
2021-05-19LibCrypto: Use AK::Variant in HashManagerDexesTTP
2021-05-19LibCrypto: Use AK::Variant in MultiHashDigestVariantDexesTTP
2021-05-19LibCrypto: Add the SHA-384 hash algorithmDexesTTP
2021-05-19Utilities: Allow for white spaces in lsof name parsingbrapru
2021-05-18CrashDaemon: Fix CrashReporter argument orderLinus Groh
2021-05-18Browser: Don't add multiple page reloads to historyMarcus Nilsson
2021-05-18PDFViewer: Ignore wheel events when there is no document loadedAndreas Kling
2021-05-18LibWeb: Implement encoding sniffing algorithmMax Wipfli
2021-05-18LibWeb: Change Document's m_encoding to Optional<String>Max Wipfli
2021-05-18LibWeb: Change Resource's m_encoding to Optional<String>Max Wipfli
2021-05-18LibWeb: Use Optional<String> for encoding_from_content_typeMax Wipfli
2021-05-18LibTextCodec: Use Optional<String> for get_standardized_encodingMax Wipfli
2021-05-18PDFViewer+Base: Display application title as "PDF Viewer"Andreas Kling
2021-05-18LibCore+Userland: Add two more detectable formatsValtteri Koskivuori
2021-05-18LibCore: Add offsets to binary signature matchingValtteri Koskivuori
2021-05-18LibCore+Userland: Add 5 more detectable filetypesValtteri Koskivuori
2021-05-18Solitaire: Prevent player dragging entire stack to foundationJesse Buhagiar
2021-05-18Browser: Move actions from Tab to BrowserWindowAndreas Kling
2021-05-18Browser: Move menu management from Tab to BrowserWindowAndreas Kling
2021-05-18CatDog: Remove global menu and add context menuMarcus Nilsson
2021-05-18Pong: Make the game winnableDmitrii Ubskii
2021-05-18Pong: Fix paddle movement across resets if keys are heldDmitrii Ubskii
2021-05-18Pong: Improve mouse controlsDmitrii Ubskii
2021-05-18Pong: Improve AI paddle movementDmitrii Ubskii
2021-05-18Pong: Fix score displayDmitrii Ubskii
2021-05-18LibWeb: Implement test-web in terms of LibTest/JavaScriptTestRunnerAli Mohammad Pur
2021-05-18LibJS+LibTest: Move out the test-js test runner into LibTestAli Mohammad Pur
2021-05-18Solitaire: Display high score in status barTimothy Flynn
2021-05-18Solitaire: Track and persist high scoreTimothy Flynn
2021-05-18Solitaire: Persist game mode to config fileTimothy Flynn