]> git.ipfire.org Git - thirdparty/libarchive.git/shortlog
thirdparty/libarchive.git
2011-04-08  Michihiro NAKAJIMAUse of mbrtowc/wcrtomb is slower than use of WideCharTo...
2011-04-08  Michihiro NAKAJIMAPax format uses only both BINARY and UTF-8 to its heade...
2011-04-08  Michihiro NAKAJIMAFollowing tests are now for all platform not only Windows.
2011-04-08  Michihiro NAKAJIMASimplify sparse test code.
2011-04-08  Michihiro NAKAJIMAUse of archive_strcat() in archive_string_append_from_w...
2011-04-08  Michihiro NAKAJIMAOn Windows Correctly handle a directory file at archive...
2011-04-08  Michihiro NAKAJIMAUse mbstowcs() at __la_win_permissive_name() instead...
2011-04-08  Michihiro NAKAJIMAOn Windows, Improve a conversion MBS<==>WCS to be relat...
2011-04-07  Michihiro NAKAJIMAAdd filenames conversion tests for Windows.
2011-04-07  Michihiro NAKAJIMAAdd some test for zip reader.
2011-04-07  Michihiro NAKAJIMAThe filenames in pax should be written in UTF-8 without...
2011-04-07  Michihiro NAKAJIMARemove old, redundant test code.
2011-04-07  Michihiro NAKAJIMAUpdate Windows CodePage look-up table.
2011-04-07  Michihiro NAKAJIMAIntroduce
2011-04-07  Michihiro NAKAJIMADrop a use of CRL function _get_current_locale(), which...
2011-04-07  Michihiro NAKAJIMAAllow hdrcharset=UTF-8 to pax writer because libarchive...
2011-04-06  Michihiro NAKAJIMAUnbreak build on msys.
2011-04-06  Michihiro NAKAJIMACopy lib-link.m4,lib-prefix.m4 and lib-ld.m4 from
2011-04-06  Michihiro NAKAJIMARename archive_string_append_from_unicode_to_mbs back...
2011-04-06  Michihiro NAKAJIMASimply choose a header encoding on pax writer.
2011-04-06  Michihiro NAKAJIMARename "charset" option to "hdrcharset" since the name...
2011-04-04  Roman Neuhausertest_archive_string.c tests archive_string_sprintf...
2011-04-04  Roman Neuhausertest_archive_string.c tests archive_strncpy
2011-04-04  Roman Neuhausertest_archive_string.c: tests for some archive_string...
2011-04-04  Roman Neuhauserarchive_read_support_format_xar.c: multiple fixes based...
2011-04-04  Roman Neuhauserarchive_read_support_format_tar.c: fix looming buffer...
2011-04-04  Roman Neuhauserarchive_read_support_format_cpio.c: archive_set_error...
2011-04-04  Roman Neuhauserarchive_read_support_format_iso9660.c: plug looming...
2011-04-04  Roman Neuhauserremove archive_read_get_bidder macro again
2011-04-04  Michihiro NAKAJIMAGive the API caller a memory allocation failure of...
2011-04-04  Michihiro NAKAJIMAThis change almost revert r3148,r3149 because of my...
2011-04-03  Tim KientzleIf someone disables ENABLE_ACL or ENABLE_XATTR, we...
2011-04-03  Tim KientzleChange the charset to codepage translation to be
2011-04-03  Michihiro NAKAJIMAAdd a few charset to be translated into Windows codepage.
2011-04-02  Michihiro NAKAJIMAProperly check a character-set name in hdrcharset of...
2011-04-02  Michihiro NAKAJIMAAccording to IEEE Std 1003.1-2001, we can use following...
2011-04-01  Michihiro NAKAJIMAFix a replacement of Windows path separator in CP932...
2011-04-01  Michihiro NAKAJIMAAdd a new line to the end of archive_read_disk_entry_fr...
2011-04-01  Michihiro NAKAJIMAImprove the windows version of archive_read_disk_entry_...
2011-04-01  Michihiro NAKAJIMACorrect a type of a file offset;s/off_t/int64_t/
2011-03-31  Michihiro NAKAJIMAIf futimens() defined in POSIX.1-2008 is available...
2011-03-31  Michihiro NAKAJIMADetect futimesat.
2011-03-30  Roman Neuhauserarchive_write_set_format_pax.c: s/__archive_errx/archiv...
2011-03-30  Roman Neuhauserarchive_write_set_format_pax.c: s/__archive_errx/archiv...
2011-03-30  Roman Neuhauserarchive_read_support_format_tar.c: s/__archive_errx...
2011-03-30  Roman Neuhauserarchive_write_set_format_shar.c: s/__archive_errx/archi...
2011-03-30  Roman Neuhauserarchive_read_support_format_iso9660.c: s/__archive_errx...
2011-03-30  Roman Neuhauserarchive_read_support_format_cpio.c: s/__archive_errx...
2011-03-30  Roman Neuhauserarchive_read.c: s/__archive_errx/archive_set_error/
2011-03-30  Roman Neuhauserarchive_read.c: s/__archive_errx/archive_set_error...
2011-03-30  Roman Neuhausertest argument handling in archive_read_open2
2011-03-30  Roman Neuhauserconfig.h.in~ should not be versioned
2011-03-30  Michihiro NAKAJIMACorrect a print format of test failure log for file...
2011-03-30  Roman Neuhauserarchive_string.c: 2x uninitialized variable in utf16...
2011-03-29  Michihiro NAKAJIMAOn Windows, use _fseeki64() instead of fseek() for...
2011-03-29  Michihiro NAKAJIMARemove unused definitions in archive_windows.h
2011-03-29  Michihiro NAKAJIMAGet the current codepage through _get_current_locale...
2011-03-29  Michihiro NAKAJIMASpace ==> Tab.
2011-03-29  Michihiro NAKAJIMAOn Windows, improve a replacement of '\' character...
2011-03-29  Michihiro NAKAJIMAUse of mbrtowc is wasteful to check if all MBS can...
2011-03-29  Michihiro NAKAJIMAUse archive_string_conv object for the test to know...
2011-03-28  Roman Neuhauserdoc/update.sh does not break on missing output dirs...
2011-03-28  Roman Neuhauserclient and example programs use archive_read_support_fi...
2011-03-28  Roman Neuhausertests use archive_read_support_filter_*()
2011-03-28  Roman Neuhauserarchive_read_support_compression_*() -> archive_read_su...
2011-03-28  Roman Neuhauserarchive_read_support_compression_*.c -> archive_read_su...
2011-03-28  Michihiro NAKAJIMAClean up archive_windows.c and update its comment.
2011-03-28  Michihiro NAKAJIMARemove a use of WideChartoMultiByte/MultiByteToWideChar...
2011-03-28  Michihiro NAKAJIMAFix a memory free bug.
2011-03-28  Michihiro NAKAJIMAImprove character-set conversion functions.
2011-03-28  Roman Neuhauserarchive_errno, archive_error_string info in man pages...
2011-03-28  Roman Neuhauserman pages: document archive_read_support_filter_XXX
2011-03-28  Roman Neuhauserdoc/update.sh does not break on missing output dirs
2011-03-28  Roman Neuhauserlibarchive_changes.3: changes in libarchive interface
2011-03-28  Roman Neuhauserarchive_entry.3: two typos
2011-03-28  Roman Neuhauserarchive_write.3: indentation fixes in example
2011-03-28  Roman Neuhauserarchive_write.3: narrative moved from libarchive.3...
2011-03-28  Roman Neuhauserarchive_write.3: w/o stuff that's now documented elsewhere
2011-03-28  Roman Neuhauserarchive_write_free.3: archive_write_{close,free}
2011-03-28  Roman Neuhauserarchive_write_finish_entry.3: separate man page
2011-03-28  Roman Neuhauserarchive_write_data.3: archive_write_data man page
2011-03-28  Roman Neuhauserarchive_write_header.3: archive_write_header man page
2011-03-28  Roman Neuhauserarchive_write_open.3: archive_write_open et al
2011-03-28  Roman Neuhauserarchive_write_blocksize.3: archive_write_set_bytes_per_...
2011-03-28  Roman Neuhauserarchive_write_filter.3: archive_write_set_filter_XXX
2011-03-28  Roman Neuhauserarchive_write_format.3: archive_write_set_format_XXX
2011-03-28  Roman Neuhauserarchive_write_new.3: archive_write_new has its own...
2011-03-28  Roman Neuhauserarchive_read.3: reading archives narrative moved from...
2011-03-28  Roman Neuhauserarchive_read_header.3: archive_read_next_header* functions
2011-03-28  Roman Neuhauserarchive_read_extract.3: archive_read_extract* functions
2011-03-28  Roman Neuhauserarchive_read_free.3: archive_read_{close,free}
2011-03-28  Roman Neuhauserarchive_read_new.3: archive_read_new has its own man...
2011-03-28  Roman Neuhauserarchive_read_data.3: consumers extracted from archive_r...
2011-03-28  Roman Neuhauserarchive_read_open.3: archive_read_open et al
2011-03-28  Roman Neuhauserarchive_read_format.3: archive_read_support_format_XXX
2011-03-28  Roman Neuhauserarchive_read_filter.3: archive_read_support_compression_XXX
2011-03-27  Michihiro NAKAJIMAOn Windows test_fuzz sometimes failed by fopen error...
2011-03-26  Michihiro NAKAJIMAAdd support for charset option to xar reader although...
2011-03-26  Tim KientzleIssue 151: clients and filters are now guaranteed to...
2011-03-26  Michihiro NAKAJIMAIn Zip writer, set bit 11(stored filename charset is...
next