summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-12-16LibTextCodec: Add alternate Cyrillic (aka Koi8-r) encodingDmitry Petrov
2021-12-16LibCore: Remove LocalServer::on_ready_to_acceptsin-ack
2021-12-16LibCore+Userland: Convert TCPServer to use the Serenity Stream APIsin-ack
2021-12-16LibCore: Implement the Serenity Stream API classessin-ack
2021-12-16Kernel+LibC: Move errno definitions to Kernel/API/POSIXsin-ack
2021-12-16LibCore+LookupServer: Implement and use UDPServer::sendsin-ack
2021-12-16LibC: Implement serenity_opensin-ack
2021-12-16LibGfx: Handle malformed Platform ID during TTF parsingBrian Gianforcaro
2021-12-16Terminal: Fix broken selection after dbl/trp clickryanb-dev
2021-12-16expr: Use StringView literals more (instead of raw C strings)Kenneth Myhra
2021-12-16expr: Port to LibMainKenneth Myhra
2021-12-16functrace: Port to LibMain and move away from raw C stringsKenneth Myhra
2021-12-16flock: Port to LibMainKenneth Myhra
2021-12-16LibCore: Add waitpid() wrapper that return ErrorOr<pid_t>Kenneth Myhra
2021-12-16LibCore: Add posix_spawnp() wrapper that return ErrorOr<pid_t>Kenneth Myhra
2021-12-16file: Port to LibMainKenneth Myhra
2021-12-16fdtdump: Port to LibMainKenneth Myhra
2021-12-16dirname: Port to LibMainKenneth Myhra
2021-12-16diff: Port to LibMainKenneth Myhra
2021-12-16df: Port to LibMainKenneth Myhra
2021-12-16ddate: Port to LibMainKenneth Myhra
2021-12-16Shell: Don't skip over the first brace expansion entry if it's emptyAli Mohammad Pur
2021-12-16Shell: Set subshell flag after checking for its value in parent shellAli Mohammad Pur
2021-12-16LibLine: Switch all files to use east-constAli Mohammad Pur
2021-12-16LibLine: Update the prompt origin after resize + suggestion redisplayAli Mohammad Pur
2021-12-16LibLine: Take the prompt into account when adjusting for a scrolled viewAli Mohammad Pur
2021-12-16Spreadsheet: Handle emptying of cell containing only an '='RasmusNylander
2021-12-15LibSanitizer: Log UBSAN errors in red text to the debug consoleAndrew Kaster
2021-12-15AK+LibSanitizer: Add method to zero out a UBSAN SourceLocationAndrew Kaster
2021-12-15LibSanitizer: Check for halt_on_error=0 in $UBSAN_OPTIONSAndrew Kaster
2021-12-15LibDebug: Handle DWARF 4 address rangesDaniel Bertalan
2021-12-15LibDebug: Fix truncation in ExtendedOpcodes::SetDiscriminatorDaniel Bertalan
2021-12-15LibRegex: Merge alternations based on blocks and not instructionsAli Mohammad Pur
2021-12-15LibUnicode: Compile generated sources optimized for sizeTimothy Flynn
2021-12-15LibWeb: Use ByteBuffer::copy() instead of a manual copy in SubtleCryptoAli Mohammad Pur
2021-12-15LibC: Use FlatPtr for malloced char* address storageHendiadyoin1
2021-12-14LibWeb: Replace incorrect empty Optional return with ByteBufferLinus Groh
2021-12-14LibWeb: Remove dbgln() left from debugging :^)Linus Groh
2021-12-14LibWeb: Implement SubtleCrypto.digest()Linus Groh
2021-12-14LibWeb: Implement "get a copy of the bytes held by the buffer source"Linus Groh
2021-12-14LibJS: Add ArrayBuffer::create() for ByteBuffer passed by valueLinus Groh
2021-12-14LibWeb: Add the SubtleCrypto interfaceLinus Groh
2021-12-13LibUnicode: Generate CalendarSymbols in a predetermined orderTimothy Flynn
2021-12-13Shell: Make the Join operation respect nodes that have a next chainAli Mohammad Pur
2021-12-13Shell: Remove sigpipe.sh.out artefact after failureMichel Hermier
2021-12-12Kernel+SystemServer: Add /dev/ttyDaniel Bertalan
2021-12-12LibGL: Simplify Texture2D reading; add support for RGB565Jelle Raaijmakers
2021-12-12LibGL: Prevent limbo state if `glEnd` does not support drawing modeJelle Raaijmakers
2021-12-12LibGL: Do not exclude points on the clip planesJelle Raaijmakers
2021-12-12LibGL: Remove unused method from SoftwareRasterizerJelle Raaijmakers