aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore
Commit message (Expand)AuthorAgeFilesLines
* xenstored: fix use-after free bugKeir Fraser2009-03-011-2/+4
* Use -MMD -MF in tools/* rather than -Wp,-M...Keir Fraser2009-01-121-6/+2
* xenstore: Fix a memory leak in 'xs_is_domain_introduced'.Keir Fraser2008-09-111-2/+5
* tools: Declare functions static where they should be, and provideKeir Fraser2008-07-154-21/+4
* xenstore: Fix error path broken by c/s 17816Keir Fraser2008-06-101-2/+2
* xenstore: cleanupsKeir Fraser2008-06-102-8/+21
* Fix xenstore-client.c compileKeir Fraser2008-05-011-2/+3
* xemnstored: Fix xenstored abort when connection dropped.Keir Fraser2008-05-011-9/+21
* xenstore: Place return statement in the correct place to fix the build.Keir Fraser2008-04-091-2/+2
* xenstore: fix canonicalize for metanodesKeir Fraser2008-04-092-2/+2
* xenstore: fix Solaris compile with newer GCC versionsKeir Fraser2008-04-091-0/+1
* xenstore: merge xenstore-ls into the multicall binary.Keir Fraser2008-04-093-190/+176
* xenstore: make the xenstore clients a single multicall binaryKeir Fraser2008-04-092-189/+261
* xenstore: support building the xenstore clients statically.Keir Fraser2008-04-092-35/+85
* Clean up xenstore Makefile.Keir Fraser2008-03-171-19/+14
* libxenctrl headers should not pollute macro namespace withKeir Fraser2008-02-121-4/+4
* Add DTrace support to xenstoredKeir Fraser2008-01-315-8/+154
* Define CFLAGS and LDFLAGS for libxenctrl.Keir Fraser2008-01-271-4/+3
* Move generation of public header hierarchy into the tools.Keir Fraser2008-01-261-0/+1
* New XS_SET_TARGETKeir Fraser2008-01-236-2/+90
* Add SBINDIR. Use it always.Keir Fraser2008-01-221-2/+2
* Add BINDIR. Use it.Keir Fraser2008-01-221-4/+4
* Add INCLUDEDIR. Use it.Keir Fraser2008-01-221-3/+3
* Apply PREFIX directly to LIBDIR.Keir Fraser2008-01-221-5/+5
* xenstore size limitsKeir Fraser2007-12-144-2/+14
* Revert 16560:822d4ec5cfb1.Keir Fraser2007-12-081-2/+2
* tools: Rationalise library soname versions.Keir Fraser2007-12-071-2/+2
* xenstore: expanding_buffer variables are supposed to be static. ApartKeir Fraser2007-12-051-2/+2
* xenstore: document the xenstore protocolKeir Fraser2007-12-051-3/+12
* xenstore-ls -f for find(1)-like outputKeir Fraser2007-12-051-10/+24
* xenstore: deprecating but \-quoting binary data.Keir Fraser2007-12-054-9/+146
* Fire watch for non-dom0 backend when frontend is removed from xenstoreKeir Fraser2007-10-261-1/+10
* A few small fixes for xenstored:Keir Fraser2007-10-221-3/+5
* Fix xenstore unwatch with node name starting with "@"Keir Fraser2007-10-171-1/+1
* xenstore: sprintf->snprintf, and fix for OpenBSD.Keir Fraser2007-10-056-15/+18
* Missed files in previous changeset.Keir Fraser2007-09-241-0/+73
* xenstat/xenstore: NetBSD fixes.Keir Fraser2007-09-241-0/+1
* xenstore: Remove incorrect comment.kfraser@localhost.localdomain2007-09-112-2/+0
* Fix xenstored's dup2() usage.kfraser@localhost.localdomain2007-09-071-4/+4
* xenstore: Redirect stdin/stdout/stderr to /dev/null.kfraser@localhost.localdomain2007-08-011-4/+8
* xenstore: Do not assign to stdout/stderr/stdin - they are notkfraser@localhost.localdomain2007-08-013-10/+5
* xenstored: Do not write to stderr if we are daemonised!kfraser@localhost.localdomain2007-08-014-15/+16
* xenstored: Remove unused util code.kfraser@localhost.localdomain2007-08-012-96/+0
* xenstored: Fix socket-based connection teardown. Reading zero byteskfraser@localhost.localdomain2007-07-251-0/+6
* xenstore: Small cleanups and fixes.kfraser@localhost.localdomain2007-07-243-13/+35
* xenstored: Fairly round-robin schedule work across all connections.kfraser@localhost.localdomain2007-07-242-44/+60
* xenstored: Guarantee to fire @releaseDomain watch when a domain is destructed.kfraser@localhost.localdomain2007-07-241-5/+4
* [xenstore] adds a -w (wide) flag to xenstore-ls to support seeing fullkfraser@localhost.localdomain2007-07-111-7/+30
* xenstore: Remove broken and unmaintained test code.kfraser@localhost.localdomain2007-07-0329-4418/+5
* tools: Fix xenstored build error by checking vasprintf() return code.Keir Fraser2007-06-101-7/+12