aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* Turn virNetServer* into virObject instancesDaniel P. Berrange2012-08-071-14/+5
* Desert the FSF address in copyrightOsier Yang2012-07-231-2/+2
* Replace use of virNetError with virReportErrorDaniel P. Berrange2012-07-201-13/+9
* maint: fix improper use of 'an'Eric Blake2011-12-031-2/+2
* Fix handling of stream EOFDaniel P. Berrange2011-11-161-4/+36
* debug: Annotate some variables as unusedMichal Privoznik2011-09-271-2/+2
* Fix tracking of RPC messages wrt streamsDaniel P. Berrange2011-09-011-5/+5
* Avoid use-after-free on streams, due to message callbacksDaniel P. Berrange2011-09-011-0/+9
* stream: remove redundant reference to client while sending stream dataGuannan Ren2011-08-311-1/+0
* Don't attempt to read from a stream if it is closedDaniel P. Berrange2011-08-171-1/+9
* Ensure client streams are closed when marking a client for closeDaniel P. Berrange2011-08-161-6/+32
* Fix sending of reply to final RPC messageDaniel P. Berrange2011-07-081-3/+3
* Fix potential crash in libvirtd with active streamsDaniel P. Berrange2011-07-081-1/+12
* Fix release of virNetMessagePtr instances in streams processingDaniel P. Berrange2011-06-301-0/+1
* Fix release of filtered stream messagesDaniel P. Berrange2011-06-301-4/+16
* Convert libvirtd over to the new RPC handling APIsDaniel P. Berrange2011-06-281-271/+337
* Fix error reporting in stream creation codeMatthias Bolte2011-05-171-1/+6
* libvirt,logging: cleanup VIR_XXX0()Lai Jiangshan2011-05-111-1/+1
* Merge all returns paths from dispatcher into single pathDaniel P. Berrange2011-04-181-3/+3
* Fix infinite loop in daemon if client quits with multiple streams openDaniel P. Berrange2011-03-291-0/+1
* maint: kill all remaining uses of old DEBUG macroEric Blake2011-02-211-12/+12
* Fix busy-wait loop on closed file descriptorDaniel P. Berrange2010-11-111-1/+6
* Let remoteClientStream only do RX if requested.Chris Lalancette2009-09-301-2/+4
* Handle outgoing data streams in libvirtdDaniel P. Berrange2009-09-291-0/+96
* Handle incoming data streams in libvirtdDaniel P. Berrange2009-09-291-3/+302
* Helper functions for processing data streams in libvirtdDaniel P. Berrange2009-09-291-0/+210