0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-06-28 08:28:38 +00:00

Commit Graph

  • e349a06961 Make libsql-ffi's build more friendly to sandboxed environments. (#1478) Levy A 2024-06-18 09:55:36 -03:00
  • 6a01c3d2a2 wait for migration task to finish (#1482) ad hoc 2024-06-18 13:52:22 +02:00
  • e3b7bb59c1 provide one more required argument for SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION config command (#1477) Sivukhin Nikita 2024-06-16 14:03:13 +04:00
  • fbce426619 Use the namespace resolver to extract namespace (#1465) Avinash Sajjanshetty 2024-06-14 22:31:01 +05:30
  • a778bcdfa1 Fix primary redirect on listen endpoint (#1475) Athos 2024-06-14 11:04:36 -03:00
  • 7ce212604e Proof of concept of CDC on libsql-server (#1388) Athos 2024-06-13 10:28:06 -03:00
  • 58a0888cc6 Add a link to my (experimental) D driver based on the C driver. (#1470) Pablo De Nápoli 2024-06-13 06:47:01 -03:00
  • cd586eda39 fix fs storage impl (#1461) ad hoc 2024-06-11 21:45:26 +02:00
  • 818e166847 docs(readme): new libsql logo (#1467) Jamie Barton 2024-06-11 17:56:57 +01:00
  • 43ec7b378c libsql: prepare v0.4.0 release (#1469) libsql-rs-v0.4.0 Lucio Franco 2024-06-11 10:27:13 -04:00
  • edd4889210 libsql: make errors non-exhaustive (#1468) Lucio Franco 2024-06-11 10:13:37 -04:00
  • 74cbe915cc Implement FromValue trait for byte arrays. (#1463) Sebastian 2024-06-11 13:13:17 +02:00
  • 7a16a8d1c2 Support multiple jwt keys for authentication (#1374) David McCullars 2024-06-11 06:09:40 -05:00
  • 8163d656a8 Integrate durable WAL into libsql server (#1460) Avinash Sajjanshetty 2024-06-11 16:28:32 +05:30
  • 0a3ebd8de4 libsql-wal frame injector (#1464) ad hoc 2024-06-11 00:19:55 +02:00
  • c2ec668617 Add enum deserialization for sqlite Value (#1294) sveltespot 2024-06-11 02:19:55 +05:30
  • bb7777684b server: add retry on remote conn establish failure lucio/namespace-shutdown-bug Lucio Franco 2024-06-10 14:54:01 -04:00
  • ff8134e569 Merge remote-tracking branch 'origin' into lucio/namespace-shutdown-bug Lucio Franco 2024-06-10 11:09:07 -04:00
  • b851ba8706 wal: add fixed sized keys to fs storage (#1455) Lucio Franco 2024-06-10 07:46:49 -04:00
  • a854d89ee9 libsql: SQLite extension loading support (#1459) Pekka Enberg 2024-06-10 13:06:35 +03:00
  • d765413f5f Refactor and update storage server proto (#1457) Avinash Sajjanshetty 2024-06-10 13:03:53 +05:30
  • eb8e3aa2d6 patch lucio path-lucio ad hoc 2024-06-07 21:38:15 +02:00
  • cb89097a57 ffi, build: Don't use UNC paths on Windows (#1451) Pekka Enberg 2024-06-07 21:02:29 +03:00
  • 17a687b0bb Fix cross build (#1453) Pekka Enberg 2024-06-07 19:39:39 +03:00
  • 5d6e743403 libsql: add stream test (#1452) Lucio Franco 2024-06-07 09:57:35 -04:00
  • c3594e5b0b wal: add basic fs storage system (#1428) Lucio Franco 2024-06-07 09:21:03 -04:00
  • 6b2ff1c3fc libsql-wal; replication: Stream frames from current segment (#1442) ad hoc 2024-06-07 11:04:22 +02:00
  • e1fba66c3e libsql-wal: stream frames from current segment ad hoc 2024-06-05 11:13:37 +02:00
  • 97fe4420b6 add frame_no notifier ad hoc 2024-06-03 16:04:30 +02:00
  • 68ddd94cfd libsql wal optim frame reuse (#1448) ad hoc 2024-06-06 23:04:53 +02:00
  • 082530be72 store checkpointed frameno in shared wal (#1443) ad hoc 2024-06-06 22:23:42 +02:00
  • f66dcf7948 fix dump import/export to support libsql-wal (#1447) ad hoc 2024-06-06 22:03:55 +02:00
  • 473bed6497 Add experimental Redis and Foundation DB backends (#1435) Avinash Sajjanshetty 2024-06-06 12:24:11 +05:30
  • 5ab7f12925 server: release v0.24.14 (#1445) libsql-server-v0.24.14 Lucio Franco 2024-06-05 14:28:37 -04:00
  • b694430619 categorize namespace doesnt exist error replicator (#1446) ad hoc 2024-06-05 18:53:34 +02:00
  • 7668db8be4 server: fix hrana error classification (#1444) Lucio Franco 2024-06-05 12:34:12 -04:00
  • c3a44d61b5 server: release v0.24.13 (#1441) libsql-server-v0.24.13 Lucio Franco 2024-06-04 13:12:15 -04:00
  • 2b9ad5ccbc server: fix stats sending performance and ns creation (#1440) Lucio Franco 2024-06-04 13:10:35 -04:00
  • 97beabd9a2 fix shared schema replicatioon (#1437) ad hoc 2024-06-04 18:01:18 +02:00
  • 07a679e745 Generate Eitherxx variants (#1438) Avinash Sajjanshetty 2024-06-04 18:05:00 +05:30
  • 3460edce12 Add storage server RPC client (#1430) Avinash Sajjanshetty 2024-06-04 16:56:50 +05:30
  • a9835eeae1 C bindings: add libsql_open_sync_with_webpki and libsql_open_remote_w… (#1433) Piotr Jastrzębski 2024-06-03 20:49:58 +02:00
  • 748e8e71d9 server: return 429 when dbcreatetimeout is hit (#1356) Lucio Franco 2024-06-03 10:31:35 -04:00
  • 5129bdb2a3 libsq wal integration (#1427) ad hoc 2024-06-03 11:30:40 +02:00
  • facb8942e4 Add storage server (#1431) Avinash Sajjanshetty 2024-06-03 10:02:44 +05:30
  • f1723f068f server: limit metastore checkpoint starvation lucio/fix-metastore-checkpoint-starvation Lucio Franco 2024-05-30 13:29:45 -04:00
  • 4c60f36232 Add storage server proto definition (#1426) Avinash Sajjanshetty 2024-05-30 14:09:36 +05:30
  • 093882cf00 server: prepare v0.24.12 release (#1425) libsql-server-v0.24.12 Lucio Franco 2024-05-29 09:42:06 -04:00
  • 5021f9fb0c add session_token for AWS short-term credentials (#1380) Ryan Dsouza 2024-05-29 15:23:23 +02:00
  • 3f330d6f12 bottomless2: perform store job (#1405) ad hoc 2024-05-28 21:06:07 +02:00
  • e451079c18 Allow single transaction in schema migration (#1422) Piotr Jastrzębski 2024-05-28 17:05:45 +02:00
  • c79517c60d libsql-wal libsql-wal ad hoc 2024-05-27 12:59:10 +02:00
  • aadb52ccf4 Define column types (#1414) Piotr Jastrzębski 2024-05-26 17:18:38 +02:00
  • 38dcdb18b7 Add libsql_reset_stmt (#1419) Piotr Jastrzębski 2024-05-26 16:36:54 +02:00
  • ad79ef48a2 libsql wal tests (#1408) ad hoc 2024-05-24 15:59:17 +02:00
  • 9da7b2cb33 fix schema migration hang (#1409) libsql-server-v0.24.11 ad hoc 2024-05-23 14:27:25 +02:00
  • a439cb63cb bump libsql server to v0.24.11 (#1410) ad hoc 2024-05-23 14:20:38 +02:00
  • 21145e0b1b fix namespace bin header (#1406) libsql-server-v0.24.10 ad hoc 2024-05-22 16:23:52 +02:00
  • 15a280e29a bump libsql-server to 0.24.10 (#1407) ad hoc 2024-05-22 16:22:40 +02:00
  • edb14ca4fb bump sqld to 0.24.9 (#1404) libsql-server-v0.24.9 ad hoc 2024-05-21 20:49:45 +02:00
  • 98c2b08e22 bottomless scheduler (#1401) ad hoc 2024-05-21 15:22:02 +02:00
  • 0c730c439a Propagate schema migration errors correctly (#1403) Piotr Jastrzębski 2024-05-21 13:53:42 +02:00
  • 1093eaf16b fix metastore deadlock (#1399) ad hoc 2024-05-17 18:13:02 +02:00
  • 81ba9c0605 Log checkpoint return status (#1398) backport-v0.24.8 Avinash Sajjanshetty 2024-05-16 22:52:08 +05:30
  • 4543558a40 Log checkpoint return status (#1398) Avinash Sajjanshetty 2024-05-16 22:52:08 +05:30
  • fce8a5ad8e Add an admin endpoint to checkpoint (#1390) Avinash Sajjanshetty 2024-05-15 19:09:37 +05:30
  • ae2c709194 Log namespace id in the checkpoint logs (#1387) Avinash Sajjanshetty 2024-05-13 19:44:15 +05:30
  • 5c499c053d bottomless2 boilerplate (#1386) ad hoc 2024-05-15 16:04:53 +02:00
  • a494735e56 checkpoint metastore after every operation (#1393) ad hoc 2024-05-15 15:59:42 +02:00
  • 80db147b5c Add an admin endpoint to checkpoint (#1390) Avinash Sajjanshetty 2024-05-15 19:09:37 +05:30
  • 6a83338c8e bump cargo dist (#1391) libsql-server-v0.24.8 ad hoc 2024-05-14 15:52:55 +02:00
  • 922aebcbc9 bump libsql server v0.24.8 (#1392) ad hoc 2024-05-14 14:36:07 +02:00
  • 415df4da76 Log namespace id in the checkpoint logs (#1387) Avinash Sajjanshetty 2024-05-13 19:44:15 +05:30
  • 4bbfda4108 Fix bottomless replication subproject link in libsql-server readme (#1331) Marco B 2024-05-10 12:59:55 -04:00
  • 1c9cdbe750 Highlight community drivers (#1381) Avinash Sajjanshetty 2024-05-10 20:25:34 +05:30
  • cf43aa2852 Update README.md: Add PHP client (#1377) AndersonPEM 2024-05-10 11:26:35 +01:00
  • 41e17aa253 Add Connection::transactional_batch (#1366) Piotr Jastrzębski 2024-05-05 11:18:22 +02:00
  • 372311a008 implement wal interface (#1364) ad hoc 2024-05-02 23:51:38 +02:00
  • e7f7c1daa8 fix readme: go-libsql link (#1367) Dahlton S 2024-05-02 03:29:02 -04:00
  • ef389a5a20 libsql wal shared wal (#1353) ad hoc 2024-04-30 19:49:55 +02:00
  • 876e4ab232 server: return sec not millis for txn timeout (#1361) Lucio Franco 2024-04-30 12:37:51 -04:00
  • e8c81b2df6 update cargo-dist (#1360) Lucio Franco 2024-04-30 11:58:13 -04:00
  • feb3ff090b release v0.24.8 v0.24.x Lucio Franco 2024-04-30 10:58:34 -04:00
  • 195db50feb server: add config update txn_timeout (#1359) Lucio Franco 2024-04-30 10:39:29 -04:00
  • 3252b63c10 server: add config update txn_timeout (#1359) Lucio Franco 2024-04-30 10:39:29 -04:00
  • 5ef7ab7852 fix rows into stream (#1351) Sean Aye 2024-04-29 11:21:08 -04:00
  • 9e1721cb9f libsql wal current segment (#1348) ad hoc 2024-04-29 12:41:27 +02:00
  • 508274d9a6 fix bad index (#1347) ad hoc 2024-04-26 14:51:54 +02:00
  • dd11c95bb5 rename segment link (#1346) ad hoc 2024-04-26 14:45:53 +02:00
  • e37b644395 libsql-wal: SealedSegment (#1343) ad hoc 2024-04-26 13:10:54 +02:00
  • e32c4f91ec libsql: reuse inmemory db (#1345) Lucio Franco 2024-04-25 18:07:14 -04:00
  • 8565938a72 segment list libsql-wal-segment-list ad hoc 2024-04-25 13:41:13 +02:00
  • f5b411524c silence warnings ad hoc 2024-04-25 13:28:10 +02:00
  • 00663a22b6 add missing deps ad hoc 2024-04-25 13:23:20 +02:00
  • 6d1aadfdf1 sealed log ad hoc 2024-04-25 13:18:43 +02:00
  • 4ed6abe722 segment module, header structs on helper functions ad hoc 2024-04-25 13:14:33 +02:00
  • 72501da8c1 add error module ad hoc 2024-04-25 13:13:27 +02:00
  • 89b92785d6 add libsql-wal crate ad hoc 2024-04-25 11:54:08 +02:00
  • 40ba51a28d libsql wal init (#1342) ad hoc 2024-04-25 12:31:52 +02:00
  • 777012123d Stop holding lock during query execution (#1339) Piotr Jastrzębski 2024-04-24 15:03:44 +02:00