| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-10-17 | examples/rust: Do some simplification around unsafe {} blocks | Andrew Clayton | 1 | -6/+6 | |
| We can put the unsafe keyword as part of the function definition, getting rid of the unsafe {} blocks in the functions themselves. Signed-off-by: Andrew Clayton <a.clayton@nginx.com> | |||||
| 2023-09-25 | examples: Add C and Rust examples of handling large uploads | Andrew Clayton | 1 | -0/+65 | |
| The programs demonstrate handling requests with payloads larger than 4GiB which means they need to be written out to disk and so also demonstrates the use of the file-system access mechanism. Signed-off-by: Andrew Clayton <a.clayton@nginx.com> | |||||
