summaryrefslogtreecommitdiffhomepage
path: root/src/rust/unit-wasm-sys (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-25rust/rusty: Add wrappers for new functionsAndrew Clayton1-0/+13
2023-09-25libunit-wasm: Allow uploads larger than 4GiBAndrew Clayton1-5/+11
2023-09-12rust/rusty: Add a wrapper for the new luw_http_set_response_status()Andrew Clayton2-0/+7
2023-09-05rust: Change how bindgen creates enumsAndrew Clayton2-4/+7
2023-08-30unit-wasm 0.2.0v0.2.0Andrew Clayton2-2/+2
2023-08-29Rust/rusty: Make use of uwr_get_http_total_content_sent()Andrew Clayton1-1/+1
2023-08-29Rust/rusty: Add a wrapper for luw_get_http_total_content_sent()Andrew Clayton1-0/+4
2023-08-29Rust/rusty: Re-order some functions more logicallyAndrew Clayton1-8/+8
2023-08-29Rust/rusty: Add a couple of convenience functionsAndrew Clayton1-0/+12
2023-08-29Rust/rusty: Add uwr_get_http_content_str()Andrew Clayton1-0/+12
2023-08-29Rust/rusty: Run rusty.rs through rustfmtAndrew Clayton1-6/+5
2023-08-28Rust/unit-wasm-sys: Version 0.1.4Andrew Clayton1-1/+1
2023-08-28Rust/unit-wasm-sys: Re-generate the bindings on changes to unit-wasm.hAndrew Clayton1-1/+1
2023-08-28Rust/rusty: Make a bunch of functions take ctx as constAndrew Clayton1-8/+8
2023-08-28libunit-wasm: Pass ctx into luw_http_hdr_get_value() as constAndrew Clayton1-1/+1
2023-08-28libunit-wasm: Remove the idx argument from luw_http_add_header()Andrew Clayton1-2/+1
2023-08-26Rust/unit-wasm-sys: Version 0.1.3Andrew Clayton1-1/+1
2023-08-26Rust/unit-wasm-sys: Don't require the wasi-sysrootAndrew Clayton1-3/+0
2023-08-26Rust/unit-wasm-sys: Remove reference to wrapper.h from build.rsAndrew Clayton1-1/+0
2023-08-26Rust/unit-wasm-sys: Run build.rs through rustfmtAndrew Clayton1-3/+4
2023-08-25Rust: Add a nicer wrapper around the libunit-wasm bindingsAndrew Clayton3-0/+221
2023-08-25Rust: Don't disable dead code warningsAndrew Clayton1-1/+0
2023-08-25Rust/unit-wasm-sys: Bump the version of the crateAndrew Clayton1-1/+1
2023-08-21Initial commitv0.1.0Andrew Clayton6-0/+109