summaryrefslogtreecommitdiff
path: root/src/rpc/virnetmessage.c
Commit message (Expand)AuthorAgeFilesLines
* rpc: Update format strings in translated messagesJiri Denemark2023-04-011-11/+10
* rpc: securely erase the message buffersDaniel P. Berrangé2022-12-131-0/+2
* rpc: fix buffer offset updates after decoding payloadDaniel P. Berrangé2022-12-131-1/+1
* Fix spellingTim Wiederhake2022-07-041-1/+1
* rpc: Remove unused includesPeng Liang2022-06-161-1/+0
* virNetMessageEncodePayloadEmpty: Replace by virNetMessageEncodePayloadRaw(msg...Peter Krempa2022-06-011-25/+0
* virNetMessageEncodePayloadRaw: Tolerate empty 'data'Peter Krempa2022-06-011-20/+31
* virnetmessage: Introduce virNetMessageClearFDsPeter Krempa2022-03-011-1/+8
* util: alloc: Reimplement VIR_APPEND_ELEMENT using virAppendElementPeter Krempa2021-08-061-2/+1
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-21/+21
* lib: Use g_steal_pointer() moreMichal Privoznik2021-03-241-2/+1
* Do not check return value of VIR_REALLOC_NJiri Denemark2021-03-221-8/+4
* rpc: replace VIR_FREE with g_free in all vir*Free() functionsLaine Stump2021-02-051-1/+1
* rpc: use g_new0 instead of VIR_ALLOCJán Tomko2020-10-011-8/+15
* rpc: Use glib memory functions in virNetMessageSaveErrorTim Wiederhake2020-09-111-2/+2
* Split declarations from initializationsJán Tomko2020-08-251-1/+3
* rpc: use g_strdup instead of VIR_STRDUPJán Tomko2019-10-211-16/+10
* src: More cleanup of some system headers already contained in internal.hErik Skultety2018-09-201-1/+0
* rpc: for messages with FDs always decode count of FDs from the messagePavel Hrdina2017-09-271-5/+7
* rpc: Double buffer size instead of quadrupling buffer size.Richard W.M. Jones2017-05-261-1/+2
* rpc: use virNetMessageClearPayload in clientCole Robinson2016-05-051-1/+1
* rpc: Clear more in virNetMessageClearPayloadCole Robinson2016-05-051-0/+6
* rpc: Add virNetMessageClearPayloadCole Robinson2016-05-051-9/+13
* Add RPC implementation for virDomainOpenGraphicsFdJán Tomko2014-08-261-0/+26
* Indent top-level labels by one space in src/rpc/Ján Tomko2014-03-251-9/+9
* Add virLogSource variables to all source filesDaniel P. Berrange2014-03-181-0/+2
* MacOS: Handle changes to xdrproc_t definitionDoug Goldstein2013-11-031-2/+2
* rpc: Correct the wrong payload size checkingOsier Yang2013-10-161-6/+12
* Adapt to VIR_ALLOC and virAsprintf in src/rpc/*Michal Privoznik2013-07-101-19/+7
* virNetMessageSaveError: Fix copy and paste errorMichal Privoznik2013-05-231-3/+3
* Adapt to VIR_STRDUP and VIR_STRNDUP in src/rpc/*Michal Privoznik2013-05-231-10/+17
* src/rpc: Remove the whitespace before ";"Osier Yang2013-05-211-3/+3
* rpc: message related sizes enlargedDaniel Hansel2013-05-071-8/+38
* Fix receiving of file descriptors from serverDaniel P. Berrange2013-01-081-0/+6
* 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 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
* Fix indentionsOsier Yang2012-12-031-4/+4
* rpc: don't destroy xdr before creating it in virNetMessageEncodeHeaderJán Tomko2012-11-291-1/+1
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* 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-26/+23
* rpc: Fix memleak in virNetMessageEncodeHeaderMichal Privoznik2012-06-111-1/+1
* rpc: Switch to dynamically allocated message bufferMichal Privoznik2012-06-051-1/+11
* build: prohibit raw malloc and freeEric Blake2012-02-031-11/+12
* Extend RPC protocol to allow FD passingDaniel P. Berrange2011-10-281-2/+116
* Fix tracking of RPC messages wrt streamsDaniel P. Berrange2011-09-011-2/+12
* Improve two log messages in virNetMessageDaniel P. Berrange2011-06-291-4/+6
* Ensure empty payload is written upon stream completionDaniel P. Berrange2011-06-291-0/+25