summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_set_format_iso9660.c
Commit message (Expand)AuthorAgeFilesLines
* Cast comparison functions to __compar_fn_t if stdlib.h defines it.Andres Mejia2013-02-071-0/+10
* Fix build failure with zlib on Win64.Michihiro NAKAJIMA2012-11-071-10/+10
* Fix build failure on Win64.Michihiro NAKAJIMA2012-11-071-30/+31
* Fix build failure on mingw32 for x86-64.Michihiro NAKAJIMA2012-10-041-11/+11
* Fix a possibility of memory leaks when realloc fails.Michihiro NAKAJIMA2012-09-181-3/+4
* Rename some internal functions as other related functions.Michihiro NAKAJIMA2012-03-171-2/+2
* Fix a comparison of file names in ISO images.Michihiro NAKAJIMA2012-02-261-2/+2
* On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'Michihiro NAKAJIMA2012-02-191-35/+37
* Fix issue 237.Michihiro NAKAJIMA2012-02-141-1/+6
* Fix build failure in aggressive warningsMichihiro NAKAJIMA2012-02-101-6/+5
* Fix build failure with -Wshadow GCC option since it happend on FreeBSD current.Michihiro NAKAJIMA2012-02-091-2/+1
* When ENOMEM happened in archive_string_append_from_wcs and archive_string_app...Michihiro NAKAJIMA2012-01-231-4/+21
* Rename isoent_rr_move_dir parameter isoent => curentBrad King2012-01-111-21/+21
* Replace integer constant LL suffix with cast to int64_tBrad King2012-01-111-1/+1
* Spelling fixes from Ulrich Spoerlein.Tim Kientzle2012-01-071-4/+4
* Fix spelling error.Andres Mejia2011-12-241-1/+1
* Update comments.Michihiro NAKAJIMA2011-11-161-8/+10
* Set explicit unused arguments in order to avoid several warnings about it, wh...Michihiro NAKAJIMA2011-09-141-0/+1
* Issue 177: Fix --without-zlib compilation.Michihiro NAKAJIMA2011-09-011-0/+6
* In iso9660 writer and xar writer, always overwrite the existing file in the f...Michihiro NAKAJIMA2011-07-141-7/+6
* In the ISO writer, ignore ineffective path names in the ISO9660 file systemMichihiro NAKAJIMA2011-07-101-10/+11
* Ignore a path which looks like the top of directory name, and whose name isMichihiro NAKAJIMA2011-07-091-0/+12
* Stop trimming parent directories at iso9660 writer; users will decideMichihiro NAKAJIMA2011-07-091-27/+0
* Do not write odd data whose size is less than 2048 bytes toMichihiro NAKAJIMA2011-07-091-3/+8
* Remove unneeded code.Michihiro NAKAJIMA2011-06-211-3/+1
* Fix warnings.Michihiro NAKAJIMA2011-06-211-2/+2
* This is the final step to reduce use of both read() and write() system-calls ...Michihiro NAKAJIMA2011-06-211-173/+143
* Fix making a bootable iso image with zisofs option.Michihiro NAKAJIMA2011-06-201-64/+122
* This is second step to reduce use of both read() and write() system-calls in ...Michihiro NAKAJIMA2011-06-201-56/+168
* This is first step to reduce use of both read() and write() system-calls in t...Michihiro NAKAJIMA2011-06-191-363/+503
* Avoid warnings by Clang Static Analyzer.Michihiro NAKAJIMA2011-05-241-3/+5
* Issue 157: Fix some unused-variable warnings from GCC 4.6.Tim Kientzle2011-05-231-0/+4
* Properly free struct isofile object when some fatal error happened. Michihiro NAKAJIMA2011-05-171-4/+10
* Reduce the effect of current locale for Joliet extension name(UTF-16BE) by di...Michihiro NAKAJIMA2011-05-171-48/+127
* Rework a handling of memory allocation failure in string conversion;Michihiro NAKAJIMA2011-05-161-21/+46
* Avoid local conversion code in iso9660 writer.Michihiro NAKAJIMA2011-05-151-33/+71
* Fix a name of timezone global variable for Borland.Michihiro NAKAJIMA2011-05-151-1/+1
* Give the API caller a memory allocation failure of a string conversion object...Michihiro NAKAJIMA2011-04-041-0/+8
* On Windows, improve a replacement of '\' character to reduce use of mbrtowc.Michihiro NAKAJIMA2011-03-291-16/+36
* Improve character-set conversion functions.Michihiro NAKAJIMA2011-03-281-9/+36
* From Roman Neuhauser: Rework textual options handling.Tim Kientzle2011-03-181-2/+1
* Improve UTF-16BE conversion functions.Michihiro NAKAJIMA2011-03-171-11/+11
* Move a conversion of UTF-16BE, which is used for Joliet extensions, intoMichihiro NAKAJIMA2011-03-161-202/+70
* Switch archive_string character set conversion over to use iconv()Tim Kientzle2011-03-061-11/+11
* Some platoforms do not define NAME_MAX macro and some platforms define butMichihiro NAKAJIMA2011-01-231-2/+6
* Fix a wrong scope to hex.Michihiro NAKAJIMA2010-12-161-1/+1
* Remove dead code.Michihiro NAKAJIMA2010-12-161-1/+0
* Big string overhaul:Tim Kientzle2010-11-191-1/+1
* fix an overlapping memcpy identified by valgrind; use memove insteadBrian Harring2010-09-221-1/+1
* Preserve const when casting.Tim Kientzle2010-08-081-14/+16