Jarred Sumner
|
6415296e96
|
Support napi inside of bun:ffi (#14028)
|
2024-09-19 03:19:08 -07:00 |
|
Jarred Sumner
|
6d98bccd8b
|
TinyCC: -framework support, __attribute__(deprecated(string)) in enum, fix dlsym issue (#13993)
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2024-09-17 15:50:02 -07:00 |
|
Jarred Sumner
|
f4391e7023
|
Support compiling and running C from JavaScript (#13403)
|
2024-09-14 04:57:44 -04:00 |
|
Jarred Sumner
|
2064876a7d
|
Fix crash in socket.upgradeTLS (#13884)
|
2024-09-11 20:05:06 -07:00 |
|
Ashcon Partovi
|
d39e422b20
|
Reapply "Convert build scripts to CMake (#13427)"
This reverts commit 374bb15db6.
|
2024-09-11 08:24:50 -07:00 |
|
Dylan Conway
|
374bb15db6
|
Revert "Convert build scripts to CMake (#13427)"
This reverts commit 354df17d16.
|
2024-09-10 19:57:19 -07:00 |
|
Ashcon Partovi
|
354df17d16
|
Convert build scripts to CMake (#13427)
|
2024-09-10 17:01:40 -07:00 |
|
Meghan Denny
|
8cd515f533
|
node:zlib: move deflate and gzip into native code (#11770)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-09-06 18:49:19 -07:00 |
|
Ciro Spaciari
|
1011b44d78
|
fix(node:http) implement request.setTimeout and server.setTimeout (#13772)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-09-06 17:52:38 -07:00 |
|
Solomon ogu
|
cd7f6a1589
|
fix: typo in docs and types for sqlite (#13727)
|
2024-09-04 15:46:05 -07:00 |
|
Jarred Sumner
|
cd6785771e
|
run prettier and add back format action (#13722)
|
2024-09-03 21:32:52 -07:00 |
|
Jarred Sumner
|
03de99afcf
|
Add tests for static routes + support server.reload for static routes (#13643)
|
2024-08-31 03:32:08 -07:00 |
|
Ciro Spaciari
|
bac38b8967
|
fix(tls/fetch) Better SSLWrapper for http proxy and start of Duplex support on tls (#12750)
Co-authored-by: cirospaciari <cirospaciari@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-08-30 23:22:58 -07:00 |
|
Ciro Spaciari
|
9cb203f229
|
update(root_certs) update certs (#13609)
|
2024-08-30 16:51:09 -07:00 |
|
Jarred Sumner
|
1bed7a7fd1
|
Introduce static option in Bun.serve() (#13540)
|
2024-08-30 01:36:18 -07:00 |
|
Jarred Sumner
|
6faf657e32
|
Implement --max-http-header-size (#13577)
|
2024-08-29 00:38:47 -07:00 |
|
Pocky
|
36c621b6b1
|
docs: sync Statement.all and Statement.get docs with types (#13544)
|
2024-08-26 18:30:22 -07:00 |
|
Pocky
|
bab5fec95f
|
Fix Date in SQLite Example Comment (#13558)
|
2024-08-26 18:29:34 -07:00 |
|
Ciro Spaciari
|
6fd06dd023
|
fix(Bun.serve) ensure timeout reset when we write data (#13525)
|
2024-08-25 20:27:49 -07:00 |
|
Jarred Sumner
|
2b1a10629b
|
Update upload-npm.ts
|
2024-08-24 01:22:33 -07:00 |
|
Jarred Sumner
|
0a37423baf
|
Expose subscriberCount in WebSocket server (#13498)
|
2024-08-23 23:12:01 -07:00 |
|
Ciro Spaciari
|
5a108c5027
|
fix(fetch) always make sure that abort tracker is cleaned, revise ref count (#13459)
|
2024-08-23 17:08:57 -07:00 |
|
Ciro Spaciari
|
384988f26c
|
feat(Bun.serve idleTimeout) allow custom timeouts (#13453)
|
2024-08-21 18:13:03 -07:00 |
|
Jarred Sumner
|
02ff16d95c
|
Support Worker, relative file paths in standalone executables, and partially directories (#13421)
|
2024-08-20 13:05:40 -07:00 |
|
Ciro Spaciari
|
63596c3f8c
|
fix(sockets) always uncork when closing (#13358)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-08-17 02:53:10 -07:00 |
|
MARCROCK22
|
5a8e98cec2
|
add missing Timer types and Bun.build sourcemap "linked" (#13349)
|
2024-08-16 14:26:44 -07:00 |
|
Jarred Sumner
|
36fc324523
|
Fixes #13311 (#13319)
|
2024-08-14 22:46:45 -07:00 |
|
Jarred Sumner
|
4fae1b4475
|
Increase max concurrent connection count for connecting sockets (#13294)
|
2024-08-14 19:00:31 -07:00 |
|
Jarred Sumner
|
2fa60f2d12
|
Appease clang-tidy (#13312)
|
2024-08-14 19:00:20 -07:00 |
|
Daniel M.
|
2c93e917a9
|
Fix typo (#13266)
|
2024-08-13 21:10:44 -07:00 |
|
Ciro Spaciari
|
dfa3a9a369
|
fix(sockets) fix connecting sockets not reporting close when context or the socket it self is closed manually (#13249)
|
2024-08-12 13:30:10 -07:00 |
|
Ciro Spaciari
|
b9ead441c1
|
fix(sockets) add socket wrapper and refactor context ownership handling in socket.zig (#13176)
|
2024-08-09 18:34:17 -07:00 |
|
Ciro Spaciari
|
24dbef7713
|
fix(server) fix flushing (#13207)
|
2024-08-09 18:20:04 -07:00 |
|
Ciro Spaciari
|
077ee55211
|
fix fast shutdown (#13156)
|
2024-08-08 15:54:54 -07:00 |
|
huseeiin
|
3aaa240233
|
Add bytes() to Blob (#13166)
|
2024-08-08 10:23:08 -07:00 |
|
Ciro Spaciari
|
c527058f14
|
implement NODE_EXTRA_CA_CERTS (#13150)
|
2024-08-07 13:21:52 -07:00 |
|
Jarred Sumner
|
cacbaba524
|
Make signal.abort() from native code fast (#13064)
|
2024-08-05 15:50:36 -07:00 |
|
Jarred Sumner
|
639e9a83d5
|
Add nullability annotations (#13048)
|
2024-08-04 21:16:41 -07:00 |
|
Ciro Spaciari
|
c552cb40d1
|
fix(server/tls/streams) fix onReadFile, streams, avoid shutdown on fatal errors, ensure ssl loop data and server ref count refactor (#12979)
|
2024-08-03 01:41:18 -07:00 |
|
Jarred Sumner
|
b5c91a4b7e
|
Upgrade WebKit (#12873)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
|
2024-08-02 04:58:31 -07:00 |
|
Jarred Sumner
|
26526cba38
|
Fix UDP socket tests on macOS 13. (#13022)
|
2024-08-02 00:21:57 -07:00 |
|
Meghan Denny
|
0081ab4738
|
ci: disable BUN_ENABLE_CRASH_REPORTING (#13013)
|
2024-08-01 17:49:43 -07:00 |
|
dave caruso
|
80eb6d00e8
|
followup to recent feedback (#13009)
|
2024-08-01 17:21:24 -07:00 |
|
Ciro Spaciari
|
1c648063fa
|
fix(tls/socket/fetch) shutdown fix + ref counted context (#12925)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-07-30 22:41:54 -07:00 |
|
Jarred Sumner
|
dbd320ccfa
|
Remove some dynamic memory allocations in uWebSockets (#12897)
|
2024-07-29 15:10:55 -03:00 |
|
Jarred Sumner
|
3bfeb83e7e
|
Fix [Symbol.dispose] on Bun.listen() & Bun.connect() + add types (#12739)
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2024-07-25 18:49:35 -07:00 |
|
Jarred Sumner
|
57c6a7db35
|
libdeflate (#12741)
|
2024-07-24 01:30:31 -07:00 |
|
huseeiin
|
9daa7ea555
|
Update bun.d.ts (#12719)
|
2024-07-22 03:55:14 -07:00 |
|
Jarred Sumner
|
1a6ead667b
|
Introduce bun --fetch-preconnect <url> ./my-script.ts (#12698)
|
2024-07-22 03:41:59 -07:00 |
|
Jarred Sumner
|
bbf2f5d716
|
Experiment: disable C++ static destructors (#12652)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-07-21 21:32:52 -07:00 |
|