index
:
delta/libarchive.git
3.4
3.5
Issue1104
android_adb
master
no_chdir_writer
release
utf8
winsymlink
github.com: libarchive/libarchive.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libarchive
/
archive_write_set_format_gnutar.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unify unsupported entry file type error message in writer
Martin Matuska
2020-01-25
1
-11
/
+4
*
Bug #1128: Deletion of unnecessary checks before calls of the function “arc...
Markus Elfring
2019-02-04
1
-2
/
+1
*
Merge pull request #1066 from Young-X/master
Martin Matuška
2018-09-20
1
-1
/
+1
|
\
|
*
fix out of bounds read on empty string () filename for guntar, pax and v7tar
Young_X
2018-09-18
1
-1
/
+1
*
|
Free `temp` immediately after use in archive_write_gnutar_header(..)
Ngie Cooper
2017-01-16
1
-2
/
+2
*
|
Fix up some minor whitespace issues in archive_write_gnutar_header(..)
Ngie Cooper
2017-01-16
1
-2
/
+2
*
|
Spelling fixes (#831)
Graham Percival
2016-12-04
1
-3
/
+3
|
/
*
Issue 682: Correctly write gnutar filenames of exactly 512 bytes
Tim Kientzle
2016-05-31
1
-10
/
+12
*
Fall back to base-256 encoding for UID/GID like GNU tar does.
Nils Gladitz
2015-04-08
1
-6
/
+6
*
On Windows, make sure libarchive does not store the Windows style path
Michihiro NAKAJIMA
2012-02-21
1
-28
/
+102
*
On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'
Michihiro NAKAJIMA
2012-02-19
1
-3
/
+3
*
Fix issue 237.
Michihiro NAKAJIMA
2012-02-14
1
-6
/
+9
*
Spelling fixes from Ulrich Spoerlein.
Tim Kientzle
2012-01-07
1
-2
/
+2
*
Rework a handling of memory allocation failure in string conversion;
Michihiro NAKAJIMA
2011-05-16
1
-0
/
+25
*
Use archive_entry_*_l functions at gnutar format writer.
Michihiro NAKAJIMA
2011-05-11
1
-66
/
+66
*
Introduce
Michihiro NAKAJIMA
2011-04-07
1
-8
/
+22
*
Rename "charset" option to "hdrcharset" since the name "charset" is not clear,
Michihiro NAKAJIMA
2011-04-06
1
-2
/
+2
*
Improve character-set conversion functions.
Michihiro NAKAJIMA
2011-03-28
1
-21
/
+25
*
Add support for charset option to gnutar writer.
Michihiro NAKAJIMA
2011-03-24
1
-28
/
+138
*
Switch archive_string character set conversion over to use iconv()
Tim Kientzle
2011-03-06
1
-2
/
+2
*
Unbreak build on cygwin.
Michihiro NAKAJIMA
2010-04-25
1
-4
/
+6
*
Unbreak build on Visual Studio.
Michihiro NAKAJIMA
2010-04-25
1
-2
/
+2
*
this could stand review, but should be right; setting ret to ARCHIVE_FAILED h...
Brian Harring
2010-04-19
1
-1
/
+1
*
typo in the code assigning to the wrong var; realistically ret2 probably isn'...
Brian Harring
2010-04-19
1
-1
/
+1
*
s/ /\t/g to match normal formatting of other sources
Brian Harring
2010-04-19
1
-76
/
+76
*
Basic implementation of a GNU tar-compatible writer. This uses
Tim Kientzle
2010-04-18
1
-0
/
+529