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
2021-05-30
LibGfx: Load correct durations for gifs
Ben Wiederhake
2021-05-30
Fuzz+LibGfx: When fuzzing GIFLoader, try to load all frames
Ben Wiederhake
2021-05-30
AK: Fix accidentally-quadratic behavior in StringBuilder
Ben Wiederhake
2021-05-30
AK+Userland: Use akaster@serenityos.org for my copyright headers
Andrew Kaster
2021-05-30
WebServer: Exit when the given port is invalid
Linus Groh
2021-05-30
WebServer: Replace printf()/fprintf(stderr) with outln()/warnln()
Linus Groh
2021-05-30
which: Replace printf() with outln()/warnln()
Linus Groh
2021-05-30
userdel: Replace fprintf(stderr) with warnln()
Linus Groh
2021-05-30
ntpquery: Replace printf()/fprintf(stderr) with out{,ln}()/warnln()
Linus Groh
2021-05-30
AK: Make HashTable::operator=(HashTable&&) clear the moved-from table
Andreas Kling
2021-05-30
Toolchain: Check whether required tools and libraries are available
Gunnar Beutner
2021-05-30
WebServer: Add optional listen address argument
Edwin Hoksberg
2021-05-30
LibWeb: Rename Web::Frame to Web::BrowsingContext
Andreas Kling
2021-05-30
AK: Declare malloc_good_size as extern "C"
sin-ack
2021-05-30
pls: Unveil search paths with browse permissions
Brendan Coles
2021-05-30
LibTest+test-js: Add back the lost test262 parser test option
Ali Mohammad Pur
2021-05-30
LibJS: Make missing variable decls in for..in/of a syntax error
Ali Mohammad Pur
2021-05-30
LibJS: Don't try to parse binding patterns after a syntax error
Ali Mohammad Pur
2021-05-30
LibJS: Add String.prototype.anchor & friends
Idan Horowitz
2021-05-30
LibGUI: Don't scroll TreeView horizontally to bring index into view
Andreas Kling
2021-05-30
LibGUI: Avoid a bunch of virtual calls during TreeView painting
Andreas Kling
2021-05-30
LibC: openpty error handling update
David Carlier
2021-05-30
LibGL: Implement glBindTexture()
Stephan Unverwerth
2021-05-30
LibGL: Introduce Texture base class for all texture types
Stephan Unverwerth
2021-05-29
LibJS: Add Date.prototype.{get, set}Year()
Idan Horowitz
2021-05-29
LibJS: Replace the broken and unused Date::year getter
Idan Horowitz
2021-05-29
Everywhere: Sort out superfluous QuickSort.h imports
Ben Wiederhake
2021-05-30
LibWasm: Make f32-add/sub actually perform addition/subtraction
Ali Mohammad Pur
2021-05-30
LibWasm: Avoid OOB accesses caused by user input
Ali Mohammad Pur
2021-05-29
Kernel: Ensure that an unveil node with no permission is never accepted
Ali Mohammad Pur
2021-05-29
LibWasm: Fix logic error in Limits::parse()
Ali Mohammad Pur
2021-05-29
LibJS: Add tests for destructuring assignments and function parameters
Ali Mohammad Pur
2021-05-29
LibJS: Implement destructuring assignments and function parameters
Ali Mohammad Pur
2021-05-29
Kernel: Convert Process::get_syscall_path_argument() to KString
Andreas Kling
2021-05-29
AK: Move RefCountedBase definitions out-of-line
Andreas Kling
2021-05-29
Userland: Check sudoers file perms and owner in pls
Jesse Buhagiar
2021-05-29
Userland: Implement `pls`, a sudo clone
Jesse Buhagiar
2021-05-29
LibC: Don't leak memory for realloc(p, 0)
Gunnar Beutner
2021-05-29
Meta/CI: Remove IRC notifications
Andrew Kaster
2021-05-29
LibGUI/TreeView: Implement Home/End/PageUp/PageDn navigation
Jelle Raaijmakers
2021-05-29
LibCore: Do not write disabled spwd values in generate_shadow_file
brapru
2021-05-29
LibGL: Rewrite error handling according to spec
Stephan Unverwerth
2021-05-29
LibGL: Update rasterizer options in glDisable()
Stephan Unverwerth
2021-05-29
LibGL: Add macro for error checking
Stephan Unverwerth
2021-05-29
LibGfx: Switch to modern dbgln logging in ICOLoader
Idan Horowitz
2021-05-29
LibGfx: Reject ICOs with height == NumericLimits<i32>::min()
Idan Horowitz
2021-05-29
CI: Use builtin clang-11, clang-12, npm, and libstdc++-10-dev packages
Andrew Kaster
2021-05-29
LibJS: Instrument HeapBlock cell allocation for ASAN
Andrew Kaster
2021-05-29
LibJS: Expose minimum possible cell size of JS::Heap
Andrew Kaster
2021-05-29
LibJS: Remove unused HeapBlock private member function
Andrew Kaster
[prev]
[next]