Commit History

作者 SHA1 備註 提交日期
  Shannon Booth e2e7c4d574 Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 1 年之前
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 年之前
  Andrew Kaster afb3a4a030 LibSQL: Block signals while forking SQLServer in Lagom 2 年之前
  Cameron Youell 1d24f394c6 Everywhere: Use `LibFileSystem` where trivial 2 年之前
  Tim Schumacher ae51c1821c Everywhere: Remove unintentional partial stream reads and writes 2 年之前
  Tim Schumacher d5871f5717 AK: Rename Stream::{read,write} to Stream::{read_some,write_some} 2 年之前
  Niklas Poslovski 13f6767637 LibSQL: Don't use fchmod for socket on any BSD 2 年之前
  Tim Schumacher 874c7bba28 LibCore: Remove `Stream.h` 2 年之前
  Tim Schumacher 606a3982f3 LibCore: Move Stream-based file into the `Core` namespace 2 年之前
  Tim Schumacher a96339b72b LibCore: Move Stream-based sockets into the `Core` namespace 2 年之前
  Tim Schumacher d43a7eae54 LibCore: Rename `File` to `DeprecatedFile` 2 年之前
  Karol Kosek 675713ad8e LibSQL: Actually print an error message after failing to launch a server 2 年之前
  Timothy Flynn cb06031180 LibSQL+SQLServer: Send result column names over IPC to SQL clients 2 年之前
  Timothy Flynn d6dee8c0e8 LibSQL+Userland: Pass SQL IPC results to clients in a structure 2 年之前
  Andrew Kaster ae9dc95b1f LibSQL+Ladybird: Accept a list of paths for spawning SQLServer in Lagom 2 年之前
  Timothy Flynn 78def34c5e LibSQL: Use `kill` to exit forked SQLServer processes to avoid Qt issues 2 年之前
  nipos f15aa539be LibSQL: Don't do fchmod on OpenBSD 2 年之前
  nipos 5b45b26613 LibSQL: Don't do fchmod on FreeBSD 2 年之前
  Yedaya Katsman c2655d3733 LibSQL: Output a more specific error on failed socket creation 2 年之前
  Ali Mohammad Pur f96a3c002a Everywhere: Stop shoving things into ::std and mentioning them as such 2 年之前
  Tim Schumacher ed4c2f2f8e LibCore: Rename `Stream::read_all` to `read_until_eof` 2 年之前
  Timothy Flynn 8997d825d5 LibSQL: Don't use the SQL socket file path as its descriptor 2 年之前
  Timothy Flynn 4d3bb5ada4 LibSQL: Do not fchmod the SQL socket on macOS 2 年之前
  Timothy Flynn 4e5f56f737 LibSQL: Support launching a singleton SQLServer instance for Lagom hosts 2 年之前
  Timothy Flynn b9d8c25b0b LibSQL+SQLServer+SQLStudio+sql: Send result rows over IPC as SQL::Value 2 年之前
  Timothy Flynn f9d23e1d2f LibSQL+SQLServer+SQLStudio+sql: Propagate connection errors immediately 2 年之前
  Timothy Flynn aec75d749a LibSQL+SQLServer+SQLStudio+sql: Allocate per-statement-execution IDs 2 年之前
  Timothy Flynn e2f71d2808 LibSQL+SQLServer+SQLStudio+sql: Use proper types for SQL IPC and IDs 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  Lenny Maiorani 7abb782206 Libraries: Use default constructors/destructors in LibSQL 3 年之前