0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Buckets can now iterate starting from specified key. Needs specs. More... over 14 years ago
Ensure that request callbacks are called on failure More... over 14 years ago
reverse Left and Right. The convention says that Left is for failures. More... over 14 years ago
Merge branch 'discard_blockers' More... over 14 years ago
Implement configurable eviction policies for when the request queue is full. Currently supports discarding and appending of oldest waiting exchange. More... over 14 years ago
added tags to .gitignore More... over 14 years ago
added tags to .gitignore More... over 14 years ago
Queue now discards items evicted due to full queue More... over 14 years ago
Moving toward ability to discard items blocking the acceptor queue More... over 14 years ago
Added ability to list keys starting with a specific key More... over 14 years ago
Now use Array[Byte] for PUT requests as well. See previous comments. More... over 14 years ago
Now use Array[Byte] instead of strings, to circumvent any character-set insanity. More... over 14 years ago
Refactored logging, turning it off for test environment. Removed dependency of config file that is never referenced. More... over 14 years ago
Reference env through Environment object More... over 14 years ago
Add support for setting arbitrary X-Amz headers to be set on PUTs More... over 14 years ago
Add more specs for response header getters More... over 14 years ago
Added response header support More... over 14 years ago
Revert "Removed unnecessary config load." More... over 14 years ago
Changed DELETE functionality to deal with 204 errors, which Amazon seems to be providing. More... over 14 years ago
Removed unnecessary config load. More... over 14 years ago
removed whitespace error More... over 14 years ago
Added DELETE to S3Request More... over 14 years ago
Added callback functionality to GET requests. More... over 14 years ago
call retry on unqueued request instead of data More... over 14 years ago
Timeouts now treated like error responses More... over 14 years ago
added configgy logging More... over 14 years ago
rudimentary queue sweeping which seems to resolve blocking issue More... over 14 years ago
Now actually verifies requests are complete when doing PUTs, retrying if necessary. More... over 14 years ago
Now actually retries PUT request, even if .data is not called. This functionality is now tested, as well.
=
More... over 14 years ago
PUT request now uses verifies using MD5
=
More... over 14 years ago