aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Changed off_t to loff_tstaging/cm-12.1stable/cm-12.1-YOG7Dstable/cm-12.1-YOG4Pstable/cm-12.1-YOG3Cstable/cm-12.0-YNG4Nstable/cm-12.0-YNG3Cstable/cm-12.0-YNG1TAstable/cm-12.0-YNG1Tstable/cm-12.0-YNG1Icm-12.1cm-12.0Spegelius2014-11-2316-85/+85
* exfat: Compilation fixes on LSteve Kondik2014-11-081-5/+0
* exfat: Fix symlink generationcm-11.0-XNPH05Q-tomato-9828f8e9cccm-11.0-XNPH05Q-bacon-5229c4ef56staging/cm-12.0-cafstable/cm-11.0-XNG3Cstable/cm-11.0-XNG2Sstable/cm-11.0-XNF9Xstable/cm-11.0-XNF8Ystable/cm-11.0shipping/cm-11.0cm-11.0Tom Marshall2014-10-081-4/+6
* Merge branch 'master' of http://exfat.googlecode.com/svn/trunk/ into cm-10.2cm-11.0-XNPH44S-bacon-5fa8c79c0bcm-11.0-XNPH33R-bacon-3628510d76cm-11.0-XNPH30O-bacon-4f280f505acm-11.0-XNPH25R-bacon-d22b777afacm-11.0-XNPH22R-bacon-03d77315eacm-10.2.1cm-10.2.0cm-10.2-M1stable/cm-10.2cm-10.2Steve Kondik2013-08-2236-878/+824
|\
| * Handle I/O error in exfat_flush().resver@gmail.com2013-08-064-6/+13
| * Handle I/O errors in exfat_flush_node().resver@gmail.com2013-08-063-14/+29
| * Close device and free super block on failure to read boot sector.resver@gmail.com2013-08-061-0/+2
| * Handle I/O errors in erase_entry().resver@gmail.com2013-08-061-9/+21
| * Handle I/O errors in rename_entry().resver@gmail.com2013-08-061-12/+23
| * Handle I/O error in set_next_cluster().resver@gmail.com2013-08-061-12/+25
| * Handle I/O error in erase_raw().resver@gmail.com2013-08-061-6/+11
| * Handle I/O errors.resver@gmail.com2013-08-064-43/+148
| * Give the caller a chance to handle I/O errors reported by pread() and pwrite().resver@gmail.com2013-08-062-12/+8
| * Address clusters bitmap using size_t-sized blocks instead of bytes. This shou...resver@gmail.com2013-08-033-14/+24
| * Check max continuations count when reading file entry.resver@gmail.com2013-08-031-0/+6
| * Fixed buffer overflows when handling files names of exactly 256 UTF-16 charac...resver@gmail.com2013-08-032-3/+8
| * Implemented fsync() and fsyncdir().resver@gmail.com2013-07-224-9/+24
| * Fixed license for the SConscript.resver@gmail.com2013-07-081-4/+6
| * Relicensed the code from GPLv3+ to GPLv2+.resver@gmail.com2013-07-0835-753/+486
| * Use safer names for byteorder stuff.resver@gmail.com2013-07-082-20/+29
* | exfat: Recovery friendlinessSteve Kondik2013-08-188-21/+101
* | Call exit instead of abort on unhandled errorscm-10.1.3-RC2cm-10.1.3-RC1cm-10.1.3cm-10.1Steve Kondik2013-07-071-0/+4
* | Handle 64-bit offsets correctly on AndroidSteve Kondik2013-07-0715-16/+28
* | Add support for building on AndroidSteve Kondik2013-07-077-2/+61
|/
* Removed OpenBSD-specific macros because there is no OpenBSD port anyway.resver@gmail.com2013-07-041-10/+0
* Removed Solaris-specific macros because Solaris support is broken anyway.resver@gmail.com2013-07-031-14/+0
* Fixed __attribute => __attribute__.resver@gmail.com2013-06-211-2/+2
* Use C11 _Static_assert if it is supported by a compiler.resver@gmail.com2013-06-211-1/+17
* Modified STATIC_ASSERT so that it can be used both inside and outside of func...resver@gmail.com2013-06-132-10/+9
* Remove excessive semicolons after static asserts.resver@gmail.com2013-06-091-8/+8
* Move compiler-specific code into a separate header.resver@gmail.com2013-06-093-16/+70
* Removed extra error message.resver@gmail.com2013-06-041-1/+0
* Update volume label in struct ef on exfat_set_label().resver@gmail.com2013-05-201-1/+2
* Fixed handling of long non-ASCII file names.resver@gmail.com2013-05-204-18/+19
* Move platform-specific code into a separate header.resver@gmail.com2013-05-142-54/+80
* Allow arbitrary changing of lower 9 bits of mode. Allow owner/group changing ...resver@gmail.com2013-04-204-15/+10
* Fixed grammar in mount.exfat-fuse manpage.resver@gmail.com2013-04-201-1/+1
* Added "quiet" option that makes chmod() and chown() always succeed. Useful fo...resver@gmail.com2013-04-204-7/+21
* Allow -v option for compatibility with mount utility (it passes -v to its hel...resver@gmail.com2013-03-292-1/+9
* Use getopt() for options parsing.resver@gmail.com2013-03-294-78/+62
* Use -V instead of -v option to print version for consistency with other utili...resver@gmail.com2013-03-2810-20/+20
* Allow -n option for automount/autofs compatibility.resver@gmail.com2013-03-182-0/+8
* Avoid extra erase on writes to the end of a file.resver@gmail.com2013-02-265-13/+21
* Add fsname parameter as is, without canonicalization and symbolic links expan...resver2013-02-131-16/+1
* Use bool type.resver2013-02-101-2/+2
* Made next_entry() function static.resver2013-01-261-1/+1
* Fixed unexpected removal of a directory if it is moved into itself: return EI...resver2013-01-251-0/+17
* Fixed "Operation not permitted" error on reading an empty file: FUSE read/wri...resver2013-01-252-7/+13
* Bumped version to 1.0.0 and updated changelog.resver2013-01-192-3/+30
* Updated copyright years.resver2013-01-1933-38/+38