summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-14SystemServer: Remove Socket.h header + use Core::System in some placessin-ack
2022-02-14LibCore: Implement System::fchownsin-ack
2022-02-14LibCore+Tests: Remove Core::UDPSocket :^)sin-ack
2022-02-14nc: Convert to Core::Stream::UDPSocketsin-ack
2022-02-14LookupServer: Convert to Core::Stream::UDPSocketsin-ack
2022-02-14LibCore: Add a timeout option to UDPSocket::connectsin-ack
2022-02-14LibCoredump: Respect coredump's LD_LIBRARY_PATH when searching librariesSviatoslav Peleshko
2022-02-14HexEditor: Fix copy {text/hex} to clipboardFederico Guerinoni
2022-02-14HexEditor: Fix crash of copy action when selection is emptyFederico Guerinoni
2022-02-14WindowServer: Consolidate tiled and maximized window rects calculationVitaly Dyachkov
2022-02-14Ports: Add ImageMagickJoe Petrus
2022-02-14Kernel/Audio: Ignore buffers with more than 4096 bytes of data in SB16Liav A
2022-02-14AudioServer: Use first audio channel in the /dev/audio directoryLiav A
2022-02-14SystemServer: Create audio channel device nodes in /dev/audio directoryLiav A
2022-02-14Kernel/Audio: Introduce a new design architecture for the subsystemLiav A
2022-02-14profile: Document "read" profiling eventJakub Berkop
2022-02-14Profiler: Add ability to process read syscallsJakub Berkop
2022-02-14profile: Command recognizes "read" event typeJakub Berkop
2022-02-14Kernel/Profiling: Add profiling to read syscallJakub Berkop
2022-02-14Kernel: Use StringView::for_each_split_view() in sys$pledgeIdan Horowitz
2022-02-14Kernel: Make Inode::set_shared_vmobject() OOM-fallibleIdan Horowitz
2022-02-14Kernel: Evaluate block conditions only once on new mouse packetsIdan Horowitz
2022-02-14Kernel: Make master TLS region WeakPtr construction OOM-fallibleIdan Horowitz
2022-02-14LibWeb: Add support for the record variant of URLSearchParamsLuke Wilde
2022-02-14LibWeb: Add support for record<K, V> types as inputLuke Wilde
2022-02-14js: Add a print() function to the environmentAli Mohammad Pur
2022-02-14LibRegex: Correct the alternative matching order when one is emptyAli Mohammad Pur
2022-02-14Toolchain: Update Dockerfile to use gcc 11 and add texinfo packageAndrew Kaster
2022-02-14LibWeb: Don't emit current token on EOF in HTML TokenizerKarol Kosek
2022-02-14LibWeb: Fix highlighting HTML commentsKarol Kosek
2022-02-13LibCore: Allow event loops on other threads to wake upkleines Filmröllchen
2022-02-13LibCore: Fix event loop stacks on non-main threadskleines Filmröllchen
2022-02-13LibVT: Fix triple click behaviorbrapru
2022-02-13Kernel: Remove dead code from ThreadSafeWeakPtrIdan Horowitz
2022-02-13Kernel: Remove make_weak_ptr()Idan Horowitz
2022-02-13Kernel: Use try_make_weak_ptr() instead of make_weak_ptr()Idan Horowitz
2022-02-13AK+Kernel: Add an OOM-fallible try variant make_weak_ptr()Idan Horowitz
2022-02-13AK+Kernel: Rename try_make_weak_ptr to make_weak_ptr_if_nonnullIdan Horowitz
2022-02-13LibSQL: Convert binary SQL operations to be fallibleTimothy Flynn
2022-02-13LibSQL: Short-circuit single-element tuple comparisonsTimothy Flynn
2022-02-13LibSQL: Implement converting float and tuple values to a booleanTimothy Flynn
2022-02-13LibSQL: Use absolute value when comparing against floating point epsilonTimothy Flynn
2022-02-13LibSQL: Return a not-yet-implemented error for unimplemented expressionsTimothy Flynn
2022-02-13Base: Restart the SQL server if it crashesTimothy Flynn
2022-02-13Userland/Applets: Use default constructors/destructorsLenny Maiorani
2022-02-13LibJS: Add spec comments to ArrayBuffer.prototype.byteLengthJamie Mansfield
2022-02-13LibJS: Add spec comments to ArrayBuffer.prototype.sliceJamie Mansfield
2022-02-13LibGfx: Allow changing the default font pathFiliph Sandström
2022-02-13Base+HexEditor: Add iconselectrikmilk
2022-02-13Base+Calculator: Add iconselectrikmilk