aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPExporter.m
Commit message (Expand)AuthorAgeFilesLines
* Replace all non-cyclic NSAutoreleasepools with @autoreleasepoolMax2018-05-031-11/+7
* Move some shared code to the parent classMax2015-11-211-0/+10
* Reorder some code to remove duplicate code and make leaking a NSAutoreleasePo...Max2015-11-201-2/+22
* Hand ServerSupport instance to exportersMax2015-11-201-0/+2
* * Change a method name to fit standard naming conventionsMax2015-10-081-1/+1
* Formalize [x release], x = nil; conventionMax2015-01-041-3/+3
* 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
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+19
* Fix more compiler warnings.stuconnolly2011-03-141-0/+1
* fixed compiler warningssqlprodev2011-03-011-0/+1
* Various export enhancements and fixes, including:stuconnolly2010-08-121-7/+9
* In addition to Gzip compression support when exporting SQL dumps add the abil...stuconnolly2010-07-241-2/+26
* Merge export redesign branch back into trunk.stuconnolly2010-05-241-11/+13
* Minor export work.stuconnolly2009-10-261-1/+1
* More export redesign work. Note that the current implementation has a major f...stuconnolly2009-10-071-1/+15
* More export redesign work.stuconnolly2009-10-061-3/+7
* More export redesign work. CSV data generation is currently working using the...stuconnolly2009-10-061-2/+1
* Some more data exporter redesign changes I've been meaning to commit.stuconnolly2009-09-161-1/+29
* Implement the core CSV export process in the new CSV exporter class.stuconnolly2009-08-291-0/+3
* Add the first classes of the new export architecture. See the description at ...stuconnolly2009-08-291-0/+30