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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtree reader: limit the range of nanoseconds (0 to 999999999)
Martin Matuska
2017-02-08
1
-2
/
+5
*
cpio reader: compare TRAILER!!! against pathname only
Martin Matuska
2017-02-07
1
-5
/
+5
*
WARC reader: skip whitespace and check for first digit in _warc_rdlen()
Martin Matuska
2017-02-06
1
-1
/
+6
*
XAR reader: implement checksum_cleanup() to avoid memory leaks on error
Martin Matuska
2017-02-06
1
-0
/
+12
*
WARC reader: additonal sanity checks
Martin Matuska
2017-02-05
1
-54
/
+62
*
WARC reader: always check against valid line end
Martin Matuska
2017-02-04
1
-65
/
+74
*
Repair detected memory leaks in libarchive tests
Martin Matuska
2017-02-01
14
-3
/
+59
*
Free leaked archive_string in create_filesystem_object()
Martin Matuska
2017-01-31
1
-0
/
+3
*
ISO9960 reader: free leaked archive_string in parse_file_info()
Martin Matuska
2017-01-31
1
-0
/
+1
*
Plug memory leak in zip_read_local_file_header()
Martin Matuska
2017-01-31
1
-0
/
+2
*
Plug memory leak in __archive_read_program()
Martin Matuska
2017-01-31
1
-0
/
+2
*
Properly free memory allocated by acl_get_qualifier()
Martin Matuska
2017-01-31
4
-22
/
+53
*
Plug memory leak in XAR reader and one in XAR writer
Martin Matuska
2017-01-30
2
-0
/
+2
*
Disable automatic detection of liblzo2
Martin Matuska
2017-01-30
4
-8
/
+19
*
Free data->program_name in __archive_write_program_free()
Martin Matuska
2017-01-30
1
-0
/
+1
*
Add NFSv4 ACL support for Mac OS X
Martin Matuska
2017-01-29
6
-89
/
+619
*
Issue #857: Clarify the padding/blocking behavior of the convenience functions
Tim Kientzle
2017-01-28
1
-0
/
+11
*
Merge pull request #805 from bsergean/patch-1
Tim Kientzle
2017-01-28
1
-2
/
+14
|
\
|
*
resolve merge conflicts
Benjamin Sergeant
2016-10-13
1
-2
/
+14
|
*
Fix compiler warning about comparison of integers of different signs
Benjamin Sergeant
2016-10-12
1
-2
/
+2
*
|
Merge pull request #845 from yaneurabeya/libarchive-coverity-fixes
Tim Kientzle
2017-01-28
5
-24
/
+34
|
\
\
|
*
|
- Don't check for `mine` being NULL; it's already been dereferenced
Ngie Cooper
2017-01-16
1
-7
/
+13
|
*
|
Always free `file` on failure in `parse_file_info`
Ngie Cooper
2017-01-16
1
-12
/
+13
|
*
|
Free attr, name, and value on memory allocation failure in
Ngie Cooper
2017-01-16
1
-0
/
+3
|
*
|
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
|
*
|
Clarify that calling memset with '0' is intentional by casting the
Ngie Cooper
2017-01-16
1
-1
/
+1
*
|
|
Merge pull request #858 from SixTrack/fix_CYGWIN64-MSYS
Tim Kientzle
2017-01-28
5
-4
/
+18
|
\
\
\
|
*
|
|
Correctly convert 32-bit time_t to __time64_t
Kyrre Sjobak
2017-01-26
1
-2
/
+4
|
*
|
|
Silence unused-parameter compiler warnings.
Kyrre Sjobak
2017-01-24
1
-0
/
+8
|
*
|
|
Fix signed/unsigned comparison warnings.
Kyrre Sjobak
2017-01-24
2
-2
/
+2
|
*
|
|
Avoid multiple #DEFINEs with the same name
Kyrre Sjobak
2017-01-24
1
-0
/
+4
*
|
|
|
Avoid endless loop when parsing MSZIP signature in cab archives
Martin Matuska
2017-01-25
1
-0
/
+2
*
|
|
|
cpio reader: use strncmp() when comparing against TRAILER!!!
Martin Matuska
2017-01-25
1
-1
/
+2
*
|
|
|
mtree reader: check line length when looking for /set and /unset
Martin Matuska
2017-01-25
1
-4
/
+4
*
|
|
|
WARC reader: do not consider CR or LF as space in xstrpisotime()
Martin Matuska
2017-01-25
1
-1
/
+1
*
|
|
|
Fix possible null pointer dereference in lz4_filter_read_legacy_stream()
Martin Matuska
2017-01-24
1
-0
/
+5
|
/
/
/
*
|
|
Merge pull request #856 from DerDakon/cmake-man-install
Tim Kientzle
2017-01-22
1
-0
/
+18
|
\
\
\
|
*
|
|
CMake: install all manpages
Rolf Eike Beer
2017-01-16
1
-0
/
+18
|
|
/
/
*
|
|
Fail with negative lha->compsize in lha_read_file_header_1()
Martin Matuska
2017-01-19
1
-0
/
+3
*
|
|
Replace archive_acl_count() with archive_acl_types() where possible
Martin Matuska
2017-01-19
5
-29
/
+38
*
|
|
Use HAVE_ACL_TYPE_NFS4 instead of checking against system constant
Martin Matuska
2017-01-17
3
-28
/
+73
|
/
/
*
|
Rework sun_acl_is_trivial() once again
Martin Matuska
2017-01-15
1
-89
/
+83
*
|
Fix two tests on Solaris if compiling with -m64
Alexander Pyhalov
2017-01-15
1
-1
/
+1
*
|
Fix sun_acl_is_trivial() for directories
Martin Matuska
2017-01-15
1
-19
/
+26
*
|
Support extracting NFSv4 ACLs from Solaris tar archives
Martin Matuska
2017-01-15
4
-152
/
+404
*
|
Style fix: replace spaces with tabs
Martin Matuska
2017-01-13
2
-86
/
+86
*
|
Implement ACL triviality check for Solaris
Martin Matuska
2017-01-12
1
-3
/
+159
*
|
Unify platform ACL tests
Martin Matuska
2017-01-11
6
-1025
/
+511
*
|
Make acl_perm_map[] and acl_inherit_map[] more readable
Martin Matuska
2017-01-10
2
-71
/
+62
[next]