]> wimlib.net Git - wimlib/history - src/util.c
Implement setting of Windows-specific XML information
[wimlib] / src / util.c
2015-05-30 Eric Biggersutil.c: Simplify strdup and wcsdup
2015-05-03 Eric Biggers<sys/types.h> is required before <sys/sysctl.h> on...
2015-05-02 Eric BiggersMove CPU and memory information to util
2015-03-26 Eric BiggersStream and blob updates
2015-01-25 Eric Biggersutil.c: Simplify wimlib_aligned_malloc()
2014-12-15 Eric BiggersClean up util.h and util.c
2014-12-10 Eric Biggersportability and compression cleanups
2014-10-27 Eric BiggersRemove "memory exhausted" error messages
2014-09-27 Eric BiggersUse LGPLv3+ for src/*.c
2014-09-04 Eric BiggersAdd WIMLIB_ERR_FVE_LOCKED_VOLUME
2014-08-21 Eric Biggerswimlib_get_error_string(): Fix return value for some...
2014-07-25 Eric Biggerswim.c: Cleanup
2014-06-26 Eric BiggersWindows replacement for fopen(path, "a")
2014-06-26 Eric BiggersUse tchar for error file path
2014-06-25 Eric BiggersClose error file opened by name
2014-06-25 Eric Biggerswimlib: Allow custom error file
2014-06-12 Eric BiggersAdd aligned malloc and free
2014-05-25 Eric BiggersRemove unused error codes
2014-05-25 Eric BiggersUpdate mount implementation
2014-05-23 Eric BiggersAdd support for special files on UNIX
2014-05-22 Eric BiggersUpdate progress functions
2014-05-13 Eric BiggersRemove printf extension
2014-05-13 Eric Biggerswimlib_malloc(): Only malloc(1) if NULL is returned
2014-04-28 Eric Biggerswimlib_update_image(): Do proper rollbacks & replace...
2014-04-18 Eric BiggersAdd WIMLIB_EXTRACT_FLAG_WIMBOOT
2014-01-01 Eric BiggersFix error string for WIMLIB_ERR_INVALID_COMPRESSION_TYPE
2013-12-30 Eric Biggerswimlib_vmsg(): Use correct error string buffer length
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-12 Eric BiggersFix error/warning conditional
2013-12-09 Eric BiggersVariable chunk size support (currently XPRESS only)
2013-09-01 Eric BiggersReplace WIMLIB_OPEN_FLAG_SPLIT_OK with WIMLIB_OPEN_FLAG...
2013-08-20 Eric BiggersGeneralized support for referencing resources in extern...
2013-08-18 Eric BiggersWin32: Adjust error printing
2013-08-17 Eric BiggersAdd WIMLIB_INIT_FLAG_STRICT_{CAPTURE,APPLY}_PRIVILEGES
2013-08-17 Eric BiggersAdd WIMLIB_ADD_FLAG_NO_UNSUPPORTED_EXCLUDE
2013-08-17 Eric BiggersExclude unsupported files from capture
2013-08-16 Eric BiggersReplace mempcpy() if not implemented
2013-08-16 Eric Biggerswimlib.h: Update docs and adjust error codes
2013-08-13 Eric BiggersMerge branch with pipable WIM support
2013-05-22 Eric BiggersCheck for missing streams when resolving them
2013-05-22 Eric BiggersRemove verify_dentry(); separate refcnt recalc. from...
2013-05-22 Eric BiggersAdd WIMLIB_OPEN_FLAG_WRITE_ACCESS flag
2013-05-22 Eric BiggersHonor WIM_HDR_FLAG_READONLY
2013-05-18 Eric BiggersMisc. fixes
2013-05-17 Eric BiggersAdd memdup() function
2013-05-17 Eric Biggersutil.c: Print error message on out-of-memory
2013-05-17 Eric BiggersCompiler stuff
2013-05-15 Eric BiggersRefactor headers
2013-05-12 Eric BiggersDocument wimlib_update_image()
2013-05-11 Eric BiggersInitial update functionality (library only)
2013-05-05 Eric BiggersGet imagex extract --to-stdout working
2013-05-05 Eric Biggersimagex-extract initial implementation
2013-05-05 Eric Biggersfiledes_t => int
2013-05-05 Eric BiggersAdd Windows implementations of pread(), pwrite(), writev()
2013-05-05 Eric Biggersnative fds fixes/cleanups
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-27 Eric BiggersWin32 extract: Some refactoring; set security on handle...
2013-04-25 Eric Biggerswimlib_vmsg(): fflush stderr
2013-04-25 Eric Biggersutil.c: Print carriage return before warnings/errors
2013-04-22 Eric Biggerswimlib_vfprintf(): Handle %W with null pointer
2013-04-11 Eric Biggerswin32: Improve support for different filesystems
2013-03-29 Eric BiggersWIM capture: Share inodes immediately
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 BiggersFix when debugging enabled but error messages are not
2013-03-21 Eric BiggersFix glob()
2013-03-20 Eric BiggersWin32 fixes
2013-03-20 Eric BiggersFixes
2013-03-20 Eric BiggersFix utf16le_strlen() and recursive error messages
2013-03-20 Eric BiggersCharacter encoding changes (IN PROGRESS)
2013-03-20 Eric BiggersImprove char encoding support (IN PROGRESS)
2013-03-18 Eric BiggersUpdate timestamp code; use utimensat()
2013-03-17 Eric BiggersWindows native build
2013-03-09 Eric BiggersVarious changes
2013-03-05 Eric BiggersFix copyright notices
2013-03-05 Eric BiggersAdd 2013 to copyright notices
2013-03-05 Eric Biggerswimlib_mount_image(): Send final status after fuse_main...
2013-03-03 Eric Biggerswimlib_vmsg(): Fix error msg printing
2013-03-03 Eric BiggersRefactor error functions; make re-entrant
2012-12-19 Eric BiggersNTFS apply code cleanups
2012-12-19 Eric Biggersutf8_to_utf16(), utf16_to_utf8() changes
2012-12-18 Eric BiggersUse NTFS-3g character conversion functions if available
2012-12-18 Eric Biggersmount_image.c: More message queue changes
2012-12-17 Eric Biggersmount_image.c: Implement versioned unmount messages
2012-12-17 Eric Biggersextract_wim_resource() refactor
2012-12-16 Eric BiggersVarious cleanups
2012-11-24 Eric Biggerswimlib_set_print_errors(): Fix return value
2012-11-22 Eric BiggersImplement advisory locking for WIM overwrites
2012-11-19 Eric BiggersRework WIM writing code
2012-10-28 Eric BiggersCleanup WIM writing
2012-10-26 Eric BiggersVarious cleanups
2012-08-30 Eric BiggersLicense and documentation
2012-08-29 Eric BiggersPrint names of dentries in split link groups when in...
2012-08-27 Eric BiggersNTFS capture updates
2012-08-27 Eric BiggersImage capture configuration
2012-08-26 Eric BiggersMisc fixes
2012-08-25 Eric BiggersNTFS apply updates
next