Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-26 | Update emitter.mjs | 1 | -1/+7 | ||
2023-02-26 | Add callback to bench | 2 | -1/+20 | ||
2023-02-26 | Update hot.md (#2198) | 1 | -1/+1 | ||
2023-02-25 | Update bun.zig | 1 | -3/+5 | ||
2023-02-25 | Add more assertions | 1 | -3/+6 | ||
2023-02-25 | Use libc memmove | 2 | -66/+7 | ||
2023-02-25 | Faster `eqlCaseInsensitiveASCII` | 4 | -24/+26 | ||
2023-02-25 | Fixes #2194 (most likely) | 1 | -11/+8 | ||
2023-02-25 | Update `node:http` compatibility (#2184) | 1 | -1/+1 | ||
2023-02-25 | improve `bun pm ls` (#2192) | 2 | -42/+321 | ||
2023-02-25 | Call BoringSSL.load() in more places | 3 | -8/+16 | ||
2023-02-25 | Use mimalloc heap for BoringSSL | 1 | -8/+6 | ||
2023-02-25 | Fix broken link in developing.md (#2188) | 1 | -2/+2 | ||
* Fix broken link in developing.md * Update developing.md | |||||
2023-02-25 | fix: Broken link to Node.js support status page (#2183) | 2 | -2/+2 | ||
Co-authored-by: Derrick Farris <mr.dcfarris@gmail.com> | |||||
2023-02-25 | Replace docs/runtime/nodejs with docs/ecosystem/nodejs (#2185) | 4 | -6/+6 | ||
* Replace docs/runtime/nodejs with docs/ecosystem/nodejs * Replace a few more usages | |||||
2023-02-25 | docs: Fix the link to Node.js ecosystem (#2181) | 1 | -2/+2 | ||
2023-02-25 | docs: improved language in yaml loader example (#2172) | 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-25 | Update index.md (#2182) | 1 | -1/+1 | ||
2023-02-25 | docs: fix typo in install.md file (#2179) | 1 | -1/+1 | ||
2023-02-25 | make emitter bench work in node | 1 | -14/+13 | ||
2023-02-25 | Bump WebKit | 10 | -29/+35 | ||
2023-02-25 | slight performance improvement to EventEmitter | 4 | -41/+57 | ||
2023-02-25 | make the test faster | 1 | -11/+9 | ||
2023-02-25 | docs: consistent indentation for post install commands (#2175) | 1 | -1/+1 | ||
2023-02-25 | Fix sqlite.md `.serialize` typo (#2178) | 1 | -1/+1 | ||
2023-02-25 | docs: use proper CSS property in React examples (#2177) | 1 | -2/+2 | ||
2023-02-25 | Docs: Fixes broken link in express docs (#2173) | 1 | -1/+1 | ||
Fixes broken internal link to nodejs compatability information. | |||||
2023-02-25 | Update hono.md (#2171) | 1 | -1/+1 | ||
2023-02-24 | remove parameters | 1 | -1/+1 | ||
2023-02-24 | Tweak readme | 1 | -15/+11 | ||
2023-02-24 | Fix indents | 1 | -2/+2 | ||
2023-02-24 | Rearrange ecosystem | 1 | -2/+2 | ||
2023-02-24 | Docs (#2170) | 3 | -2/+52 | ||
* Add hono and elysia * Update elysia and add coming soon * Fix typo * Add back awesome | |||||
2023-02-24 | Fixes (#2168) | 2 | -4/+0 | ||
2023-02-24 | Docs tweaks (#2160) | 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-24 | wiptest -> test | 1 | -1/+1 | ||
2023-02-24 | Add missing "that" in `modules.md` (#2167) | 1 | -1/+1 | ||
2023-02-24 | fix(zig-build): disable stack probing when building other objs too (#2165) | 1 | -1/+5 | ||
2023-02-24 | Fix typo in `developing.md` (#2166) | 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-24 | Support macOS 10.15 | 1 | -4/+75 | ||
Fixes #1266 Fixes #1323 Fixes #2154 | |||||
2023-02-24 | fix `compiler_rt` linking failure on `x86_64` (#2163) | 5 | -62/+38 | ||
- minor code tweaks | |||||
2023-02-24 | fix(dns) Fix resolve4 and resolve6 behavior (#2144) | 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-24 | Fix lol_html_rewriter_builder_add_document_content_handlers binding (#2161) | 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-24 | formatting | 1 | -4/+1 | ||
2023-02-24 | Implement `os.cpus` for Darwin (OS X) (#2115) | 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-24 | fix(body) Make Request/Reponse empty body to be null (#2156) | 2 | -59/+92 | ||
* make empty nullable * revert mistake change | |||||
2023-02-24 | fix(zig-build): disable stack probing on x86_64 so no `compiler_rt` required ↵ | 1 | -0/+3 | ||
(#2159) | |||||
2023-02-24 | Update docs issue template | 1 | -2/+2 | ||
2023-02-24 | [docs] Minor syntax correction in test.md (#2153) | 1 | -1/+1 | ||
2023-02-24 | prefer `bun.copy()` over `std.mem.copy()` (#2152) | 55 | -572/+546 | ||