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
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Make warning-as-error optional but retain current defaults
Mike Ellery
2018-06-29
1
-5
/
+18
*
|
|
Fix find lib lzma
Ichiro
2019-02-06
1
-1
/
+4
*
|
|
cmake: Add ENABLE_ZSTD option
Michał Górny
2019-01-22
1
-8
/
+13
|
|
/
|
/
|
*
|
Merge pull request #956 from korli/cmakexattr
Martin Matuška
2018-11-26
1
-0
/
+5
|
\
\
|
*
|
CMake: check libgnu for xattr functions on Haiku
Jerome Duval
2017-09-30
1
-0
/
+5
*
|
|
reset CMAKE_REQUIRED_LIBRARIES before checking system headers
Rolf Eike Beer
2018-11-21
1
-0
/
+2
*
|
|
archive_read_support_format_rar5: enable blake2 support via libb2
Martin Matuska
2018-10-06
1
-0
/
+28
*
|
|
Set up 3.3.4dev
Tim Kientzle
2018-09-03
1
-1
/
+1
*
|
|
Check for and include sys/sysmacros.h for GNU libc based systems.
Tim Kientzle
2018-09-01
1
-0
/
+1
|
|
/
|
/
|
*
|
cmake: Fix missing override for LZO2_FOUND
Oleg Shparber
2018-01-26
1
-1
/
+1
*
|
cmake: Add ENABLE_LZ4 option
Oleg Shparber
2018-01-05
1
-8
/
+13
|
/
*
Merge pull request #905 from iburinoc/zstd
Tim Kientzle
2017-08-12
1
-0
/
+25
|
\
|
*
Don't try to use libzstd versions without streaming API
Sean Purcell
2017-05-15
1
-1
/
+3
|
*
Add Zstandard read support
Sean Purcell
2017-05-15
1
-0
/
+23
*
|
Libarchive 3.3.2
v3.3.2
Tim Kientzle
2017-07-09
1
-1
/
+1
|
/
*
dirfd can be implemented as macro, so use a better test case.
Joerg Sonnenberger
2017-04-07
1
-1
/
+4
*
Improve extended attribute support
Martin Matuska
2017-03-23
1
-48
/
+96
*
Add NFSv4 ACL support for Linux via librichacl
Martin Matuska
2017-03-16
1
-15
/
+54
*
Move platform-specific ACL code to individual source files.
Martin Matuska
2017-03-14
1
-63
/
+154
*
Merge branch 'master' of https://github.com/libarchive/libarchive into cng_en...
J. Peter Mugaas
2017-03-05
1
-23
/
+69
|
\
|
*
New tar test: test_option_acls
Martin Matuska
2017-03-02
1
-0
/
+1
|
*
Reorganize ACL defines and fix detection of ACL_SYNCHRONIZE on Mac OS
Martin Matuska
2017-03-02
1
-6
/
+16
|
*
Change Solaris ACL support to use acl() and facl()
Martin Matuska
2017-03-02
1
-15
/
+10
|
*
After the 3.3.1 release, bump the version to 3.3.2dev and go back to debug bu...
Tim Kientzle
2017-02-25
1
-1
/
+1
|
*
Libarchive 3.3.1
v3.3.1
Tim Kientzle
2017-02-25
1
-1
/
+1
|
*
Merge pull request #875 from tpgxyz/master
Martin Matuska
2017-02-24
1
-0
/
+2
|
|
\
|
|
*
fix liblzma.h detect
tpg
2017-02-23
1
-0
/
+2
|
*
|
Fix broken Linux fflags code since kernel 3.7 (Dec 2012)
Martin Matuska
2017-02-24
1
-0
/
+5
|
|
/
|
*
Revert "CMake: fix HAVE_LZMA_STREAM_ENCODER_MT test"
Martin Matuska
2017-02-22
1
-2
/
+0
|
*
CMake: fix HAVE_LZMA_STREAM_ENCODER_MT test
tpg
2017-02-22
1
-0
/
+2
|
*
testsuite: allow 'dev' in version
Pavel Raiskup
2017-02-21
1
-4
/
+4
|
*
Disable automatic detection of liblzo2
Martin Matuska
2017-01-30
1
-16
/
+22
|
*
Add NFSv4 ACL support for Mac OS X
Martin Matuska
2017-01-29
1
-0
/
+4
|
*
Fix typo in comment
Kyrre Sjobak
2017-01-24
1
-1
/
+1
|
*
CMakelists.txt: disable new acl variables if acl is not requested
Martin Matuska
2017-01-24
1
-1
/
+3
|
*
Use HAVE_ACL_TYPE_NFS4 instead of checking against system constant
Martin Matuska
2017-01-17
1
-0
/
+1
|
*
Add POSIX.1e and NFSv4 ACL support for Solaris and derivates
Martin Matuska
2017-01-10
1
-0
/
+20
*
|
Add bcrypt to libaries if BCrypt.h exists to enable Crypto-Next-Generation (C...
J. Peter Mugaas
2016-12-19
1
-0
/
+3
|
/
*
Remove support for liblzmadec and use FindLibLZMA
Martin Matuska
2016-10-26
1
-14
/
+8
*
Merge branch 'fix_acls_inside_subdirs' of https://github.com/mmatuska/libarch...
Tim Kientzle
2016-09-04
1
-0
/
+1
|
\
|
*
Multiple bugfixes for setup_acls()
Martin Matuska
2016-09-04
1
-0
/
+1
*
|
Fix FreeBSD build: prefer struct xvfsconf to struct vfsconf
Tim Kientzle
2016-09-04
1
-0
/
+4
|
/
*
Merge LZMA MP detection from configure.
Joerg Sonnenberger
2016-07-02
1
-0
/
+4
*
Merge struct vfsconf detection from configure for DragonFly.
Joerg Sonnenberger
2016-07-02
1
-0
/
+4
*
Use CMake module "CheckStructHasMember" and remove custom "CheckStructMember"
Jean-Christophe Fillion-Robin
2016-06-22
1
-15
/
+15
*
Fix spelling typos in comments
Brad King
2016-05-02
1
-1
/
+1
*
Default to Windows 7 SDK
Tim Kientzle
2016-04-24
1
-1
/
+1
*
Define NTDDI_VERSION on Windows, default to Windows Server 2003 instead of WinXP
Tim Kientzle
2016-04-24
1
-3
/
+16
*
Define INT32_MAX and INT32_MIN for older compilers
Tim Kientzle
2016-04-24
1
-0
/
+2
*
Support CMake build on AIX
Eric N. Vander Weele
2016-04-04
1
-0
/
+17
[prev]
[next]