Commit Graph
17 Commits
Author SHA1 Message Date
Raven Scott ee79042e9f Default module set (documented in docs/DEFAULT-MODULES.md):
CI / Build & Test (push) Successful in 8m10s
Category	Modules
Runtime
bare, bare-process, bare-module, bare-fs, bare-path, bare-stream
Swarm / data
hyperswarm, hypercore, corestore, hyperbee, hyperdrive, autobase, hyperdb, hyperschema, hrpc, protomux, compact-encoding, b4a
Media
bare-media, bare-ffmpeg, plus codecs via bare-media (jpeg/png/webp/gif/heif/…)
Local power (bundled)
bare-sqlite, bare-fetch
2026-07-26 23:12:08 -04:00
Raven Scott 631f9c4023 Bare Caps
CI / Build & Test (push) Successful in 3m7s
2026-07-26 23:09:00 -04:00
Raven Scott f4569b765e Updates
CI / Build & Test (push) Successful in 3m12s
2026-07-26 22:58:33 -04:00
Raven Scott 90b6033382 Fixes
CI / Build & Test (push) Successful in 3m0s
2026-07-26 22:47:40 -04:00
Raven Scott 8c95a97662 fixes
CI / Build & Test (push) Successful in 3m0s
2026-07-26 22:19:31 -04:00
Raven Scott 914bc7e404 Modernize
CI / Build & Test (push) Successful in 3m5s
2026-07-26 21:58:45 -04:00
Raven Scott 0d49580650 Modernize 2026-07-26 21:58:44 -04:00
Raven Scott 3626a71ed5 Implement unique keyPairs per tab with improved connection handling
- Remove log count badge from Logs tab, add tab count badge to Tabs tab
- Add default settings: Request Timeout, Ready Timeout, Disable on File URLs
- Each tab now generates its own unique keyPair for connections
- Add swarm.listen() for incoming connections in native host
- Fix event routing: only send events to tabs that own the swarm
2026-02-21 18:11:31 -05:00
Raven Scott b6eeddefff add path 2026-02-21 04:26:05 -05:00
Raven Scott 7a116d1344 remove package lock 2026-02-21 03:06:03 -05:00
Raven Scott 12dc56d940 update builder 2026-02-21 03:00:12 -05:00
Raven Scott eb0589fdba update 2026-02-21 02:55:32 -05:00
Raven Scott 10785ab556 tests 2026-02-21 02:52:00 -05:00
Raven Scott a12368d57c updates 2026-02-21 01:23:04 -05:00
Raven Scott 168c1090dd Add HRPC demo 2026-02-12 06:01:02 -05:00
Raven Scott bb47954b9f Implement hrpc with streaming and wire into setup
- Add spec/hyperschema and spec/hrpc codegen (scripts/build-hrpc.js)
  with unary, request/response-stream, duplex, and send-only commands
- Run build:hrpc and build:protomux from install.sh so setup is one-step
- Native host: add attachHrpc (Protomux channel + generated HRPC),
  handlers for ping, streamSum, fetchStream, duplex, notify
- Load HRPC lazily so missing spec does not crash host; use bare-stream
  for Duplex under Bare; add bare-stream, compact-encoding deps
2026-02-12 04:51:03 -05:00
Raven Scott 90c7a4910e first commit 2026-02-12 03:27:05 -05:00