summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-11Inspector: Don't call CSocket::connect() before setting up hooksAndreas Kling
2019-09-11rpcdump: Don't call CSocket::connect() before setting up hooksAndreas Kling
2019-09-11CSocket: Share code between connect() overloadsAndreas Kling
2019-09-11AK: Add LogStream operator<< for ByteBufferAndreas Kling
2019-09-11CIODevice: read_all() should return a null ByteBuffer when nothing readAndreas Kling
2019-09-11ls: Add -h (human readable) output switchAndreas Kling
2019-09-11AK: Add String::number(size_t) overloadAndreas Kling
2019-09-11SoundPlayer: Scale y coordinate to prevent drawing outside clip rectMax Thrun
2019-09-10Ext2FS: Trying to create a too-long directory entry should ENAMETOOLONGAndreas Kling
2019-09-10LibC: Make sure perror() is consistent about the errno it printsAndreas Kling
2019-09-10File Manager: Implement copy-pasteAaron Malpas
2019-09-10FileManager: Create FileUtilsAaron Malpas
2019-09-10FileManager: Add on_selection event for DirectoryViewAaron Malpas
2019-09-10Shell: Add support for special parameter that returns PIDMinusGix
2019-09-10Shell: Add support for special parameter that expands to return-code of last ...MinusGix
2019-09-10Shell: Add support for getting environment variable valuesMinusGix
2019-09-09Ports: Port DOOMAndreas Kling
2019-09-09Runner: Forward host TCP port 8823 to guest port 23 in QEMUAndreas Kling
2019-09-09WindowServer: Avoid doing sqrt() in double-click detectionAndreas Kling
2019-09-09RTL8139: Fix bogus (but harmless) TX buffer index in send_raw()Andreas Kling
2019-09-09Kernel: Change m_blockers to m_blocker.Drew Stratford
2019-09-09Kernel: Remove reduntant kernel/user signal stacks.Drew Stratford
2019-09-09Kernel: Write logs into dmesg from the start of the boot processConrad Pankoff
2019-09-08AK: Fix buffer overrun in Utf8CodepointIterator::operator++Sergey Bugaev
2019-09-08Kernel: Fix bitrotted code behind #ifdef SIGNAL_DEBUGAndreas Kling
2019-09-08LibC: #define errno errnoAndreas Kling
2019-09-08Kernel: waitpid() should unblock and -ECHILD if SIG_IGN reaps childAndreas Kling
2019-09-08Kernel: Use timeval_sub for TCP retransmissions and lower timer to 500msConrad Pankoff
2019-09-08Kernel: Handle listening socket disappearing during incoming handshakeConrad Pankoff
2019-09-08Kernel: Use a WeakPtr instead of a RefPtr for TCP socket originatorConrad Pankoff
2019-09-08Kernel: Put some network log messages behind debug flagsConrad Pankoff
2019-09-08Kernel: Send ACK/FIN in response to FIN packets on active connectionsConrad Pankoff
2019-09-08Kernel: Implement outgoing TCP retransmission and better ACK handlingConrad Pankoff
2019-09-08Kernel: Remember all ARP replies, even ones we didn't requestConrad Pankoff
2019-09-08Kernel: Don't mark incoming sockets as connected in NetworkTaskConrad Pankoff
2019-09-08Kernel: Hold socket back from accept() until it's fully set upConrad Pankoff
2019-09-08Kernel: Use RefPtr instead of SocketHandle for TCPSocket clientsConrad Pankoff
2019-09-08Kernel: Don't set sequence manually; send_tcp_packet will do itConrad Pankoff
2019-09-08Kernel: Make sure IPv4Socket is marked as listening in listen()Conrad Pankoff
2019-09-08Kernel: Don't increment ACK number without SYN, FIN, or dataConrad Pankoff
2019-09-08Kernel: Fix debug messages in IPv4SocketConrad Pankoff
2019-09-08TelnetServer: Implement basic telnet serverConrad Pankoff
2019-09-08WindowServer: Don't transform quick far-apart clicks into double-clicksAndreas Kling
2019-09-08Kernel: Remove spammy logging about absolute_path() on non-custodiesAndreas Kling
2019-09-08FileManager: Make the tree view follow the path changes correctlyAndreas Kling
2019-09-08AK: Pad %b and %w to two and four places in printfConrad Pankoff
2019-09-07GTreeView: Make double-clicking toggle openable itemsAndreas Kling
2019-09-07GModel: Remove selected_index() and set_selected_index()Andreas Kling
2019-09-07LibGUI+FileManager: Add GAbstractView::on_selection_change hookAndreas Kling
2019-09-07FileManager: Port to using GModelSelectionAndreas Kling