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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-19
unit-wasm 0.3.0
v0.3.0
Andrew Clayton
8
-10
/
+10
2023-10-17
examples/rust: Do some simplification around unsafe {} blocks
Andrew Clayton
3
-26
/
+18
2023-10-17
examples/rust: Further simplify hello-world
Andrew Clayton
1
-4
/
+0
2023-10-11
examples/c: Remove a duplicate word from large-upload.c
Andrew Clayton
1
-1
/
+1
2023-09-29
API-C.md: Fix a broken fragment link
Andrew Clayton
1
-1
/
+1
2023-09-25
examples: Add C and Rust examples of handling large uploads
Andrew Clayton
7
-6
/
+255
2023-09-25
API-Rust.md: Update for libunit-wasm updates
Andrew Clayton
1
-3
/
+70
2023-09-25
API-C.md: Update for libunit-wasm updates
Andrew Clayton
1
-6
/
+98
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
examples/rust: Amend upload-reflector for recent changes
Andrew Clayton
1
-1
/
+2
2023-09-25
libunit-wasm: Allow uploads larger than 4GiB
Andrew Clayton
4
-13
/
+21
2023-09-12
rust/rusty: Add a wrapper for the new luw_http_set_response_status()
Andrew Clayton
3
-2
/
+114
2023-09-12
libunit-wasm: Allow to set the HTTP response status
Andrew Clayton
3
-2
/
+160
2023-09-12
HOWTO.md: A couple of minor updates
Andrew Clayton
1
-1
/
+8
2023-09-08
README.md: We need to install wasi-libc on Debian
Andrew Clayton
2
-2
/
+2
2023-09-08
github/workflows: Add a Debian Testing builder
Andrew Clayton
1
-0
/
+26
2023-09-07
API-Rust.md: Fix section numbering
Andrew Clayton
1
-3
/
+3
2023-09-05
rust: Change how bindgen creates enums
Andrew Clayton
2
-4
/
+7
2023-09-05
examples/rust: Slightly simplify hello-world
Andrew Clayton
1
-4
/
+3
2023-08-30
unit-wasm 0.2.0
v0.2.0
Andrew Clayton
7
-8
/
+8
2023-08-30
API-{C,Rust}.md: Note which version new functions were added
Andrew Clayton
2
-0
/
+10
2023-08-30
README.md: Update for missing mention of rust-hello-world
Andrew Clayton
1
-1
/
+2
2023-08-30
README.md: Add a link to API-Rust.md
Andrew Clayton
1
-1
/
+7
2023-08-30
examples/rust: Update for new API additions
Andrew Clayton
2
-7
/
+3
2023-08-29
examples/rust: Reduce the scope of an unsafe block in echo-request
Andrew Clayton
1
-3
/
+1
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
2
-0
/
+15
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
3
-0
/
+18
2023-08-29
examples/rust: Fix building of the hello world demo
Andrew Clayton
1
-2
/
+2
2023-08-29
examples/rust: Add a minimal hello world rust example
Andrew Clayton
5
-3
/
+90
2023-08-29
Rust/rusty: Add a couple of convenience functions
Andrew Clayton
2
-0
/
+45
2023-08-29
Rust/rusty: Add uwr_get_http_content_str()
Andrew Clayton
2
-0
/
+21
2023-08-29
API-Rust.md: Add a note about luw_ vs uwr_ naming
Andrew Clayton
1
-0
/
+16
2023-08-29
Rust/rusty: Run rusty.rs through rustfmt
Andrew Clayton
1
-6
/
+5
2023-08-29
API-Rust.md: Tweak the uwr_http_add_header() example
Andrew Clayton
1
-1
/
+1
2023-08-28
examples/rust: Update unit-wasm dependency version
Andrew Clayton
2
-2
/
+2
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
API-C.md: Fix a broken fragment link
Andrew Clayton
1
-1
/
+1
2023-08-28
API-Rust.md: Add a Rust 'rusty' API document
Andrew Clayton
1
-0
/
+885
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
4
-5
/
+6
2023-08-28
libunit-wasm: Remove the idx argument from luw_http_add_header()
Andrew Clayton
8
-19
/
+28
2023-08-28
Revert "Adding echo Request with body Parsing"
Andrew Clayton
3
-203
/
+0
2023-08-28
Adding echo Request with body Parsing
Timo Stark
3
-0
/
+203
2023-08-26
README.md: Significant re-working
Andrew Clayton
1
-115
/
+141
[next]