| Age | Commit message (Collapse) | Author | Files | Lines | 
|---|
|  |  | 
|  | * Fixes #3530
* Handle OOM
* Add test
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | 
|  | * Implement process.memoryUsage() and process.cpuUsage()
* Avoid mi_process_info
* Update bench
* Update Process.cpp
* fixup
* More tests + linux fixup
* Skip it for now since it seems less accurate
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | 
|  | * Add special case
* Make process object load faster
* Fix openStdin
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | 
|  | * fix uuid version
Close: https://github.com/oven-sh/bun/issues/3575
* add unittest
* small fix
* avoid unnecessary copying | 
|  | Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | 
|  | * Support `process.on('beforeExit')` and `process.on('exit')`
* [bun:sqlite] Always call sqlite3_close on exit
* Update process.test.js
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | 
|  | * Fix bug with decorators not being generated in `export default class`
* Update decorator-export-default-class-fixture.ts
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | 
|  |  | 
|  | Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | 
|  | Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | 
|  | * fix decoding invalid UTF-8 input
Close: https://github.com/oven-sh/bun/issues/3562
* add unittest | 
|  | * Update types
* Remove caret | 
|  | Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | 
|  | Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | 
|  | * don't unwrap react below version 18
* empty string
* also `react-dom` | 
|  |  | 
|  |  | 
|  | * Fixes #3512
* Fix `clearTimeout` and `clearInterval` not cancelling jobs same-tick
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | 
|  | Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | 
|  | * Fixes #3520
* Update html_rewriter.zig
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | 
|  |  | 
|  | cc @dylan-conway this was the cause | 
|  |  | 
|  | * fix servername
* add postgres tls tests
* update test packages
* add basic CRUD test | 
|  | * Add alias for `readBigUInt64BE` ...
Close: https://github.com/oven-sh/bun/issues/3338
* add some tests for `readBigUint64BE` alias
* format code | 
|  |  | 
|  | - fix version buffer confusion
- improve workaround to handle cached modules
fixes #3507 | 
|  |  | 
|  |  | 
|  | * Allow zero length WebSocket client & server messages
* Add test
* Clean this up a little
* Clean up these tests a little
* Hopefully fix the test failure in release build
* Don't copy into the receive buffer
* Less flaky
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | 
|  |  | 
|  | * oopsie
* add tests
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> | 
|  |  | 
|  |  | 
|  | * add socket parameter support
* refactor #socket
* add test and more fixs
* some fixes
* bump uws
* handlers fix
* more fixes
* fix node net and node tls tests
* fix duplicate port
* fix deinit on CallbackJobs
* cleanup
* add setImmediate repro
* add test to setImmediate
* this is necessary?
* fix prependOnce on native listener
* try to findout the error on nodemailer CI
* show error message
* Update bun.lockb
* prettier
* Use exact versions of packages
* add alpnProtocol support
* update
* emit error when connect fails on net.Socket
* format
* fix _write and cleanup
* fixup
* fix connect, add alpn test
* fix socket.io
* add socket parameter to TLSSocket
* add TLSSocket socket first parameter
* fixup and _start
* remove flask tests
* fmt
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | 
|  |  | 
|  | * Support changing the time
* Bump WebKit
* Update bun.lockb
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | 
|  |  | 
|  |  | 
|  |  |