summaryrefslogtreecommitdiff
path: root/tests/virnetmessagetest.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Rename VIRT_TEST_* macros to VIR_TEST_*Andrea Bolognani2017-04-041-1/+1
* tests: Rename virtTestDifferenceBin to virTestDifferenceBin.Tomáš Ryšavý2016-06-081-3/+3
* tests: Rename virtTestRun to virTestRun.Tomáš Ryšavý2016-06-081-5/+5
* Indent top-level labels by one space in tests/Ján Tomko2014-03-251-5/+5
* Add virLogSource variables to all source filesDaniel P. Berrange2014-03-181-0/+2
* Require spaces around equality comparisonsMartin Kletzander2014-03-181-2/+2
* Remove test case average timingDaniel P. Berrange2013-10-081-5/+5
* Avoid use of uninitialized data in virnetmessagetestDaniel P. Berrange2013-09-251-1/+2
* Avoid crash on OOM in virnetmessagetestDaniel P. Berrange2013-09-251-0/+6
* Adapt to VIR_ALLOC and virAsprintf in tests/*Michal Privoznik2013-07-101-15/+5
* Adapt to VIR_STRDUP and VIR_STRNDUP in tests/*Michal Privoznik2013-05-101-12/+9
* rpc: message related sizes enlargedDaniel Hansel2013-05-071-1/+1
* virutil: Move string related functions to virstring.cMichal Privoznik2013-05-021-1/+0
* 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
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* Desert the FSF address in copyrightOsier Yang2012-07-231-2/+2
* msg_buf_size is unsigned long not size_tGuido Günther2012-06-101-1/+1
* rpc: Switch to dynamically allocated message bufferMichal Privoznik2012-06-051-175/+218
* Cleanup for a return statement in source filesMartin Kletzander2012-03-261-1/+1
* tests: Fix memory leak in virnetmessagetestOsier Yang2011-06-291-13/+30
* Provide a simple object for encoding/decoding RPC messagesDaniel P. Berrange2011-06-241-0/+495