codinget
  • Joined on 2022-10-19
codinget pushed to main at webnet/webnet 2026-04-13 00:50:36 +02:00
760305bf76 docs: document @webnet/http package in README
178d71178c build(http): compile to dist with declarations and inline sourcemaps
4741a6f267 feat(http): implement http server library inspired by koa
3dffc32f7a chore(http): configure for Node.js and add node:test harness
61ec60b46c feat(http): initialize @webnet/http package and wire into test-app
Compare 5 commits »
codinget pushed to feat/http-package at webnet/webnet 2026-04-13 00:49:58 +02:00
760305bf76 docs: document @webnet/http package in README
178d71178c build(http): compile to dist with declarations and inline sourcemaps
Compare 2 commits »
codinget pushed to feat/http-package at webnet/webnet 2026-04-13 00:38:06 +02:00
4741a6f267 feat(http): implement http server library inspired by koa
codinget pushed to feat/http-package at webnet/webnet 2026-04-12 21:19:20 +02:00
3dffc32f7a chore(http): configure for Node.js and add node:test harness
codinget pushed to feat/http-package at webnet/webnet 2026-04-12 00:20:09 +02:00
61ec60b46c feat(http): initialize @webnet/http package and wire into test-app
codinget created branch feat/http-package in webnet/webnet 2026-04-12 00:20:08 +02:00
codinget pushed to main at webnet/webnet 2026-04-11 22:59:20 +02:00
7900e63b93 docs: add README
codinget pushed to main at webnet/webnet 2026-04-11 22:36:36 +02:00
341ece4f55 chore: add prettier, eslint, dpdm, lint-staged, commitlint; bump TS to 6
codinget created branch chore/tooling-setup in webnet/webnet 2026-04-11 22:36:09 +02:00
codinget pushed to chore/tooling-setup at webnet/webnet 2026-04-11 22:36:09 +02:00
341ece4f55 chore: add prettier, eslint, dpdm, lint-staged, commitlint; bump TS to 6
codinget pushed to main at webnet/webnet 2026-04-11 21:42:53 +02:00
fe4058184d feat(test-app): wire up cacert.pem for manual dialTLS testing
734d0bb391 feat(tsconnect): ship Mozilla CA bundle as a package export
0c7a73b07a feat(tsconnect): ship brotli-best precompressed wasm as a package export
fc3e46f9c0 feat(tsconnect): add class wrappers that validate before hitting Go
bdc4bcccee feat(tsconnect): add TCPListener and tighten dial/listen network types
Compare 8 commits »
codinget pushed to webnet at webnet/tailscale 2026-04-11 21:42:28 +02:00
codinget created branch webnet in webnet/tailscale 2026-04-11 21:42:28 +02:00
codinget pushed to feat/expose-networking at webnet/webnet 2026-04-11 18:46:12 +02:00
fe4058184d feat(test-app): wire up cacert.pem for manual dialTLS testing
734d0bb391 feat(tsconnect): ship Mozilla CA bundle as a package export
Compare 2 commits »
codinget pushed to feat/expose-networking at webnet/webnet 2026-04-11 18:02:20 +02:00
0c7a73b07a feat(tsconnect): ship brotli-best precompressed wasm as a package export
codinget pushed to feat/expose-networking at webnet/webnet 2026-04-10 23:44:38 +02:00
fc3e46f9c0 feat(tsconnect): add class wrappers that validate before hitting Go
codinget pushed to feat/expose-networking at webnet/webnet 2026-04-10 23:09:56 +02:00
bdc4bcccee feat(tsconnect): add TCPListener and tighten dial/listen network types
codinget pushed to feat/expose-networking at webnet/tailscale 2026-04-10 23:09:00 +02:00
f961db8925 feat(tsconnect): add TCP listening to ipn.listen
codinget pushed to feat/expose-networking at webnet/webnet 2026-04-10 22:49:10 +02:00
08ddc31da1 feat(tsconnect): expose dialTLS and TLSDialOptions
codinget pushed to feat/expose-networking at webnet/tailscale 2026-04-10 22:48:52 +02:00
fde5f11895 feat(tsconnect): expose dialTLS to JS