aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFileHandle.m
Commit message (Expand)AuthorAgeFilesLines
* Replace all non-cyclic NSAutoreleasepools with @autoreleasepoolMax2018-05-031-48/+46
* Implement progress for BZ2 file importFacundo2017-04-291-26/+40
* Restore bundled zlib (#1972)Abhi Beckert2016-03-051-1/+1
* Remove bundled zlib #1927Abhi Beckert2016-03-041-1/+1
* Fix uncompressed export causing a crash (issue introduced by me 2 commits ago...Max2015-10-081-0/+1
* * Change a method name to fit standard naming conventionsMax2015-10-081-113/+96
* * Turn some successive onMainThread ops into a blockMax2015-10-081-1/+2
* Addition to commit 2735e15bMax2015-01-041-2/+2
* Fix #1983 (bz2 import breaks)Max2014-09-181-7/+4
* Fix warnings.Stuart Connolly2014-08-211-4/+7
* Update URL in source file header to point to GitHub.Stuart Connolly2014-01-261-1/+1
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
* - Add names for most threads created by Sequel Pro for easier debugrowanbeentje2012-10-141-0/+1
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+19
* Minor tidy up.stuconnolly2012-06-261-29/+40
* Silence static analyzer warnings.stuconnolly2012-06-261-1/+1
* - Manually handle some SPFileHandle memory management to significantly impro...rowanbeentje2012-04-121-1/+3
* - Fix more compiler warningsrowanbeentje2011-03-151-6/+8
* New add index sheet, which includes:stuconnolly2010-09-171-1/+1
* Various export enhancements and fixes, including:stuconnolly2010-08-121-1/+1
* - Fix a bug in the bz2 changes causing the first three bytes to be skipped w...rowanbeentje2010-07-241-0/+1
* In addition to Gzip compression support when exporting SQL dumps add the abil...stuconnolly2010-07-241-62/+177
* - Improve threading of SPFileHandle to achieve much faster writing due to in...rowanbeentje2010-04-261-9/+30
* - Add SVN id property to SPFileHandle, correct headers, and add more functio...rowanbeentje2010-04-121-13/+48
* Add a new SPFileHandle class to support gzip compression and writing on a bac...rowanbeentje2010-04-121-0/+287