aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Fixed fabs compiler warningsMarius Ursache2016-02-291-3/+3
| | * | | | | Updated test to use NSEqualRangesMarius Ursache2016-02-291-27/+10
| | * | | | | Reapply "Fixed testCopyTableFromTo_NoPermissions test"Marius Ursache2016-02-291-1/+2
| | * | | | | Revert Xcode xcscheme shufflingMarius Ursache2016-02-294-16/+16
| | * | | | | Revert "Fixed testCopyTableFromTo_NoPermissions test"Marius Ursache2016-02-271-2/+1
| | * | | | | Merge remote-tracking branch 'upstream/master'Marius Ursache2016-02-271-2/+2
| | |\ \ \ \ \
| | * | | | | | Fixed testCopyTableFromTo_NoPermissions testMarius Ursache2016-02-261-1/+2
| | * | | | | | Converted tests to XCTestMarius Ursache2016-02-2613-139/+184
* | | | | | | | Fix a wrongly structured setter that might have been involved in some crashesMax2016-03-051-2/+3
* | | | | | | | Change some risky behavior (might be related to #2432)Max2016-03-051-2/+5
|/ / / / / / /
* | | / / / / Fix an issue where changing a user password and adding a host at the same tim...Max2016-03-031-2/+18
| |_|/ / / / |/| | | | |
* | | | | | * Add support for changing user passwords in MySQL 5.7.6+ (#2418)Max2016-02-295-21/+150
* | | | | | Simplify some codeMax2016-02-271-35/+41
* | | | | | Deobfuscate some code a bitMax2016-02-272-78/+82
* | | | | | Merge branch 'master' of https://github.com/sequelpro/sequelproMax2016-02-271-2/+2
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #2398 from ReadmeCritic/masterSequel Pro2016-02-271-2/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Update README URLs based on HTTP redirectsReadmeCritic2016-02-091-2/+2
* | | | | | Fix an issue that made query favorites with 20 or more "mirrored snippets" un...Max2016-02-271-2/+4
|/ / / / /
* | | | | Add comprehensive locking to SPDataStorageMax2016-02-241-179/+211
* | | | | Fix a rare issue where duplicating a database could cause an exception if a S...Max2016-02-211-5/+6
* | | | | * Change a while() to do while; to help code analysisMax2016-02-182-4/+6
* | | | | Fix online help URL for query favorites (#2409)Max2016-02-181-1/+1
* | | | | Fix an issue where auto completion in query editor would not work in some cas...Max2016-02-171-0/+1
* | | | | Fix an issue with resetting auto_increment values (caused by previous commit)Max2016-02-151-1/+6
* | | | | Fix invalid value being displayed for table auto increment in table status vi...Max2016-02-131-87/+10
|/ / / /
* | | | Add another fallback for charset detection (which might improve compatibility...Max2016-02-061-1/+18
* | | | Clarify some texts in the table column type quick helpMax2016-02-051-5/+5
* | | | Fix a rare crash due to calling a NULL method pointer (#2390)Max2016-02-011-4/+4
* | | | Fix an exception that would occur when passing NSNull to a tooltip (affected ...Max2016-01-311-3/+8
* | | | Change CSV field mapper so that the first row is no longer displayed as conte...Max2016-01-314-34/+106
* | | | Update Kenichi Yoshida's URL (thanks to twitter user @MixaTheme)Max2016-01-291-1/+1
* | | | Merge pull request #2389 from abhibeckert/masterAbhi Beckert2016-01-291-1/+1
|\ \ \ \
| * | | | switch sparkle to SSLAbhi Beckert2016-01-291-1/+1
|/ / / /
* | | | Merge remote-tracking branch 'sequelpro/master'Abhi Beckert2016-01-29180-3825/+8861
|\ \ \ \
| * | | | Try to fix what could be the cause of #2353 ("Attempted to connect a connecti...Max2016-01-155-2/+35
| * | | | Fix an exception during CSV field mapping that would occur if a header field ...Max2016-01-141-6/+13
| * | | | Add more debug info for "Attempted to connect a connection that is not discon...Max2016-01-132-3/+26
| * | | | Remove some debug code that is no longer neededMax2016-01-131-144/+0
| * | | | Avoid an exception on a rare issue where determing the database fails after s...Max2016-01-131-1/+2
| * | | | Merge branch 'steverobbins-feature/2016'Max2016-01-135-7/+7
| |\ \ \ \
| | * | | | More 2016Max2016-01-132-3/+3
| | * | | | Merge branch 'feature/2016' of https://github.com/steverobbins/sequelpro into...Max2016-01-133-4/+4
| |/| | | |
| | * | | | Yay, 2016.Steve Robbins2016-01-093-4/+4
| * | | | | Another attempt at the 0x338 crash (#2258)Max2016-01-131-1/+1
| |/ / / /
| * | | | Go to database: change the way the arrow keys are forwarded, so the list will...Max2015-12-061-2/+17
| * | | | Merge branch 'master' of https://github.com/sequelpro/sequelproMax2015-12-061-1/+1
| |\ \ \ \
| | * | | | Fix a silly logic error (#2344)Max Lohrmann2015-12-031-1/+1
| * | | | | Move some shared code to the parent classMax2015-11-216-24/+38
| |/ / / /
| * | | | Export SQL in utf8mb4 if available (part of #2321)Max2015-11-201-0/+12
| * | | | Reorder some code to remove duplicate code and make leaking a NSAutoreleasePo...Max2015-11-208-79/+35