Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-03 | Add test for propagating exception | 1 | -1/+1 | ||
2023-02-03 | Introduce `await Bun.sleep(ms)` | 1 | -13/+19 | ||
2023-01-31 | Handle invalid input in clear* timer | 1 | -2/+6 | ||
2023-01-23 | Upgrade Bun.Transpiler to use new bindings | 1 | -9/+1 | ||
2023-01-22 | fix unrefOnNextTick | 1 | -1/+1 | ||
2023-01-22 | Add tests for async failure | 1 | -3/+3 | ||
2023-01-22 | [EventEmitter] Preserve `this` in event emitter callbacks | 1 | -2/+2 | ||
2023-01-21 | Support query string parameters in module resolution | 1 | -1/+20 | ||
2023-01-20 | one less hash table | 1 | -2/+13 | ||
2023-01-20 | Fix assertion failure with boringssl messages | 1 | -1/+1 | ||
2023-01-17 | Fix lifetime issue in require.resolve | 1 | -0/+14 | ||
2023-01-13 | move more things | 1 | -3/+3 | ||
2023-01-13 | Split some things into more files and use bun namespace instead of import more | 1 | -5/+5 | ||
2023-01-11 | `require.resolve` in the runtime should use CommonJS export conditions | 1 | -3/+18 | ||
2023-01-08 | [internal] Fix checking for Error object | 1 | -1/+1 | ||
2023-01-01 | clean up `Promise` handling (#1697) | 1 | -1/+1 | ||
2022-12-29 | Introduce `Bun.CryptoHasher` | 1 | -16/+423 | ||
2022-12-28 | Implement `Bun.RIPEMD160` | 1 | -2/+14 | ||
`RIPEMD160` is used by node:crypto. | |||||
2022-12-28 | Upgrade to latest Zig (#1610) | 1 | -148/+147 | ||
* @min and @max * builtins and some trivial ones * Most of them * more * more! * More Progress * wip * Update tagged_pointer.zig * Update http_client_async.zig * Most of the iterable dir changes * alright * Remove usages of deprecated formatters * :camera: * fmt * Update shimmer.zig * wip * wip * wip * progress * more * Latest * stuck on error * latest * workaround stage2 * wip * Update string_immutable.zig * wip * Migrate `Dirent` and `require("fs')` to use JSC<>Zig bindings * Fix build errors * Fixup most of the test failures * Fix `make headers` * Fix "outside package path" error * Fixup aligned alloc * Add missing file * linux * More linux fixes * use latest peechy * Fix transpiler test failure * Forgot about these * Fixup test failure * Update node-timers.test.ts * [node:htt] Fix `undefined is not an object` error Fixes https://github.com/oven-sh/bun/issues/1618 * Update http.exports.js * Make this test less flaky * fix hashes * Fix hex formatting and zls issues * Download zig version * Update Dockerfile * Update Dockerfile * Update uws * Update Dockerfile * Set llvm version * Update README.md * Update uws * Update Dockerfile * Update io_linux.zig * Update bun.zig * Log output * workaround strange @cInclude error * Make ffi tests better * Don't use cImport * Update c.zig * Update c-bindings.cpp * call setOutputDir * Update Dockerfile * Use a longer name * latest * Update serve.test.ts Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: Veikka Tuominen <git@vexu.eu> | |||||
2022-12-20 | [web] Support multiple arguments in `setTimeout`, `setInterval`, and ↵ | 1 | -3/+60 | ||
`setImmediate` | |||||
2022-12-11 | [internal] Change HashMap implementation for storing symbols | 1 | -1/+0 | ||
2022-12-05 | Introduce `Bun.indexOfLine` | 1 | -0/+61 | ||
2022-11-29 | import everything from "bun" where possible | 1 | -31/+31 | ||
2022-11-28 | Fix process.env and Bun.env object spread | 1 | -177/+20 | ||
Fixes https://github.com/oven-sh/bun/issues/1512 | |||||
2022-11-27 | Fix `console.log(process.env)` | 1 | -20/+21 | ||
2022-11-27 | Fix handling `delete process.env.foo` | 1 | -1/+4 | ||
2022-11-27 | Don't make toJSON enumerable in process.env | 1 | -27/+2 | ||
2022-11-23 | possibly more reliable Bun.spawn (#1547) | 1 | -8/+7 | ||
* wip * wip * Fix bug with stdin * zig fmt * seems to work! * Update streams.test.js Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-11-22 | [FileSystemRouter] base_dir, Request, Response | 1 | -3/+6 | ||
2022-11-22 | Introduce `Bun.FileSystemRouter` API | 1 | -3/+20 | ||
2022-11-19 | Make hidden mimalloc dump report process-wide stats instead of thread | 1 | -1/+1 | ||
2022-11-19 | Introduce `Bun.unsafe.gcAggressionLevel` API | 1 | -0/+20 | ||
2022-11-19 | Introduce `BUN_GARBAGE_COLLECTOR_LEVEL` debug environment variable | 1 | -5/+1 | ||
2022-11-18 | Fix crash in process.env.FOO = bar that happened sometimes | 1 | -1/+3 | ||
2022-11-14 | Fix crashiness with `process.env` | 1 | -27/+54 | ||
This also makes it a lot slower | |||||
2022-11-07 | [bun:test] Implement `done` callback with support for async functions | 1 | -3/+3 | ||
2022-11-06 | Add way to explicitly coercion object to int32 | 1 | -5/+5 | ||
2022-11-03 | Fix crash in setTimeout/setInterval | 1 | -0/+5 | ||
2022-11-02 | Fix memory leak | 1 | -2/+2 | ||
2022-11-02 | [bun:ffi] Implement `JSCallback` so C can call into JS | 1 | -0/+3 | ||
2022-11-02 | Improve async function handling code in setTimeout and setInterval | 1 | -19/+70 | ||
Should fix | |||||
2022-10-25 | TCP & TLS Socket API (#1374) | 1 | -0/+8 | ||
* TCP Socket API * Wip * Add snippet for StringDecoder * Rename `close` to `stop`, replace `close` with `end` * Add a tcp echo server test * Some docs * Update README.md * Fix build * Update README.md Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-10-11 | Implement `Bun.spawnSync` | 1 | -0/+3 | ||
2022-10-10 | Keep the process alive | 1 | -1/+1 | ||
2022-10-05 | move Bun.spawn into separate file | 1 | -1045/+2 | ||
2022-10-03 | `Bun.spawn` start to implement support for buffered input (ArrayBuffer, ↵ | 1 | -67/+264 | ||
Response, Request body) | |||||
2022-10-02 | Fix test failures | 1 | -13/+13 | ||
2022-10-01 | Fix unref'ing websocket | 1 | -0/+2 | ||
2022-10-01 | Fix `setTimeout(0)`, improve test coverage slightly, reduce memory usage of ↵ | 1 | -72/+156 | ||
timers | |||||
2022-09-30 | Make setTimeout/setInterval more reliable | 1 | -56/+87 | ||