aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore
Commit message (Expand)AuthorAgeFilesLines
...
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-281-5/+6
* xenstore: Make sure that libxs reports an error if xenstored dropsKeir Fraser2010-05-271-3/+33
* xenstore: Fix cleanup_pop() definition for some (buggy) pthread.h headers.Keir Fraser2010-05-131-2/+8
* xs: avoid pthread_join deadlock in xs_daemon_closeKeir Fraser2010-05-121-4/+4
* xs: make sure mutexes are cleaned up and memory freed if the read thread is c...Keir Fraser2010-05-121-16/+30
* xenstored: Always build and install.Keir Fraser2010-05-071-4/+4
* ocaml: remove hook to external repository.Keir Fraser2010-05-061-5/+0
* xenstore,libxl: cleanup of xenstore connections across fork()Keir Fraser2010-04-122-19/+36
* xenstore: Resolve gcc4.5 type errorKeir Fraser2010-03-061-1/+1
* 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
* Remove redundant semicolonsKeir Fraser2009-07-011-1/+1
* ocaml-xenstored: Allow to build ocaml xenstored instead of C versionKeir Fraser2009-05-191-2/+9
* xenstore: Add brief notice regarding xenstore protocol limits to xs.h.Keir Fraser2009-04-301-0/+5
* xenstore: Don't hardcode install pathKeir Fraser2009-03-201-2/+2
* Move the suspend event channel function to libxc, it will use theKeir Fraser2009-03-182-0/+26
* 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