Dylan Conway
|
5fa13625a1
|
upgrade zig to v0.11.0-dev.3737+9eb008717 (#3374)
* progress
* finish `@memset/@memcpy` update
* Update build.zig
* change `@enumToInt` to `@intFromEnum` and friends
* update zig versions
* it was 1
* add link to issue
* add `compileError` reminder
* fix merge
* format
* upgrade to llvm 16
* Revert "upgrade to llvm 16"
This reverts commit cc930ceb1c.
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
2023-06-21 23:38:18 -07:00 |
|
Jarred Sumner
|
a2ec2ea397
|
Fixes #3250 (#3269)
* Fixes #3250
We must call `EVP_MD_CTX_cleanup` because `EVP_MD_CTX` containers pointers inside to allocated memory
* Fix leak
* Update sha.zig
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
2023-06-10 02:26:48 -07:00 |
|
Jarred Sumner
|
ea47ed0ee5
|
Fix broken autocomplete
|
2023-04-19 00:01:27 -07:00 |
|
Jarred Sumner
|
714b8d10e0
|
fixup
|
2023-02-28 21:56:28 -08:00 |
|
Jarred Sumner
|
56488d54d0
|
Add some more functions to sha bench
|
2023-02-27 18:30:42 -08:00 |
|
Jarred Sumner
|
f58728ccc7
|
Call BoringSSL.load() in more places
|
2023-02-25 15:15:10 -08:00 |
|
Dylan Conway
|
3f04f8d0a6
|
Upgrade Zig (#2151)
* fixup
* Upgrade Zig
* Remove bad assertion
* strings
* bump
* mode -> optimize
* optimize
* Linux build
* Update bindgen.zig
|
2023-02-23 23:57:19 -08:00 |
|
Jarred Sumner
|
0504bb8984
|
Expose the rest of RIPEMD160
|
2022-12-28 22:24:37 -08:00 |
|
Jarred Sumner
|
c0dd284136
|
Upgrade to latest Zig (#1610)
* @min and @max
* builtins and some trivial ones
* Most of them
* more
* more!
* More Progress
* wip
* Update tagged_pointer.zig
* Update http_client_async.zig
* Most of the iterable dir changes
* alright
* Remove usages of deprecated formatters
* 📷
* fmt
* Update shimmer.zig
* wip
* wip
* wip
* progress
* more
* Latest
* stuck on error
* latest
* workaround stage2
* wip
* Update string_immutable.zig
* wip
* Migrate `Dirent` and `require("fs')` to use JSC<>Zig bindings
* Fix build errors
* Fixup most of the test failures
* Fix `make headers`
* Fix "outside package path" error
* Fixup aligned alloc
* Add missing file
* linux
* More linux fixes
* use latest peechy
* Fix transpiler test failure
* Forgot about these
* Fixup test failure
* Update node-timers.test.ts
* [node:htt] Fix `undefined is not an object` error
Fixes https://github.com/oven-sh/bun/issues/1618
* Update http.exports.js
* Make this test less flaky
* fix hashes
* Fix hex formatting and zls issues
* Download zig version
* Update Dockerfile
* Update Dockerfile
* Update uws
* Update Dockerfile
* Set llvm version
* Update README.md
* Update uws
* Update Dockerfile
* Update io_linux.zig
* Update bun.zig
* Log output
* workaround strange @cInclude error
* Make ffi tests better
* Don't use cImport
* Update c.zig
* Update c-bindings.cpp
* call setOutputDir
* Update Dockerfile
* Use a longer name
* latest
* Update serve.test.ts
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Veikka Tuominen <git@vexu.eu>
|
2022-12-28 00:51:22 -08:00 |
|
Jarred Sumner
|
b631ea7d72
|
import everything from "bun" where possible
|
2022-11-29 02:42:56 -08:00 |
|
Zilin Zhu
|
1bc5036d2e
|
fix MD5 length and compile error (#1050)
|
2022-08-10 23:11:24 -07:00 |
|
sno2
|
f5d896542a
|
fix: update build files to latest Zig version
|
2022-07-09 18:25:25 -07:00 |
|
Jarred Sumner
|
3db3057d42
|
Support digest("base64" | "hex") in the hashings
|
2022-04-13 04:20:05 -07:00 |
|
Jarred Sumner
|
f6d73cb06e
|
[bun.js] Implement Bun.sha1, Bun.sha256, Bun.sha384, Bun.sha512, Bun.sha512_384
|
2022-04-12 22:59:52 -07:00 |
|