aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore
Commit message (Expand)AuthorAgeFilesLines
* libxenstore: Provide xs_check_watchIan Jackson2011-12-123-13/+94
* xenstore: xenbus cannot be opened read-onlyDaniel De Graaf2011-11-221-10/+8
* tools/build: Introduce {PREPEND,APPEND}_{LIB,INCLUDES}Roger Pau Monne2011-11-141-5/+5
* xenstored: Fix processing of zero-length messagesDaniel De Graaf2011-11-011-1/+0
* xenstored: allow guest to shutdown all its watches/transactionsOlaf Hering2011-09-153-0/+17
* Revert 23757:f5176c177b99 "xenstored: allow guests to reintroduce themselves"Ian Jackson2011-08-091-14/+7
* xenstored: allow guests to reintroduce themselvesOlaf Hering2011-08-091-7/+14
* tools: Remove $(CFLAGS) from links lines.Ian Campbell2011-03-311-5/+5
* tools: xenstored: make usage info of xenstored accurateJuergen Gross2011-03-311-1/+1
* tools: blktap2: copy xenstore/hashtable.h into blktap2Ian Campbell2011-03-313-0/+18
* tools: consistently use $({CFLAGS,LDLIBS}_libxenstore) instead of open coding.Ian Campbell2011-03-211-2/+2
* build: Make XEN_ROOT an absolute path.Keir Fraser2011-03-171-1/+1
* libxc: convert evtchn interfaces to use an opaque handle typeIan Campbell2010-12-233-12/+8
* xenstore: set implicit path for socket connectionsIan Campbell2010-12-161-1/+1
* xenstore: new XS_OPEN_SOCKETONLY flag; honour "-s" on tools' cmdlineIan Jackson2010-12-143-5/+5
* Adds an open xenstore connection function which tries to use the xenbusStefano Stabellini2010-12-132-8/+50
* xenstore: add xenstore-watch command line clientIan Campbell2010-10-212-4/+47
* xenstored: return EINVAL for attempt to watch invalid pathIan Campbell2010-10-211-1/+1
* tools/xenstore: libxenstore: fix threading bug which cause xend startup hangIan Jackson2010-09-101-10/+34
* tools/xenstore: correctly handle errors from read_messageDaniel De Graaf2010-09-011-17/+31
* split LDLIBS from LDFLAGS to fix link errors in recent toolchainsStefano Stabellini2010-08-111-2/+2
* tools/xenstore: add XS_RESTRICT operation to C xenstore client libs.Ian Jackson2010-07-062-0/+17
* 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