2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 28, 2024 — Nov 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix bug with path-like keys, improve URL generation code, don't use full path-based keys as default file name when downloading, simplify info passing on upload operations More... about 19 years ago
With help menu change, 1.0 is r55 More... about 19 years ago
Remove another NewApplication, and plug web site url for in-app help More... about 19 years ago
Humpf, 1.0 is r53 More... about 19 years ago
Final bump for 1.0 More... about 19 years ago
Support for preferences (autorefresh, autoclean) More... about 19 years ago
Bad data leak on every s3object instanciation More... about 19 years ago
Support for large buckets (but not ultra-large). Fixes #7 More... about 19 years ago
Chained objects lists support More... about 19 years ago
Add support for parameters in URL More... about 19 years ago
Fix dealloc fault More... about 19 years ago
Reorganize operation management: each window now holds an operation queue and controls how many simultaneous operations are possible, marking operations pending these as soon as a slot is available. This makes possible huge simultaneous upload/download/delete. Also fixed/implemented support for KVO on all operation classes, including streamed operation on upload and download. Reorganize operation management to rely on a corect state enum, not just an active marker. Plus minor fixes More... about 19 years ago
Fix naming bug uploadFiles (accessor) was conflicting with uploadFiles (action) More... about 19 years ago
Simplify upload management for single and multiple files, with editable tableview for key and mime-type More... about 19 years ago
Support multiple files upload, directory upload with common prefix (mapped on slash speparated keys). Implement improvements in #9. Rename S3BucketContentController to S3ObjectListController More... about 19 years ago
Add Content-Type support on file uploads, including GUI. Fixes #10 More... about 19 years ago
If we have content-type in the header dictionary, we must process it specially as it is required by s3 authentication scheme More... about 19 years ago
Support multiple files dragged to content window More... over 19 years ago
Fix bug with empty files More... over 19 years ago
Quit NewApplication is BAD More... over 19 years ago
Better display (kb/mb/gb) for size column in bucket content More... over 19 years ago
Implements 'remove all' in bucket content window More... over 19 years ago
Generalized the file size formatter, so we can use it in a NSValueTransformer More... over 19 years ago
Fix bogus display of filesizes < 1024 bytes, add (unused for now) containsObjectOfClass NSSet extension More... over 19 years ago
setDestination:allowOverwrite:NO is better as it automatically create a unique filename by appending a number More... over 19 years ago
0.3 is r30, not r28 (progress indicator bug) More... over 19 years ago
More efficient progress reporting, and fix an error in upload progress computation More... over 19 years ago
Bump versions, updated ReadMe More... over 19 years ago
Only keep drop to table code. Drag from table is confusing (and unreliable) More... over 19 years ago
First attempt at DnD support More... over 19 years ago