Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-09-17 | Explicitly enable ShadowRealm | 1 | -0/+1 | ||
2022-09-14 | Make `crypto.getRandomValues()` faster + fix > 1 byte/element typed arrays | 1 | -1/+21 | ||
Fix crypto.getRandomValues() with > 1 byte element typed arrays Fixes https://github.com/oven-sh/bun/issues/1237 | |||||
2022-09-09 | Fix segfault due to GC and some more helper functions (#1221) | 1 | -2/+8 | ||
* Fix segfault due to GC and some more helper functions * fix upon reviews * add visitChildren | |||||
2022-09-08 | Add native helper functions for Readable and convert ReadableState ↵ | 1 | -0/+10 | ||
properties to getter/setter (#1218) | |||||
2022-09-08 | Make some more globals modifiable | 1 | -89/+58 | ||
2022-09-06 | Add native ReadableState (#1210) | 1 | -3/+27 | ||
* use functionSpace for JSStringDecoderConstructor and fix console.log on prototype * Add native ReadableState * move kPaused to class property | |||||
2022-09-05 | Support async `onLoad` callbacks in `Bun.plugin` | 1 | -208/+44 | ||
2022-09-04 | `[node:module]` Implement `_resolveFileName`, stub `_nodeModulePaths` & `_cache` | 1 | -4/+11 | ||
Closes https://github.com/oven-sh/bun/issues/1111 | |||||
2022-09-03 | [Node API] Fix `napi_module_register` | 1 | -2/+0 | ||
2022-09-03 | Fix `createRequire()` in `node:module` | 1 | -43/+29 | ||
Fixes https://github.com/oven-sh/bun/issues/831 Fixes https://github.com/oven-sh/bun/issues/453 | |||||
2022-09-03 | Plugin API (#1199) | 1 | -0/+44 | ||
* Plugin API * Fix the bugs * Implement `"object"` loader Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-09-01 | Add native StringDecoder (#1188) | 1 | -0/+36 | ||
* Add native StringDecoder * fix upon reviews * add Constructor and use LazyClassStructure | |||||
2022-08-27 | Update WebKit (#1165) | 1 | -5/+10 | ||
* Update WebKit * Fix `DataView` and non-8 bit sized typed arrays with TextDecoder * New WebKit Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-08-25 | Add native BufferList (#1146) | 1 | -0/+10 | ||
* add simple methods * add native BufferList * use RopeBuilder * use Deque | |||||
2022-08-21 | Add native EventEmitter (#1123) | 1 | -0/+24 | ||
* Add native EventEmitter * add listeners, listenerCount and eventNames * add global functions * add Object to EventEmitter conversion * fix upon review | |||||
2022-08-21 | Slightly optimize escapeHTMLescapeHTML8 & escapeHTML16 | 1 | -3/+57 | ||
2022-08-18 | Make `Request`, `Response` and `TextDecoder` not read-only | 1 | -37/+38 | ||
2022-08-18 | Faster TextDecoder | 1 | -0/+14 | ||
2022-08-18 | Fix missing `prototype` property on generated classes | 1 | -1/+1 | ||
2022-08-18 | Handle builds with remote inspector disabled | 1 | -4/+20 | ||
2022-08-17 | Missing parameter after merge | 1 | -0/+5 | ||
2022-08-17 | Update ZigGlobalObject.cpp | 1 | -1/+1 | ||
2022-08-17 | Move the crypto hashers to the new bindings | 1 | -8/+6 | ||
2022-08-17 | Add native process module (#1095) | 1 | -8/+38 | ||
2022-08-17 | slightly improve streams perf | 1 | -1/+23 | ||
2022-08-17 | New Zig <> C++ bindings generator. +20% faster HTTP server | 1 | -1/+37 | ||
2022-08-17 | [bun:ffi] Improve `ptr()` performance and implement code generation for DOMJIT | 1 | -0/+2 | ||
2022-08-14 | Add synthetic buffer module (#1076) | 1 | -21/+12 | ||
* Add synthetic buffer module * rename Buffer.h to BufferModule.h | |||||
2022-08-13 | wip SyntheticModule | 1 | -0/+41 | ||
2022-08-12 | Update WebKit | 1 | -36/+36 | ||
2022-08-12 | Update WebKit | 1 | -8/+91 | ||
2022-08-10 | Update ZigGlobalObject.cpp | 1 | -2/+0 | ||
2022-08-10 | Log uncaught exceptions | 1 | -1/+3 | ||
2022-08-09 | [misc] Add a global private `@Bun` | 1 | -2/+5 | ||
2022-08-09 | [node compat] Implement `require.resolve` | 1 | -6/+14 | ||
2022-08-08 | Raise error on unhandled rejected promises (#1010) | 1 | -4/+33 | ||
* deal with unhandled rejected promise * use Vector<Strong<JSPromise>> to store rejected promises | |||||
2022-08-04 | `setImmediate` is now a global | 1 | -10/+46 | ||
2022-07-31 | refactor(bunjs/bindings): code readability fix ↵ | 1 | -3/+3 | ||
`functionLazyLoadStreamPrototypeMap_getter` (#926) | |||||
2022-07-27 | Upgrade WebKit | 1 | -2/+1 | ||
2022-07-17 | [js] Set `global` and `self` | 1 | -0/+3 | ||
Fixes https://github.com/oven-sh/bun/issues/768 | |||||
2022-07-09 | fix: actuality return result instead of ns time | 1 | -2/+2 | ||
2022-07-09 | bugfix: performance.now function should return MS instead of nano | 1 | -1/+1 | ||
2022-07-04 | Improve the performance of performance | 1 | -4/+44 | ||
2022-07-01 | Move ImportMeta into it's own object | 1 | -152/+3 | ||
2022-06-30 | Create `process` object lazily | 1 | -47/+58 | ||
2022-06-27 | begin adding react-ssr tests | 1 | -0/+1 | ||
2022-06-27 | Faster web streams | 1 | -0/+2 | ||
2022-06-26 | wip ReadableStream for HTTP(s) Server | 1 | -3/+57 | ||
2022-06-25 | Implement `Bun.pathToFileURL` & `Bun.pathToFileURL` | 1 | -1/+74 | ||
2022-06-25 | Cleanup some of the require code | 1 | -1/+12 | ||