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-03-17
Kernel: Refactor storage stack with u64 as file operations offset
Jean-Baptiste Boric
2021-03-17
Kernel: Refactor storage stack with u64 as block index
Jean-Baptiste Boric
2021-03-17
Kernel: Refactor storage stack with u64 as number of blocks
Jean-Baptiste Boric
2021-03-17
Kernel: Rationalize logs inside Ext2Fs
Jean-Baptiste Boric
2021-03-17
Piano: Avoid selecting out of range notes.
Oleg Sikorskiy
2021-03-17
LibCompress: fail gracefuly on invalid symbols in DeflateDecompressor
Idan Horowitz
2021-03-17
LibCompress: Check for impossible back references in DeflateDecompressor
Idan Horowitz
2021-03-17
LibJS: Always synthesize "arguments" object when there's a callee
Andreas Kling
2021-03-17
LibJS: Add a basic test for arguments.callee
Andreas Kling
2021-03-17
LibJS: Actually use eval() in non-string arg eval test
Linus Groh
2021-03-17
LibJS: eval(x) should return x without evaluation if x is not a string
Andreas Kling
2021-03-17
LibJS: Rename GlobalObject::initialize() => initialize_global_object()
Andreas Kling
2021-03-17
AK: Move move() into the "std" namespace
Andreas Kling
2021-03-17
Everywhere: Remove pessimizing and redundant move()
Andreas Kling
2021-03-17
AK: Tests: TestURL: Add port_int_overflow_wrap test
Brendan Coles
2021-03-17
QuickShow: Animate animated images :^)
Linus Groh
2021-03-17
LibGUI: Animate any image in ImageWidget, not just *.gif
Linus Groh
2021-03-16
LibGfx: Don't truncate macroblock indices in JPG decoder.
Oleg Sikorskiy
2021-03-16
LibJS: Ensure SequenceExpression has two or more expressions
Linus Groh
2021-03-16
LibJS: Replace global_object.global_object() with just global_object
Linus Groh
2021-03-16
LibJS: Only set receiver value fallback once in Object::get()
Linus Groh
2021-03-16
LibCompress: Fail gracefuly on missing huffman codes in DeflateDecompressor
Idan Horowitz
2021-03-16
LibCompress: Check and fail for input stream errors in DeflateDecompressor
Idan Horowitz
2021-03-16
UserspaceEmulator: Add symlink, rename, set_coredump_metadata syscalls
Brendan Coles
2021-03-16
Kernel: sysconf(_SC_CLK_TCK): Use TimeManagement::ticks_per_second()
thatdutchguy
2021-03-16
Kernel: Add _SC_CLK_TCK to sysconf.
thatdutchguy
2021-03-16
LibJS: Throw RangeError on BigInt exponentiation with negative exponent
Linus Groh
2021-03-16
LibJS: Throw RangeError on BigInt division/modulo by zero
Linus Groh
2021-03-16
LibCompress: Allow partial header reads in GzipDecompressor
Idan Horowitz
2021-03-16
Ports: Add Hatari Atari ST/STE/TT/Falcon emulator (#5812)
Dan MacDonald
2021-03-16
LibGfx: Fail gracefuly on invalid interlace method in PNGLoader
Idan Horowitz
2021-03-16
LibLine: Make the DSR response parser a bit more robust
AnotherTest
2021-03-16
UserspaceEmulator: Print PID in mmap nullptr with MAP_FIXED reportln()
Brendan Coles
2021-03-16
LibWeb: Invalidate element style after setting Element.style.foo
Andreas Kling
2021-03-16
LibCpp: Return empty TranslationUnit from Parser::parse() if no tokens exist
Linus Groh
2021-03-16
LibJS: Don't apply arguments object hack to global execution context
Linus Groh
2021-03-16
LibAudio: decrease WavLoader's size limit to a more reasonable size
Idan Horowitz
2021-03-16
LibWeb: Dispatch "resize" events on the Window object
Andreas Kling
2021-03-16
LibGUI: Remove has_visible_list members from TextEditor
thankyouverycool
2021-03-16
LibWeb: Add Window.innerWidth and Window.innerHeight
Andreas Kling
2021-03-16
Base: Change path to both `modload` and `modunload` (#5804)
Roi
2021-03-16
LibCompress: Handle and propagate stream errors in GzipDecompressor
Idan Horowitz
2021-03-16
LibCompress+AK: Dont short-circuit error handling propagation
Idan Horowitz
2021-03-16
LibWeb: Use Gfx::Bitmap::RGBA8888 for ImageData bitmaps
Andreas Kling
2021-03-16
LibGfx: Add BitmapFormat::RGBA8888
Andreas Kling
2021-03-16
LibGfx: Rename 32-bit bitmap StorageFormats to BGRA8888 and BGRx8888
Andreas Kling
2021-03-16
LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x
Andreas Kling
2021-03-16
LibJS: Make an RAII helper for entering/exiting AST nodes
Andreas Kling
2021-03-16
LibJS: Implement non-value-producing statements properly
Linus Groh
2021-03-16
LibJS: Make Interpreter::run() a void function
Linus Groh
[next]