aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPExporter.h
Commit message (Expand)AuthorAgeFilesLines
* Move some shared code to the parent classMax2015-11-211-0/+17
* Reorder some code to remove duplicate code and make leaking a NSAutoreleasePo...Max2015-11-201-0/+5
* Hand ServerSupport instance to exportersMax2015-11-201-1/+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
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+19
* Export tidy up.stuconnolly2012-05-251-1/+0
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-3/+3
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-2/+0
* Various export enhancements and fixes, including:stuconnolly2010-08-121-47/+35
* Tidy up SPExportController by splitting out all filename related methods to a...stuconnolly2010-07-251-2/+0
* In addition to Gzip compression support when exporting SQL dumps add the abil...stuconnolly2010-07-241-8/+64
* - Fix SQL export progress displayrowanbeentje2010-05-271-2/+2
* Merge export redesign branch back into trunk.stuconnolly2010-05-241-12/+21
* More export redesign work. Note that the current implementation has a major f...stuconnolly2009-10-071-0/+2
* More export redesign work.stuconnolly2009-10-061-8/+5
* More export redesign work. CSV data generation is currently working using the...stuconnolly2009-10-061-2/+2
* Exporter concurrency comments.stuconnolly2009-09-161-4/+4
* Some more data exporter redesign changes I've been meaning to commit.stuconnolly2009-09-161-3/+13
* More data export work.stuconnolly2009-08-291-1/+3
* Implement the core CSV export process in the new CSV exporter class.stuconnolly2009-08-291-1/+15
* Add the first classes of the new export architecture. See the description at ...stuconnolly2009-08-291-0/+49