search for: xmluriunescapestring

Displaying 4 results from an estimated 4 matches for "xmluriunescapestring".

2020 Oct 27
6
[PATCH libnbd 0/5] info: --map: Coalesce adjacent extents of the same type.
This adds coalescing of adjacent extents of the same type, as mentioned by Eric Blake in the commit message here: https://github.com/libguestfs/libnbd/commit/46072f6611f80245846a445766da071e457b00cd The patch series is rather long because it detours through adding the <vector.h> library from nbdkit into libnbd and replacing ad hoc uses of realloc, char ** etc in various places. Rich.
2015 Jul 01
2
Re: URI Handling Patch
Hi All, Here's the latest patch. I think this should address the problem. The query string is now only appended to the end of a URI in the HTTP and HTTPS cases. The add-uri test now passes, and 'make check' still passes. -- Gabriel
2019 Apr 01
0
Re: New patch/feature for libguestfs to parse query string in URL
...documented in the documentation text of the add_drive API - 'fullPath' in lib/drives.c is leaked - the new 'query' struct member in common/options/options.h is leaked - use safe_asprintf instead of asprintf in lib/drives.c, so it will abort already in case of failure - why was xmlURIUnescapeString() used? - in case of nbd URIs with a socket, now the path to the socket will be both in the server name, and as query string; see the various tests in fish/test-add-uri.sh Thanks, -- Pino Toscano
2013 Aug 24
67
[PATCH 00/67] Proposed patches for libguestfs 1.22.6.
In the kernel and qemu communities it is routine for patches that will be backported to stable branches to be posted for review. I'm proposing we do the same for libguestfs stable branches. All of the attached have been tested with 'make check-release'. Rich.