Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-18 | websocker-server | 9 | -0/+578 | ||
2022-10-18 | Fix test | 1 | -28/+38 | ||
2022-10-18 | Use buffer type for Deno FFI binding to align with Bun usage (#1321) | 1 | -5/+3 | ||
* Use buffer type for Deno FFI binding to align with Bun usage * Prettier | |||||
2022-10-18 | get args fix (#1346) | 4 | -1/+39 | ||
* 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 | woops | 1 | -0/+3 | ||
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` | 3 | -0/+25 | ||
2022-10-18 | build faiilures | 2 | -6/+6 | ||
2022-10-18 | Update uws | 1 | -0/+0 | ||
2022-10-18 | y u no work | 1 | -4/+4 | ||
2022-10-17 | Fix build | 2 | -7/+8 | ||
2022-10-17 | Fix empty process.argv | 1 | -13/+6 | ||
2022-10-17 | Add oniguruma to Dockerfile | 1 | -1/+20 | ||
CC @dylan-conway so you have context in the future how to do this | |||||
2022-10-17 | add oniguruma for regex with variable length lookbehinds (#1329) | 63 | -127/+2834 | ||
* 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 | 5 | -3/+99 | ||
2022-10-17 | Workaround crash | 1 | -2/+18 | ||
2022-10-17 | Update websocket-server.test.ts | 1 | -0/+41 | ||
2022-10-17 | Handle assertion faillure | 1 | -1/+3 | ||
2022-10-17 | Implement `sendText`, `sendBinary`, `publishText`, `publishBinary` | 12 | -15/+917 | ||
2022-10-17 | Update README.md | 1 | -3/+11 | ||
2022-10-17 | Update README.md | 1 | -25/+25 | ||
2022-10-17 | Update README.md | 1 | -10/+35 | ||
2022-10-17 | Update README.md | 1 | -1/+0 | ||
2022-10-17 | Update README.md | 1 | -6/+69 | ||
2022-10-17 | Clean up some code | 2 | -34/+35 | ||
2022-10-17 | Fix headers + add test | 2 | -5/+24 | ||
2022-10-17 | More tests | 1 | -3/+293 | ||
2022-10-17 | Implement `error` and `binaryType` | 4 | -30/+163 | ||
2022-10-17 | Handle .zero better | 1 | -0/+4 | ||
2022-10-17 | Redo | 1 | -46/+45 | ||
2022-10-17 | Redo WebSocket api | 9 | -383/+510 | ||
2022-10-16 | Reflecting new home for bun templates (#1317) | 73 | -1633/+3 | ||
* Reflecting new home for bun templates https://github.com/bun-community/create-templates/ * templates now in root | |||||
2022-10-16 | yml | 3 | -6/+6 | ||
2022-10-16 | Fix #1335 | 1 | -9/+5 | ||
2022-10-16 | Revert "disable lto for UWS to workaround bug under load" | 1 | -1/+1 | ||
This reverts commit f356da1b5e81ea35573a641dc8aa6405ed2852aa. | |||||
2022-10-16 | Disable InlineBlob optimization | 2 | -210/+247 | ||
2022-10-16 | disable lto for UWS to workaround bug under load | 1 | -1/+1 | ||
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 | Changed api | 1 | -4/+64 | ||
2022-10-16 | snapshots | 43 | -142/+142 | ||
2022-10-16 | Update uws | 1 | -0/+0 | ||