aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDataStorage.m
Commit message (Expand)AuthorAgeFilesLines
* merge and restructure remaining smaller stuff in main project (part of #2789)Max2018-01-201-4/+2
* Expand a mutex lock because it previously did not cover all possible multithr...Max2017-05-061-17/+26
* Change a few methods so they do what their name suggests (fix for #2765)Max Lohrmann2017-04-231-39/+77
* Move some code to a place where it makes more sense to be (part of #2770)Max2017-04-181-0/+12
* Remove debug code for #2163Max2016-07-101-54/+0
* Add comprehensive locking to SPDataStorageMax2016-02-241-179/+211
* Additional debug code for #2163Max2015-10-051-25/+96
* I have a feeling there might be a race condition lurking around hereā€¦Max2015-06-151-1/+8
* Minimal refactoringMax2015-03-091-3/+3
* Formalize [x release], x = nil; conventionMax2015-01-041-4/+4
* Reformatting code for modern ObjCMax2014-12-131-1/+1
* Fix a loss-of-precision implicit conversion warningrowanbeentje2014-05-041-1/+1
* Improve thread safety of SPDataStorage NSPointerArray tracking to further imp...rowanbeentje2014-02-061-5/+6
* Update NSPointerArray usage in SPDataStorage for 10.9 SDK, tracking edited ro...rowanbeentje2014-02-041-20/+48
* 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 an option to display binary data as hex, while displaying it in blue to d...Stuart Connolly2014-01-141-1/+1
* - Fix hanging waiting for new result store to return if there was a query er...rowanbeentje2013-08-141-1/+1
* Rework table content and custom query data loading and storage for speed incr...rowanbeentje2013-08-131-232/+246
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-211-7/+7
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-13/+20
* fixed compiler warningssqlprodev2011-03-011-1/+1
* Tidy up.stuconnolly2010-10-191-1/+2
* - Improve SPDataStorage exceptions by recording the requested location and t...rowanbeentje2010-08-011-7/+7
* Tidy up imports and fix 'Reverse Sort Order' when sorting connection favorite...stuconnolly2010-03-311-1/+0
* - Fix a data storage incorrect reassignment after a realloc - cause of sourc...rowanbeentje2010-02-191-5/+4
* - Fix an incorrect bounds check in the data storage class, fixing crashes wh...rowanbeentje2010-01-211-1/+1
* Add a new SPDataStorage class, and use it in TableContent and CustomQuery:rowanbeentje2010-01-171-0/+424