0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 6 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Deleting a nonexistent slot should return 204 No Content to match S3 More... almost 15 years ago
Don't raise exception when the bucket already exists. S3 doesn't do that either.
pneff
as Patrice Neff
More... almost 15 years ago
tweak gem dependency so that activesupport 2.2.x is used, not 2.3 More... about 15 years ago
Optimize the filename selection slightly, since uploaded filenames are often just "mongrel.dat" or similar, causing a long scan through filenames. More... about 15 years ago
Implement support for the COPY operation on a slot/object. More... about 15 years ago
Ensure that old storage files get removed when you overwrite a key. More... about 15 years ago
Small optimization to prevent running a separate owner-finding query for each item when listing a bucket. More... about 15 years ago
Implement Alan Wootton's patch to fix marker functionality (which used to be ticket 12 on Trac). More... about 15 years ago
Implement basic range support in Parkplace. More... about 15 years ago
Merge commit 'matt/master' More... over 15 years ago
* lib/parkplace/s3.rb: valid hash check from stopdropandrew. More... over 15 years ago
fix Time class modification for ActiveSupport compatibility More... over 15 years ago
add -u debug switch More... over 15 years ago
upgrade activesupport/activerecord to 2.2, bundle acts_as_nested_set plugin More... over 15 years ago
use mongrel 1.1.x More... over 15 years ago
attack of the base64 regular expression More... over 15 years ago
Merge branch 'master' of http://github.com/why/parkplace More... over 15 years ago
Change how content-md5 matches to follow Amazon's formats (base64 encoded digest instead of hexdigest). More... over 15 years ago
* lib/parkplace/s3.rb: Change how content-md5 matches to follow Amazon's formats (base64 encoded digest instead of hexdigest). More... over 15 years ago
Tidying CommonPrefix implementation. More... over 15 years ago
Adding (hacked) code to support S3's CommonPrefixes functionality. More... over 15 years ago
setup gem dependencies so that parkplace works in a world of mongrel 1.1 and rails 2.0 More... about 16 years ago
trivial change More... about 17 years ago
* lib/parkplace/helpers.rb: from ticket #8, canonical strings as Amazon does. More... over 17 years ago
* bin/parkplace: fix the default admin warning. * lib/parkplace.rb: announce the control center URL. * lib/parkplace/control.rb: click on a file name to see file and torrent details. More... over 17 years ago
* lib/parkplace/torrent.rb: adding more data to the tracker (bytes transferred, file sizes). * lib/parkplace/models.rb: switch to using migrations, clean up. * lib/parkplace.rb: ditto. More... over 17 years ago
* lib/parkplace/control.rb: expanding details area for each file. * static/: swap in jquery. More... over 17 years ago
* lib/parkplace/s3.rb: and here are all the s3 controllers, moved out of controllers.rb. More... over 17 years ago
* lib/parkplace/torrent.rb: some BT clients send requests without an `event` setting, let's just skip the database update in those cases. * lib/parkplace.rb: load the torrent controllers before the s3 controllers, as the s3 controllers catch all that. More... over 17 years ago
* lib/parkplace: updates to work with Camping 1.5, mostly the service overrides were in the wrong place. and the, uh, controllers were out of order. More... over 17 years ago