bitful-pannul
|
a0e39743fc
|
fs: read cache (#49)
|
2023-11-17 13:18:35 -03:00 |
|
bitful-pannul
|
f11d323586
|
fs: optimize get/set-state queue based on kernel metadata (#67)
|
2023-11-16 16:04:22 -03:00 |
|
dr-frmr
|
483f6decdc
|
Merge pull request #66 from uqbar-dao/dr/timer-ms
timer -> millisecond granularity
|
2023-11-16 12:28:10 -05:00 |
|
dr-frmr
|
11a0c40cd7
|
timer -> millisecond granularity
|
2023-11-16 12:27:16 -05:00 |
|
Will Galebach
|
62ea69c3e3
|
JSON interface for SQLite (#62)
Co-authored-by: bitful-pannul <bitful-pancreas@protonmail.com>
|
2023-11-16 13:04:19 -03:00 |
|
dr-frmr
|
34155ced40
|
Merge pull request #65 from uqbar-dao/dr/nits
clean up dirty printouts, update some comments
|
2023-11-15 19:55:00 -05:00 |
|
dr-frmr
|
fca087baeb
|
clean up dirty printouts, update some comments
|
2023-11-15 19:54:23 -05:00 |
|
dr-frmr
|
6198e873ae
|
Merge pull request #63 from uqbar-dao/dr/timer-module
Timer runtime module
|
2023-11-15 12:25:44 -05:00 |
|
dr-frmr
|
4d05fd9718
|
remove all persisted aspects of timer service
|
2023-11-15 10:51:09 -05:00 |
|
dachus
|
f1550e8926
|
create home directory if it does not exist
|
2023-11-15 10:40:02 -03:00 |
|
Will Galebach
|
13c1963870
|
Fixed issue with login inconsistency (#64)
|
2023-11-15 10:54:27 +00:00 |
|
dr-frmr
|
653341352b
|
fix timer bugs, add our replacement in kernel event loop
|
2023-11-14 22:23:15 -05:00 |
|
dr-frmr
|
986ad845c8
|
Merge branch 'main' into dr/timer-module
|
2023-11-14 15:36:58 -05:00 |
|
dr-frmr
|
a744112402
|
Merge pull request #58 from uqbar-dao/da/runtime-extensions
Da/runtime extensions
|
2023-11-14 15:34:59 -05:00 |
|
dr-frmr
|
86c02bc3e4
|
new timer module
|
2023-11-14 15:34:17 -05:00 |
|
github-actions[bot]
|
17d0952151
|
Format Rust code using rustfmt
|
2023-11-14 19:02:10 +00:00 |
|
dachus
|
656452343d
|
LlmPrompt type filled out
|
2023-11-14 16:01:37 -03:00 |
|
dachus
|
9a2fc692c0
|
llm cfg tags added
|
2023-11-14 15:40:33 -03:00 |
|
github-actions[bot]
|
cab7fea897
|
Format Rust code using rustfmt
|
2023-11-14 18:20:26 +00:00 |
|
dachus
|
a16f08a943
|
types moved around
|
2023-11-14 15:19:59 -03:00 |
|
github-actions[bot]
|
d8e0f63b36
|
Format Rust code using rustfmt
|
2023-11-14 17:52:03 +00:00 |
|
dachus
|
d7d2f0c65b
|
cleaning
|
2023-11-14 14:51:32 -03:00 |
|
dachus
|
71907b42fc
|
clap added for CLI arguments
|
2023-11-14 14:51:17 -03:00 |
|
bitful-pannul
|
4ba9186fc5
|
sqlite: parameterized read queries (#61)
|
2023-11-14 14:48:03 -03:00 |
|
bitful-pannul
|
9a371fa557
|
sqlite: add transactions (#53)
|
2023-11-14 11:32:44 -03:00 |
|
bitful-pannul
|
b6995e96e2
|
hotfix: app_store and sqlite vfs caps (#59)
|
2023-11-14 11:10:09 -03:00 |
|
tadad
|
b9a5c008ac
|
Merge branch 'main' into da/runtime-extensions
|
2023-11-14 15:38:33 +02:00 |
|
dachus
|
3174a67fac
|
cleaning
|
2023-11-14 10:37:53 -03:00 |
|
dr-frmr
|
00ae78b04c
|
hotfix: graceful shutdown
|
2023-11-13 15:49:12 -05:00 |
|
dr-frmr
|
111d3d15fa
|
Merge pull request #57 from uqbar-dao/dr/cargo-clippy-fix
Refactor clippy issues out
|
2023-11-13 15:24:43 -05:00 |
|
github-actions[bot]
|
75deae5234
|
Format Rust code using rustfmt
|
2023-11-13 20:24:27 +00:00 |
|
dr-frmr
|
f64c18256d
|
clippy fixes
|
2023-11-13 15:23:59 -05:00 |
|
github-actions[bot]
|
2f5e080d61
|
Format Rust code using rustfmt
|
2023-11-13 20:12:16 +00:00 |
|
dachus
|
17555ddfa3
|
sidecar done
|
2023-11-13 17:11:47 -03:00 |
|
github-actions[bot]
|
05a6747835
|
Format Rust code using rustfmt
|
2023-11-13 19:59:46 +00:00 |
|
dr-frmr
|
f2aa1d1984
|
cleanup: run cargo clippy --fix
|
2023-11-13 14:59:17 -05:00 |
|
dr-frmr
|
1827412f98
|
Merge pull request #54 from uqbar-dao/dr/kernel-remove-crashes
kernel: remove unwraps, change capabilites to *no longer grant automatically on send*
|
2023-11-13 14:39:12 -05:00 |
|
dr-frmr
|
38264a4b84
|
kernel: remove unwraps, change capabilites to *no longer grant automatically on message-send*
|
2023-11-13 13:48:53 -05:00 |
|
Will Galebach
|
987a160daf
|
Jf/register cache (#52)
Co-authored-by: operarotas <james.foley@proton.me>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-11-13 14:58:15 +00:00 |
|
hosted-fornet
|
0ddb90a17a
|
fix vfs Delete & bump sqlite rusqlite version (#51)
|
2023-11-10 12:38:50 -03:00 |
|
github-actions[bot]
|
7f3a66db48
|
Format Rust code using rustfmt
|
2023-11-09 20:47:40 +00:00 |
|
dr-frmr
|
77338b9c31
|
quickfix: net dispose of old forwarding connection tasks, refactor !hi responses to DRY
|
2023-11-09 15:47:08 -05:00 |
|
dr-frmr
|
87d0afa950
|
quickfix: net print even if you send a !hi to yerself
|
2023-11-09 15:29:28 -05:00 |
|
github-actions[bot]
|
2d9267ec48
|
Format Rust code using rustfmt
|
2023-11-09 19:44:19 +00:00 |
|
dachus
|
60c33117fe
|
basic llm working in uqbar
|
2023-11-09 16:43:45 -03:00 |
|
github-actions[bot]
|
6a301ac54f
|
Format Rust code using rustfmt
|
2023-11-09 14:53:56 +00:00 |
|
dachus
|
f66e8bf442
|
runtime extensions factored out
|
2023-11-09 11:53:14 -03:00 |
|
dr-frmr
|
d7098c437c
|
update process_lib git source to private repo
|
2023-11-08 21:27:42 -05:00 |
|
dr-frmr
|
2b08431ee3
|
Merge pull request #50 from uqbar-dao/dr/net-keepalive
Net: add better keepalive behavior and re-asynchronize establishing new connections
|
2023-11-08 21:11:24 -05:00 |
|
dr-frmr
|
c7d498492e
|
cleanup and timeout-add
|
2023-11-08 20:14:40 -05:00 |
|