aboutsummaryrefslogtreecommitdiff
path: root/docs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-07-18Update workers.mdGravatar Jarred Sumner 1-2/+2
2023-07-18ClarifyGravatar Jarred Sumner 1-0/+2
2023-07-18zig upgrade (#3667)Gravatar Dylan Conway 1-1/+1
* upgrade * more fixes * Bump Zig --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-07-17[tls] General compatibility improvements (#3596)Gravatar Ciro Spaciari 1-1/+1
* wip * subjectaltname * more progress * bindings * fmt * getCert/getPeerCertificate * fix checkServerIdentity * fix checkServerIdentity * add a lot of TLSSocket functions * getEphemeralKeyInfo fix and comment * add alternative for getEphemeralKeyInfo * add get session and set session * fix isSessionReused * get back the raw data for MSSQL * fixeup * fixup getSession + tests * fix doc + fmt * getFinished/getPeerFinished * codegen * fixup * revert webkit * more fixes * ssl helper + revert test oops * asserts
2023-07-17Clean up worker docsGravatar Colin McDonnell 1-65/+69
2023-07-17Tweak test docsGravatar Colin McDonnell 2-4/+3
2023-07-16Document `--smol`Gravatar Jarred Sumner 1-70/+59
2023-07-16Document serialize/deserializeGravatar Jarred Sumner 1-0/+14
2023-07-16Update workers.mdGravatar Jarred Sumner 1-1/+1
2023-07-16Fixes base64url encoding for crypto (#3654)Gravatar Jarred Sumner 1-2/+1
* Fixes base64url encoding for crypto * :green_apple: * Update nodejs-apis.md --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-07-16Update nav.tsGravatar Jarred Sumner 1-3/+3
2023-07-16renameGravatar Jarred Sumner 2-0/+3
2023-07-16Implement Workers (#3645)Gravatar Jarred Sumner 3-1/+170
* copy files * format * options * Introduce `Worker`, `onmessage`, `onerror`, and `postMessage` globals * Stub `Worker.prototype.ref` & `Worker.prototype.unref` * Update web_worker.zig * Worker works * Add "mini" mode * add wakeup * Partially fix the keep-alive issue * clean up refer behavior * Implement `serialize` & `deserialize` in `bun:jsc` & add polyfill for `node:v8` * Types & docs * Update globals.d.ts * Add mutex * Fixes --------- Co-authored-by: Dylan Conway <dylan.conway567@gmail.com> Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-07-16docs: add one missing line in typescript.md (#3650)Gravatar Jiri Spac 1-0/+1
2023-07-14Update docsGravatar Colin McDonnell 2-7/+9
2023-07-13Update docs/types for process (#3631)Gravatar Colin McDonnell 1-1/+1
* Update docs/types for process * Tweaks * Tweaks * Fix types
2023-07-12Improve our internal typedefs (#3608)Gravatar dave caruso 1-2/+2
* types * some more * yeah * i think that fixes it * oop
2023-07-11Add npmrc noteGravatar Colin McDonnell 2-2/+14
2023-07-10feat(crypto) add getCurves (#3598)Gravatar Ciro Spaciari 1-1/+1
* add getCurves * add nodefallbacks * update docs * oops
2023-07-07Update installation guide in `development.md` (#3532)Gravatar Artur Androsovych 1-6/+16
* Update installation guide in `development.md` * Updates --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-07-06Update listGravatar Jarred Sumner 1-5/+5
2023-07-06Update trustedDeps docGravatar Colin McDonnell 1-2/+2
2023-07-06Update trustedDeps docGravatar Colin McDonnell 1-2/+12
2023-07-06Various docs updates (#3437)Gravatar Colin McDonnell 12-53/+342
* Various docs updates * Add mocks page * Fix make * WebKit instructions * Update instructions * Updates * Update nodejs compat table * Document trusted deps * Tweak trustedDependencies docs * Document --exact * Update test docs * Tweaks * Boring * Remove redundant j * Undo makefile changes * Undo makefile changes * Update page title * Regen * Undo changes
2023-07-03Update lifecycle.mdGravatar Jarred Sumner 1-1/+1
2023-07-02Update time.mdGravatar Jarred Sumner 1-1/+1
2023-07-02Update time.mdGravatar Jarred Sumner 1-1/+1
2023-07-02Update time.mdGravatar Jarred Sumner 1-0/+16
2023-07-02Update time.mdGravatar Jarred Sumner 1-0/+18
2023-07-02Update time.mdGravatar Jarred Sumner 1-1/+1
2023-07-02Add time docGravatar Jarred Sumner 2-3/+70
2023-07-02Update writing.mdGravatar Jarred Sumner 1-5/+5
2023-07-01Make `buffer.toString("base64")` 4x faster (#3486)Gravatar Jarred Sumner 1-0/+5
* Add libbase64 * Add bench * Update licensing.md --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-06-27Update Stric page in Ecosystem (#3399)Gravatar Revenity 1-8/+8
2023-06-26docs: add troubleshooting section to installation page (#3389)Gravatar Peter Weinberg 1-6/+6
* docs: add troubleshooting section to installation page * Add note for unzip * Update msg in install.sh --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-06-25Add support for install with --frozen-lockfile (#3365)Gravatar Tiago Teixeira 4-0/+25
* Add support for install with --frozen-lockfile * Add test * Add test for frozenLockfile in config file
2023-06-21upgrade zig to `v0.11.0-dev.3737+9eb008717` (#3374)Gravatar Dylan Conway 1-1/+1
* progress * finish `@memset/@memcpy` update * Update build.zig * change `@enumToInt` to `@intFromEnum` and friends * update zig versions * it was 1 * add link to issue * add `compileError` reminder * fix merge * format * upgrade to llvm 16 * Revert "upgrade to llvm 16" This reverts commit cc930ceb1c5b4db9614a7638596948f704544ab8. --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-06-21Update module resolution order docs (#3372)Gravatar Andreas Pfurtscheller 1-2/+2
If I'm reading and interpreting [these lines](https://github.com/oven-sh/bun/blob/69f558db8e0eba637febdc62c6ba752444b54401/src/options.zig#L605-L627) correct, the module resolution order [in the current docs](https://bun.sh/docs/runtime/modules#resolution) is outdated. This change will fix the order.
2023-06-20Docs for DOM testing and FileSink (#3330)Gravatar Colin McDonnell 5-48/+202
* Update websocket docs & jsdoc * Add info about user-specific data in ws * Document FileSink * Docs for happydom test * Updates
2023-06-15Fix typo in run.md (#3331)Gravatar Kabir Goel 1-1/+1
2023-06-11doc: minor fixes (#3278)Gravatar Keyhan Vakil 2-2/+2
* `bun link` only modifies `package.json` when `--save` is passed. * clang-15 is a separate package from llvm-15.
2023-06-10Fix wording and code example in docs for Bun.sleepSync (#3270)Gravatar paperluigis 1-10/+0
2023-06-09Update writing.md (#3264)Gravatar Dylan Conway 1-8/+8
2023-06-09docs: add missing right parenthesis in example code (#3245)Gravatar James Liu 1-2/+1
add missing right parenthesis in example code in `HTTP server` section
2023-06-06Docs for `Bun.password` and ws publish (#3227)Gravatar Colin McDonnell 2-16/+100
* Update websocket docs & jsdoc * Document Bun.password * Update hash encoding docs * Fix typos * Add info about user-specific data in ws * Update outdated websocket jsdoc * Replace usages of req.url * Remove log
2023-06-06yeah (#3229)Gravatar dave caruso 1-1/+1
2023-06-03make hardcoded -> make esm + document needing bun to build bun (#3188)Gravatar dave caruso 1-2/+30
2023-06-02fix readableStreamToArrayBuffer (#3181)Gravatar dave caruso 1-3/+9
* fix discord.js again * remove one of the async hooks warnings * clarify hardcoded modules docs
2023-06-02Update macro/test docs (#3180)Gravatar Colin McDonnell 2-8/+10
* Add test and fix plugin type * Update docs and config pages
2023-06-02Support `NO_COLOR` environment variable (#3055)Gravatar Ashcon Partovi 1-3/+27