8
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 5 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Revert Patrick's version number change. - It made bracketed build numbers look like components of the version, which gave wrong results - Added a test for one such broken build-numbered version number More... over 14 years ago
More detailed error handling and logging. - Take failure of stat into account - Use correct format for printing uids - SULog actual failure points. - Cope with nonexistent destinations More... over 14 years ago
Added two stupid spaces.
lemniscate
as Andy Matuschak
More... over 14 years ago
Merge commit 'seanm/master'
lemniscate
as Andy Matuschak
More... over 14 years ago
Add missing include. More... over 14 years ago
If we install under a normalized name, make sure we take owner/group from the target directory, not from a nonexistent destination application we haven't installed yet. More... over 14 years ago
Fix configuration for finish_installation.app target: Otherwise it won't build correctly on 10.4 and gives us "unsupported required load command" errors instead of starting up. More... over 14 years ago
Merge branch 'master' of github.com:uliwitness/Sparkle More... over 14 years ago
Added Portuguese translation courtesy Sérgio Miranda. Thanks!
lemniscate
as Andy Matuschak
More... over 14 years ago
Make sure that, even on 10.4, we delete our temp folder. Also, we no longer use the stop-gap measure of trashing the temp folder, we really delete it after successful installation. More... over 14 years ago
Slightly more user-suitable error message. More... over 14 years ago
More more correct way of creating an NSString from a C-string path. More... over 14 years ago
Method for removing a file with optional authorization. More... over 14 years ago
More correct way of turning a C-string path into an NSString. More... over 14 years ago
Make sure we also delete the temp dir when the user clicks "cancel" during the download. More... over 14 years ago
Make sure we delete the temp directory. More... over 14 years ago
Make sure we delete the temp directory. More... over 14 years ago
Fix typo in LONG_INSTALLATION_TIME constant. More... over 14 years ago
Make sure mdimport is run synchronously, not asynchronously. More... over 14 years ago
Fix authorized file moving code: - We now correctly handle the case where the containing directory doesn't allow us adding files without authorization (e.g. /Applications). - We do the quarantine release *before* the copy. More... over 14 years ago
Move 10.4 SDK setting into xcconfig file. More... over 14 years ago
updated the installer program to show an icon when the installation takes more than 1.2 seconds, long installations have a program in the Dock short installations just look like the program is restarting some variable renaming to no longer have camelCasePath for char * More... over 14 years ago
changed back 10.4 settings cause it broke the updater on 10.4 More... over 14 years ago
Be paranoid and wait for the mdimport to finish before we launch the app. Might make spurious "no executable" errors a bit less likely. More... over 14 years ago
Make sure we delete the temporary folder when the user cancels the download. Also make sure we delete it on 10.4, which seems to have a bug in removeFileAtPath: that won't delete nested empty folders. As a quick fix, I just trash the folder in that case. We already put the old version in the trash anyway, and this saves me from having to write, test and debug a recursive removal function. More... over 14 years ago
Merge remote branch 'uliwitness/master' More... over 14 years ago
Remove 10.4 SDK setting. Causes more problems than it helps. More... over 14 years ago
Merge remote branch 'uliwitness/master' More... over 14 years ago
Updating an application now longer shows the installation application n the Dock (LSUIElement) , Removed TransformProcessType call as it will force the installer application to show in the Dock. More... over 14 years ago
Tests for version numbers with build numbers. More... over 14 years ago