Commit Graph

501 Commits

Author SHA1 Message Date
hosted-fornet
2de6a10cd9 Merge branch 'v0.4.0' into hf/start-from-commandline
Conflicts:
      Cargo.lock
      modules/sqlite/sqlite/src/lib.rs
      src/http_server/mod.rs
      src/kernel/mod.rs
      src/main.rs
      src/types.rs
2023-11-30 17:16:37 -08:00
github-actions[bot]
be83d47c9d
Format Rust code using rustfmt 2023-11-30 19:15:03 +00:00
hosted-fornet
af0e4a0e92 add mock networking 2023-11-30 11:14:25 -08:00
Will Galebach
402a1d2170
Updated version name to 0.4.0 2023-11-30 10:50:30 +00:00
Will Galebach
76897fd0b0
Added github dep instruction 2023-11-30 10:44:21 +00:00
bitful-pannul
13a7be6b6d
sql: updates (#80)
* sql: update std_lib

* sql: caps fixes
2023-11-29 23:43:02 -03:00
Will Galebach
110b9d19b8
Final touches for login (#79) 2023-11-29 21:27:06 +00:00
Will Galebach
679d54bdb6
Login UI hotfix (#77) 2023-11-29 17:16:26 +00:00
Will Galebach
f5ae5ba638
README: remove submodules instructions 2023-11-29 16:42:58 +00:00
Will Galebach
c9aca89d8f
Wg/boot refactor (#71) 2023-11-29 16:32:21 +00:00
dr-frmr
3fff70bbc5
hotfix: kernel respond to RSVP if it can, always 2023-11-29 11:15:18 -05:00
hosted-fornet
fdddd3636d add networked testing 2023-11-28 20:29:10 -08:00
dr-frmr
7b2456a211
remove http_proxy link on homepage, add short project description 2023-11-28 21:38:48 -05:00
dr-frmr
3a2d631906
Merge pull request #76 from uqbar-dao/dr/kernel-manage-execution
kernel: adjust API to enable execution management
2023-11-28 19:02:40 -05:00
dr-frmr
45605958f3
0.3.0: fix kernel API to separate process init and process run 2023-11-28 17:33:49 -05:00
hosted-fornet
0239d6c02a improve output 2023-11-27 19:13:58 -08:00
dr-frmr
9f554e55e9
break out kernel parts into separate files 2023-11-27 15:24:55 -05:00
dr-frmr
fe407a4481
patch tungstenite to 0.20.1 2023-11-27 12:21:34 -05:00
dr-frmr
4cd75b0a0e
hotfix: remove debug prints 2023-11-26 10:19:45 -05:00
dr-frmr
f0ebfe2683
Merge pull request #73 from uqbar-dao/dr/http-refactor-2
Refactor http server and client to be clean, performant, good API
2023-11-25 22:29:03 -05:00
dr-frmr
6349c27363
Merge branch 'main' into dr/http-refactor-2 2023-11-25 22:28:46 -05:00
github-actions[bot]
0ec86568fe
Format Rust code using rustfmt 2023-11-26 03:27:26 +00:00
dr-frmr
b8a9445e44
clippy cleanup, mark chess as nonfunctional at the moment 2023-11-25 22:26:53 -05:00
dr-frmr
19910ce8e4
chess: update to latest process_lib 2023-11-23 14:53:02 -05:00
dr-frmr
9d218b63d5
http_server: give full url as raw_path, for parsing's sake 2023-11-22 16:39:36 -05:00
dr-frmr
72bb9a872f
net: timeout on accept_async socket too 2023-11-22 16:31:32 -05:00
dr-frmr
b0bfa3d66f
server: authenticate websockets 2023-11-22 16:22:40 -05:00
dr-frmr
84a5bbbe6c
chess work 2023-11-21 17:49:18 -05:00
dr-frmr
5a4813b8c4
http_server good, updating apps to match 2023-11-21 11:25:55 -05:00
tadad
11b1805d26
Merge pull request #72 from uqbar-dao/da/mut
allowed unused mut
2023-11-20 16:03:56 +02:00
dachus
60ed8a90c9 allowed unused mut 2023-11-20 11:00:51 -03:00
dr-frmr
3fdd605c18
WIP not compiling, httpserver rewrite 2023-11-17 19:28:51 -05:00
Will Galebach
21809b1d46
Login should not determine direct or indirect (#70) 2023-11-17 21:47:17 +00:00
dr-frmr
863cb78741
Merge pull request #69 from uqbar-dao/dr/net-timeout-when-recv
fix: make connection receiver always time out
2023-11-17 13:09:46 -05:00
dr-frmr
f0a3b4b47c
fix: make connection receiver always time out 2023-11-17 13:06:22 -05:00
github-actions[bot]
0c3655f69d
Format Rust code using rustfmt 2023-11-17 18:00:22 +00:00
dr-frmr
b39531166e
move everything into http module 2023-11-17 12:59:52 -05:00
dr-frmr
944b784d9b
Merge pull request #68 from uqbar-dao/wg/encryptor-fixes
Updated encryptor messages to use new type names
2023-11-17 12:13:42 -05:00
github-actions[bot]
57cb620654
Format Rust code using rustfmt 2023-11-17 17:10:37 +00:00
Will Galebach
3d72a84ba9 Updated to use new type names 2023-11-17 17:09:56 +00:00
bitful-pannul
db4027a3ee
fs: better dedup (#60) 2023-11-17 13:20:04 -03:00
bitful-pannul
a0e39743fc
fs: read cache (#49) 2023-11-17 13:18:35 -03:00
dr-frmr
18df6332b4
WIP: refactor http_client, remove encryptor 2023-11-16 23:17:27 -05: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