summaryrefslogtreecommitdiff
path: root/src/rpc/virnetclientprogram.c
Commit message (Expand)AuthorAgeFilesLines
* rpc: Update format strings in translated messagesJiri Denemark2023-04-011-13/+13
* rpc: use g_autofree and remove unnecessary labelJiang Jiacheng2023-01-091-4/+2
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-19/+19
* rpc: use g_new0 instead of VIR_ALLOCJán Tomko2020-10-011-6/+4
* rpc: use G_GNUC_UNUSEDJán Tomko2019-10-151-2/+2
* Require a semicolon for VIR_ONCE_GLOBAL_INIT callsCole Robinson2019-02-031-1/+1
* Remove all Author(s): lines from source file headersDaniel P. Berrangé2018-12-131-2/+0
* virobject: Introduce VIR_CLASS_NEW() macroMichal Privoznik2018-04-181-4/+1
* src: Unify virObject member nameMichal Privoznik2018-04-181-1/+1
* rpc: handle missing switch enum casesDaniel P. Berrangé2018-02-211-0/+1
* Print hex values with '0x' prefix and octal with '0' in debug messagesDaniel P. Berrange2017-09-251-5/+5
* rpc: first allocate the memory and then set the countMarc Hartmayer2017-06-121-2/+2
* Indent top-level labels by one space in src/rpc/Ján Tomko2014-03-251-3/+3
* Add virLogSource variables to all source filesDaniel P. Berrange2014-03-181-0/+2
* Convert 'int i' to 'size_t i' in src/rpc/ filesDaniel P. Berrange2013-07-101-1/+1
* Adapt to VIR_ALLOC and virAsprintf in src/rpc/*Michal Privoznik2013-07-101-9/+3
* src/rpc: Remove the whitespace before ";"Osier Yang2013-05-211-6/+6
* Allow for multi-level inheritance of virObject classesDaniel P. Berrange2013-01-151-1/+2
* Fix receiving of file descriptors from serverDaniel P. Berrange2013-01-081-5/+5
* Rename virterror.c virterror_internal.h to virerror.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename util.{c,h} to virutil.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename threads.{c,h} to virthread.{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
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* Turn virNetClient* into virObject instancesDaniel P. Berrange2012-08-071-20/+23
* Desert the FSF address in copyrightOsier Yang2012-07-231-2/+2
* Convert all files in src/rpc/ to use virReportError()Daniel P. Berrange2012-07-181-13/+10
* Split virNetClientSend into 2 methodsDaniel P. Berrange2011-11-161-1/+1
* Add client side support for FD passingDaniel P. Berrange2011-10-281-2/+70
* rpc: convert unknown procedures to VIR_ERR_NO_SUPPORTEric Blake2011-09-161-1/+1
* Fix tracking of RPC messages wrt streamsDaniel P. Berrange2011-09-011-1/+1
* Fix leak of 'msg' object in client stream codeDaniel P. Berrange2011-07-081-2/+2
* Introduce generic RPC client objectsDaniel P. Berrange2011-06-241-0/+339