aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDataAdditions.m
Commit message (Expand)AuthorAgeFilesLines
* Some changes to PR #2795Max Lohrmann2017-05-201-54/+120
* Hex edit for binary columnsMichael Heins2017-05-191-0/+68
* Fix encrypted Session files on 10.6Max2017-04-011-3/+5
* Add code to verify that a SSL key file actually contains a usable RSA keyMax2015-10-141-0/+53
* Use a better RNG for IV when encrypting session filesMax2015-10-131-4/+6
* Replace OpenSSL with Apple's CommonCrypto for session file decryption (fixes ...Max2015-09-141-13/+45
* Replace OpenSSL for encrypting session files with Apple's CommonCrypto (part ...Max2015-09-141-20/+80
* Replace OpenSSL for SHA1 calculation with Apple's CommonCryptoMax2015-09-131-7/+45
* Replace some malloc(a*b) with the safer calloc(a,b) variantMax2015-06-301-1/+2
* Fix memory leaks.Stuart Connolly2014-01-291-0/+1
* 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
* Tidy up.Stuart Connolly2014-01-131-5/+6
* - Address further Release/Distribution build warningsrowanbeentje2013-05-221-1/+1
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-211-2/+2
* - Fix truncation of table content BINARY values which are being edited in-pl...rowanbeentje2013-05-061-1/+1
* - Use a short hashed form of the connection path for SSH ControlPath setting...rowanbeentje2012-08-191-0/+17
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-17/+24
* - When exporting a query result or filtered table view make sure we're includ...stuconnolly2012-03-201-17/+23
* - Remove the Colloquy-derived, GPL -[NSData base64EncodingWithLineLength:] m...rowanbeentje2012-03-181-73/+0
* - Fix compiler warnings for MCPKit - largely typecast relatedrowanbeentje2011-03-021-9/+9
* • fixed memory leak in [SPDataAdditions shortStringRepresentationUsingEnco...Bibiko2010-08-241-28/+28
* • overall replacement of:Bibiko2010-08-201-10/+9
* Tidy up imports and fix 'Reverse Sort Order' when sorting connection favorite...stuconnolly2010-03-311-2/+3
* • fixed reading encrypted SPF files on the 64bit SP version (for now)Bibiko2010-01-121-4/+5
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-21/+21
* Tidy up.stuconnolly2009-11-071-1/+0
* • eliminated the deprecated method 'stringWithCString' and simplified the m...Bibiko2009-09-241-46/+27
* • further improvements for open/save spf filesBibiko2009-08-241-0/+83
* • further work for open/save connection files (spf)Bibiko2009-08-211-0/+79
* • added to SPDataAdditions:Bibiko2009-06-231-0/+22
* • moved dataToHex as dataToFormattedHexString from TableContent to SPDataAd...Bibiko2009-06-231-0/+86
* • added: SPDataAdditions.mBibiko2009-06-191-0/+105