1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding unit tests for the newly split out code. More... over 12 years ago
Moving like code into similar util classes. Making files smaller and increasing code reuse. More... over 12 years ago
Reving version number. More... over 12 years ago
Migrated the bulk commands to the new style. Adding in the job listing commands, but am not getting anything back from the server. More... over 12 years ago
Removing some print statements. More... over 12 years ago
Adding in a different xml parser so that the default java one is not used. The default java one was causing some problems when serializing the data to xml. More... over 12 years ago
Added xml processing for the bucket list. This is the last step for having the minimal amount of commands finished for supporting hadoop bulk operations. More... over 12 years ago
Adding more slash handing into the client. Reved the version. More... over 12 years ago
Making the buildUrl method in the NetUtils class more robust by adding better handling for bucket paths and slashes. This will make the Ds3Client easier to use. More... over 12 years ago
Added in a filter for the xml output for the bulk get command to filter out the size in the xml. Can successfully get a response back from the server for a bulk get. More... almost 13 years ago
For some reason in Java 1.6 computing the Auth signature would produce a string with a newline at the end. Java 1.7 would not. I added a trim in the computation of the signature after it's been converted to Base64 and it started working in Java 1.6. More... almost 13 years ago
Added the jobid to the xml processing for the bulk put. More... almost 13 years ago
Fixed an issue where a Null Pointer would get thrown when when printing if there were are no buckets in the ds3 server. More... almost 13 years ago
Modifying the apache commons-io dependency so that it's an older version. This is due to hadoop also using that version and it taking precedence over mine. More... almost 13 years ago
Reved the version. More... almost 13 years ago
Added in objects for the response from the get service. Can now iterate through the buckets and see what exists. More... almost 13 years ago
Initial commit. More... almost 13 years ago