]> git.ipfire.org Git - thirdparty/libarchive.git/history - libarchive_fe
Release 3.7.4
[thirdparty/libarchive.git] / libarchive_fe /
2024-04-13  Tobias StoeckmannImprove newline handling on Windows (#2115)
2023-12-08  Emil VelikovMinor __LA_NORETURN inspired fixes (#2028)
2023-12-04  AtariDreamsReplace __LA_DEAD with __LA_NORETURN (#2000)
2023-11-21  Brooks DavisVCSid removal (#2017)
2023-07-13  uyjulianProperly guard calls to sigaction
2022-02-06  Martin MatuškaMerge pull request #1170 from kidandcat/patch-1
2020-01-22  zoulascAdd printf attributes to the printflike functions used...
2019-06-11  Marc EspieRemove unused members of struct lafe_line_reader
2019-06-09  Martin MatuskaMerge lib/libc/gen/readpassphrase.c v 1.27 from OpenBSD
2016-06-28  Tim KientzleMerge pull request #727 from jcfr/use-cmake-builtin...
2016-06-22  Joerg SonnenbergerOlder Solaris at least has no _PATH_TTY, so provide...
2016-06-21  Tim KientzleMerge pull request #726 from mmatuska/cpio_version
2016-06-21  Joerg SonnenbergerSIGRTMAX doesn't exist on all systems, so compute the...
2016-06-21  Joerg SonnenbergerFix argument range of ctype functions.
2016-06-09  Tim KientzleMerge pull request #714 from finetjul/support-extended...
2016-06-03  Tim KientzleMerge pull request #603 from Tarsnap/add-entry-allocati...
2016-05-12  Tim KientzleMerge pull request #702 from mmatuska/bsdcat_warnings
2016-05-12  Tim KientzleMerge pull request #703 from mmatuska/libarchive_fe_static
2016-05-11  Martin MatuskaDeclare lafe_progname static 703/head
2016-03-23  Tim KientzleIssue 675: SIGRTMAX can be non-constant, so allocate...
2016-03-23  Tim KientzleMerge branch 'master' of github.com:libarchive/libarchive
2016-03-22  Tim KientzleMerge pull request #617 from chenxiaolong/ifdef-statvfs...
2016-03-22  Tim KientzleMerge pull request #663 from vapier/master
2016-03-22  Tim KientzleMerge pull request #672 from ericvw/nsig_sigrtmax
2016-03-18  Eric N. Vander WeeleReplace usage of _NSIG with SIGRTMAX 672/head
2015-01-26  Tim KientzleMerge branch 'master' of github.com:libarchive/libarchive
2015-01-22  Tim KientzleMerge pull request #97 from alkino/master
2015-01-22  Tim KientzleMerge pull request #83 from kjk/master
2015-01-22  Tim KientzleMerge pull request #99 from sikoragmbh/fix-windows...
2015-01-19  Martin Müllenhauptfix capitalized windows includes 99/head
2014-12-14  Tim KientzleMerge branch 'patch-1' of https://github.com/vlovich...
2014-10-13  Michihiro NAKAJIMAMerge pull request #85 from purpleKarrot/master
2014-10-13  Michihiro NAKAJIMAImplement readpassphrase function, which read a passphr...
2014-10-12  Michihiro NAKAJIMAInclude stdlib.h to avoid build failure on Windows.
2014-09-21  Michihiro NAKAJIMAFix build failure on Ubuntu.
2014-09-21  Michihiro NAKAJIMAImplement reading a passphrase from ttys.
2014-04-16  Tim KientzleMerge pull request #77 from biometrics/additional_libs_...
2014-04-15  Tim KientzleMerge pull request #76 from biometrics/additional_libs_...
2014-04-12  Tim KientzleMerge pull request #75 from biometrics/additional_libs_...
2013-12-25  Tim KientzleMerge branch 'master' of github.com:kientzle/libarchive...
2013-12-25  Tim KientzleMerge recent changes from libarchive master repository.
2013-12-20  Tim KientzleMerge branch 'encryption_detection' of github.com:kwk...
2013-12-20  Tim KientzleMerge branch 'archive-version-details' of github.com...
2013-12-20  Tim KientzleMerge branch 'local_coverage' of github.com:kwk/libarch...
2013-12-20  Tim KientzleRefactor lafe_setprogname slightly to avoid the repeate...
2013-12-20  Tim KientzleMerge branch 'master' of github.com:jymigeon/libarchive...
2013-09-06  Jean-Yves MigeonHide *lafe_progname and provide getter/setter instead. 47/head
2012-03-26  Tim KientzleMerge master into release.
2012-02-28  Joerg SonnenbergerMerge pull request #6 from jsonn/master
2012-02-28  Joerg SonnenbergerAllow format string checking with GCC. 6/head
2012-02-12  Michihiro NAKAJIMAIntroduce archive_match_exclude_pattern_from_file(_w...
2012-02-07  Michihiro NAKAJIMARename archive_matching to archive_match.
2012-01-30  Brad KingMerge libarchive 3.0
2012-01-19  Brad KingMerge libarchive 2.8
2012-01-18  Michihiro NAKAJIMAFix build failure at libarchive_fe.
2012-01-18  Michihiro NAKAJIMAUse archive_matching API at both bsdcpio and bsdtar...
2012-01-08  Tim KientzleMerge Ulrich Spoerlein's spelling fixes from trunk.
2012-01-08  Tim KientzleSpelling fixes from Ulrich Spoerlein.
2011-12-24  Tim KientzleVarious fixes from FreeBSD.
2011-08-16  Colin PercivalRemove unnecessary call to strlen; we already know...
2010-10-06  Tim KientzleAccept both '!' and '^' for a negated character class.
2010-04-11  Tim KientzleImprove the testing of tar -X and try to correctly...
2010-03-07  Joerg SonnenbergerMerge r1922:
2010-02-20  Joerg SonnenbergerSimplify the line reader:
2010-02-20  Joerg SonnenbergerThe second argument for lafe_line_reader has been chang...
2010-01-06  Michihiro NAKAJIMARemove unreachable code.
2009-12-18  Michihiro NAKAJIMADon't use _getcwd and _strdup on Borland C Compiler.
2009-12-07  Brad KingMerge libarchive 2.7
2009-11-09  Michihiro NAKAJIMATeach it to compiler and analyzer that function `lafe_e...
2009-11-01  Tim KientzleMake the __FBSDID() handling more platform-agnostic...
2009-08-23  Tim KientzleTest various line separators in -T input, including...
2009-07-27  Tim KientzleWindows _strdup nonsense.
2009-05-26  Joerg SonnenbergerRefactor common frontend code into a separate library.