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
/
Libraries
Age
Commit message (
Expand
)
Author
2021-05-18
LibWeb: Change Document's m_encoding to Optional<String>
Max Wipfli
2021-05-18
LibWeb: Change Resource's m_encoding to Optional<String>
Max Wipfli
2021-05-18
LibWeb: Use Optional<String> for encoding_from_content_type
Max Wipfli
2021-05-18
LibTextCodec: Use Optional<String> for get_standardized_encoding
Max Wipfli
2021-05-18
LibCore+Userland: Add two more detectable formats
Valtteri Koskivuori
2021-05-18
LibCore: Add offsets to binary signature matching
Valtteri Koskivuori
2021-05-18
LibCore+Userland: Add 5 more detectable filetypes
Valtteri Koskivuori
2021-05-18
LibWeb: Implement test-web in terms of LibTest/JavaScriptTestRunner
Ali Mohammad Pur
2021-05-18
LibJS+LibTest: Move out the test-js test runner into LibTest
Ali Mohammad Pur
2021-05-18
LibPDF/PDFViewer: Support rotated pages
Matthew Olsson
2021-05-18
LibGfx: Rename RotationDirection members
Matthew Olsson
2021-05-18
Applications: Add a very simple PDFViewer
Matthew Olsson
2021-05-18
LibPDF: Fix bad resolve_to calls in Document
Matthew Olsson
2021-05-18
LibPDF: Add a bitmap renderer
Matthew Olsson
2021-05-18
LibPDF: Parse page crop box and user units
Matthew Olsson
2021-05-18
LibPDF: Parse graphics commands
Matthew Olsson
2021-05-18
LibPDF: Don't rely on a stream's /Length key existing
Matthew Olsson
2021-05-18
LibPDF: Give Parser a reference to the Document
Matthew Olsson
2021-05-18
LibJS: Implement Object.hasOwn() :^)
Andreas Kling
2021-05-18
LibGfx: Add support for DDS images
stelar7
2021-05-18
Revert "LibC: Simplify malloc size classes"
Andreas Kling
2021-05-18
LibCompress: Discard GZip NAME & COMMENT optional strings
Idan Horowitz
2021-05-18
LibC: Use ptsname_r() instead of ptsname() in openpty() (#7231)
Gunnar Beutner
2021-05-18
LibWebSocket: Fixed occasional infinite loop with TLS sockets
DexesTTP
2021-05-18
LibC: Remove static from function local constexpr variable
Lenny Maiorani
2021-05-18
LibC: Simplify malloc size classes
Lenny Maiorani
2021-05-17
LibJS: Handle OOB access in GenericIndexedPropertyStorage::take_last()
Linus Groh
2021-05-17
LibJS: Make length_setter_generic_storage_threshold a global constant
Linus Groh
2021-05-17
LibWasm: Make clang happy by removing an 'extra' set of parenthesis
Ali Mohammad Pur
2021-05-17
LibWasm: Implement memory.grow, memory.size and drop
Ali Mohammad Pur
2021-05-17
LibWasm: Execute the start function, if one exists
Ali Mohammad Pur
2021-05-17
LibWasm: Implement most of the remaining instructions
Ali Mohammad Pur
2021-05-17
LibWasm: Start implementing a naive bytecode interpreter
Ali Mohammad Pur
2021-05-17
LibWasm: Do not resize() the function signature list to preallocate
Ali Mohammad Pur
2021-05-17
LibWasm: Make structured_end() jump to the instruction after itself
Ali Mohammad Pur
2021-05-17
LibWeb: Resolve 2-part and 3-part border-color values
Timothy Flynn
2021-05-17
LibWeb: Resolve 3-part and 4-part border-width values
Timothy Flynn
2021-05-17
LibGUI: Reset TextEditor modified state on sucessful write_to_file
faxe1008
2021-05-17
LibJS: Make the forward transition chain weakly cached
Andreas Kling
2021-05-17
LibHTTP: Make sure we're not sending an empty path in requests
Gunnar Beutner
2021-05-17
LibCrypto: Change static constexpr array to function local constexpr
Lenny Maiorani
2021-05-17
LibJS: Don't consider cells in the lazy freelist in conservative scan
Andreas Kling
2021-05-17
LibJS: Always prefer freelist over lazy freelist if possible
Andreas Kling
2021-05-17
LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/
Andreas Kling
2021-05-17
LibJS: Implement lazy freelist allocation for cells
Andreas Kling
2021-05-17
Build: Stop using precompiled headers (PCH)
Andreas Kling
2021-05-17
Chess: Fix signed/unsigned issues
Jean-Baptiste Boric
2021-05-17
LibArchive: Move method implementations away from header
Jean-Baptiste Boric
2021-05-17
LibJS: Increase free stack space required for function calls to 32 kiB
Linus Groh
2021-05-17
Everywhere: Fix a bunch of typos
Linus Groh
[next]