aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-02-25docs: Fix the link to Node.js ecosystem (#2181)Gravatar Raxit Majithiya 1-2/+2
2023-02-25docs: improved language in yaml loader example (#2172)Gravatar Tommaso A 4-6/+6
* docs: improved language in yaml loader example * docs(api/http): fix typo * docs(api/spawn): fix typo * docs(api/transpiler): fix typo
2023-02-25Update index.md (#2182)Gravatar Akash Joshi 1-1/+1
2023-02-25docs: fix typo in install.md file (#2179)Gravatar Fernando Daciuk 1-1/+1
2023-02-25make emitter bench work in nodeGravatar Jarred Sumner 1-14/+13
2023-02-25Bump WebKitGravatar Jarred Sumner 10-29/+35
2023-02-25slight performance improvement to EventEmitterGravatar Jarred Sumner 4-41/+57
2023-02-25make the test fasterGravatar Jarred Sumner 1-11/+9
2023-02-25docs: consistent indentation for post install commands (#2175)Gravatar John Reilly 1-1/+1
2023-02-25Fix sqlite.md `.serialize` typo (#2178)Gravatar Flo 1-1/+1
2023-02-25docs: use proper CSS property in React examples (#2177)Gravatar Damian Stasik 1-2/+2
2023-02-25Docs: Fixes broken link in express docs (#2173)Gravatar Brett Bloxom 1-1/+1
Fixes broken internal link to nodejs compatability information.
2023-02-25Update hono.md (#2171)Gravatar Derrick Farris 1-1/+1
2023-02-24remove parametersGravatar Dylan Conway 1-1/+1
2023-02-24Tweak readmeGravatar Colin McDonnell 1-15/+11
2023-02-24Fix indentsGravatar Colin McDonnell 1-2/+2
2023-02-24Rearrange ecosystemGravatar Colin McDonnell 1-2/+2
2023-02-24Docs (#2170)Gravatar Colin McDonnell 3-2/+52
* Add hono and elysia * Update elysia and add coming soon * Fix typo * Add back awesome
2023-02-24Fixes (#2168)Gravatar Colin McDonnell 2-4/+0
2023-02-24Docs tweaks (#2160)Gravatar Colin McDonnell 18-5437/+444
* Tweaks * Add ecosystem. Add bunx. Flesh out install. * Tweaks * Add TS to installation * Tweaks * New readme * Write new readme * Tweak * Center header * Bun * tweaks * No dollar sign * Fix links * Update * Tweak
2023-02-24wiptest -> testGravatar Dylan Conway 1-1/+1
2023-02-24Add missing "that" in `modules.md` (#2167)Gravatar Charlie Marsh 1-1/+1
2023-02-24fix(zig-build): disable stack probing when building other objs too (#2165)Gravatar Derrick Farris 1-1/+5
2023-02-24Fix typo in `developing.md` (#2166)Gravatar Charlie Marsh 1-3/+0
* Fix typo in `developing.md` * Apply suggestions from code review Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2023-02-24Support macOS 10.15Gravatar Jarred Sumner 1-4/+75
Fixes #1266 Fixes #1323 Fixes #2154
2023-02-24fix `compiler_rt` linking failure on `x86_64` (#2163)Gravatar Alex Lam S.L 5-62/+38
- minor code tweaks
2023-02-24fix(dns) Fix resolve4 and resolve6 behavior (#2144)Gravatar Ciro Spaciari 1-30/+56
* fix https://github.com/oven-sh/bun/issues/2098 * fix last promisifyResolve call * avoid some functions alloc on dns.exports
2023-02-24Fix lol_html_rewriter_builder_add_document_content_handlers binding (#2161)Gravatar Justin Whear 2-11/+6
The `lol_html_rewriter_builder_add_document_content_handlers` does not return a status code and always succeeds; errors are reported on subsequent calls to `write` or `end`. Fixes #2024
2023-02-24formattingGravatar Dylan Conway 1-4/+1
2023-02-24Implement `os.cpus` for Darwin (OS X) (#2115)Gravatar Justin Whear 3-75/+174
* adding experimental Mac implementation os os.cpus * Simplify cpus interfaces * remove support for osx 10 * Refactor os.cpus implementation This commit substantially refactors how the Linux and Darwin implementations of `os.cpus`. The goal is to avoid unnecessary copying and allow broader latitude in responding to errors per implementation. * improved comments * ensure no buffer overrun * use PROCESSOR_CPU_LOAD_INFO_COUNT; not sure if this is correct * oh teh noes * use sliceTo instead of span * cpu_ticks are uints
2023-02-24fix(body) Make Request/Reponse empty body to be null (#2156)Gravatar Ciro Spaciari 2-59/+92
* make empty nullable * revert mistake change
2023-02-24fix(zig-build): disable stack probing on x86_64 so no `compiler_rt` required ↵Gravatar Derrick Farris 1-0/+3
(#2159)
2023-02-24Update docs issue templateGravatar Ashcon Partovi 1-2/+2
2023-02-24[docs] Minor syntax correction in test.md (#2153)Gravatar Jake Boone 1-1/+1
2023-02-24prefer `bun.copy()` over `std.mem.copy()` (#2152)Gravatar Alex Lam S.L 55-572/+546
2023-02-24Update build-idGravatar Jarred Sumner 1-1/+1
2023-02-23Upgrade Zig (#2151)Gravatar Dylan Conway 115-702/+772
* fixup * Upgrade Zig * Remove bad assertion * strings * bump * mode -> optimize * optimize * Linux build * Update bindgen.zig
2023-02-23Fix release workflowGravatar Ashcon Partovi 1-3/+7
2023-02-23Add documentation (#2148)bun-v0.5.7Gravatar Colin McDonnell 55-14/+8660
* Add documentation * Tweaks * Fixes * Rearrange * Update
2023-02-23fix illegal memory reference in `bun link` (#2147)Gravatar Alex Lam S.L 3-23/+150
2023-02-23Update ZigGlobalObject.cppGravatar Jarred Sumner 1-1/+1
2023-02-23Update README.md (#2145)Gravatar N0N1m3 1-1/+1
2023-02-23Use newer version of setup-bunGravatar Ashcon Partovi 4-52/+9
2023-02-23bun-lambda: Fix 502 when handler name was 'fetch'Gravatar Ashcon Partovi 1-6/+9
2023-02-22Fix flaky testsGravatar Jarred Sumner 3-11/+9
2023-02-23Update README.md (#2138)Gravatar B. Burt 1-1/+1
2023-02-22uninstallGravatar Dylan Conway 1-1/+1
2023-02-22feat(undici): add `undici.request` (#2136)Gravatar Derrick Farris 3-8/+359
* wip(undici): get basic requests working * wip(undici): implement most request params, add tests * fix(undici): get tests passing for `undici.request` * test(undici): test headers in `undici.request`
2023-02-22Add leaky testGravatar Jarred Sumner 1-0/+38
2023-02-22Add a request.signal test with Bun.serveGravatar Jarred Sumner 1-7/+35