summaryrefslogtreecommitdiff
path: root/daemon/libvirtd-config.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce max_queued_clientsMichal Privoznik2013-08-051-0/+1
* Convert 'int i' to 'size_t i' in daemon/ filesDaniel P. Berrange2013-07-101-2/+3
* Adapt to VIR_ALLOC and virAsprintf in daemon/*Michal Privoznik2013-07-101-9/+3
* Resolve valgrind error in remoteConfigGetStringList()John Ferlan2013-06-291-0/+6
* Setup default access control manager in libvirtdDaniel P. Berrange2013-06-241-0/+4
* Prefer VIR_STRDUP over virAsprintf(&dst, "%s", str)Michal Privoznik2013-06-071-1/+1
* daemon: Remove the whitespace before ";"Osier Yang2013-05-211-1/+1
* Separate virGetHostname() API contract from driver APIsDaniel P. Berrange2013-05-081-1/+1
* Adapt to VIR_STRDUP and VIR_STRNDUP in daemon/*Michal Privoznik2013-05-051-33/+17
* virutil: Move string related functions to virstring.cMichal Privoznik2013-05-021-0/+2
* Rename HAVE_POLKIT to WITH_POLKITDaniel P. Berrange2013-01-141-3/+3
* Convert HAVE_SASL to WITH_SASLDaniel P. Berrange2013-01-111-2/+2
* Rename virterror.c virterror_internal.h to virerror.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename memory.{c,h} to viralloc.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename logging.{c,h} to virlog.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename conf.{c,h} to virconf.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Remove spurious whitespace between function name & open bracketsDaniel P. Berrange2012-11-021-47/+47
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* Desert the FSF address in copyrightOsier Yang2012-07-231-2/+2
* Replace use of virConfError with virReportErrorDaniel P. Berrange2012-07-201-32/+28
* Remove uid param from directory lookup APIsDaniel P. Berrange2012-05-281-1/+1
* Use XDG Base Directories instead of storing in home directoryWilliam Jon McCann2012-05-141-5/+5
* daemon: Plug memory leaksAlex Jia2012-04-121-0/+1
* Switch libvirtd config loading code to use error APIsDaniel P. Berrange2012-04-101-21/+35
* Add API for loading daemon config from in-memory blobDaniel P. Berrange2012-04-101-21/+46
* Split libvirtd config file loading out into separate filesDaniel P. Berrange2012-04-101-0/+456