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-09-11
Inspector: Don't call CSocket::connect() before setting up hooks
Andreas Kling
2019-09-11
rpcdump: Don't call CSocket::connect() before setting up hooks
Andreas Kling
2019-09-11
CSocket: Share code between connect() overloads
Andreas Kling
2019-09-11
AK: Add LogStream operator<< for ByteBuffer
Andreas Kling
2019-09-11
CIODevice: read_all() should return a null ByteBuffer when nothing read
Andreas Kling
2019-09-11
ls: Add -h (human readable) output switch
Andreas Kling
2019-09-11
AK: Add String::number(size_t) overload
Andreas Kling
2019-09-11
SoundPlayer: Scale y coordinate to prevent drawing outside clip rect
Max Thrun
2019-09-10
Ext2FS: Trying to create a too-long directory entry should ENAMETOOLONG
Andreas Kling
2019-09-10
LibC: Make sure perror() is consistent about the errno it prints
Andreas Kling
2019-09-10
File Manager: Implement copy-paste
Aaron Malpas
2019-09-10
FileManager: Create FileUtils
Aaron Malpas
2019-09-10
FileManager: Add on_selection event for DirectoryView
Aaron Malpas
2019-09-10
Shell: Add support for special parameter that returns PID
MinusGix
2019-09-10
Shell: Add support for special parameter that expands to return-code of last ...
MinusGix
2019-09-10
Shell: Add support for getting environment variable values
MinusGix
2019-09-09
Ports: Port DOOM
Andreas Kling
2019-09-09
Runner: Forward host TCP port 8823 to guest port 23 in QEMU
Andreas Kling
2019-09-09
WindowServer: Avoid doing sqrt() in double-click detection
Andreas Kling
2019-09-09
RTL8139: Fix bogus (but harmless) TX buffer index in send_raw()
Andreas Kling
2019-09-09
Kernel: Change m_blockers to m_blocker.
Drew Stratford
2019-09-09
Kernel: Remove reduntant kernel/user signal stacks.
Drew Stratford
2019-09-09
Kernel: Write logs into dmesg from the start of the boot process
Conrad Pankoff
2019-09-08
AK: Fix buffer overrun in Utf8CodepointIterator::operator++
Sergey Bugaev
2019-09-08
Kernel: Fix bitrotted code behind #ifdef SIGNAL_DEBUG
Andreas Kling
2019-09-08
LibC: #define errno errno
Andreas Kling
2019-09-08
Kernel: waitpid() should unblock and -ECHILD if SIG_IGN reaps child
Andreas Kling
2019-09-08
Kernel: Use timeval_sub for TCP retransmissions and lower timer to 500ms
Conrad Pankoff
2019-09-08
Kernel: Handle listening socket disappearing during incoming handshake
Conrad Pankoff
2019-09-08
Kernel: Use a WeakPtr instead of a RefPtr for TCP socket originator
Conrad Pankoff
2019-09-08
Kernel: Put some network log messages behind debug flags
Conrad Pankoff
2019-09-08
Kernel: Send ACK/FIN in response to FIN packets on active connections
Conrad Pankoff
2019-09-08
Kernel: Implement outgoing TCP retransmission and better ACK handling
Conrad Pankoff
2019-09-08
Kernel: Remember all ARP replies, even ones we didn't request
Conrad Pankoff
2019-09-08
Kernel: Don't mark incoming sockets as connected in NetworkTask
Conrad Pankoff
2019-09-08
Kernel: Hold socket back from accept() until it's fully set up
Conrad Pankoff
2019-09-08
Kernel: Use RefPtr instead of SocketHandle for TCPSocket clients
Conrad Pankoff
2019-09-08
Kernel: Don't set sequence manually; send_tcp_packet will do it
Conrad Pankoff
2019-09-08
Kernel: Make sure IPv4Socket is marked as listening in listen()
Conrad Pankoff
2019-09-08
Kernel: Don't increment ACK number without SYN, FIN, or data
Conrad Pankoff
2019-09-08
Kernel: Fix debug messages in IPv4Socket
Conrad Pankoff
2019-09-08
TelnetServer: Implement basic telnet server
Conrad Pankoff
2019-09-08
WindowServer: Don't transform quick far-apart clicks into double-clicks
Andreas Kling
2019-09-08
Kernel: Remove spammy logging about absolute_path() on non-custodies
Andreas Kling
2019-09-08
FileManager: Make the tree view follow the path changes correctly
Andreas Kling
2019-09-08
AK: Pad %b and %w to two and four places in printf
Conrad Pankoff
2019-09-07
GTreeView: Make double-clicking toggle openable items
Andreas Kling
2019-09-07
GModel: Remove selected_index() and set_selected_index()
Andreas Kling
2019-09-07
LibGUI+FileManager: Add GAbstractView::on_selection_change hook
Andreas Kling
2019-09-07
FileManager: Port to using GModelSelection
Andreas Kling
[prev]
[next]