aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/builtins/cpp/ReadableStreamDefaultReaderBuiltins.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-19fix buffer.slice(0, 0) (#1114)Gravatar Zilin Zhu 1-0/+1
2022-07-27Upgrade WebKitGravatar Jarred Sumner 1-0/+6
2022-06-26wip ReadableStream for HTTP(s) ServerGravatar Jarred Sumner 1-1/+10
2022-06-22change the directory structurejarred/renameGravatar Jarred Sumner 1-0/+254
/td>-15/+20 By using optimized BoringSSL implementations 2022-07-17Bumped hono version number (#746)Gravatar Jochem Hagenaars 1-3/+3 * Bumped hono version number * Changed bun-types version 2022-07-17fixed some licenses in README (#758)Gravatar pathei-kosmos 1-3/+3 * fixed some licenses * typo 2022-07-17fix scoped packages name resolution (#760)Gravatar Alexander Kuznetsov 1-2/+8 2022-07-16test(wiptest): add a way to test wiptest (#699)Gravatar thislooksfun 8-2/+451 This adds a really basic test runner that will execute test files using `bun wiptest` and compare the output to make sure it's correct. It could definitely be improved, especially in the speed department, but it's at least functional now, which is better than we had before! 2022-07-16docs: fix documentation of `atob` and `btoa` (#748)Gravatar thislooksfun 1-6/+6 These function are confusingly named. `btoa` converts "Binary" to Ascii by encoding the input using base64. `atob` reverses that process by base64 decoding the Ascii input into a "Binary" output. The names come from the Unix utilities with the same names, which "converts a binary file to ascii for transmission over a telephone line" (https://www.unix.com/man-page/minix/1/btoa/) See: - https://developer.mozilla.org/en-US/docs/Web/API/atob - https://developer.mozilla.org/en-US/docs/Web/API/btoa - https://html.spec.whatwg.org/multipage/webappapis.html#dom-btoa-dev Note: the actual implementation of `btoa` and `atob` are correct, but the docs were backwards. 2022-07-16fix/clean-up-bun-error (#753)Gravatar John Daly 4-101/+54 * Fixing TypeScript errors in bun-error package * Fixing import path * Removing unused 'isClient' prop from AsyncSourceLines * PR feedback 2022-07-15[parser] Fix symbol collision with requireGravatar Jarred Sumner 7-40/+63 Fixes https://github.com/oven-sh/bun/issues/674 Fixes https://github.com/oven-sh/bun/issues/382 2022-07-15Add a TLA testGravatar Jarred Sumner 2-0/+11 2022-07-15[bun.js] Fix non-ascii latin1 string handling in console.logGravatar Jarred Sumner 7-73/+175 Closes https://github.com/oven-sh/bun/issues/738 Closes https://github.com/oven-sh/bun/issues/737 2022-07-15minor edit: Makefile (#672)Gravatar Travis Pulley 1-1/+7 * minor edit: Makefile Fixed a suggested command when ninja isn't found to the correct package name * Makefile: minor edit Ninja build has different names in different package managers. This handles both known instances. * Makefile: ninja package name suggestion When checking requirements, ninja build has a different name for brew and ubuntu/debian. This handles both. 2022-07-15fix(README): Remove unused troubleshooting link (#736)Gravatar Finn R. Gärtner 1-1/+0