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
2020-01-26
Kernel: read()/write() should respect timeouts when used on a sockets
Andreas Kling
2020-01-26
LookupServer: Don't cache already-expired DNS answers
Andreas Kling
2020-01-26
LibVT: Add parameter names in function signatures for clarity
Linus Groh
2020-01-26
LibVT: Rename escape$r to DECSTBM (Set Top and Bottom Margins)
Linus Groh
2020-01-26
LibVT: Remove empty line
Linus Groh
2020-01-26
LibVT: Replace escape$h_l with SM (Set Mode) / RM (Reset Mode)
Linus Groh
2020-01-26
LibVT: Rename escape$f to HVP (Horizontal and Vertical Position)
Linus Groh
2020-01-26
LibVT: Rename escape$c to DA (Device Attributes)
Linus Groh
2020-01-26
LibVT: Rename escape$m to SGR (Select Graphic Rendition)
Linus Groh
2020-01-26
LibVT: Rename escape$H to CUP (Cursor Position)
Linus Groh
2020-01-26
LibVT: Rename escape$D to CUB (Cursor Backward)
Linus Groh
2020-01-26
LibVT: Rename escape$C to CUF (Cursor Forward)
Linus Groh
2020-01-26
LibVT: Rename escape$B to CUD (Cursor Down)
Linus Groh
2020-01-26
LibVT: Rename escape$A to CUU (Cursor Up)
Linus Groh
2020-01-26
LookupServer: Cache DNS answers for TTL seconds
Andreas Kling
2020-01-26
LookupServer: Rename "custom_hosts" => "etc_hosts"
Andreas Kling
2020-01-26
LookupServer: Rename setting "DNS/IPAddress" => "DNS/Nameserver"
Andreas Kling
2020-01-26
Ports+OpenSSL: Fix RAND_poll patch
MWGuy
2020-01-26
LookupServer: Use CUdpSocket instead of the POSIX API
Andreas Kling
2020-01-26
LibCore: Add UDP socket and server classes
Andreas Kling
2020-01-26
IPv4: Mark UDP sockets as connected immediately upon connect()
Andreas Kling
2020-01-26
IPv4: Fix bitrot in IPv4Socket debug logging
Andreas Kling
2020-01-26
LibCore: CSocket::set_blocking() was backwards
Andreas Kling
2020-01-26
LookupServer: Add missing copyright headers
Andreas Kling
2020-01-26
LookupServer: Retry with 0x20 randomization turned off on EREFUSED
Andreas Kling
2020-01-26
LookupServer: Verify that DNS response questions match the request
Andreas Kling
2020-01-26
LookupServer: Randomize the 0x20 bit in DNS request ASCII characters
Andreas Kling
2020-01-26
LookupServer: Randomize DNS request ID's
Andreas Kling
2020-01-26
LookupServer: Minor overhaul
Andreas Kling
2020-01-26
LibC: Only accept the first response from LookupServer in netdb code
Andreas Kling
2020-01-26
Ports: Fix zlib build
Andreas Kling
2020-01-26
IPv4: Don't hold IPv4Socket lock when blocking on byte-buffered receive
Andreas Kling
2020-01-26
Ext2FS: Give names to some KBuffers
Andreas Kling
2020-01-26
Kernel: Make writev() work again
Andreas Kling
2020-01-26
Kernel: Make sched_setparam() and sched_getparam() operate on threads
Andreas Kling
2020-01-26
Kernel: Zero-initialize LocalSocket::m_address
Andreas Kling
2020-01-26
Ext2FS: allocate_blocks allocates contiguous blocks (#1095)
Marios Prokopakis
2020-01-26
Ports: Add grep port
Brian Callahan
2020-01-26
Ports: Add mandoc port
Brian Callahan
2020-01-26
Ports: Add diffutils port
Brian Callahan
2020-01-25
LibVT: Rename escape$K and escape$J to EL and ED respectively
Andreas Kling
2020-01-25
LibVT: Fix off-by-ones in ED (Erase in Display) and EL (Erase in Line)
Andreas Kling
2020-01-25
Kernel: Unbreak canonical mode TTY erase after LibVT changes
Andreas Kling
2020-01-25
LibVT: Make backspace (BS) non-destructive
Andreas Kling
2020-01-25
LibVT: Support IND and RI (cursor down/up basically)
Andreas Kling
2020-01-25
LibVT: Rename EscapeState::ExpectBracket => GotEscape
Andreas Kling
2020-01-25
LibVT: Support NEL (Next Line)
Andreas Kling
2020-01-25
LibVT: Support <esc>#8 to fill screen with E's
Andreas Kling
2020-01-25
LibVT: Don't go into "stomp" state after moving the cursor
Andreas Kling
2020-01-25
LibVT: Support HVP (Horizontal and Vertical Position) (final 'f')
Andreas Kling
[next]