OSDN Git Service

Merge branch 'master' of git://github.com/relan/exfat into marshmallow-x86
[android-x86/external-exfat.git] / libexfat / utils.c
2017-03-23 Chih-Wei HuangMerge branch 'master' of git://github.com/relan/exfat... marshmallow-x86 android-x86-6.0-r3
2017-01-28 relanUpdate copyright years.
2017-01-16 relanAdd tail entries support.
2017-01-16 relanRename node field flags to attrib.
2017-01-15 relanUse ROUND_UP() macro instead of DIV_ROUND_UP().
2016-12-26 relanReduce the sizes of name buffers.
2016-12-26 relanChange output buffer size semantics for UTF functions.
2016-12-26 relanRemove buffer size argument for exfat_get_name().
2016-12-26 relanAvoid name length calculation in exfat_calc_name_hash().
2016-12-26 relanRefactor file entry checksum calculation.
2016-07-06 Chih-Wei HuangMerge branch 'master' of git://github.com/relan/exfat... android-x86-6.0-r1 android-x86-6.0-r2
2016-06-03 relanUpdate copyright years.
2016-06-03 relanSupport upcase table compression.
2016-01-21 Steve Kondikexfat-fuse: Don't export UTF conversion functions
2015-08-24 relanUpdate copyright years.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanFix buffer overflows for file names of exactly 256...
2015-08-24 relanRelicense the code from GPLv3+ to GPLv2+.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanFix huge sizes formatting.
2015-08-24 relanMove time-related stuff into a separate file.
2015-08-24 relanFix minutes field extraction.
2015-08-24 relanIncrease comments indentation.
2015-08-24 relanMore precise rounding for exfat_humanize_bytes().
2015-08-24 relanSet ctime to mtime.
2015-08-24 relanRename block to sector to avoid confusion.
2015-08-24 relanRename block to sector in the utilities output to avoid...
2015-08-24 relanFix alignment of big numbers in exfat_print_info().
2015-08-24 relanMove VBR checksum calculation functions to libexfat.
2015-08-24 relanAdd a function that prints basic information about...
2015-08-24 relanAdd facilities for printing byte values in human-readab...
2015-08-24 relanImprove timestamps resolution from 2 sec to 1 sec.
2015-08-24 relanDo not use unions for date and time conversion.
2015-08-24 relanAdd __packed__ attribute to all on-disk structures...
2015-08-24 relanRename entries structures for consistency.
2015-08-24 relanChange source files headings to meet FSF recommendations.
2015-08-24 relanImplement uid and gid mount options.
2015-08-24 relanSet st_blocks field in struct stat.
2015-08-24 relanImplement umask, dmask and fmask mount options.
2015-08-24 relanPass struct exfat to exfat_stat().
2015-08-24 relanAdd file name hash calculation function.
2015-08-24 relanSplit checksum calculation into a separate function.
2015-08-24 relanAdd checksum calculation functions.
2015-08-24 relanEnable write in libexfat.
2015-08-24 relanMove mount and unmount functions into separate file.
2015-08-24 relanImplement nodes cache (in-core directory structure...
2015-08-24 relanAdd function that converts Unix time to exFAT time.
2015-08-24 relanAdd macro that checks whether year is leap.
2015-08-24 relanAdd macro that calculates leap years count passed from...
2015-08-24 relanRemove commented out debug code.
2015-08-24 relanSplit EPOCH_DIFF_SEC macro into two macros for simplicity.
2015-08-24 relanFix leap days accounting.
2015-08-24 relanUse timezone variable instead of gettimeofday().
2015-08-24 relanAdd parentheses to macro definition.
2015-08-24 relanUse positive time shift for simplicity.
2015-08-24 relanFix time conversion from exFAT to Unix format.
2015-08-24 relanFix atime and mtime for the root directory.
2015-08-24 relanCalculate root directory size and represent it.
2015-08-24 relanInitial code drop.