]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2012-01-11  Brad KingInclude linux/types.h before linux/fiemap.h
2012-01-11  Brad KingDefine _XOPEN_SOURCE=500 on HP-UX
2012-01-11  Brad KingCleanup after ZLIB_WINAPI check
2012-01-11  Brad KingCheck for 'struct statvfs' member 'f_iosize'
2012-01-11  Brad KingDo not use ST_NOATIME if not defined
2012-01-11  Brad KingFix var decl after statement in archive_string.c
2012-01-11  Brad KingFix Windows NT API usage in VS 6
2012-01-11  Brad KingCast mode constants to mode_t in case it is signed
2012-01-11  Brad KingReplace integer constant LL suffix with cast to int64_t
2012-01-11  Brad KingDeclare mbstate_t and wcrtomb for Borland
2012-01-11  Brad KingImplement custom lseek for Borland
2012-01-11  Brad KingFix typo in CheckFileOffsetBits
2012-01-11  Michihiro NAKAJIMAIssue 223. Revise r4120 and merge r4122 from trunk.
2012-01-11  Michihiro NAKAJIMABe more portable way to test if the current filesytem...
2012-01-11  Michihiro NAKAJIMAAvoid possibility to pass zero to the first argument...
2012-01-10  Michihiro NAKAJIMAIssue 223. Merge from r4119 from trunk.
2012-01-10  Michihiro NAKAJIMADo not try a test restoring atime when the filesytem...
2012-01-10  Tim KientzleMerge fixes for Issue 222 from trunk: Write entry...
2012-01-10  Tim KientzleMerge from trunk: whitespace cleanup.
2012-01-10  Tim KientzleMerge from trunk: Allow building on systems that lack...
2012-01-10  Tim KientzleMerge from trunk: always-true comparison.
2012-01-10  Tim KientzleMerge from trunk: Minor compiler warning cleanup.
2012-01-10  Tim KientzleRecord already-merged changes.
2012-01-10  Tim KientzleRecord already-merged change.
2012-01-10  Tim KientzleRecord already-merged changes.
2012-01-10  Tim KientzleMerge spelling fixes from trunk.
2012-01-10  Tim KientzleRecord already-merged change.
2012-01-10  Tim KientzleRecord already-merged changes.
2012-01-10  Tim KientzleMerge r4106 to fix Issue 221.
2012-01-10  Tim KientzleAllow archive_*_free(NULL) to succeed.
2012-01-09  Michihiro NAKAJIMAFix a handling of spase file more. It wrote extra...
2012-01-09  Michihiro NAKAJIMAAdd a test for archiving sparse files with pax writer.
2012-01-09  Tim KientzleIssue 222: Ouch! Pax writer doesn't correctly disassem...
2012-01-09  Michihiro NAKAJIMAMerge r4097 from trunk.
2012-01-09  Michihiro NAKAJIMAFix a handling of sparse files in bsdtar.(Not issue...
2012-01-09  Michihiro NAKAJIMAIf linux major version is 3 or later we can test sparse...
2012-01-08  Tim KientzleMerge Ulrich Spoerlein's spelling fixes from trunk.
2012-01-08  Tim KientzleLast of Ulrich Spoerlein's spelling fixes.
2012-01-08  Tim KientzleSpelling fixes from Ulrich Spoerlein
2012-01-08  Tim KientzleSpelling fixes from Ulrich Spoerlein.
2012-01-07  Michihiro NAKAJIMAIntroduce archive_read_disk_disable_mac_copyfile()...
2012-01-06  Michihiro NAKAJIMAThe size of output buffer should be the multiple number...
2012-01-05  Michihiro NAKAJIMASwitch directory traversals code in bsdtar from tar...
2012-01-05  Michihiro NAKAJIMAMake sure remaining asynchronous reads are canceled...
2012-01-04  Michihiro NAKAJIMAClean up: style fix and remove unneeded statements...
2012-01-04  Michihiro NAKAJIMARemove POSIX specific code about taking care of ftrunca...
2012-01-04  Michihiro NAKAJIMAUse OVERLAOPED data with WriteFile API instead of SetFi...
2012-01-04  Michihiro NAKAJIMAImprove handing a wildcard which has "//?/" prefix.
2012-01-04  Michihiro NAKAJIMAAvoid a warning on Visual Studio.
2012-01-04  Tim KientzleIssue 219: 'size' variable should be signed, to detect...
2012-01-04  Michihiro NAKAJIMAStyle fix. <space> ==> <tab>.
2012-01-04  Michihiro NAKAJIMAClean up; remove unused including files and macros...
2012-01-04  Michihiro NAKAJIMAImplement asynchronous read in directory traversals...
2012-01-03  Michihiro NAKAJIMAFix one of issue 219; remove an unnecessary check.
2012-01-03  Michihiro NAKAJIMAIn the directory traversals on Windows, a unit size...
2012-01-01  Michihiro NAKAJIMARename archive_read_disk_set_time_filter_callback to...
2012-01-01  Michihiro NAKAJIMASet uname and gname before calling a time filter callback.
2011-12-31  Michihiro NAKAJIMAAdd a test for --nodump option.
2011-12-31  Michihiro NAKAJIMAIntroduce canNodump and assertNodump to bsdtar_test...
2011-12-31  Michihiro NAKAJIMAEnable canNodump and assertNodump on linux and move...
2011-12-31  Michihiro NAKAJIMAIntroduce archive_read_disk_honor_nodump() to eliminate...
2011-12-31  Tim KientzleMerge r4050 from trunk to fix Issue 212.
2011-12-31  Tim KientzleIssue 212: A more accurate way to determine if a partu...
2011-12-31  Michihiro NAKAJIMAIntroduce archive_read_disk_set_name_filter_callback...
2011-12-30  Tim KientzleMerge r4047 from trunk to fix Issue 218.
2011-12-30  Tim KientzleIssue 218: Suppress extracting the body only if we...
2011-12-30  Tim KientzleMerge r4045 from trunk to fix Issue 217.
2011-12-30  Tim KientzleIssue 217: build warning about uninitialized variable.
2011-12-30  Michihiro NAKAJIMAIssue 216: bsdtar output truncated.
2011-12-30  Michihiro NAKAJIMAIssue 216: bsdtar output truncated.
2011-12-30  Michihiro NAKAJIMAImprove test utilities to correctly detect the Windows...
2011-12-30  Tim KientzleIssue 214: Don't require MNT_NOATIME
2011-12-30  Tim KientzleIssue 214: Don't require MNT_NOATIME
2011-12-30  Tim KientzleMerge from trunk: Don't use copyfile() when it's not...
2011-12-30  Tim KientzleDon't try to use copyfile with older Mac OS SDKs that...
2011-12-29  Michihiro NAKAJIMAIntroduce archive_read_disk_can_descend to know whether...
2011-12-29  Tim KientzleBump trunk to 3.0.900a so it will be ready to
2011-12-29  Tim KientzleRequire CMake 2.8 and drop the workaround for older...
2011-12-29  Tim KientzleRequire CMake 2.8 and drop some workarounds for older...
2011-12-29  Tim KientzleMerge from trunk: Use a more portable grep incantation.
2011-12-29  Tim KientzleDon't use -e option to grep (Solaris 10 doesn't have...
2011-12-29  Michihiro NAKAJIMAImprove directory traversals on Windows to correctly...
2011-12-28  Michihiro NAKAJIMAIssue 210. Merge from r4022 from trunk.
2011-12-28  Michihiro NAKAJIMAIssue 210. Plug memory leak on Windows.
2011-12-28  Michihiro NAKAJIMAIssue 206. Merge from r4020 from trunk.
2011-12-28  Michihiro NAKAJIMAIssue 206.
2011-12-27  Michihiro NAKAJIMAIssue 208: test_write_compress_program hangs.
2011-12-27  Michihiro NAKAJIMAFix issue 208, test_write_compress_program hangs.
2011-12-26  Michihiro NAKAJIMAIssue 204: Merge r4014 from trunk.
2011-12-26  Michihiro NAKAJIMAIssue 204: Merge r4014 from trunk.
2011-12-26  Michihiro NAKAJIMAIssue 204: Fix shadowed local in archive_read_support_f...
2011-12-26  Michihiro NAKAJIMASet CMAKE_BUILD_TYPE to "Release".
2011-12-26  Michihiro NAKAJIMAMerge r4011 from trunk.
2011-12-26  Michihiro NAKAJIMAOn Windows, Trim "//?/" prefix from the path since...
2011-12-26  Michihiro NAKAJIMAAvoid test_write_disk_lookup failure on Windows.
2011-12-26  Michihiro NAKAJIMAAvoid test_write_disk_lookup failure on Windows.
2011-12-26  Michihiro NAKAJIMAAvoid the bug of GetFullPathNameW.
2011-12-26  Michihiro NAKAJIMAAvoid the bug of GetFullPathNameW.
2011-12-26  Michihiro NAKAJIMAIssue 203. Fix build failure without PATH_MAX.
2011-12-26  Michihiro NAKAJIMAAvoid an extra copy of a script path, and, as a part...
next