summaryrefslogtreecommitdiff
path: root/src/fdstream.c
Commit message (Expand)AuthorAgeFilesLines
* fdstream: don't raise error on SIGPIPE if abort requestedCole Robinson2016-05-021-2/+9
* fdstream: Raise explicit error when iohelper gets SIGPIPECole Robinson2016-05-021-0/+4
* fdstream: Report error with virProcessTranslateStatusCole Robinson2016-05-021-6/+6
* fdstream: separate out virCommandPtr cleanupCole Robinson2016-05-021-31/+42
* Add functions for handling exponential backoff loops.Richard W.M. Jones2016-04-151-4/+6
* build: add GCC 6.0 -Wlogical-op workaroundPavel Hrdina2016-04-111-0/+4
* fdstream: RealignMichal Privoznik2016-02-011-5/+5
* storage: tweak condition to properly test lseekErik Skultety2015-03-041-1/+1
* Search for schemas and cpu_map.xml in source treeJiri Denemark2015-02-191-1/+1
* Replace virStreamFree with virObjectUnrefJohn Ferlan2014-12-021-2/+1
* fix mingw buildPavel Hrdina2014-08-251-1/+2
* fdstream: introduce virFDStreamOpenBlockDeviceRoman Bogorodskiy2014-08-251-6/+20
* fdstream: report error if virSetNonBlock failsRoman Bogorodskiy2014-08-251-1/+3
* Use virFileFindResource to locate iohelper for fdstreamNehal J Wani2014-04-251-11/+10
* Indent top-level labels by one space in the rest of src/Ján Tomko2014-03-251-8/+8
* Introduce virFDStreamOpenPTYRoman Bogorodskiy2014-03-211-0/+53
* Add virLogSource variables to all source filesDaniel P. Berrange2014-03-181-0/+2
* util: make it easier to grab only regular command exitEric Blake2014-03-031-1/+2
* Always open files in binary mode in virFDStreamOpenFileInternalClaudio Bley2013-09-241-1/+1
* Merge virCommandPreserveFD / virCommandTransferFDDaniel P. Berrange2013-07-181-1/+2
* Convert 'int i' to 'size_t i' in src/ filesDaniel P. Berrange2013-07-101-1/+1
* Adapt to VIR_ALLOC and virAsprintf in src/*Michal Privoznik2013-07-101-3/+1
* Allow the iohelper path to be customized by test programsDaniel P. Berrange2013-05-101-1/+13
* Fix iohelper usage with streams opened for readDaniel P. Berrange2013-05-101-1/+1
* virutil: Move string related functions to virstring.cMichal Privoznik2013-05-021-0/+1
* Extend previous check to validate driver struct field namesDaniel P. Berrange2013-04-241-3/+3
* Prevent streams from becoming libvirtd controlling TTYDaniel P. Berrange2013-03-141-0/+2
* 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
* Replace use of streamsReportError with virReportErrorDaniel P. Berrange2012-07-201-36/+33
* fdstream: avoid double close bugEric Blake2012-05-301-4/+3
* avoid fd leakWen Congyang2012-05-301-0/+1
* fdstream: Add internal callback on stream closePeter Krempa2012-02-271-0/+34
* fdstream: Emit stream abort callback even if poll() doesnt.Peter Krempa2012-02-271-6/+57
* virFDStream: close also given errfd (fd leak)Marc-André Lureau2011-10-131-0/+4
* fdstream: drop delete argumentEric Blake2011-08-021-14/+9
* save: let iohelper handle inherited fdEric Blake2011-07-211-22/+12
* build: rename files.h to virfile.hEric Blake2011-07-211-1/+1
* build: add syntax check for proper flags useEric Blake2011-07-151-14/+14
* fdstream: avoid child process leak on errorEric Blake2011-07-141-7/+1
* maint: print flags in hex during debugEric Blake2011-07-131-1/+1
* Fix leak of virStreamPtr object with callback added in fdstream implDaniel P. Berrange2011-06-301-1/+8
* Fix crash when aborting a stream from a I/O callbackDaniel P. Berrange2011-06-291-10/+23
* Promote virEvent*Handle/Timeout to public APICole Robinson2011-06-211-1/+0
* stream: avoid use-after-freeEric Blake2011-05-141-20/+14
* virFDStream: Add option for delete file after it's openingMichal Privoznik2011-05-131-7/+22