summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-16IRCClient: Refactor window creation responsibilities.Andreas Kling
2019-03-16IRCClient: Rename IRCClientWindowFoo => IRCWindowFoo.Andreas Kling
2019-03-16IRCClient: Add menus.Andreas Kling
2019-03-16WindowServer: Add missing handling of AddMenuSeparator client request.Andreas Kling
2019-03-16IRCClient: Add some more toolbar actions. Starting to look nice.Andreas Kling
2019-03-15IRCClient: Add a toolbar with some actions.Andreas Kling
2019-03-15GTableView: Add a way to turn off alternating row colors.Andreas Kling
2019-03-15IRClient: Add a member list to channel views.Andreas Kling
2019-03-15IRCClient: Add ability to send query messages.Andreas Kling
2019-03-15GTextEditor: Disable the ruler in single-line mode.Andreas Kling
2019-03-15IRCClient+LibGUI: Add an input box so we can send messages to channels.Andreas Kling
2019-03-15LibGUI: Hit testing should skip invisible widgets.Andreas Kling
2019-03-15LibGUI: Don't autofill the background of GStackWidget.Andreas Kling
2019-03-15LibGUI: Add a mode where GTableModel automatically activates on selection.Andreas Kling
2019-03-15LibGUI: Disable GBoxLayout debug spam.Andreas Kling
2019-03-15IRCClient: Start using GStackWidget for the subwindows.Andreas Kling
2019-03-15LibGUI: Add a GStackWidget for many widgets sharing a single location.Andreas Kling
2019-03-15IRCClient: Hide all the table view headers.Andreas Kling
2019-03-15GTableView: Add a way to hide the column headers.Andreas Kling
2019-03-15IRCClient: Use a model for the window list.Andreas Kling
2019-03-15IRCClient: Rename IRCSubWindow => IRCClientWindow.Andreas Kling
2019-03-15IRCClient: Put the unhandled server messages nicely into the server log.Andreas Kling
2019-03-15IRCClient: Hacking on IRCClient bringup.Andreas Kling
2019-03-15IRCClient: Start working on a simple graphical IRC client.Andreas Kling
2019-03-15AK: Add CircularQueue::at().Andreas Kling
2019-03-14TCP: Correct checksum for packets with odd number of bytes.Andreas Kling
2019-03-14About: Oops, fill the window with background color.Andreas Kling
2019-03-14WindowServer: Fix crash when initiating resize from a window edge.Andreas Kling
2019-03-14Terminal: Enough compat work for Lynx to actually load web pages.Andreas Kling
2019-03-14Terminal: Use TERM=xterm by default, and implement some more escapes.Andreas Kling
2019-03-14Terminal: Add some logging for the 'r' final.Andreas Kling
2019-03-14TCP: Collect the payload if present in a packet with FIN set.Andreas Kling
2019-03-14TCP: Start working on auto-closing connections when we get FIN.Andreas Kling
2019-03-14Userland: Turn the tc test util into a simple dumb HTTP client.Andreas Kling
2019-03-14LibC: A whole bunch of compat work towards porting Lynx.Andreas Kling
2019-03-14LibC: Oops, rename getgrname() -> getgrnam().Andreas Kling
2019-03-14Kernel: Handle unaligned ELF segments gracefully in the executable loader.Andreas Kling
2019-03-14Kernel: Remove leftover debug spam when returning from mkdir() syscall.Andreas Kling
2019-03-14LibC: Minor socket-related compat fixes.Andreas Kling
2019-03-14IPv4: Factor out UDP parts of IPv4Socket into a UDPSocket class.Andreas Kling
2019-03-14IPv4: Move more stuff from IPv4Socket to TCPSocket.Andreas Kling
2019-03-14Kernel: Factor out TCP parts of IPv4Socket into a TCPSocket class.Andreas Kling
2019-03-14TCP: Update our side's ack number based on the other side's seq number.Andreas Kling
2019-03-14Kernel: Add SocketHandle helper class that wraps locked sockets.Andreas Kling
2019-03-14IPv4: Last burst of TCP hacking for today.Andreas Kling
2019-03-14IPv4: More work on the TCP implementation.Andreas Kling
2019-03-14IPv4: More work on the TCP implementation.Andreas Kling
2019-03-13IPv4: More hacking on bringing up TCP support.Andreas Kling
2019-03-13Userland+LibC: Add a new little "tc" program for testing TCP.Andreas Kling
2019-03-13IPv4: Begin fleshing out TCP support.Andreas Kling