Re: [PATCH v2 0/9] Filter combination

2019-06-03 Thread Jeff Hostetler
On 5/31/2019 8:35 PM, Matthew DeVore wrote: Here is a roll-up with hopefully all comments applied or responded to. Notable changes since the last one include: - Added an ALLOC_GROW_BY which is used twice by this patchset to make growing arrays safer and cleaner - Cleaned up the URL-en

[PATCH v2 0/9] Filter combination

2019-05-31 Thread Matthew DeVore
Here is a roll-up with hopefully all comments applied or responded to. Notable changes since the last one include: - Added an ALLOC_GROW_BY which is used twice by this patchset to make growing arrays safer and cleaner - Cleaned up the URL-encoding by (1) using hex_to_bytes rather than rolling