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-08-22
Meta: Add 'copy-src' command to serenity.sh
Itamar
2021-08-22
Base: Add csv file association
Karol Kosek
2021-08-22
Kernel: Rename ScopedSpinlock => SpinlockLocker
Andreas Kling
2021-08-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
2021-08-22
Kernel: Simplify SpinLockProtected<T>
Andreas Kling
2021-08-22
Kernel: Rename SpinLockProtectedValue<T> => SpinLockProtected<T>
Andreas Kling
2021-08-22
Kernel: Simplify MutexProtected<T>
Andreas Kling
2021-08-22
Kernel: Rename ProtectedValue<T> => MutexProtected<T>
Andreas Kling
2021-08-22
Kernel: Remove some unused classes from Kernel/Locking/
Andreas Kling
2021-08-22
Utilities: Use File.error_string() instead of perror(3) in cpp-*
Ralf Donau
2021-08-22
ThemeEditor: Add Actions to save preview_palette to theme file
networkException
2021-08-22
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
networkException
2021-08-22
Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writing
networkException
2021-08-22
LibCore: Convert ConfigFile to east const
networkException
2021-08-22
LibCore: Support using a file descriptor for opening ConfigFile
networkException
2021-08-21
LibJS: Implement Promise.all on the Promise constructor
Timothy Flynn
2021-08-21
LibJS: Fix copy-paste mistake in GetCapabilitiesExecutor
Timothy Flynn
2021-08-21
CI: Increase ccache size limit for serenity builds
Idan Horowitz
2021-08-21
LibCpp: Use lex_iterable() where applicable
Itamar
2021-08-21
LibCpp: Add lex_iterable() method to the Lexer
Itamar
2021-08-21
LibCpp: Lex before processing the source in the Preprocessor
Itamar
2021-08-21
LibCpp: Allow whitespace between # and preprocessor directive
Itamar
2021-08-21
Utilities: Add cpp-lexer
Itamar
2021-08-21
LibSQL: Introduce Serializer as a mediator between Heap and client code
Jan de Visser
2021-08-21
Utilities: Some minor changes in sql REPL tool
Jan de Visser
2021-08-21
LibSQL+SQLServer: Bare bones INSERT and SELECT statements
Jan de Visser
2021-08-21
LibSQL: Added 'nullable' and 'default value' option to ColumnDef
Jan de Visser
2021-08-21
LibSQL: Redesign Value implementation and add new types
Jan de Visser
2021-08-21
LibSQL: Make TupleDescriptor a shared pointer instead of a stack object
Jan de Visser
2021-08-21
Ports: Add libatomic_ops
Linus Groh
2021-08-21
LibGL: Use integer comparison for GL_EQUAL and GL_NOTEQUAL
Jesse Buhagiar
2021-08-21
AK: Use `__builtin_bit_cast` if available
Jesse Buhagiar
2021-08-21
HackStudio: Fix ds => fs typo in fs changed check in RegistersModel
Luke Wilde
2021-08-21
FlappyBug: Flap less aggressively
Mitchel Humpherys
2021-08-20
LibCore: Show version and help before parsing positional arguments
TheFightingCatfish
2021-08-20
LibJS: Implement RegExp.prototype.compile
Timothy Flynn
2021-08-20
LibRegex: Treat pattern string characters as unsigned
Timothy Flynn
2021-08-20
LibJS: Separate RegExpCreate into RegExpAlloc and RegExpInitialize
Timothy Flynn
2021-08-20
LibWeb: Fix inverted-if typo in flex_shrink_factor()
Sam Atkins
2021-08-20
LibJS: Implement Temporal.PlainMonthDay.prototype.toJSON()
Linus Groh
2021-08-20
LibJS: Implement Temporal.PlainMonthDay.prototype.toLocaleString()
Linus Groh
2021-08-20
LibJS: Implement Temporal.PlainMonthDay.prototype.toString()
Linus Groh
2021-08-20
LibJS: Implement Temporal.PlainYearMonth.prototype.toJSON()
Linus Groh
2021-08-20
LibJS: Implement Temporal.PlainYearMonth.prototype.toLocaleString()
Linus Groh
2021-08-20
LibJS: Implement Temporal.PlainYearMonth.prototype.toString()
Linus Groh
2021-08-20
LibGL: Implement `glPolygonMode`
Jesse Buhagiar
2021-08-20
LibWeb: Parse the CSS `opacity` property with `strtof()` for now
Andreas Kling
2021-08-20
LibTextCodec: Remove unused is_standardized_encoding()
Andreas Kling
2021-08-20
LibCore: Make Core::File::open() return OSError in case of failure
Andreas Kling
2021-08-20
DisplaySettings: Lazily load wallpapers
Andrew January
[next]