index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-12-16
LibTextCodec: Add alternate Cyrillic (aka Koi8-r) encoding
Dmitry Petrov
2021-12-16
LibCore: Remove LocalServer::on_ready_to_accept
sin-ack
2021-12-16
LibCore+Userland: Convert TCPServer to use the Serenity Stream API
sin-ack
2021-12-16
LibCore: Implement the Serenity Stream API classes
sin-ack
2021-12-16
Kernel+LibC: Move errno definitions to Kernel/API/POSIX
sin-ack
2021-12-16
LibCore+LookupServer: Implement and use UDPServer::send
sin-ack
2021-12-16
LibC: Implement serenity_open
sin-ack
2021-12-16
LibGfx: Handle malformed Platform ID during TTF parsing
Brian Gianforcaro
2021-12-16
Terminal: Fix broken selection after dbl/trp click
ryanb-dev
2021-12-16
expr: Use StringView literals more (instead of raw C strings)
Kenneth Myhra
2021-12-16
expr: Port to LibMain
Kenneth Myhra
2021-12-16
functrace: Port to LibMain and move away from raw C strings
Kenneth Myhra
2021-12-16
flock: Port to LibMain
Kenneth Myhra
2021-12-16
LibCore: Add waitpid() wrapper that return ErrorOr<pid_t>
Kenneth Myhra
2021-12-16
LibCore: Add posix_spawnp() wrapper that return ErrorOr<pid_t>
Kenneth Myhra
2021-12-16
file: Port to LibMain
Kenneth Myhra
2021-12-16
fdtdump: Port to LibMain
Kenneth Myhra
2021-12-16
dirname: Port to LibMain
Kenneth Myhra
2021-12-16
diff: Port to LibMain
Kenneth Myhra
2021-12-16
df: Port to LibMain
Kenneth Myhra
2021-12-16
ddate: Port to LibMain
Kenneth Myhra
2021-12-16
Shell: Don't skip over the first brace expansion entry if it's empty
Ali Mohammad Pur
2021-12-16
Shell: Set subshell flag after checking for its value in parent shell
Ali Mohammad Pur
2021-12-16
LibLine: Switch all files to use east-const
Ali Mohammad Pur
2021-12-16
LibLine: Update the prompt origin after resize + suggestion redisplay
Ali Mohammad Pur
2021-12-16
LibLine: Take the prompt into account when adjusting for a scrolled view
Ali Mohammad Pur
2021-12-16
Spreadsheet: Handle emptying of cell containing only an '='
RasmusNylander
2021-12-15
LibSanitizer: Log UBSAN errors in red text to the debug console
Andrew Kaster
2021-12-15
AK+LibSanitizer: Add method to zero out a UBSAN SourceLocation
Andrew Kaster
2021-12-15
LibSanitizer: Check for halt_on_error=0 in $UBSAN_OPTIONS
Andrew Kaster
2021-12-15
LibDebug: Handle DWARF 4 address ranges
Daniel Bertalan
2021-12-15
LibDebug: Fix truncation in ExtendedOpcodes::SetDiscriminator
Daniel Bertalan
2021-12-15
LibRegex: Merge alternations based on blocks and not instructions
Ali Mohammad Pur
2021-12-15
LibUnicode: Compile generated sources optimized for size
Timothy Flynn
2021-12-15
LibWeb: Use ByteBuffer::copy() instead of a manual copy in SubtleCrypto
Ali Mohammad Pur
2021-12-15
LibC: Use FlatPtr for malloced char* address storage
Hendiadyoin1
2021-12-14
LibWeb: Replace incorrect empty Optional return with ByteBuffer
Linus Groh
2021-12-14
LibWeb: Remove dbgln() left from debugging :^)
Linus Groh
2021-12-14
LibWeb: Implement SubtleCrypto.digest()
Linus Groh
2021-12-14
LibWeb: Implement "get a copy of the bytes held by the buffer source"
Linus Groh
2021-12-14
LibJS: Add ArrayBuffer::create() for ByteBuffer passed by value
Linus Groh
2021-12-14
LibWeb: Add the SubtleCrypto interface
Linus Groh
2021-12-13
LibUnicode: Generate CalendarSymbols in a predetermined order
Timothy Flynn
2021-12-13
Shell: Make the Join operation respect nodes that have a next chain
Ali Mohammad Pur
2021-12-13
Shell: Remove sigpipe.sh.out artefact after failure
Michel Hermier
2021-12-12
Kernel+SystemServer: Add /dev/tty
Daniel Bertalan
2021-12-12
LibGL: Simplify Texture2D reading; add support for RGB565
Jelle Raaijmakers
2021-12-12
LibGL: Prevent limbo state if `glEnd` does not support drawing mode
Jelle Raaijmakers
2021-12-12
LibGL: Do not exclude points on the clip planes
Jelle Raaijmakers
2021-12-12
LibGL: Remove unused method from SoftwareRasterizer
Jelle Raaijmakers
[next]