aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/xenstored_core.c
Commit message (Expand)AuthorAgeFilesLines
* xenstored: handle unlikely failure better in ask_parentsMatthew Daley2013-09-251-1/+3
* Switch to poll() in cxenstored's IO loopWei Liu2013-04-111-60/+131
* nstore: rename public xenstore headersIan Campbell2012-05-141-1/+1
* xenstored: add --priv-domid parameterDaniel De Graaf2012-02-091-0/+5
* xenstored: use domain_is_unprivileged instead of checking conn->idDaniel De Graaf2012-02-091-3/+3
* xenstored: add --event parameter for bootstrappingDaniel De Graaf2012-02-091-0/+5
* xenstored: support running in minios stubdomDaniel De Graaf2012-02-091-78/+10
* xenstored: add --internal-db flagDaniel De Graaf2012-02-091-6/+14
* xenstored: add NO_SOCKETS compilation optionAlex Zeffertt2012-02-091-5/+23
* xenstored: refactor socket setup codeDaniel De Graaf2012-02-091-39/+46
* xenstored: Fix processing of zero-length messagesDaniel De Graaf2011-11-011-1/+0
* xenstored: allow guest to shutdown all its watches/transactionsOlaf Hering2011-09-151-0/+5
* tools: xenstored: make usage info of xenstored accurateJuergen Gross2011-03-311-1/+1
* libxc: convert evtchn interfaces to use an opaque handle typeIan Campbell2010-12-231-3/+3
* xenstored: fix use-after free bugKeir Fraser2009-03-011-2/+4
* tools: Declare functions static where they should be, and provideKeir Fraser2008-07-151-17/+0
* xemnstored: Fix xenstored abort when connection dropped.Keir Fraser2008-05-011-9/+21
* xenstore: fix canonicalize for metanodesKeir Fraser2008-04-091-1/+1
* Add DTrace support to xenstoredKeir Fraser2008-01-311-5/+10
* New XS_SET_TARGETKeir Fraser2008-01-231-2/+11
* xenstore size limitsKeir Fraser2007-12-141-1/+4
* xenstore: document the xenstore protocolKeir Fraser2007-12-051-3/+12
* xenstore: sprintf->snprintf, and fix for OpenBSD.Keir Fraser2007-10-051-2/+2
* 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-011-5/+1
* xenstored: Do not write to stderr if we are daemonised!kfraser@localhost.localdomain2007-08-011-1/+8
* xenstored: Fix socket-based connection teardown. Reading zero byteskfraser@localhost.localdomain2007-07-251-0/+6
* xenstore: Small cleanups and fixes.kfraser@localhost.localdomain2007-07-241-8/+30
* xenstored: Fairly round-robin schedule work across all connections.kfraser@localhost.localdomain2007-07-241-43/+43
* xenstore: Remove broken and unmaintained test code.kfraser@localhost.localdomain2007-07-031-102/+3
* Handle EOF on xenstored socket.Steven Hand2007-04-271-1/+1
* xenstored: Only dom0 can do XS_DEBUG in non-test environments.kfraser@localhost.localdomain2007-04-211-0/+7
* xenstore: add XS_RESUME command; export it to xend.kfraser@localhost.localdomain2007-01-191-0/+5
* Fix handling of the entries-per-domain quota. Entries which are created byEwan Mellor2006-11-131-6/+19
* [XENSTORED] Fix errno 'leak' in xenstored.kaf24@localhost.localdomain2006-11-111-1/+3
* [SOLARIS] Create kernel-interface implementations for libxc and xenstored.kfraser@localhost.localdomain2006-10-171-0/+3
* [SOLARIS] A couple of simple compile fixes for tools/ on Solaris.kfraser@localhost.localdomain2006-10-171-2/+2
* Add a transaction_started field in xenstored connection structure instead ofvhanquez@gwig.uk.xensource.com2006-07-311-1/+8
* [TOOLS] Introduce xc_evtchn_*() interface for interacting with /dev/xen/evtchn.kaf24@firebug.cl.cam.ac.uk2006-06-151-3/+10
* Fix log message written when xenstored corrupts its store.emellor@leeni.uk.xensource.com2006-05-231-1/+6
* dom0 and anonymous connections can create unlimited sized entries in the store.vhanquez@kneesa.uk.xensource.com2006-05-111-1/+1
* Try to create runtime xenstored's directories at startup time.vhanquez@kneesa.uk.xensource.com2006-05-111-0/+15
* When building with FORTIFY_SOURCE to ensure that return codes of commonkaf24@firebug.cl.cam.ac.uk2006-04-281-7/+11
* add quota to xenstored.vhanquez@kneesa.uk.xensource.com2006-04-131-6/+40
* Further attempts to recover from a corrupt store, this one triggered when aemellor@leeni.uk.xensource.com2006-03-311-0/+1
* Import the current version of talloc from the Samba 3 source base. This givesemellor@leeni.uk.xensource.com2006-03-231-22/+0
* fix buffer overflow in print XS_DEBUG commandvhanquez@kneesa.uk.xensource.com2006-03-151-1/+10
* move XS_DEBUG code into a proper functionvhanquez@kneesa.uk.xensource.com2006-03-151-15/+20
* More build config changes:kaf24@firebug.cl.cam.ac.uk2006-03-101-3/+3