summaryrefslogtreecommitdiff
path: root/src/locking
Commit message (Expand)AuthorAgeFilesLines
* rpc: virnetserverclient: Identify clients by an integer IDErik Skultety2016-05-021-1/+1
* man: Fix SYNOPSIS sectionAndrea Bolognani2016-04-251-3/+1
* build: Standardize on .pod -> .x.in -> .xAndrea Bolognani2016-04-251-0/+0
* util: Add virGettextInitialize, convert the codeCole Robinson2016-04-142-11/+4
* daemon: Get server name from the server itselfMartin Kletzander2016-03-111-1/+1
* server: Store server name in server objectMartin Kletzander2016-03-111-1/+2
* locking: Use bit shift for flag values not constant values.John Ferlan2016-03-071-2/+2
* virnetdaemon: Store servers in a hash tableErik Skultety2016-02-171-3/+4
* util: Add a return value to void hash iteratorsErik Skultety2016-02-171-1/+2
* Fix make check with gcc version 5Martin Kletzander2016-01-183-5/+33
* Fix LSB requirements in service script and sync themMartin Kletzander2016-01-111-4/+8
* virtlockd: fix misc memory leaks and other bugsDaniel P. Berrange2015-11-263-2/+12
* locking: Add io_timeout to sanlockMichal Privoznik2015-11-184-1/+26
* lock_daemon: Switch to wrapper locking functionsMichal Privoznik2015-10-271-6/+17
* virtlockd: Don't SIGSEGV on SIGUSR1Michal Privoznik2015-10-161-4/+5
* virJSONValueArraySize: return ssize_tMichal Privoznik2015-10-091-1/+1
* locking: Remove redundant 'srv' element from virLockDaemonErik Skultety2015-08-241-19/+22
* rpc: Remove keepalive_required optionMartin Kletzander2015-08-101-1/+1
* Move daemon-related parts of virNetServer to virNetDaemonMartin Kletzander2015-06-163-31/+50
* locking: relax PID requirementJim Fehlig2015-04-223-14/+11
* sanlock: Use VIR_ERR_RESOURCE_BUSY if sanlock_acquire failsJiri Denemark2015-04-151-1/+1
* Remove unused macrosJán Tomko2015-04-022-5/+0
* Set thread job for every RPC callJiri Denemark2015-03-251-0/+1
* sanlock: Don't spam logs with "target pid not found"Jiri Denemark2015-03-095-16/+31
* locking: Fix flags in virLockManagerLockDaemonNewJiri Denemark2015-03-091-1/+1
* Search for schemas and cpu_map.xml in source treeJiri Denemark2015-02-192-2/+2
* safezero: fall back to writing zeroes even when resizingJán Tomko2015-01-091-2/+2
* virstoragefile: Have virStorageFileResize use safezeroJohn Ferlan2014-12-161-2/+2
* fix typo in sanlock driver s/VIR_CONF_UONG/VIR_CONF_ULONG/Daniel P. Berrange2014-12-151-1/+1
* virconf: Introduce VIR_CONF_ULONGMichal Privoznik2014-12-153-9/+21
* virConfType: switch to VIR_ENUM_{DECL,IMPL}Michal Privoznik2014-12-151-2/+2
* Replace virDomainFree with virObjectUnrefJohn Ferlan2014-12-021-2/+1
* Remove unnecessary curly brackets in rest of src/[a-n]*/Martin Kletzander2014-11-142-6/+3
* maint: avoid static zero init in helpersEric Blake2014-10-293-4/+4
* remove redundant pidfile path constructionsMartin Kletzander2014-09-151-38/+4
* sanlock: Avoid freeing uninitialized valueJiri Denemark2014-09-031-1/+1
* Fix spacing around commasMichal Privoznik2014-08-222-2/+2
* rpc: set listen backlog on FDs as well as on other socketsMartin Kletzander2014-08-221-1/+1
* util: abstract parsing of passed FDs into virGetListenFDs()Martin Kletzander2014-08-221-41/+4
* Fix const correctnessMichal Privoznik2014-07-161-1/+1
* locking: Add APIs to lock individual image filesPeter Krempa2014-07-092-23/+50
* storage: Move readonly and shared flags to disk source from disk defPeter Krempa2014-07-081-2/+2
* Free the return value of virFileFindResourceJán Tomko2014-07-071-0/+2
* Use virBufferCheckError everywhere we report OOM errorJán Tomko2014-07-031-4/+1
* Remove unnecessary empty first linesMartin Kletzander2014-06-062-2/+0
* sanlock: avoid leak in acquire()Martin Kletzander2014-05-131-3/+3
* sanlock: don't fail with unregistered domainsMartin Kletzander2014-05-131-0/+31
* sanlock: code movement in virLockManagerSanlockAcquireMartin Kletzander2014-05-131-25/+25
* Make autostart of virtlockd actually workDaniel P. Berrange2014-04-281-0/+20
* Use virFileFindResource to locate virtlockd daemonDaniel P. Berrange2014-04-281-18/+7