Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-12 | fix missing error page | 1 | -3/+3 | ||
2023-01-11 | [Bun.serve] Introduce publishToSelf boolean on websocket: {} config object | 1 | -45/+81 | ||
2023-01-10 | Allow `tls: true` in Bun.connect | 1 | -1/+22 | ||
2023-01-08 | Add welcome page when viewed from a browser | 1 | -30/+46 | ||
2023-01-01 | clean up `Promise` handling (#1697) | 1 | -23/+6 | ||
2022-12-30 | More assertions | 1 | -3/+3 | ||
2022-12-28 | Upgrade to latest Zig (#1610) | 1 | -40/+47 | ||
* @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-27 | emit `206 Partial Content` only for partial response (#1670) | 1 | -1/+1 | ||
fixes #1668 | |||||
2022-12-11 | [internal] Change HashMap implementation for storing symbols | 1 | -1/+0 | ||
2022-12-06 | add server scheduleDeinit, ignore logs in test | 1 | -2/+12 | ||
2022-12-04 | content-range is inclusive | 1 | -1/+1 | ||
2022-12-04 | [Bun.serve] Implement `Content-Range` support with `Bun.file()` | 1 | -13/+107 | ||
2022-12-01 | Reduce memory usage in Bun.serve() by up to 3x (#1569) | 1 | -1/+10 | ||
* Update WebKit * Use 5x less memory in Bun.serve() * Update Dockerfile.devcontainer * Update async-overhead.mjs Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-11-29 | import everything from "bun" where possible | 1 | -34/+34 | ||
2022-11-26 | Make HTTP status text more consistent with other HTTP servers | 1 | -2/+73 | ||
2022-11-23 | possibly more reliable Bun.spawn (#1547) | 1 | -4/+11 | ||
* 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 | Introduce `Bun.FileSystemRouter` API | 1 | -1/+0 | ||
2022-11-19 | Introduce `BUN_GARBAGE_COLLECTOR_LEVEL` debug environment variable | 1 | -1/+1 | ||
2022-11-18 | bun test matchers and tests (#1526) | 1 | -1/+1 | ||
* ignore webkit for cherry-pick * toContain and toBeTruthy * toBe null, undefined, falsy, toHaveProperty, .not * markBindings * remove toHaveProperty, undo ignore webkit, more tests * undo ignore webkit * remove bad tests * check if length property exists for toHaveLength() * fix call signature * handle argument that is not an integer * getLengthOfArray returns u64 * switch to truncate * toHaveLength() edge cases * add toBooleanSlow() * infinity, nan, negative | |||||
2022-11-16 | Remove incorrect assertion | 1 | -3/+1 | ||
2022-11-15 | Fix another assertion failure | 1 | -1/+1 | ||
2022-11-09 | Implement Server.publish() | 1 | -0/+61 | ||
Fixes https://github.com/oven-sh/bun/issues/1417 | |||||
2022-11-09 | Update server.zig | 1 | -0/+3 | ||
2022-11-09 | Fix crash when an exception occurs in open() | 1 | -6/+15 | ||
2022-11-09 | Fix #1354 | 1 | -2/+4 | ||
2022-11-06 | Fixes https://github.com/oven-sh/bun/issues/1451 | 1 | -1/+7 | ||
2022-10-30 | Updating libuwebsockets C API (#1423) | 1 | -1/+1 | ||
2022-10-26 | Prefer `BUN_PORT` over `PORT`bun-v0.2.2 | 1 | -1/+1 | ||
2022-10-26 | Update server.zig | 1 | -1/+1 | ||
2022-10-26 | Make `"tls"` an explicit object we pass instead of implicit top-level options | 1 | -4/+18 | ||
cc @Electroid @colinhacks | |||||
2022-10-24 | Maybe fix a crash | 1 | -1/+1 | ||
2022-10-23 | Add `fd` to `SystemError` and fix 2 cases with invalid tagged union | 1 | -9/+3 | ||
cc @sno2 | |||||
2022-10-23 | fix(web): stop segfault on invalid fd error (#1386) | 1 | -1/+5 | ||
2022-10-21 | Codegen | 1 | -8/+10 | ||
2022-10-20 | Fix Bun.serve error handler error param (#1359) | 1 | -0/+9 | ||
2022-10-19 | Fix calling `ws.publish` inside `close` when other clients are connected | 1 | -23/+37 | ||
This fixes https://github.com/oven-sh/bun/issues/1357 | |||||
2022-10-19 | Allow returning a Response object when upgrading | 1 | -6/+21 | ||
2022-10-17 | Fix error handler | 1 | -3/+8 | ||
2022-10-17 | Workaround crash | 1 | -2/+18 | ||
2022-10-17 | Implement `sendText`, `sendBinary`, `publishText`, `publishBinary` | 1 | -5/+366 | ||
2022-10-17 | Clean up some code | 1 | -34/+28 | ||
2022-10-17 | Fix headers + add test | 1 | -0/+8 | ||
2022-10-17 | Implement `error` and `binaryType` | 1 | -19/+141 | ||
2022-10-17 | Redo WebSocket api | 1 | -373/+415 | ||
2022-10-16 | Disable InlineBlob optimization | 1 | -27/+35 | ||
2022-10-15 | Dumber code is better code | 1 | -1/+3 | ||
2022-10-15 | Errors must return 0 instead of undefined | 1 | -1/+2 | ||
2022-10-15 | Add a helper for InlineBlob from two arrays | 1 | -4/+1 | ||
2022-10-15 | More logging | 1 | -5/+5 | ||
2022-10-15 | More lenient for response_value data | 1 | -1/+1 | ||