Fixed a memory leak in `iterate`: 187.
Fixed a silent error that skipped unrecognized local file names (because, as trivial glob patterns, they don't match); only skipping unmatching names if they actually contain glob characters (`*`, `?`, `[`, `]`, `{`, `}`): 184.
Fixed a bug in TStreamerLoop code generation: 186.
Allow allocators in `std::vector` typenames: 185.
Pass through HTTP(S) query parameters if they exist: 183.