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
/
SQLClient.cpp
Age
Commit message (
Expand
)
Author
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-13
Everywhere: Remove unintentional partial stream reads and writes
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
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-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-02
LibSQL+Ladybird: Accept a list of paths for spawning SQLServer in Lagom
Andrew Kaster
2023-01-29
LibSQL: Use `kill` to exit forked SQLServer processes to avoid Qt issues
Timothy Flynn
2023-01-14
LibSQL: Don't do fchmod on OpenBSD
nipos
2023-01-14
LibSQL: Don't do fchmod on FreeBSD
nipos
2022-12-23
LibSQL: Output a more specific error on failed socket creation
Yedaya Katsman
2022-12-14
Everywhere: Stop shoving things into ::std and mentioning them as such
Ali Mohammad Pur
2022-12-12
LibCore: Rename `Stream::read_all` to `read_until_eof`
Tim Schumacher
2022-12-11
LibSQL: Don't use the SQL socket file path as its descriptor
Timothy Flynn
2022-12-11
LibSQL: Do not fchmod the SQL socket on macOS
Timothy Flynn
2022-12-11
LibSQL: Support launching a singleton SQLServer instance for Lagom hosts
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Send result rows over IPC as SQL::Value
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Propagate connection errors immediately
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Allocate per-statement-execution IDs
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Use proper types for SQL IPC and IDs
Timothy Flynn
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-03-13
Libraries: Use default constructors/destructors in LibSQL
Lenny Maiorani
2021-10-05
SQLServer+SQL+LibSQL: Allow sql client to specify the database name
Jan de Visser
2021-07-08
LibSQL+SQLServer: Build SQLServer system service
Jan de Visser