summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-09LibCore: Allow constructing a Core::HttpRequest from a raw HTTP requestAndreas Kling
2020-02-09Kernel: Support reading/writing PATADiskDevices directly via /dev/hdXConrad Pankoff
2020-02-09WindowServer: Remove username from MenuManager.Hüseyin ASLITÜRK
2020-02-09MenuApplets: Add UserName applet.asliturk
2020-02-08TelnetServer: Protect the Client object during drain_socket()Andreas Kling
2020-02-08Kernel: Send SIGPIPE to the current thread on write to a broken pipeAndreas Kling
2020-02-08IPv4: Put some TCP close handshake debug spam behind TCP_SOCKET_DEBUGAndreas Kling
2020-02-08IPv4: Sockets should say can_read() after reading is shut downAndreas Kling
2020-02-08IPv4: Basic implementation of TCP socket shutdownAndreas Kling
2020-02-08more: Read keystrokes from stdout instead of trying to re-open itAndreas Kling
2020-02-08IPv4: Don't ACK empty TCP packetsAndreas Kling
2020-02-08IPv4: Split IPv4Socket::recvfrom() into packet/byte buffered functionsAndreas Kling
2020-02-08Kernel: The inode fault handler should grab the VMObject lock earlierAndreas Kling
2020-02-08x86: Simplify region unmapping a bitAndreas Kling
2020-02-08LibGfx: Naive RGB/HSV conversionAndreas Kling
2020-02-08Kernel: Make File::truncate() take a u64Andreas Kling
2020-02-08Kernel: Simplify FS::create_inode() a little bitAndreas Kling
2020-02-08Kernel: Add KResultOr<T>::result()Andreas Kling
2020-02-08AK: Add JsonObjectSerializer::add(key, bool) overloadAndreas Kling
2020-02-08Kernel: Cloned shared regions should also be marked as sharedAndreas Kling
2020-02-08Kernel: Simplify FS::create_directory() a little bitAndreas Kling
2020-02-08Ext2FS: Fail with EMFILE if we would overflow i_links_countAndreas Kling
2020-02-08Kernel: Merge unnecessary DiskDevice class into BlockDeviceAndreas Kling
2020-02-08IPv4: Send TCP packets right away instead of waiting to "retry"Andreas Kling
2020-02-08AK: Make PrintfImplementation treat %lld as 64-bitAndreas Kling
2020-02-08AK: Add LogStream overloads for long and long longAndreas Kling
2020-02-08IPv4: Drop incoming packets on sockets that are shut down for readingAndreas Kling
2020-02-08Net: Add a basic sys$shutdown() implementationAndreas Kling
2020-02-08Net: Make NetworkAdapter reference-countedAndreas Kling
2020-02-08Kernel: Remove two bad FIXME'sAndreas Kling
2020-02-07Kernel: Fix three broken format strings in Socket::{get,set}sockopt()Andreas Kling
2020-02-07Kernel: Truncate addresses stored by getsockname() and getpeername()Andreas Kling
2020-02-07Base: Add man page for posix_openpt(3)Andreas Kling
2020-02-07HackStudio: Disallow invalid indices when typing into the locatorAndreas Kling
2020-02-07TextEditor: Enable C++ syntax highlighting for .cpp and .h files :^)Andreas Kling
2020-02-07LibGUI+HackStudio: Move syntax highlighting from HackStudio to LibGUIAndreas Kling
2020-02-07WindowServer: Move some menu related functions to MenuManagerAndreas Kling
2020-02-07SystemServer: Limit service restartsSergey Bugaev
2020-02-07WindowServer: Don't try to load unspecified iconsSergey Bugaev
2020-02-07WindowServer: Process multiple mouse packets at the same timeAndreas Kling
2020-02-07Kernel: Allow PS2MouseDevice to read multiple packetsAndreas Kling
2020-02-07WindowServer: Fix wrong-sized read() from keyboardAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06IPCCompiler: Put message classes in the Messages namespaceAndreas Kling
2020-02-06WindowServer: Fix assertion on key pressAndreas Kling
2020-02-06WindowServer: Move classes into WindowServer namespaceAndreas Kling
2020-02-06Lagom: Add a tiny JSON test appAndreas Kling
2020-02-06AK: Add some missing "inline" keywords in JsonObject.hAndreas Kling
2020-02-06Lagom: Remove the bitrotted SimpleIPC test programAndreas Kling
2020-02-06Piano: Add export actionWilliam McPherson