2
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add an URL to github repository More... over 14 years ago
This change introduces the newly architected core. It is using new ObjC 2.0 mechanisms and will require Leopard from now on. I am going ahead and committing the code even though it is still very rough around the edges. There is a lot of cleanup and refinement in the code that still needs to be done. This should have feature parity with the previous versions. The only exception, that I can think of, is the connection window no longer shows the access key id and the secret access key in the connection window. s3util has not yet been updated to use the new object core and will fail to build at this time. More... over 14 years ago
This change introduces the newly architected core. It is using new ObjC 2.0 mechanisms and will require Leopard from now on. I am going ahead and committing the code even though it is still very rough around the edges. There is a lot of cleanup and refinement in the code that still needs to be done. This should have feature parity with the previous versions. The only exception, that I can think of, is the connection window no longer shows the access key id and the secret access key in the connection window. s3util has not yet been updated to use the new object core and will fail to build at this time. More... over 14 years ago
Importing sample Mac home directory backup script. More... almost 15 years ago
Importing initial version of iPhoto 6 backup sample script. More... almost 15 years ago
Handle non-UTI mime-type for x-apple-diskimage / dmg. Replace obsolete cString method. Patch by sgehrman More... over 15 years ago
Bump project version (138 / 1.1) More... about 16 years ago
Make privacy settings persistent #42 More... about 16 years ago
Additional check when more than 10 objects removed, for #43 More... about 16 years ago
Preparing 1.1 More... about 16 years ago
Future API for Europe/US constraint on createBucket. Functional, but not shown in GUI and not very useful without the rest of the virtual hosting changes (not for this version) More... about 16 years ago
Slight change on rate controller reports: by convention n/a is now nil and we adjust status display to give only available numbers More... about 16 years ago
Incorporate header ordering fix (harm). Fix request signature when pushing data, md5 was not correctly integrated in signature string (but we never exercised this code path before) More... about 16 years ago
Provide methods to retrieve HTTP Response Attributes in bulk or one-by-one. Thereby resolving issue 40 and 41. Changing s3util to integrate with those changes. More... about 16 years ago
Re-implemented checksum verification after upload completed to S3 to make sure the transferred files are complete and unmodified. . This change requires issue 40 and issue 41 resolved to work, otherwise this will not build. More... over 16 years ago
Removing s3util.1 from project.pbxproj because this file was never in SVN. More... almost 17 years ago
Some changes that allow s3Util to run. Some functionality commented out. More... almost 17 years ago
Implemented verify functionality to locally store md5sums and compare them later to the ones stored on S3. More... almost 17 years ago
Initial s3util code import including changes to the project definition. This code will require additional changes to the core code to work. More... almost 17 years ago
Bump for v1.0.7 More... almost 17 years ago
Improve display when data is too large to be displayed in inspector or if it cannot formatted as ASCII. Fixes #32 More... almost 17 years ago
Fix two problems with error handling on timeout request: it could cause a crash (autorelease issue) and the XML error document returned by Amazon is sometime garbled (random bytes at beginning/end), so NSXMLDocumentTidyXML should be used here. Also factorize error handling in operation classes More... almost 17 years ago
Maybe slightly experimental: adjust max concurrent operations in queue (requested by users on really fast connections), also rearm the timer as needed instead of continuously More... almost 17 years ago
Icon for ACL action (unused for now) More... almost 17 years ago
Fixes #36. When opening a bucket the S3ObjectListController window is now cached for later retrieval. This allows the S3ObjectListController window to be closed and reopened and have the correct state shown. S3Bucket is now an immutable object and complies with the NSCopying and NSMutableCopying protocol. Added a new state ivar _validList to S3ObjectListController and a KVO dependant key validListString, which is now bound to in the interface to show if the list in the window is valid or not. Valid is defined within S3 Browser, since S3 does not send notifications for external changes, as if there have been actions performed on the list for which the list does not accurately reflect those actions. More... almost 17 years ago
Added a special case for css mime-type not handling by UTI More... almost 17 years ago
Patch from Matt Johnston which improves handling of RFC 2396 reserved characters More... almost 17 years ago
Commit changes many things. S3OperationQueue is now the delegate for all operations. Window controllers now receive notifications from the S3OperationQueue. S3OperationQueue now starts items automatically through the use of a timer, this will prepare the way for retry operations and smarter queue scheduling. Small code changes that include first steps for retry code, no code is active or changes behavior currently. Fixed a bug that would prevent refreshing the list if other operations have completed, auto-refresh is enabled, and the last operation is canceled. Fixed a bug that allowed the stop button in the Operation Inspector window to remain enabled even if the operation was not active. Added alerts when deleting buckets. Changed behavior in the operations console to only enable the info toolbar item if an operation is selected. Fixed a bug that would prevent the operations console from opening if not set to open previously on launch. Added a new core object to better track the progress of operations that allow it, S3TransferRateCalculator can track instantaneous rates or average rates. It supportsa wide array of units and rates. It can optionally track progress of an objective. Moved setting string status to a central location when a new state is set. Changed the way active operations are indicated in S3Operation. Added new states S3OperationCanceled and S3OperationPendingRetry. Added an ivar in S3Operation to indicate if the operation should be allowed a retry. Cleaned up formatting to be more cocoa like. Removed S3_DOWNLOADS_NSURLCONNECTION code. More... almost 17 years ago
Fix a few selector definitions in respondsToSelector checks incoherent with the actual call More... about 17 years ago
Commit patch by mledford (operationqueue / controllers reorganization) More... about 17 years ago