index
:
sequelpro/.git
master
MySQL/MariaDB database management for macOS
Filipp Lepalaan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
SPDataAdditions.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some changes to PR #2795
Max Lohrmann
2017-05-20
1
-54
/
+120
*
Hex edit for binary columns
Michael Heins
2017-05-19
1
-0
/
+68
*
Fix encrypted Session files on 10.6
Max
2017-04-01
1
-3
/
+5
*
Add code to verify that a SSL key file actually contains a usable RSA key
Max
2015-10-14
1
-0
/
+53
*
Use a better RNG for IV when encrypting session files
Max
2015-10-13
1
-4
/
+6
*
Replace OpenSSL with Apple's CommonCrypto for session file decryption (fixes ...
Max
2015-09-14
1
-13
/
+45
*
Replace OpenSSL for encrypting session files with Apple's CommonCrypto (part ...
Max
2015-09-14
1
-20
/
+80
*
Replace OpenSSL for SHA1 calculation with Apple's CommonCrypto
Max
2015-09-13
1
-7
/
+45
*
Replace some malloc(a*b) with the safer calloc(a,b) variant
Max
2015-06-30
1
-1
/
+2
*
Fix memory leaks.
Stuart Connolly
2014-01-29
1
-0
/
+1
*
Update URL in source file header to point to GitHub.
Stuart Connolly
2014-01-26
1
-1
/
+1
*
Remove SVN property placeholder.
Stuart Connolly
2014-01-26
1
-2
/
+0
*
Tidy up.
Stuart Connolly
2014-01-13
1
-5
/
+6
*
- Address further Release/Distribution build warnings
rowanbeentje
2013-05-22
1
-1
/
+1
*
- Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...
rowanbeentje
2013-05-21
1
-2
/
+2
*
- Fix truncation of table content BINARY values which are being edited in-pl...
rowanbeentje
2013-05-06
1
-1
/
+1
*
- Use a short hashed form of the connection path for SSH ControlPath setting...
rowanbeentje
2012-08-19
1
-0
/
+17
*
Change Sequel Pro's license from GPL (version 2) to MIT.
stuconnolly
2012-07-25
1
-17
/
+24
*
- When exporting a query result or filtered table view make sure we're includ...
stuconnolly
2012-03-20
1
-17
/
+23
*
- Remove the Colloquy-derived, GPL -[NSData base64EncodingWithLineLength:] m...
rowanbeentje
2012-03-18
1
-73
/
+0
*
- Fix compiler warnings for MCPKit - largely typecast related
rowanbeentje
2011-03-02
1
-9
/
+9
*
• fixed memory leak in [SPDataAdditions shortStringRepresentationUsingEnco...
Bibiko
2010-08-24
1
-28
/
+28
*
• overall replacement of:
Bibiko
2010-08-20
1
-10
/
+9
*
Tidy up imports and fix 'Reverse Sort Order' when sorting connection favorite...
stuconnolly
2010-03-31
1
-2
/
+3
*
• fixed reading encrypted SPF files on the 64bit SP version (for now)
Bibiko
2010-01-12
1
-4
/
+5
*
- Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...
rowanbeentje
2010-01-09
1
-21
/
+21
*
Tidy up.
stuconnolly
2009-11-07
1
-1
/
+0
*
• eliminated the deprecated method 'stringWithCString' and simplified the m...
Bibiko
2009-09-24
1
-46
/
+27
*
• further improvements for open/save spf files
Bibiko
2009-08-24
1
-0
/
+83
*
• further work for open/save connection files (spf)
Bibiko
2009-08-21
1
-0
/
+79
*
• added to SPDataAdditions:
Bibiko
2009-06-23
1
-0
/
+22
*
• moved dataToHex as dataToFormattedHexString from TableContent to SPDataAd...
Bibiko
2009-06-23
1
-0
/
+86
*
• added: SPDataAdditions.m
Bibiko
2009-06-19
1
-0
/
+105