2012-02-25 |
Martin Matuska | Various manpage metadata fixes 5/head |
commit | commitdiff | tree |
2012-02-25 |
Michihiro NAKAJIMA | Enable C4254,C4295,C4514 and C4702 on MSVC. |
commit | commitdiff | tree |
2012-02-25 |
Michihiro NAKAJIMA | Make CMAKE_C_FLAGS_DEBUG readable. |
commit | commitdiff | tree |
2012-02-24 |
Andres Mejia | Add NEWS about where the mailing lists have stayed. |
commit | commitdiff | tree |
2012-02-24 |
Andres Mejia | Add -Wformat and -Wformat-security to default CFLAGS... |
commit | commitdiff | tree |
2012-02-24 |
Andres Mejia | Make warnings enabled match what is enabled for cmake... |
commit | commitdiff | tree |
2012-02-22 |
Michihiro NAKAJIMA | A header check for iconv.h should be done after AM_ICON... |
commit | commitdiff | tree |
2012-02-22 |
Michihiro NAKAJIMA | Enable bsdtar -s option on Windows with libregex and... |
commit | commitdiff | tree |
2012-02-22 |
Michihiro NAKAJIMA | For MSVC, /WX option should be set to CMAKE_C_FLAGS_... |
commit | commitdiff | tree |
2012-02-22 |
Michihiro NAKAJIMA | Avoid a miss detection of iconv prototype after we... |
commit | commitdiff | tree |
2012-02-22 |
Michihiro NAKAJIMA | Fix build failure on MSYS: rename a variable name ... |
commit | commitdiff | tree |
2012-02-21 |
Michihiro NAKAJIMA | On Windows, make sure libarchive does not store the... |
commit | commitdiff | tree |
2012-02-20 |
Michihiro NAKAJIMA | On Windows, it is possible that the program name should... |
commit | commitdiff | tree |
2012-02-20 |
Michihiro NAKAJIMA | Properly remove leading slash letters and Windows drive... |
commit | commitdiff | tree |
2012-02-20 |
Michihiro NAKAJIMA | Correct console I/O on Windows. Use CONIN$ and CONOUT... |
commit | commitdiff | tree |
2012-02-20 |
Michihiro NAKAJIMA | Fix a format parameter for a wide string in archive_wri... |
commit | commitdiff | tree |
2012-02-19 |
Michihiro NAKAJIMA | Enable built-in functions on MSVC. |
commit | commitdiff | tree |
2012-02-19 |
Michihiro NAKAJIMA | Enable aggressive warnings C4061,C4296,C4389 and C4505... |
commit | commitdiff | tree |
2012-02-19 |
Michihiro NAKAJIMA | Enable an aggressive warning C4706 on MSVC. |
commit | commitdiff | tree |
2012-02-19 |
Michihiro NAKAJIMA | Do not overwrite the default setting of CMAKE_C_FLAGS... |
commit | commitdiff | tree |
2012-02-19 |
Michihiro NAKAJIMA | Improve setting for compiling options for Rebug and... |
commit | commitdiff | tree |
2012-02-19 |
Michihiro NAKAJIMA | Treat warnings as error on MSVC. |
commit | commitdiff | tree |
2012-02-19 |
Michihiro NAKAJIMA | Fix a long standing warning at archive_ppmd7.c on Visua... |
commit | commitdiff | tree |
2012-02-18 |
Michihiro NAKAJIMA | On Visual Studio, Enable Warning 4244: 'conversion... |
commit | commitdiff | tree |
2012-02-18 |
Michihiro NAKAJIMA | Correct a variable type. |
commit | commitdiff | tree |
2012-02-18 |
Michihiro NAKAJIMA | Issue 243: CAB decompression doesn't work when libarchi... |
commit | commitdiff | tree |
2012-02-17 |
Michihiro NAKAJIMA | Fix remaining build failure in agressive warnings. |
commit | commitdiff | tree |
2012-02-17 |
Michihiro NAKAJIMA | Make definitions, which I recently added, in archive... |
commit | commitdiff | tree |
2012-02-16 |
Michihiro NAKAJIMA | Fix build failure in aggressive warnings on msys. |
commit | commitdiff | tree |
2012-02-16 |
Michihiro NAKAJIMA | Fix up remaing work to turn to the current directory... |
commit | commitdiff | tree |
2012-02-15 |
Michihiro NAKAJIMA | Fix build failure on linux |
commit | commitdiff | tree |
2012-02-15 |
Michihiro NAKAJIMA | Fix test failure without zlib. |
commit | commitdiff | tree |
2012-02-15 |
Michihiro NAKAJIMA | Fix issue 242:libarchive-3.0.3 fails to build with... |
commit | commitdiff | tree |
2012-02-15 |
Michihiro NAKAJIMA | Fix issue 241:CAB decompression not 64bit compatible. |
commit | commitdiff | tree |
2012-02-15 |
Michihiro NAKAJIMA | Improve directory traversals on POSIX system. Delay... |
commit | commitdiff | tree |
2012-02-15 |
Michihiro NAKAJIMA | Minor clean up; remove duplicate code at directory... |
commit | commitdiff | tree |
2012-02-14 |
Michihiro NAKAJIMA | Fix build failure on FreeBSD/powerpc64. |
commit | commitdiff | tree |
2012-02-14 |
Michihiro NAKAJIMA | Fix issue 237. |
commit | commitdiff | tree |
2012-02-14 |
Michihiro NAKAJIMA | Fix build failure in aggressive warnings on FreeBSD... |
commit | commitdiff | tree |
2012-02-12 |
Michihiro NAKAJIMA | Slightly simplify time_excluded funtion and add a check... |
commit | commitdiff | tree |
2012-02-12 |
Michihiro NAKAJIMA | Introduce archive_match_exclude_pattern_from_file(_w... |
commit | commitdiff | tree |
2012-02-09 |
Michihiro NAKAJIMA | Add a description of 7-Zip into README. |
commit | commitdiff | tree |
2012-02-09 |
Michihiro NAKAJIMA | Fix build failure in aggressive warnings |
commit | commitdiff | tree |
2012-02-09 |
Michihiro NAKAJIMA | Enable aggressive warning options, -Wextra -Wunused... |
commit | commitdiff | tree |
2012-02-09 |
Michihiro NAKAJIMA | If a zip archive file is corruped, the compression... |
commit | commitdiff | tree |
2012-02-08 |
Michihiro NAKAJIMA | Fix build failure with -Wcast-qual GCC option since... |
commit | commitdiff | tree |
2012-02-08 |
Michihiro NAKAJIMA | Fix build failure with -Wmissing-prototypes GCC option... |
commit | commitdiff | tree |
2012-02-08 |
Michihiro NAKAJIMA | Fix build failure with -Wshadow GCC option since it... |
commit | commitdiff | tree |
2012-02-08 |
Michihiro NAKAJIMA | Fix build failure with -Wextra -Wunused GCC options... |
commit | commitdiff | tree |
2012-02-08 |
Michihiro NAKAJIMA | Code quality: |
commit | commitdiff | tree |
2012-02-08 |
Michihiro NAKAJIMA | Make archive_match_owner_exclude fast by sorting id... |
commit | commitdiff | tree |
2012-02-08 |
Michihiro NAKAJIMA | Seperate internal functions set_timefilter_pathname... |
commit | commitdiff | tree |
2012-02-08 |
Michihiro NAKAJIMA | Rename an internal function name from set_time_str... |
commit | commitdiff | tree |
2012-02-08 |
Michihiro NAKAJIMA | Always overwrite comparson conditions if the pathname... |
commit | commitdiff | tree |
2012-02-07 |
Michihiro NAKAJIMA | Rename archive_matching to archive_match. |
commit | commitdiff | tree |
2012-02-07 |
Michihiro NAKAJIMA | Fix refactoring error in archive_matching. archive_matc... |
commit | commitdiff | tree |
2012-02-06 |
Michihiro NAKAJIMA | Fix style. |
commit | commitdiff | tree |
2012-02-06 |
Michihiro NAKAJIMA | Simplify a string conversion WCS <==> MBS to stop using... |
commit | commitdiff | tree |
2012-02-07 |
Michihiro NAKAJIMA | Refactor archive_matching_{newer,older}_* interfaces... |
commit | commitdiff | tree |
2012-02-07 |
Michihiro NAKAJIMA | rename test_getdate to test_archive_getdate. |
commit | commitdiff | tree |
2012-02-07 |
Michihiro NAKAJIMA | Add the ability to parse a date string into archive_mat... |
commit | commitdiff | tree |
2012-02-07 |
Michihiro NAKAJIMA | Merge pull request #3 from ggcueroad/topic/issue238 |
commit | commitdiff | tree |
2012-02-06 |
Michihiro NAKAJIMA | Fix issue 238. 3/head |
commit | commitdiff | tree |
2012-02-06 |
Andres Mejia | Fix crypto checks in cmake builds. |
commit | commitdiff | tree |
2012-02-05 |
Andres Mejia | Fix implicit function declaration warning when building... |
commit | commitdiff | tree |
2012-02-05 |
Andres Mejia | Add generated dist tarball to .gitignore. |
commit | commitdiff | tree |
2012-02-05 |
Andres Mejia | Add generated doc files to .gitignore. |
commit | commitdiff | tree |
2012-02-05 |
Andres Mejia | Remove old script that generates wiki pages for googlec... |
commit | commitdiff | tree |
2012-02-05 |
Andres Mejia | Update URL section in test files for RPMs. |
commit | commitdiff | tree |
2012-02-05 |
Andres Mejia | Add entries to NEWS about new home for libarchive. |
commit | commitdiff | tree |
2012-02-05 |
Andres Mejia | Update README, pointing to new home for development... |
commit | commitdiff | tree |
2012-02-05 |
Andres Mejia | Merge pull request #1 from amejia1/master |
commit | commitdiff | tree |
2012-02-05 |
Andres Mejia | Use syntax highlighting markup from Github's gollum... 1/head |
commit | commitdiff | tree |
2012-02-05 |
Andres Mejia | Use states to determine if writing literal text for... |
commit | commitdiff | tree |
2012-02-05 |
Andres Mejia | Fix spacing for all lines printed out. |
commit | commitdiff | tree |
2012-02-05 |
Andres Mejia | Add generated files from cmake to .gitignore. |
commit | commitdiff | tree |
2012-02-05 |
Andres Mejia | Add .gitignore file. |
commit | commitdiff | tree |
2012-02-02 |
Andres Mejia | Fix spacing around .Cm macros. |
commit | commitdiff | tree |
2012-02-02 |
Andres Mejia | Fix spacing for .Dv macros. |
commit | commitdiff | tree |
2012-02-02 |
Andres Mejia | Fix spacing around .Ar and .Cm macros. |
commit | commitdiff | tree |
2012-02-02 |
Andres Mejia | Remove duplicate SYNOPSIS section. |
commit | commitdiff | tree |
2012-02-02 |
Andres Mejia | Add library section for all library function manpages. |
commit | commitdiff | tree |
2012-02-02 |
Andres Mejia | Add LIBRARY section in archive_entry manpage. |
commit | commitdiff | tree |
2012-02-02 |
Andres Mejia | Remove LIBRARY section from manpages. |
commit | commitdiff | tree |
2012-02-02 |
Andres Mejia | Fix spacing from .Xr directives for mediawiki pages. |
commit | commitdiff | tree |
2012-02-02 |
Andres Mejia | Fix spacing between lines for mediawiki pages. |
commit | commitdiff | tree |
2012-02-02 |
Andres Mejia | Get rid of warnings from awk scripts. |
commit | commitdiff | tree |
2012-02-02 |
Andres Mejia | Use proper format for bold in mediawiki. |
commit | commitdiff | tree |
2012-02-01 |
Andres Mejia | Use modified mdoc2wiki.awk script to generate wiki... |
commit | commitdiff | tree |
2012-02-01 |
Andres Mejia | Use html2wiki to generate mediawiki pages from generate... |
commit | commitdiff | tree |
2012-02-01 |
Andres Mejia | Use more basic groff options to generate html pages... |
commit | commitdiff | tree |
2012-01-30 |
Brad King | Merge libarchive 3.0 |
commit | commitdiff | tree |
2012-01-30 |
Michihiro NAKAJIMA | Merged revision(s) 4216 from trunk: |
commit | commitdiff | tree |
2012-01-30 |
Michihiro NAKAJIMA | Issue 236. |
commit | commitdiff | tree |
2012-01-30 |
Tim Kientzle | Set trunk version to 3.0.200a for pre-3.1 development. |
commit | commitdiff | tree |
2012-01-29 |
Tim Kientzle | Issue 234: Fix typos in comments |
commit | commitdiff | tree |
2012-01-25 |
Michihiro NAKAJIMA | Additional tests that for a combination of both archive... |
commit | commitdiff | tree |
2012-01-25 |
Michihiro NAKAJIMA | Separate sample files referenced from tests matching... |
commit | commitdiff | tree |
2012-01-25 |
Michihiro NAKAJIMA | Further speed up test_archive_matching_time. |
commit | commitdiff | tree |
2012-01-25 |
Michihiro NAKAJIMA | Speed up test_archive_matching_time by stopping making... |
commit | commitdiff | tree |
next |