summaryrefslogtreecommitdiff
path: root/src/util/virfdstream.c
Commit message (Expand)AuthorAgeFilesLines
* src: improve thread naming with human targetted namesDaniel P. Berrangé2020-03-051-4/+6
* src: convert code to use virPipe APIsDaniel P. Berrangé2020-02-041-4/+1
* src: remove sys/wait.h from many filesDaniel P. Berrangé2020-02-041-1/+0
* util: conditionalize FD stream to exclude WIN32Daniel P. Berrangé2020-02-041-29/+93
* src: convert all code to use virsocket.hDaniel P. Berrangé2020-01-291-6/+2
* src: conditionalize use of O_BINARYDaniel P. Berrangé2020-01-291-1/+4
* src: conditionally exclude cfmakeraw/termios.h on WIN32Daniel P. Berrangé2020-01-171-4/+6
* util: use g_strdup instead of VIR_STRDUPJán Tomko2019-10-211-6/+4
* util: use G_GNUC_UNUSEDJán Tomko2019-10-151-5/+5
* Require a semicolon for VIR_ONCE_GLOBAL_INIT callsCole Robinson2019-02-031-1/+1
* src: Make virStr*cpy*() functions return an intAndrea Bolognani2018-07-231-2/+2
* src: Use virStrcpyStatic() wherever possibleAndrea Bolognani2018-07-231-1/+1
* fdstream: Report error from the I/O threadJohn Ferlan2018-06-061-6/+20
* virobject: Introduce VIR_CLASS_NEW() macroMichal Privoznik2018-04-181-4/+1
* Print hex values with '0x' prefix and octal with '0' in debug messagesDaniel P. Berrange2017-09-251-1/+1
* fdstream: Report error from the I/O threadMichal Privoznik2017-07-111-3/+6
* virfdstream: Check for thread error more frequentlyMichal Privoznik2017-07-111-3/+16
* virFDStreamThread: Make sure we won't exceed @lengthMichal Privoznik2017-06-051-7/+11
* virStream: Forbid negative seeksMichal Privoznik2017-05-181-0/+1
* fdstream: Implement sparse streamMichal Privoznik2017-05-181-21/+217
* virfdstream: Use messages instead of pipeMichal Privoznik2017-05-181-52/+350
* virfdstream: Drop iohelper in favour of a threadMichal Privoznik2017-04-281-88/+160
* virFDStreamData: Turn into virObjectLockableMichal Privoznik2017-04-281-40/+57
* fdstream: s/struct virFDStreamData */virFDStreamDataPtr/Michal Privoznik2017-04-281-11/+13
* Move src/fdstream to src/util/virfdstreamMartin Kletzander2017-03-271-0/+833