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
2020-09-28
LibGUI: Correct inline editor placement in ColumnsView
Andreas Kling
2020-09-28
LibWeb: Support <form method=POST>
Andreas Kling
2020-09-28
ProtocolServer+LibWeb: Support more detailed HTTP requests
Andreas Kling
2020-09-28
LibWeb: Expand LoadRequest class to include method, headers and body
Andreas Kling
2020-09-28
AK+Format: Keep type information for integers in TypeErasedParameter.
asynts
2020-09-28
AK+Format: Clean up format specifier parsing using GenericLexer.
asynts
2020-09-28
LibJS: Add missing <AK/Function.h> include in JSONObject.cpp
Andreas Kling
2020-09-27
AK: Remove the ctype adapters and use the actual ctype functions instead
Benoît Lormeau
2020-09-27
LibC: Remove an unneeded string.h include in ctype.h/cpp
Benoit Lormeau
2020-09-27
AK: Use templates instead of Function for Conditions in the GenericLexer
Benoit Lormeau
2020-09-27
LibMarkdown: Parse paragraphs line-wise
AnotherTest
2020-09-27
LibMarkdown: Add support for Tables
AnotherTest
2020-09-27
LibMarkdown: Add a Text(String) constructor
AnotherTest
2020-09-27
LibMarkdown: Make Text default-constructible and move-assignable
AnotherTest
2020-09-27
LibMarkdown: Take a 'view_width' argument for render_for_terminal()
AnotherTest
2020-09-27
AK: Move trim_whitespace() into StringUtils and add it to StringView
AnotherTest
2020-09-27
Toolchain: Fix outdated error message about SERENITY_ROOT (#3624)
Brian Pfeil
2020-09-27
LibWeb: Use JS::VM::call() in timer and RAF callback invocation
Andreas Kling
2020-09-27
LibJS: Stop using Interpreter& in the iterator operations helpers
Andreas Kling
2020-09-27
LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h>
Andreas Kling
2020-09-27
LibWeb: Bypass the JS::Interpreter when invoking JS event callbacks
Andreas Kling
2020-09-27
LibJS: Remove a bunch of unnecessary uses of Cell::interpreter()
Andreas Kling
2020-09-27
LibJS: Remove js_string(Interpreter&, ...)
Andreas Kling
2020-09-27
LibJS: Remove js_bigint(Interpreter&, ...)
Andreas Kling
2020-09-27
LibJS: Don't require Interpreter& for constructing an Accessor
Andreas Kling
2020-09-27
LibJS: Reduce Interpreter& usage in the Object class
Andreas Kling
2020-09-27
LibJS: Don't require Interpreter& in PropertyName and StringOrSymbol
Andreas Kling
2020-09-27
LibJS: Make all the JS::Value binary op helpers take GlobalObject&
Andreas Kling
2020-09-27
LibJS: Remove unused js_symbol(Interpreter&, ...)
Andreas Kling
2020-09-27
LibJS: Remove use of Interpreter& in JSONObject code
Andreas Kling
2020-09-27
LibJS: Remove Interpreter& argument to Function::construct()
Andreas Kling
2020-09-27
LibJS: Make native function/property callbacks take VM, not Interpreter
Andreas Kling
2020-09-27
LibJS: Make Function::call() not require an Interpreter&
Andreas Kling
2020-09-27
LibJS: Move scope stack from VM back to Interpreter
Andreas Kling
2020-09-27
LibJS: Move most of Interpreter into VM
Andreas Kling
2020-09-27
Kernel: Make Thread refcounted
Tom
2020-09-27
AK: Clear previous/next link in InlineLinkList::remove
Tom
2020-09-27
Ports: Add OpenSSH port
Luke
2020-09-27
LibC: Add SCM_RIGHTS to sockets.h and caddr_t to types.h
Luke
2020-09-27
LibC: Make isalum/isalpha/etc. functions instead of macros
Luke
2020-09-27
LibC: Add ss_family to sockaddr_storage
Luke
2020-09-27
LibELF: Validate PT_GNU_RELRO program header
Luke
2020-09-27
LibC: Add missing utmp backwards compatibility hacks and user/dead process ma...
Luke
2020-09-27
Kernel: Implement _SC_OPEN_MAX
Luke
2020-09-27
LibC: Made mbtowc return int instead of size_t
Luke
2020-09-27
LibC: Add FIXME for vsscanf
Luke
2020-09-27
LibC: Add some missing netinet macros required by OpenSSH
Luke
2020-09-27
LibC: Add SSIZE_MAX limit
Luke
2020-09-27
LibC: Include cdefs.h in getopt.h
Luke
2020-09-27
LibC: Add EPFNOSUPPORT error number
Luke
[prev]
[next]