Scott Hutton

Results 7 issues of Scott Hutton

## Feature Request ### Crates tonic ### Motivation While trying to implement a gRPC proxy server (and blend it with locally-implemented services), I found that I was forced to use...

C-enhancement
A-tonic

glib_wrapper! doesn't appear to have any support for dynamic types (types that become available after being loaded from a dynamic library) https://developer.gnome.org/gobject/2.64/GTypeModule.html#G-DEFINE-DYNAMIC-TYPE:CAPS

enhancement
glib

If a provided URL is `http` rather than `https`, this bit of code will accidentally set the outgoing port to 443 without checking the scheme if `force_connect` is enabled ```...

The documentation around what comprises a "Secured" vs "Regular" proxy is a bit thin. I was trying to track down some issues around the fact that I use a proxy...

This moves all of the bindgen functionality (exporting libclamav APIs for usage by Rust) into `clamav-sys`, and isolates the cbindgen functionality (exporting Rust APIs for usage by C) to the...

Centralize all use of bindgen (which exposes libclamav symbols to Rust code) into the clamav-sys module. libclamav_rust is no longer responsible for exporting internal symbols, and is focused only on...

Bare merge of `clamav-sys` into `clamav`. All commits that were imported from `clamav-sys` have been prefaced with `clamav-sys:` to reduce confusion about their origin.