summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/untar/untar.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-06libmisc/untar: Use a larger block size to read and write filesChris Johns1-20/+33
2022-03-22cpukit/libmisc/untar: Change license to BSD-2Joel Sherrill1-3/+22
2021-12-09untar: Make behavior similar to GNU or BSD tarChristian Mauderer1-20/+37
2019-11-26untar: Properly make parent pathSebastian Huber1-144/+46
2019-11-25untar: Make path also for symbolic linksSebastian Huber1-9/+8
2019-11-25untar: Unify untar supportSebastian Huber1-94/+87
2016-11-18Fix untar mkdir when the directory exists.Chris Johns1-3/+5
2016-08-09libmisc/untar: Set the perms to the value in the tar file.Chris Johns1-19/+28
2016-07-26Add Untar_FromChunk_Print() + TestAlexander Krutwig1-1/+104
2016-06-03libmisc/untar: Support directory create and overwrites. Share the common code.Chris Johns1-126/+337
2015-11-23untar: do not exit with error when created directory already exists.Pavel Pisa1-1/+29
2015-01-04untar.c: Coverity ID 26151 and reformatJoel Sherrill1-295/+251
2014-11-21Delete or rename MIN/MAX macros and definesSebastian Huber1-3/+1
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-09-05untar: check return value from mkdirGedare Bloom1-1/+5
2013-08-26Stop a resource leakCynthia Rempel1-0/+1
2012-12-19libmisc: Doxygen Enhancement Task #2Mathew Kallada1-2/+11
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
2011-11-072011-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>Joel Sherrill1-0/+1
2010-08-242010-08-24 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-6/+8
2010-07-272010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-3/+4
2007-09-052007-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-6/+7
2007-09-042007-09-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-16/+23
2005-02-092005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-5/+2
2005-02-072005-02-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-48/+39
2005-01-272005-01-27 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-8/+8
2004-04-172004-04-17 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-2/+2
2004-04-16Remove stray white spaces.Ralf Corsepius1-3/+3
2004-04-15Remove stray white spaces.Ralf Corsepius1-1/+0
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2003-07-082003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+4
1999-04-14Bug report from Ralf on UNIX port where the S_IR* constants were notJoel Sherrill1-0/+1
1999-04-06Untar support submitted by Jake Janovetz <janovetz@tempest.ece.uiuc.edu>.Joel Sherrill1-0/+381