Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-21 | Fix infinite loop | 1 | -3/+13 | ||
2022-10-21 | micro-optimize | 1 | -7/+14 | ||
2022-10-20 | Update install script to use secure flags | 1 | -2/+2 | ||
2022-10-20 | Fix crash in `highWaterMark` | 1 | -143/+144 | ||
2022-10-20 | Fix Bun.serve error handler error param (#1359) | 6 | -3/+32 | ||
2022-10-19 | Fix calling `ws.publish` inside `close` when other clients are connected | 2 | -28/+48 | ||
This fixes https://github.com/oven-sh/bun/issues/1357 | |||||
2022-10-19 | Cache dir loader: Prefer `$BUN_INSTALL` and `$XDG_CACHE_HOME` to `$HOME`. ↵ | 1 | -5/+5 | ||
(#1351) This partially addresses https://github.com/oven-sh/bun/issues/696 , by using `$XDG_CACHE_HOME` for those of us who already have that env var set. | |||||
2022-10-19 | Allow returning a Response object when upgrading | 1 | -6/+21 | ||
2022-10-18 | get args fix (#1346) | 2 | -1/+2 | ||
* fix args.len < capacity check * tests for args * file name change * switch to stdout.writer, use JSON for parsing * bun-debug or bun * missing arg | |||||
2022-10-18 | Fix typo in datetime.zig (#1310) | 1 | -1/+1 | ||
containg -> contain | |||||
2022-10-18 | Update uws | 1 | -0/+0 | ||
2022-10-18 | Update uws | 1 | -0/+0 | ||
2022-10-18 | Update uws | 1 | -0/+0 | ||
2022-10-18 | Update javascript.zig | 1 | -2/+15 | ||
2022-10-18 | Implement `performance.timeOrigin` | 2 | -0/+19 | ||
2022-10-18 | build faiilures | 2 | -6/+6 | ||
2022-10-18 | Update uws | 1 | -0/+0 | ||
2022-10-17 | Fix empty process.argv | 1 | -13/+6 | ||
2022-10-17 | add oniguruma for regex with variable length lookbehinds (#1329) | 60 | -124/+2456 | ||
* added pcre2 submodule * pcre2 regex boilerplate * tests for pcre2 regex * flag validation, getters, construct and compile mostly working * string escaping for source and toString(), exec, more tests * flag sorting, match, matchAll, search, split, replace * remove lib link * add destructor to PCRE2RegExp * header include * removed ternary * switched to oniguruma for regex library * revert sql changes * fix indices flag, add tests * revert settings * working error messages * more tests for lastIndex, fix logic for compile and lastIndex * move oniguruma lib to deps out dir | |||||
2022-10-17 | Updates to UWS | 1 | -2/+3 | ||
2022-10-17 | Slightly mroe careful TextEncoder | 1 | -2/+2 | ||
2022-10-17 | Load fewer copies of uWS | 3 | -52/+45 | ||
2022-10-17 | Fix error handler | 1 | -3/+8 | ||
2022-10-17 | Workaround crash | 1 | -2/+18 | ||
2022-10-17 | Handle assertion faillure | 1 | -1/+3 | ||
2022-10-17 | Implement `sendText`, `sendBinary`, `publishText`, `publishBinary` | 11 | -11/+805 | ||
2022-10-17 | Clean up some code | 2 | -34/+35 | ||
2022-10-17 | Fix headers + add test | 1 | -0/+8 | ||
2022-10-17 | Implement `error` and `binaryType` | 4 | -30/+163 | ||
2022-10-17 | Handle .zero better | 1 | -0/+4 | ||
2022-10-17 | Redo WebSocket api | 8 | -373/+451 | ||
2022-10-16 | Fix #1335 | 1 | -9/+5 | ||
2022-10-16 | Disable InlineBlob optimization | 2 | -210/+247 | ||
2022-10-16 | Add a comment | 1 | -0/+1 | ||
2022-10-16 | Make debug logs configurable | 1 | -3/+28 | ||
2022-10-16 | Name the thread | 1 | -0/+1 | ||
2022-10-16 | Update uws | 1 | -0/+0 | ||
2022-10-16 | Set `Date` header | 1 | -0/+0 | ||
2022-10-16 | Make more sure we know what the types we are sending are | 1 | -5/+5 | ||
2022-10-16 | Fix WebSocket server sending invalid data at the end | 1 | -8/+10 | ||
2022-10-16 | Fail earlier when there are encoding errors | 1 | -25/+37 | ||
2022-10-15 | Disable some logging | 2 | -2/+2 | ||
2022-10-15 | More careful code generator | 1 | -5/+10 | ||
2022-10-15 | Simplify code that turns a fetch() response into a JSResponse | 1 | -18/+24 | ||
2022-10-15 | Simplify the code that reads HTTP client request bodies | 2 | -136/+22 | ||
2022-10-15 | Dumber code is better code | 1 | -1/+3 | ||
2022-10-15 | Errors must return 0 instead of undefined | 4 | -48/+135 | ||
2022-10-15 | Fix crash when BodyMixin functions throw | 1 | -7/+12 | ||
Fixes https://github.com/oven-sh/bun/issues/1331#issuecomment-1279844836 | |||||
2022-10-15 | Add a helper for InlineBlob from two arrays | 2 | -7/+24 | ||
2022-10-15 | More logging | 1 | -5/+5 | ||