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
Commit message (
Expand
)
Author
Age
Files
Lines
*
cpio/cpio.c: avoid calling strlen() for destdir twice
Martin Matuska
2020-03-02
2
-8
/
+8
*
Safe writes: delete temporary file if rename fails
Martin Matuska
2020-02-29
2
-2
/
+4
*
CI: GitHub Actions: use C:\windows\system32\tar.exe as tar on Windows
Martin Matuska
2020-02-28
1
-4
/
+4
*
bsdcpio_test: from_hex() needs to be an uint32_t
Martin Matuska
2020-02-27
1
-15
/
+18
*
XAR reader: initialize file_queue with 0 and memcpy() if allocated only
Martin Matuska
2020-02-27
1
-4
/
+13
*
CI: use static CMake build of liblzma
Martin Matuska
2020-02-26
1
-10
/
+20
*
CI: various adjustments
Martin Matuska
2020-02-25
7
-31
/
+12
*
archive_read.c: silence UBSan warning about undefined behavior
Kamil Rytarowski
2020-02-25
1
-8
/
+9
*
Merge pull request #1331 from cure/patch-1
Martin Matuška
2020-02-23
1
-1
/
+1
|
\
|
*
New ASCII format: fix hard link description
Ward Vandewege
2020-02-13
1
-1
/
+1
|
/
*
XAR writer: initialize size with 0 in xar_write_data()
Martin Matuska
2020-02-13
1
-1
/
+2
*
Solve warning by excluding more code to _WIN32 in file_open()
Martin Matuska
2020-02-13
1
-0
/
+4
*
Add testcase for ZIPX files with LZMA_STREAM_END marker
Martin Matuska
2020-02-13
3
-0
/
+70
*
CI: add external binary static xz to Windows build
Martin Matuska
2020-02-12
1
-6
/
+20
*
Constify name in __archive_write_entry_filetype_unsupported()
Martin Matuska
2020-02-12
1
-1
/
+1
*
Libarchive 3.4.3dev
Martin Matuska
2020-02-12
5
-7
/
+7
*
Libarchive 3.4.2
v3.4.2
Martin Matuska
2020-02-11
5
-4
/
+6
*
Add script to generate release files with Docker.
Martin Matuska
2020-02-11
2
-0
/
+19
*
Unlink before creating a hardlink on Windows
Martin Matuska
2020-02-11
1
-3
/
+15
*
Merge pull request #1330 from zoulasc/master
Martin Matuška
2020-02-11
1
-0
/
+7
|
\
|
*
Just like the hard link case, for symlinks we need to remove first
zoulasc
2020-02-10
1
-0
/
+7
|
/
*
Update NEWS
Martin Matuska
2020-02-10
1
-0
/
+6
*
RAR5 reader: use %zu to sprintf() size_t
Martin Matuska
2020-02-10
1
-1
/
+1
*
CI Windows: download zlib and bzip2 from cloned repositories
Martin Matuska
2020-02-09
1
-5
/
+5
*
CI: generate and publish build artifacts on GitHub actions
Martin Matuska
2020-02-09
3
-5
/
+37
*
CI: build and use bzip2 on Windows from GiLab repository
Martin Matuska
2020-02-08
1
-8
/
+34
*
Merge pull request #1329 from bradking/string-append-wcs-overflow
Martin Matuška
2020-02-07
1
-1
/
+2
|
\
|
*
Fix possible heap-buffer-overflow in archive_string_append_from_wcs on Windows
Brad King
2020-02-06
1
-1
/
+2
*
|
RAR5 reader: do not mutate a global variable
Martin Matuska
2020-02-07
1
-21
/
+30
*
|
CI: exit with error on failure in Visual Studio stages
Martin Matuska
2020-02-07
1
-3
/
+3
*
|
7z reader: support Delta filter with values 2-256
Martin Matuska
2020-02-06
5
-1
/
+826
|
/
*
Merge pull request #1326 from antekone/rar5_ossfuzz_20459
Martin Matuška
2020-02-02
4
-2
/
+39
|
\
|
*
RAR5 reader: reject files that declare invalid header flags
Grzegorz Antoniak
2020-02-02
4
-2
/
+39
|
/
*
Merge pull request #1324 from bradking/solaris-11.4
Martin Matuška
2020-02-01
1
-4
/
+5
|
\
|
*
libarchive: Fix detection of 'major' on Solaris 11.4
Brad King
2020-01-30
1
-4
/
+5
*
|
Fix use after free in ISO9660 and XAR writer
Martin Matuska
2020-02-01
3
-12
/
+20
*
|
Update filter and format options in manual pages.
Martin Matuska
2020-01-31
3
-57
/
+242
*
|
mtree reader: initialize checkfs with 0
Martin Matuska
2020-01-31
1
-0
/
+1
|
/
*
Cmake MSVC: replace warning C4061 with C4062
Martin Matuska
2020-01-28
1
-3
/
+3
*
test_write_format_xar: add "none" options to test
Martin Matuska
2020-01-26
1
-0
/
+3
*
PAX writer: fix return-on-error memory leaks in archive_write_pax_header()
Martin Matuska
2020-01-26
1
-21
/
+64
*
PAX writer: fix entry uname or gname longer than 32 characters
Martin Matuska
2020-01-26
2
-6
/
+56
*
Unify unsupported entry file type error message in writer
Martin Matuska
2020-01-25
15
-64
/
+119
*
XAR writer: fix compression output buffer handling
Martin Matuska
2020-01-23
2
-10
/
+54
*
CI: make mingw32-make verbose
Martin Matuska
2020-01-23
1
-2
/
+2
*
Add printf attributes to the printflike functions used in tests and fix
zoulasc
2020-01-23
38
-79
/
+106
*
RAR5 reader: refactored parse_tables() a little bit
Grzegorz Antoniak
2020-01-22
1
-21
/
+19
*
Update archive_read_support_format_rar5.c
MonkeybreadSoftware
2020-01-22
1
-58
/
+63
*
CI: raise error if MinGW tests fail
Martin Matuska
2020-01-22
1
-1
/
+1
*
Fix error when overwriting files on Windows
Martin Matuska
2020-01-22
1
-15
/
+21
[next]