index
:
unit-wasm.git
master
Development libraries (C & Rust) for writing WebAssembly modules for NGINX Unit
andrew@digital-domain.net
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-25
rust/rusty: Add wrappers for new functions
Andrew Clayton
1
-0
/
+13
2023-09-25
libunit-wasm: Add a luw_mem_splice_file() function
Andrew Clayton
2
-0
/
+39
2023-09-25
libunit-wasm: Add a luw_req_buf_copy() function
Andrew Clayton
2
-0
/
+12
2023-09-25
libunit-wasm: Allow uploads larger than 4GiB
Andrew Clayton
3
-12
/
+20
2023-09-12
rust/rusty: Add a wrapper for the new luw_http_set_response_status()
Andrew Clayton
2
-0
/
+7
2023-09-12
libunit-wasm: Allow to set the HTTP response status
Andrew Clayton
2
-0
/
+52
2023-09-05
rust: Change how bindgen creates enums
Andrew Clayton
2
-4
/
+7
2023-08-30
unit-wasm 0.2.0
v0.2.0
Andrew Clayton
4
-5
/
+5
2023-08-29
Rust/rusty: Make use of uwr_get_http_total_content_sent()
Andrew Clayton
1
-1
/
+1
2023-08-29
Rust/rusty: Add a wrapper for luw_get_http_total_content_sent()
Andrew Clayton
1
-0
/
+4
2023-08-29
Rust/rusty: Re-order some functions more logically
Andrew Clayton
1
-8
/
+8
2023-08-29
libunit-wasm: Add a luw_get_http_total_content_sent() function
Andrew Clayton
2
-0
/
+7
2023-08-29
Rust/rusty: Add a couple of convenience functions
Andrew Clayton
1
-0
/
+12
2023-08-29
Rust/rusty: Add uwr_get_http_content_str()
Andrew Clayton
1
-0
/
+12
2023-08-29
Rust/rusty: Run rusty.rs through rustfmt
Andrew Clayton
1
-6
/
+5
2023-08-28
Rust/unit-wasm: Version 0.1.2
Andrew Clayton
1
-1
/
+1
2023-08-28
Rust/unit-wasm-sys: Version 0.1.4
Andrew Clayton
2
-2
/
+2
2023-08-28
Rust/unit-wasm-sys: Re-generate the bindings on changes to unit-wasm.h
Andrew Clayton
1
-1
/
+1
2023-08-28
Rust/rusty: Make a bunch of functions take ctx as const
Andrew Clayton
1
-8
/
+8
2023-08-28
libunit-wasm: Pass ctx into luw_http_hdr_get_value() as const
Andrew Clayton
3
-4
/
+5
2023-08-28
libunit-wasm: Remove the idx argument from luw_http_add_header()
Andrew Clayton
3
-5
/
+16
2023-08-26
Rust/unit-wasm: Version 0.1.1
Andrew Clayton
1
-1
/
+1
2023-08-26
Rust/unit-wasm-sys: Version 0.1.3
Andrew Clayton
2
-2
/
+2
2023-08-26
libunit-wasm: Fix rust build
Andrew Clayton
2
-2
/
+2
2023-08-26
Rust/unit-wasm-sys: Don't require the wasi-sysroot
Andrew Clayton
1
-3
/
+0
2023-08-26
libunit-wasm: Include strings.h in the right file
Andrew Clayton
2
-1
/
+1
2023-08-26
Rust/unit-wasm-sys: Remove reference to wrapper.h from build.rs
Andrew Clayton
1
-1
/
+0
2023-08-26
Rust/unit-wasm-sys: Run build.rs through rustfmt
Andrew Clayton
1
-3
/
+4
2023-08-25
Rust: Add a nicer wrapper around the libunit-wasm bindings
Andrew Clayton
5
-0
/
+225
2023-08-25
Rust: Don't disable dead code warnings
Andrew Clayton
1
-1
/
+0
2023-08-25
Rust/unit-wasm-sys: Bump the version of the crate
Andrew Clayton
2
-2
/
+2
2023-08-24
libunit-wasm: Remove left over prototype from unit-wasm.h
Andrew Clayton
1
-1
/
+0
2023-08-24
libunit-wasm: Put LUW_SRB_FLAGS_ALL in the enum
Andrew Clayton
1
-2
/
+3
2023-08-21
Initial commit
v0.1.0
Andrew Clayton
16
-0
/
+782