Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Add SVN id property to SPFileHandle, correct headers, and add more ↵ | rowanbeentje | 2010-04-12 | 1 | -2/+25 |
| | | | | | | | function documentation - Tweak subfolder ordering | ||||
* | Add a new SPFileHandle class to support gzip compression and writing on a ↵ | rowanbeentje | 2010-04-12 | 1 | -0/+78 |
background thread, and integrate for SQL import: - Implement streaming reading of gzip-compressed files for SQL import - Support exporting SQL dumps into a gzip-compressed file - SPFileHandle supports the most-used subset of NSFileHandle commands for easy integration - Integrate zlib 1.2.4 for improved gzip streaming performance (and support for custom buffer sizes and file offset positions) This implements Issue #571 . |