aboutsummaryrefslogtreecommitdiff
path: root/docs/api/tcp.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-07Doc updates for v1.0 (#4485)Gravatar Colin McDonnell 1-7/+1
* Remove v0.x messages * Add windows section to Installatino * update * update * Update * Comment out windows
2023-09-01Fix typo (#4445)Gravatar Jorge Jiménez 1-1/+1
Replace `key: [Bun.file('./key1.pem'), Bun.file('./key2.pem']` with `key: [Bun.file('./key1.pem'), Bun.file('./key2.pem')]`
2023-05-29More/better docs for JSX, utils, binary data, streams, hashing, `bun test`, ↵Gravatar Colin McDonnell 1-4/+29
`Bun.serve` (#3005) * WIP * Updates * Document deepEquals * WIP * Update typeS * Update TLS docs for Bun.serve * Update types for tls * Draft binary data page. Add Streams page. * Update test runner docs * Add hashing, flesh out utils * Grammar * Update types * Fix * Add import.meta docs * Tee
2023-04-14[nit] minor typo in tcp.md (#2657)Gravatar Kruithne 1-1/+1
2023-04-13Docs restructuring (#2638)Gravatar Colin McDonnell 1-3/+3
* Restructure * Update nav * Reorg * Reshuffle ecosystem pages * Split up runtime/runtime * Back to runtime/index * Fix issue * Split up runtime/index * Add Writing Tests page * Prettier matcher table * More updates
2023-02-23Add documentation (#2148)bun-v0.5.7Gravatar Colin McDonnell 1-0/+198
* Add documentation * Tweaks * Fixes * Rearrange * Update