summaryrefslogtreecommitdiffstats
path: root/daemon/tar.c
Commit message (Expand)AuthorAgeFilesLines
* daemon: collect list of called external commandsOlaf Hering2012-08-301-2/+6
* tar-out: Add list of excluded patterns (--exclude=...) (RHBZ#847881).Richard W.M. Jones2012-08-141-5/+59
* tar-out: Add optional numericowner flag (RHBZ#847880).Richard W.M. Jones2012-08-141-5/+9
* Add optional compress flag to tar-in, tar-out APIs.Richard W.M. Jones2012-08-141-25/+56
* tar-in: Add --no-same-owner flag to tar command when target filesystem doesn'...Richard W.M. Jones2012-07-181-3/+54
* Tempus fugit.Richard W.M. Jones2012-01-181-1/+1
* Update FSF address.Matthew Booth2011-11-081-1/+1
* daemon: Don't use files with fixed names in /tmp (thanks Steve Kemp).Richard W.M. Jones2011-11-041-13/+26
* Coverity: Remove unreachable code.Richard W.M. Jones2011-06-091-2/+0
* proto: Fix both-ends-cancel case.Richard W.M. Jones2011-03-181-1/+4
* proto: Fix FileIn ops that abort during the chunk upload stage.Richard W.M. Jones2011-03-181-13/+10
* daemon: Use prog_exists to check for features.Richard W.M. Jones2010-12-101-3/+2
* daemon: Don't use ../src path to include generator_protocol.hRichard W.M. Jones2010-11-031-1/+1
* generator: Make 'xz' into an optional group.Richard Jones2010-05-201-0/+8
* Improve errors from tar-in/tgz-in commands (RHBZ#591155 RHBZ#591250).Richard Jones2010-05-131-6/+43
* Combine common code in daemon/tar.c.Richard Jones2010-05-131-120/+20
* Fix FileIn cmds losing synch if both ends send cancel messages (RHBZ#576879).Richard Jones2010-05-131-16/+18
* Fix upload losing synchronization if root not mounted (RHBZ#576879).Richard Jones2010-04-171-12/+0
* New API calls to upload/download txz files (RHBZ#580556).Richard Jones2010-04-081-6/+34
* Code cleanups related to RHBZ#580246.Richard Jones2010-04-081-17/+16
* Fix tar-in command hangs when running out of disk space (RHBZ#580246).Richard Jones2010-04-081-2/+4
* daemon: Don't need to prefix error messages with the command name.Richard Jones2010-02-121-2/+2
* daemon: diagnose socket write failureJim Meyering2009-08-201-2/+6
* generator.ml: use new "Pathname" designationJim Meyering2009-08-131-10/+4
* update all NEED_ROOT usesJim Meyering2009-08-131-2/+2
* update all uses of ABS_PATHJim Meyering2009-08-131-2/+2
* Replace shell_quote function with %Q and %R printf specifiers.Richard Jones2009-07-281-36/+24
* Make /sysroot path configurable.Richard Jones2009-07-181-8/+12
* remove trailing blanksJim Meyering2009-07-031-1/+1
* All instances of 'pclose' now check for return value != 0.Richard W.M. Jones2009-07-011-4/+4
* In the daemon, change all const char * parameters to char *.Richard Jones2009-06-101-4/+4
* Fix a memory leak in handling of tar files.Richard Jones2009-05-191-0/+8
* Use ferror to check for error conditions in pipe.Richard Jones2009-04-261-2/+2
* Added tar-in, tar-out, tgz-in, tgz-out commands.Richard Jones2009-04-201-0/+279