aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/xenstore_client.c
Commit message (Expand)AuthorAgeFilesLines
* xenstore-chmod: handle arbitrary number of perms rather than MAX_PERMS constantChunyan Liu2012-11-271-21/+17
* nstore: rename public xenstore headersIan Campbell2012-05-141-1/+1
* xenstore: new XS_OPEN_SOCKETONLY flag; honour "-s" on tools' cmdlineIan Jackson2010-12-141-3/+2
* xenstore: add xenstore-watch command line clientIan Campbell2010-10-211-3/+46
* xenstore: Fix memory leak in command 'xenstore rm'Keir Fraser2009-12-211-2/+4
* xenstore: Fix the method of get options and the usageKeir Fraser2009-12-181-6/+7
* tools: Declare functions static where they should be, and provideKeir Fraser2008-07-151-1/+1
* Fix xenstore-client.c compileKeir Fraser2008-05-011-2/+3
* xenstore: Place return statement in the correct place to fix the build.Keir Fraser2008-04-091-2/+2
* xenstore: merge xenstore-ls into the multicall binary.Keir Fraser2008-04-091-11/+172
* xenstore: make the xenstore clients a single multicall binaryKeir Fraser2008-04-091-180/+250
* xenstore: expanding_buffer variables are supposed to be static. ApartKeir Fraser2007-12-051-2/+2
* xenstore: deprecating but \-quoting binary data.Keir Fraser2007-12-051-6/+13
* [xenstore] Don't create a transaction for singleton read/write operations.Christian Limpach2006-10-121-5/+16
* [TOOLS] Modify xenstore_client.c to include a new utility, xenstore-chmod.kfraser@localhost.localdomain2006-08-021-2/+104
* update xs_transaction_t to be a plain u32 integer instead of a fake pointer.vhanquez@kneesa.uk.xensource.com2006-01-111-1/+1
* Share the same name for xenbus transaction type between user and kernelvhanquez@kneesa.uk.xensource.com2006-01-111-3/+3
* Change xenbus_transaction fake pointer into an opaque type.vhanquez@kneesa.uk.xensource.com2006-01-101-3/+3
* Add -Wdeclaration-after-statement to Xen and tools build.kaf24@firebug.cl.cam.ac.uk2005-11-221-2/+2
* Fix transaction EAGAIN handling in xenstore client programs.cl349@firebug.cl.cam.ac.uk2005-10-181-7/+45
* Added --tidy flag to xenstore-rm that recursively removes any empty directoriesemellor@leeni.uk.xensource.com2005-10-151-8/+73
* Fix the handling of EAGAIN from the transaction_end; we were failing to do anyemellor@ewan2005-10-121-61/+61
* Mention -s option in usage.emellor@ewan2005-10-101-3/+3
* xenstored now supports multiple concurrent transactions perkaf24@firebug.cl.cam.ac.uk2005-10-101-6/+10
* Extend xenbus/xenstore client interface to include a transactionkaf24@firebug.cl.cam.ac.uk2005-10-091-8/+9
* Add check for speed (takes 33 minutes on my laptop, OUCH!)emellor@ewan2005-09-231-4/+7
* Fix one more usage of xs_write.cl349@firebug.cl.cam.ac.uk2005-09-191-1/+1
* merge?cl349@firebug.cl.cam.ac.uk2005-09-131-1/+1
|\
| * Fix the check that the argument count is even, for xenstore_write.emellor@ewan2005-09-131-1/+1
* | Add xenstore-list and xenstore-exists clientscl349@firebug.cl.cam.ac.uk2005-09-121-7/+29
|/
* Add support in libxenstore for using the xenbus_dev store connection.cl349@firebug.cl.cam.ac.uk2005-09-031-0/+130