aboutsummaryrefslogtreecommitdiffstats
path: root/libexfat
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-236-47/+47
* exfat: Compilation fixes on LSteve Kondik2014-11-081-5/+0
* 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-2215-181/+405
|\
| * Handle I/O error in exfat_flush().resver@gmail.com2013-08-063-5/+10
| * Handle I/O errors in exfat_flush_node().resver@gmail.com2013-08-062-13/+24
| * 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-223-9/+13
| * Relicensed the code from GPLv3+ to GPLv2+.resver@gmail.com2013-07-0815-60/+90
| * Use safer names for byteorder stuff.resver@gmail.com2013-07-082-20/+29
* | 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-074-3/+14
* | Add support for building on AndroidSteve Kondik2013-07-073-2/+14
|/
* 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
* 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-202-10/+10
* 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-202-2/+0
* Added "quiet" option that makes chmod() and chown() always succeed. Useful fo...resver@gmail.com2013-04-202-0/+2
* Avoid extra erase on writes to the end of a file.resver@gmail.com2013-02-264-12/+20
* 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-251-1/+1
* Bumped version to 1.0.0 and updated changelog.resver2013-01-191-3/+3
* Updated copyright years.resver2013-01-1913-13/+13
* Fixed clusters allocation: a cluster beyond valid clusters range could be all...resver2013-01-141-33/+16
* Removed duplicate code in reset_cache(): now it uses tree_detach() to remove ...resver2013-01-101-9/+6
* Moved tree_attach() and tree_detach() upper so that they could be used by res...resver2013-01-101-24/+24
* Fixed extra decrement of reference counter of hanging nodes.resver2013-01-091-1/+1
* Seek to the beginning of the device after detecting its size (dumpexfat relie...resver2012-12-291-0/+7
* Print device name in the error message.resver2012-12-291-1/+1
* Fixed exfat_generic_pwrite(): it should return -1 on error, not -errno.resver2012-12-251-5/+2
* Check size of off_t type in SConscript.resver2012-12-181-4/+0
* Fixed crash in exfat_rename() when renaming a file within a single directory ...resver2012-12-151-17/+23
* OS X: fixed raw device size detection. Each disk has two names: /dev/diskN (b...resver2012-12-151-1/+1