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_read_support_format_xar.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement function used to seek within data blocks.
Andres Mejia
2012-09-27
1
-0
/
+1
*
Fix memory leaks found with Clang Static Analyzer. Those could occur when
Michihiro NAKAJIMA
2012-02-27
1
-0
/
+3
*
On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'
Michihiro NAKAJIMA
2012-02-19
1
-6
/
+8
*
Fix build failure with -Wextra -Wunused GCC options since it happend on FreeB...
Michihiro NAKAJIMA
2012-02-09
1
-0
/
+1
*
Remove unnecessary including files.
Michihiro NAKAJIMA
2011-12-19
1
-1
/
+0
*
Try to decrease the performance hit of seeking during the bid phase.
Tim Kientzle
2011-11-20
1
-2
/
+4
*
Delay a memory allocation for an output buffer at the xar reader
Michihiro NAKAJIMA
2011-08-31
1
-4
/
+14
*
Change how crypto support is implemented within libarchive.
Andres Mejia
2011-08-27
1
-1
/
+1
*
Rework a handling of memory allocation failure in string conversion;
Michihiro NAKAJIMA
2011-05-16
1
-0
/
+20
*
Use archive_entry_copy_*_l functions at xar format reader.
Michihiro NAKAJIMA
2011-05-11
1
-49
/
+48
*
Get rid of a hdrcharset option support from xar reader. It is almost useless ...
Michihiro NAKAJIMA
2011-04-25
1
-34
/
+1
*
Properly report string conversion failure.
Michihiro NAKAJIMA
2011-04-12
1
-16
/
+43
*
Rename "charset" option to "hdrcharset" since the name "charset" is not clear,
Michihiro NAKAJIMA
2011-04-06
1
-2
/
+2
*
archive_read_support_format_xar.c: multiple fixes based on Tim's comments
Roman Neuhauser
2011-04-04
1
-93
/
+123
*
Give the API caller a memory allocation failure of a string conversion object...
Michihiro NAKAJIMA
2011-04-04
1
-1
/
+4
*
archive_write_set_format_pax.c: s/__archive_errx/archive_set_error/
Roman Neuhauser
2011-03-30
1
-62
/
+109
*
Improve character-set conversion functions.
Michihiro NAKAJIMA
2011-03-28
1
-20
/
+27
*
Add support for charset option to xar reader although we expect
Michihiro NAKAJIMA
2011-03-26
1
-14
/
+53
*
DO NOT USE C++ style comments like // in C code !
Björn Jacke
2011-02-17
1
-6
/
+6
*
liblzma 5.0 provides a better solution for memory usage limit in decoding.
Michihiro NAKAJIMA
2010-12-31
1
-2
/
+9
*
cleanup xar's readahead/consume pairing... pretty clean actually.
Brian Harring
2010-09-25
1
-3
/
+12
*
Be nice to ancient bzlib.h, it needs stdio.h.
Joerg Sonnenberger
2010-06-20
1
-0
/
+1
*
Deal with bzip2 before 1.0 by not using it.
Joerg Sonnenberger
2010-06-19
1
-6
/
+6
*
For internal APIs, we don't need to worry about the API version.
Tim Kientzle
2010-05-31
1
-11
/
+0
*
Switch users of archive_read_skip() over to archive_read_consume() now
Tim Kientzle
2010-03-21
1
-2
/
+2
*
Open a door to changing the current abort-on-state-failure behavior:
Tim Kientzle
2010-03-01
1
-0
/
+5
*
On Windows, use _mkgmtime64() which is like timegm() function.
Michihiro NAKAJIMA
2010-02-25
1
-0
/
+2
*
Unbreak build on mingw.
Michihiro NAKAJIMA
2010-02-24
1
-0
/
+11
*
Properly initialize struct tm object.
Michihiro NAKAJIMA
2010-01-27
1
-0
/
+1
*
Bug fix; on xar reader, use dev instead of rdev for a "deviceno" entry.
Michihiro NAKAJIMA
2010-01-22
1
-6
/
+6
*
bzstream_valid is not presented if bzip2 is not available.
Michihiro NAKAJIMA
2009-12-16
1
-1
/
+0
*
Eliminate unneeded initialization.
Michihiro NAKAJIMA
2009-12-08
1
-2
/
+0
*
Reduce loop count of connecting hardlinked files.
Michihiro NAKAJIMA
2009-12-08
1
-10
/
+8
*
Eliminate a warning with liblzmadec.
Michihiro NAKAJIMA
2009-12-06
1
-1
/
+1
*
Fix typo.
Michihiro NAKAJIMA
2009-12-06
1
-1
/
+1
*
Remove unneeded initialization.
Michihiro NAKAJIMA
2009-12-06
1
-1
/
+1
*
Properly cleanup hardlinked list.
Michihiro NAKAJIMA
2009-12-06
1
-0
/
+8
*
Do not try finding hardlinked files which are resolved.
Michihiro NAKAJIMA
2009-12-06
1
-6
/
+11
*
Fix several warnings with strict compiling flags.
Michihiro NAKAJIMA
2009-12-06
1
-31
/
+33
*
Add support for xar reader.
Michihiro NAKAJIMA
2009-12-04
1
-0
/
+3139