aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove virConnectPtr from virRaiseErrorFullMatthias Bolte2011-04-171-1/+1
* Enhance the streams helper to support plain file I/ODaniel P. Berrange2011-03-291-56/+180
* build: avoid close, systemEric Blake2011-01-291-3/+3
* Add a generic internal API for handling any FD based streamDaniel P. Berrange2010-11-111-0/+503