index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-11-15
LibGfx: Don't leak malloc memory in cloned fonts
Andreas Kling
2020-11-15
LibC: Ensure mkstemp generates a pattern 6 characters in length
Brendan Coles
2020-11-14
LibC: Move some of malloc's data structures into mallocdefs.h
Andreas Kling
2020-11-14
LibC: strtok_r() should not go past the last token
Andreas Kling
2020-11-14
LibC: Fix OOB access in strerror() with invalid input
Andreas Kling
2020-11-14
LibTLS: Add support for AEAD cipher suites
AnotherTest
2020-11-14
LibCrypto: Implement GCM mode
AnotherTest
2020-11-14
LibCrypto: Move out 'VerificationConsistency' into its own header file
AnotherTest
2020-11-14
LibCrypto: Templatise CTR<T> on the increment function
AnotherTest
2020-11-14
LibWeb: Use standardized encoding names, add encoding attribute to document
Luke
2020-11-14
LibTextCodec: Add a function to convert encodings to standardized names
Luke
2020-11-14
LibGUI: Make FileIconProvider aware of all supported image formats
Linus Groh
2020-11-14
LibGUI: Add more extensions to FileIconProvider
Linus Groh
2020-11-14
LibGfx: Make Bitmap path handling case insensitive
Linus Groh
2020-11-13
LibGfx: Fail PPM decode if there's not enough pixel data in the input
Andreas Kling
2020-11-13
LibGfx: Add missing stream error handling in GIF frame descriptor parse
Andreas Kling
2020-11-13
LibGfx: Refuse to decode PNG images with geometry outside i32 bounds
Andreas Kling
2020-11-13
LibC: Adjust malloc size classes to ensure 8-byte aligned pointers
Andreas Kling
2020-11-13
LibWeb: Add default values of URL and content type in document
Luke
2020-11-13
LibWeb: Add initial implementation of document.implementation
Luke
2020-11-13
LibWeb: Add contentType attribute to Document
Luke
2020-11-12
LibWeb: Make Frame point weakly to Page
Andreas Kling
2020-11-12
LibJS: Handle symbol PropertyName in primitive assignment error
Linus Groh
2020-11-12
LibWeb: Add almost all obsolete but required IDL attributes
Luke
2020-11-12
InputFileStream: Incorrectly defaulted constructor
Lenny Maiorani
2020-11-12
LibJS/Tests: Use canParseSource() for toEval()
Linus Groh
2020-11-12
LibJS: Run prettier on test-common.js
Linus Groh
2020-11-12
LibJS: Throw TypeError when calling class constructor without 'new'
Linus Groh
2020-11-12
LibJS: Refactor ScriptFunction::call() a bit
Linus Groh
2020-11-11
LibGUI: Set vertical distance between icons relative to scroll value
AmusedNetwork
2020-11-11
LibWeb: Advertise to servers that we support gzip encoding
Luke
2020-11-11
LibWeb: Move innerText from DOM::Element to HTML::HTMLElement
Luke
2020-11-11
LibWeb+LibJS: Add [LegacyNullToEmptyString] attribute
Luke
2020-11-10
LibJS: Use a HashTable to identify potential cell pointers in GC scan
Andreas Kling
2020-11-10
LibGUI: Ignore application-global shortcuts in modal windows
Andreas Kling
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-11-10
Kernel+LibC: Add adjtime(2)
Nico Weber
2020-11-10
LibC: Add POSIX1 minimum limits to limits.h
Brendan Coles
2020-11-10
LibVT: Add TerminalWidget::scroll_to_bottom() API
Andreas Kling
2020-11-10
LibGUI: Limit the height of item text in IconView
AmusedNetwork
2020-11-10
TextEditor: Go-to-line now shows line in middle of view (#4008)
Jack Byrne
2020-11-09
AK: Rename new_out to out and new_warn to warn.
asynts
2020-11-09
LibWeb: Add support for reflected boolean values
Luke
2020-11-08
LibDebug: Use move semantics when populating abbreviations map
Andreas Kling
2020-11-08
LibDebug: Avoid copying AttributeSpecifications when iterating them
Andreas Kling
2020-11-08
LibDebug: Shrink some of the high-volume data structures
Andreas Kling
2020-11-08
LibGUI: Prevent multiple drag initiations while drag messages are passed
AnotherTest
2020-11-08
LibGUI+WindowServer: Make DragOperation hold a MimeData instance
AnotherTest
2020-11-08
LibIPC: Add support for passing around ByteBuffers and HashMap<K, V>
AnotherTest
2020-11-08
LibGfx: Add methods to serialise and deserialise a Bitmap
AnotherTest
[next]