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
/
LibSQL
Age
Commit message (
Expand
)
Author
2023-05-24
Userland: Remove remaining users of Duration::now_realtime()
kleines Filmröllchen
2023-05-09
AK: Add the `Input` word to input-only buffered streams
Lucas CHOLLET
2023-05-07
LibSQL: Remove unused IODevice include
Ben Wiederhake
2023-04-25
LibSQL: Handle statements with malformed exists expressions correctly
Tim Ledbetter
2023-04-23
LibSQL: Add a note to `Serializer` about `m_heap`
Jelle Raaijmakers
2023-04-23
LibSQL: Use `Block::Index` everywhere; rename `pointer` to `block_index`
Jelle Raaijmakers
2023-04-23
LibSQL: Redesign heap storage to support arbitrary amounts of data
Jelle Raaijmakers
2023-04-23
LibSQL: Rename `Heap` constants to match our code style
Jelle Raaijmakers
2023-04-23
LibSQL: Remove unused `Tuple::is_compatible`
Jelle Raaijmakers
2023-04-23
LibSQL: Clean up code style and remove unused includes
Jelle Raaijmakers
2023-04-23
LibSQL: Remove and update `VERIFY`s
Jelle Raaijmakers
2023-04-09
Everywhere: Remove unused DeprecatedString includes
Ben Wiederhake
2023-03-28
LibSQL: Block signals while forking SQLServer in Lagom
Andrew Kaster
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-03-15
LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes
Sam Atkins
2023-03-13
Everywhere: Remove unintentional partial stream reads and writes
Tim Schumacher
2023-03-13
LibSQL: Always read and write entire heap blocks
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-03-06
Everywhere: Remove NonnullOwnPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Remove NonnullRefPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-02-21
LibSQL: Fix minor const-correctness issues
Andreas Kling
2023-02-20
LibSQL: Don't use fchmod for socket on any BSD
Niklas Poslovski
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Move Stream-based sockets into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-10
Everywhere: Remove needless copies of Error / ErrorOr instances
Timothy Flynn
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2023-02-05
LibSQL: Actually print an error message after failing to launch a server
Karol Kosek
2023-02-03
LibSQL+SQLServer: Send result column names over IPC to SQL clients
Timothy Flynn
2023-02-03
LibSQL+Userland: Pass SQL IPC results to clients in a structure
Timothy Flynn
2023-02-03
LibSQL: Store selected column names in the results for SELECT statements
Timothy Flynn
2023-02-02
LibSQL+Ladybird: Accept a list of paths for spawning SQLServer in Lagom
Andrew Kaster
2023-01-29
AK: Move `Stream` and `SeekableStream` from `LibCore`
Tim Schumacher
2023-01-29
LibSQL: Use `kill` to exit forked SQLServer processes to avoid Qt issues
Timothy Flynn
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-26
LibSQL: Don't interpret AK::Error codes as SQL error codes
Timothy Flynn
2023-01-14
LibSQL: Don't do fchmod on OpenBSD
nipos
2023-01-14
LibSQL: Don't do fchmod on FreeBSD
nipos
2023-01-04
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
Timothy Flynn
2023-01-02
Everywhere: Remove unused includes of AK/Format.h
Ben Wiederhake
2023-01-02
Everywhere: Move AK/Debug.h include to using files or remove
Ben Wiederhake
2023-01-01
LibSQL: Add parsing and evaluation of BOOLEAN type literals
Timothy Flynn
2022-12-26
LibIPC+Everywhere: Change IPC decoders to construct values in-place
Timothy Flynn
2022-12-23
LibSQL: Output a more specific error on failed socket creation
Yedaya Katsman
2022-12-14
LibSQL: Convert string values to a double in a locale-independent manner
Timothy Flynn
2022-12-14
LibSQL: Support 64-bit integer values and handle overflow errors
Timothy Flynn
2022-12-14
LibSQL: Sort the list of SQL error codes alphabetically
Timothy Flynn
[next]