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