]> wimlib.net Git - wimlib/history - src/xml.c
Forbid modifying multi-referenced images
[wimlib] / src / xml.c
2015-10-19 Eric Biggersxml_export_image(): fix memory leak if append_image_nod...
2015-10-19 Eric Biggersxml_print_image_info(): handle LANGUAGE element with...
2015-10-19 Eric Biggerswimlib_set_image_name(): allow setting image to existin...
2015-10-19 Eric Biggerswimlib_set_image_property(): forbid NULL or empty prope...
2015-10-19 Eric Biggerswimlib_get_image_property(): forbid NULL or empty prope...
2015-10-04 Eric BiggersMinor tweaks to recently changed code
2015-10-03 Eric BiggersAdd wimlib_get_image_property() and wimlib_set_image_pr...
2015-10-03 Eric Biggersxml.c: refactor to use document tree
2015-09-25 Eric Biggerssystem compression: force bootloader-accessed files...
2015-06-05 Eric BiggersRemove remaining DEBUG() messages
2015-06-05 Eric BiggersIterate through inodes instead of dentries in xml_updat...
2015-05-02 Eric Biggersxml.c: Fix writing XML data for one image only
2015-05-01 Eric Biggersxml.c: Simplify image statistics calculation
2015-04-25 Eric Biggerswimlib_get_xml_data(): should use NO_FILENAME error
2015-04-03 Eric BiggersTrim down 'flags' member of 'struct blob_descriptor'
2015-03-26 Eric BiggersStream and blob updates
2015-01-25 Eric Biggersheader cleanups
2015-01-25 Eric Biggersxml.c: Use xmlFree() for memory allocated by libxml2
2014-12-15 Eric Biggersinode.h, inode.c cleanup
2014-12-14 Eric BiggersCleanup timestamp conversion code
2014-12-06 Eric Biggerscleanups
2014-11-07 Eric Biggerswimlib_set_image_name(): Allow multiple images with...
2014-10-14 Eric BiggersLimit can_modify_wim() calls; remove can_delete_from_wim()
2014-09-27 Eric BiggersUse LGPLv3+ for src/*.c
2014-09-06 Eric Biggersxml.c: Minor cleanup
2014-09-06 Eric Biggersxml.c: Simplify node_get_string()
2014-06-11 Eric Biggersxml.c: Don't count reparse point data and directory...
2014-05-26 Eric Biggersxml.c: Export <ARCH> and <WIMBOOT> nodes correctly
2014-05-13 Eric BiggersFix checks for huge numbers of images
2014-04-29 Eric BiggersFix a few format strings
2014-04-18 Eric BiggersAdd wim_info_get_wimboot()
2014-04-18 Eric BiggersSupport basic reading WIMBoot WIMs
2013-12-29 Eric BiggersMisc fixes
2013-12-29 Eric Biggersxml.c: Add support for PKEYCONFIGVERSION
2013-12-29 Eric BiggersReturn new error code when trying to open encrypted WIM
2013-12-25 Eric BiggersRemove --enable-more-debug and --disable-custom-memory...
2013-12-25 Eric BiggersNew compression/decompression API
2013-12-23 Eric BiggersCleanup
2013-12-23 Eric BiggersRewrite of write_stream_list(), and writing packed...
2013-12-14 Eric BiggersSplit wim_resource_spec from wim_lookup_table_entry
2013-12-09 Eric BiggersVariable chunk size support (currently XPRESS only)
2013-12-07 Eric BiggersAdd wimlib_get_xml_data() API
2013-12-07 Eric Biggersxml.c: Fix writing <WINDOWS> element
2013-11-17 Eric BiggersMerge experimental LZX compressor
2013-09-15 Eric Biggersxml.c: Define more architecture constants
2013-08-20 Eric BiggersGeneralized support for referencing resources in extern...
2013-08-16 Eric BiggersFix void** casts
2013-08-16 Eric Biggerswimlib.h: Update docs and adjust error codes
2013-08-16 Eric Biggerspipable WIM extraction: Take into account HARDLINKBYTES
2013-08-13 Eric BiggersMerge branch with pipable WIM support
2013-05-26 Eric Biggersw -> wim
2013-05-21 Eric BiggersAdd can_modify_wim(), can_delete_from_wim()
2013-05-21 Eric Biggersxml_read_image_info(): Do not warn about unnamed images
2013-05-15 Eric Biggerswrite_xml_data(): Flush data correctly
2013-05-15 Eric BiggersRefactor headers
2013-05-14 Eric Biggersprint_image_info(): Print last modification time correctly
2013-05-11 Eric BiggersInitial imagex_update functionality
2013-05-05 Eric Biggersfiledes_t => int
2013-05-05 Eric BiggersWin32: Use O_BINARY to stop Windows from messing with...
2013-05-04 Eric BiggersPreliminary support for native fds (UNIX only so far)
2013-04-28 Eric Biggersrefactor reparse point code; Win32: working extract...
2013-04-09 Eric BiggersSave original xml_data only when needed
2013-04-06 Eric Biggersxml_update_image_info(): Assume streams are resolved
2013-03-30 Eric Biggersrefcnt image metadata; calculate full path on-demand
2013-03-23 Eric BiggersChar encoding updates and misc. fixes
2013-03-23 Eric BiggersEncodings update (IN PROGRESS)
2013-03-23 Eric BiggersEncodings update (IN PROGRESS)
2013-03-21 Eric BiggersReplace rename()
2013-03-21 Eric BiggersMisc. fixes
2013-03-20 Eric BiggersCharacter encoding changes (IN PROGRESS)
2013-03-20 Eric BiggersImprove char encoding support (IN PROGRESS)
2013-03-05 Eric BiggersFix copyright notices
2013-03-05 Eric BiggersAdd 2013 to copyright notices
2013-03-03 Eric BiggersAdd wimlib_global_{init,cleanup}()
2013-01-01 Eric BiggersFix memcpy()s with overlapping buffers
2012-12-31 Eric BiggersVarious code cleanups
2012-12-19 Eric Biggersutf8_to_utf16(), utf16_to_utf8() changes
2012-12-18 Eric Biggersxml.c: Fix sort_by_index()
2012-12-16 Eric BiggersVarious fixes and cleanups
2012-12-16 Eric BiggersVarious cleanups
2012-11-24 Eric BiggersTweak XML element order and time format
2012-11-22 Eric BiggersUpdate wimlib.h documentation
2012-11-21 Eric BiggersLots of changes
2012-11-19 Eric BiggersRework WIM writing code
2012-10-28 Eric BiggersFixes to get rid of various compiler warnings
2012-10-28 Eric Biggerswrite_xml_data() cleanup
2012-10-26 Eric BiggersRemove more trailing whitespace
2012-10-26 Eric BiggersVarious cleanups
2012-10-25 Eric Biggersadd image cleanups
2012-10-25 Eric Biggersimage delete cleanup
2012-10-21 Eric Biggerswimlib_export() updates
2012-10-21 Eric BiggersCleanup image export code
2012-09-05 Eric Biggersremove struct image_statistics
2012-09-05 Eric BiggersFix up calculation of image XML statistics
2012-08-31 Eric Biggerssplit WIM apply, doc updates
2012-08-30 Eric BiggersLicense and documentation
2012-08-29 Eric BiggersFix various issues
2012-08-28 Eric BiggersTimestamp printing UTC
2012-08-27 Eric Biggerswimlib_add_image(): Fewer parameters
2012-08-22 Eric BiggersRewritten functions for reading and writing resources
next