My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Oct 04, 2009
    r333 (Reverting r329 as s3lib generally uses exceptions in this st...) committed by charlie.groves   -   Reverting r329 as s3lib generally uses exceptions in this style. See http://code.google.com/p/s3lib/source/detail?r=329 for the discussion.
    Reverting r329 as s3lib generally uses exceptions in this style. See http://code.google.com/p/s3lib/source/detail?r=329 for the discussion.
  • Sep 27, 2009
    r332 (S3 doesn't return a request body on a 404, so handle it on i...) committed by charlie.groves   -   S3 doesn't return a request body on a 404, so handle it on its own.
    S3 doesn't return a request body on a 404, so handle it on its own.
  • Sep 27, 2009
    r331 (S3 doesn't return a request body on a 404, so handle it on i...) committed by charlie.groves   -   S3 doesn't return a request body on a 404, so handle it on its own.
    S3 doesn't return a request body on a 404, so handle it on its own.
  • Sep 27, 2009
    r330 (Add a couple methods for encoding bucket and object paths ) committed by charlie.groves   -   Add a couple methods for encoding bucket and object paths
    Add a couple methods for encoding bucket and object paths
  • Sep 27, 2009
    r329 (Check for problems with the backing file early rather than f...) committed by charlie.groves   -   Check for problems with the backing file early rather than forcing all getInputStream callers to handle a checked exception they can't do anything with
    Check for problems with the backing file early rather than forcing all getInputStream callers to handle a checked exception they can't do anything with
  • Sep 27, 2009
    r328 (Split a superclass out of S3Object, S3Metadata, that just co...) committed by charlie.groves   -   Split a superclass out of S3Object, S3Metadata, that just contains the operations that can be performed on a metadata lookup.
    Split a superclass out of S3Object, S3Metadata, that just contains the operations that can be performed on a metadata lookup.
  • Sep 27, 2009
    r327 (Ignore mvn generated eclipse files and build directories ) committed by charlie.groves   -   Ignore mvn generated eclipse files and build directories
    Ignore mvn generated eclipse files and build directories
  • Sep 27, 2009
    r326 (Remove extraneous casts and whitespace, fix deprecation warn...) committed by charlie.groves   -   Remove extraneous casts and whitespace, fix deprecation warnings and cleanup other bits that Eclipse flags.
    Remove extraneous casts and whitespace, fix deprecation warnings and cleanup other bits that Eclipse flags.
  • Apr 09, 2009
    r325 (Implement support for stream-based decompression/compression...) committed by landon.j.fuller   -   Implement support for stream-based decompression/compression of S3Object data via S3's content- coding support.
    Implement support for stream-based decompression/compression of S3Object data via S3's content- coding support.
  • Apr 08, 2009
    r324 (Add additional missing type annotations ) committed by landon.j.fuller   -   Add additional missing type annotations
    Add additional missing type annotations
  • Apr 08, 2009
    r323 (Add missing return type. ) committed by landon.j.fuller   -   Add missing return type.
    Add missing return type.
  • Mar 11, 2009
    r322 (Implement mediatype support for scala. ) committed by landon.j.fuller   -   Implement mediatype support for scala.
    Implement mediatype support for scala.
  • Mar 11, 2009
    r321 (Add support for setting and returning a content-encoding. Th...) committed by landon.j.fuller   -   Add support for setting and returning a content-encoding. This is primarily useful for implementing compressed S3 storage support.
    Add support for setting and returning a content-encoding. This is primarily useful for implementing compressed S3 storage support.
  • Mar 11, 2009
    r320 (Add missing license headers ) committed by landon.j.fuller   -   Add missing license headers
    Add missing license headers
  • Mar 10, 2009
    r319 (Add subpath support to the Bucket class, and move the subpat...) committed by landon.j.fuller   -   Add subpath support to the Bucket class, and move the subpath prototype to the Storage trait
    Add subpath support to the Bucket class, and move the subpath prototype to the Storage trait
  • Mar 10, 2009
    r318 (Implement a Scala API-specific replacement for S3Object. ) committed by landon.j.fuller   -   Implement a Scala API-specific replacement for S3Object.
    Implement a Scala API-specific replacement for S3Object.
  • Mar 10, 2009
    r317 (Initial implementation of subpath support ) committed by landon.j.fuller   -   Initial implementation of subpath support
    Initial implementation of subpath support
  • Mar 09, 2009
    r316 (Add support for object get, put, and delete. ) committed by landon.j.fuller   -   Add support for object get, put, and delete.
    Add support for object get, put, and delete.
  • Mar 09, 2009
    r315 (Remove debugging printfs ) committed by landon.j.fuller   -   Remove debugging printfs
    Remove debugging printfs
  • Mar 09, 2009
    r314 (Initial Scala API implementation. ) committed by landon.j.fuller   -   Initial Scala API implementation.
    Initial Scala API implementation.
  • Mar 09, 2009
    r313 (Explicitly mark transient errors to aid in implementing retr...) committed by landon.j.fuller   -   Explicitly mark transient errors to aid in implementing retry support.
    Explicitly mark transient errors to aid in implementing retry support.
  • Mar 09, 2009
    r312 (- Scala build fixes - Javadoc reporting support ) committed by landon.j.fuller   -   - Scala build fixes - Javadoc reporting support
    - Scala build fixes - Javadoc reporting support
  • Mar 06, 2009
    r311 (Remove unused directory ) committed by landon.j.fuller   -   Remove unused directory
    Remove unused directory
  • Mar 06, 2009
    r310 (Add scala build support ) committed by landon.j.fuller   -   Add scala build support
    Add scala build support
  • Feb 16, 2009
    r309 (Add support for multiple "in-flight" S3Objects Added suppor...) committed by landon.j.fuller   -   Add support for multiple "in-flight" S3Objects Added support for maintaining multiple inflight S3Objects created via an S3Connection instance by using the MultiThreadedHttpConnectionManager.
    Add support for multiple "in-flight" S3Objects Added support for maintaining multiple inflight S3Objects created via an S3Connection instance by using the MultiThreadedHttpConnectionManager.
  • Feb 15, 2009
    Source Wiki page deleted by landon.j.fuller
  • Feb 15, 2009
    r307 (Remove stale Eclipse project files. Remove Eclipse project ...) committed by landon.j.fuller   -   Remove stale Eclipse project files. Remove Eclipse project files. These will no longer function with the maven build.
    Remove stale Eclipse project files. Remove Eclipse project files. These will no longer function with the maven build.
  • Feb 15, 2009
    Source Wiki page edited by landon.j.fuller
  • Feb 15, 2009
    Source Wiki page edited by landon.j.fuller
  • Feb 15, 2009
    Source Wiki page edited by landon.j.fuller
  • Feb 15, 2009
    Source Wiki page edited by landon.j.fuller
  • Feb 15, 2009
    Source Wiki page edited by landon.j.fuller
  • Feb 15, 2009
    Source Wiki page added by landon.j.fuller
  • Feb 15, 2009
    r300 (Implement support for a single-jar artifact, with all depend...) committed by landon.j.fuller   -   Implement support for a single-jar artifact, with all dependencies included.
    Implement support for a single-jar artifact, with all dependencies included.
  • Feb 15, 2009
    r299 (Add missing dependency on commons-io. Implement a s3pipe-spe...) committed by landon.j.fuller   -   Add missing dependency on commons-io. Implement a s3pipe-specific S3TestConfig
    Add missing dependency on commons-io. Implement a s3pipe-specific S3TestConfig
  • Feb 15, 2009
    r298 (Load the test properties from the classpath. ) committed by landon.j.fuller   -   Load the test properties from the classpath.
    Load the test properties from the classpath.
  • Feb 15, 2009
    r297 (Give the parent pom a distinct name ) committed by landon.j.fuller   -   Give the parent pom a distinct name
    Give the parent pom a distinct name
  • Feb 15, 2009
    r296 (Drop ant build system ) committed by landon.j.fuller   -   Drop ant build system
    Drop ant build system
  • Feb 15, 2009
    r295 (Break into two modules -- s3pipe and s3lib) committed by landon.j.fuller   -   Break into two modules -- s3pipe and s3lib
    Break into two modules -- s3pipe and s3lib
  • Feb 15, 2009
    r294 (- Move s3lib tests to the test directory. - Add missing mave...) committed by landon.j.fuller   -   - Move s3lib tests to the test directory. - Add missing maven dependencies for the primary library.
    - Move s3lib tests to the test directory. - Add missing maven dependencies for the primary library.
  • Feb 15, 2009
    r293 (No longer used in maven layout) committed by landon.j.fuller   -   No longer used in maven layout
    No longer used in maven layout
  • Feb 15, 2009
    r292 (Begin maven'izing the project build ) committed by landon.j.fuller   -   Begin maven'izing the project build
    Begin maven'izing the project build
  • Oct 28, 2008
    r291 (Retry stream deletions just like we do with uploads when Ama...) committed by nick.barkas   -   Retry stream deletions just like we do with uploads when Amazon gives us some kind of error.
    Retry stream deletions just like we do with uploads when Amazon gives us some kind of error.
  • Oct 28, 2008
    r290 (- Don't include s3pipe when creating s3lib jar - Put org.apa...) committed by nick.barkas   -   - Don't include s3pipe when creating s3lib jar - Put org.apache.whatever at base of s3pipe jar instead of within com.threerings.s3lib.extlibs
    - Don't include s3pipe when creating s3lib jar - Put org.apache.whatever at base of s3pipe jar instead of within com.threerings.s3lib.extlibs
 
Hosted by Google Code