summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_set_format_mtree.c
Commit message (Expand)AuthorAgeFilesLines
* Factor out digests struct to archive_entry_private.hEmil Velikov2020-03-131-30/+19
* Correct some typographical and grammatical errors.Peter Pentchev2019-09-211-8/+8
* Fix a few obvious resource leaks and strcpy() misusesPavel Raiskup2018-11-231-2/+2
* Spelling fixes (#831)Graham Percival2016-12-041-2/+2
* Fix typo in archive_write_set_format_mtree.c commentBrad King2015-10-261-1/+1
* Change digest functionarity files and relative global variables fromMichihiro NAKAJIMA2014-09-151-1/+1
* Fix dereference of null pointer which Clang Static Analyser pointed out.Michihiro NAKAJIMA2014-07-061-1/+1
* st_dev field corresponds to dev{major,minor} and not rdev{major,minor}.Jean-Yves Migeon2013-09-051-2/+2
* Implement "resdevice" and "inode" in the mtree(5) spec.Jean-Yves Migeon2013-09-041-3/+28
* Typo fix.Jean-Yves Migeon2013-08-301-1/+1
* mtree: fix line filename length calculation.Dave Reisner2013-02-211-2/+2
* Fix build failure on Win64.Michihiro NAKAJIMA2012-11-071-4/+5
* Use a character table to check safe characters in filenames in a mtree archive,Michihiro NAKAJIMA2012-09-261-21/+25
* Plug the possibility of memory leak.Michihiro NAKAJIMA2012-09-261-9/+7
* Fix bugs introdueced by f87e3db94c.Michihiro NAKAJIMA2012-09-261-4/+21
* Fix build failure on linux; remove unused variables and a function.Michihiro NAKAJIMA2012-09-251-34/+0
* Reduce the amount of memory in mtree writer.Michihiro NAKAJIMA2012-09-251-203/+141
* Fix build failure on Clang.Michihiro NAKAJIMA2012-09-251-8/+13
* Add support for writing mtree classic format, which mtree utility generates b...Michihiro NAKAJIMA2012-09-251-351/+1141
* Do not write absolute paths to mtree archives.Michihiro NAKAJIMA2012-09-201-0/+3
* Do not add "./" prefix to the current directory name ".", it is not necessary.Michihiro NAKAJIMA2012-09-201-1/+8
* Fix mtree generationAllan McRae2012-09-081-0/+3
* On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'Michihiro NAKAJIMA2012-02-191-1/+1
* Fix build failure in aggressive warnings on msys.Michihiro NAKAJIMA2012-02-161-3/+3
* Fix issue 237.Michihiro NAKAJIMA2012-02-141-2/+5
* Cast explicit to u_int to appeace gccJoerg Sonnenberger2011-12-131-2/+3
* Check if the platform really supports crypto functions at the mtree writerMichihiro NAKAJIMA2011-09-071-12/+24
* Change how crypto support is implemented within libarchive.Andres Mejia2011-08-271-2/+1
* Fix typo: s/chekc sum/check sum/.Colin Percival2011-06-231-1/+1
* Add a check of a null pointer in order to eliminate what Clang complains.Michihiro NAKAJIMA2011-03-211-1/+2
* Fix some use-after-free bugs.Tim Kientzle2011-03-201-4/+18
* Initialize the mtree_entry when we allocate it.Tim Kientzle2011-03-201-1/+1
* Fix a bug that mtree writer did not output sum val irregularly when using use...Michihiro NAKAJIMA2011-03-181-12/+14
* Do not process sum if a file is not a regular file.Michihiro NAKAJIMA2011-03-181-3/+6
* Fix build error. I commited a wrong source file in r3028.Michihiro NAKAJIMA2011-03-181-4/+6
* Issue 144: Improve the operation of use-set option of an mtree writer.Michihiro NAKAJIMA2011-03-181-321/+697
* From Roman Neuhauser: Rework textual options handling.Tim Kientzle2011-03-181-1/+1
* Do not output "flags=none" after "/unset flags" is used.Michihiro NAKAJIMA2011-03-161-10/+14
* Fix issue 144 and add a test for a file flags.Michihiro NAKAJIMA2011-03-141-4/+7
* remove pad_uncompressed; unused legacy bitsBrian Harring2010-04-041-2/+0
* Rename 'finish' to 'close' and 'destroy' to 'free', to clarifyTim Kientzle2010-03-011-6/+6
* Open a door to changing the current abort-on-state-failure behavior:Tim Kientzle2010-03-011-0/+3
* Sort out the remaining format string vs argument types mismatches.Joerg Sonnenberger2010-02-251-6/+6
* Stackable write filter support. This ended up touching an awful lotTim Kientzle2010-02-201-2/+2
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-1/+1
* Eliminate warnings on Visual Studio 10 W64.Michihiro NAKAJIMA2009-12-211-1/+1
* Move hashing function calling into a separate file. Provide the glueJoerg Sonnenberger2009-05-231-104/+53
* Return success if "dironly" flag is being manipulated.Tim Kientzle2009-03-281-1/+3
* Return ARCHIVE_OK for "indent" and "use-set" options, whichTim Kientzle2009-03-261-2/+6
* Issue 15, part 1. Mechanical conversion of #defines, libarchive/Charles Wilson2009-03-171-3/+3