GitHub / nodejitsu/node-cloudfiles / commits
A client implementation for Rackspace CloudFIles in node.js
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| ee418cda | [doc] Added deprecation notice | indexzero <c****s@g****m> | over 13 years ago | |
| c6ae24c8 | [dist] Version bump. 0.3.4 | indexzero <c****s@g****m> | about 14 years ago | |
| 64d75e3d | [dist] Update author field for consistency | Christian Howe <c****y@g****m> | over 14 years ago | |
| aa48a770 | [fix] Don't leak `client` | Maciej Małecki <m****i@n****g> | over 14 years ago | |
| f7abac97 | [dist] Version bump. 0.3.3 | indexzero <c****s@g****m> | over 14 years ago | |
| 7117f23a | [dist] Update vows and request | indexzero <c****s@g****m> | over 14 years ago | |
| be3e2407 | [fix] Fix typo in `Container.destroy` | Maciej Małecki <m****i@n****g> | over 14 years ago | |
| 2f749b01 | [minor v0.6] Remove unused `sys` `require`s | Maciej Małecki <m****i@n****g> | over 14 years ago | |
| 9c169e5e | [dist] v0.3.2 | bradleymeck <b****k@g****m> | over 14 years ago | |
| 130196b2 | [feature] chunked-encoding for streams without length | bradleymeck <b****k@g****m> | over 14 years ago | |
| ef476afd | merge Merge pull request #23 from kainosnoema/fix/destroyFile-callback | Bradley Meck <b****k@g****m> | over 14 years ago | |
| f5654ea7 | merge Merge pull request #25 from kainosnoema/fix/setAuth-error | Bradley Meck <b****k@g****m> | over 14 years ago | |
| 2bc31233 | destroyFile() should call callback on failure | Evan Owen <k****a@g****m> | over 14 years ago | |
| c0da7403 | setAuth() should fail with error on non-20x response | Evan Owen <k****a@g****m> | over 14 years ago | |
| a7062ea8 | merge Merge pull request #19 from davidwood/servicenet | Bradley Meck <b****k@g****m> | almost 15 years ago | |
| 8981bdaf | For consistency, updated 'Service Net' to 'ServiceNet' (although Rackspace us... | David Wood <b****e@g****m> | almost 15 years ago | |
| 28fa5d98 | Added ServiceNet to README | David Wood <b****e@g****m> | almost 15 years ago | |
| 651e4aa7 | Updated upload example to specify remote and local files using an option obje... | David Wood <b****e@g****m> | almost 15 years ago | |
| 4e87941e | Updated setAuth to save storage URL using setStorageUrl | David Wood <b****e@g****m> | almost 15 years ago | |
| a89350f6 | Added servicenet to config options and setStorageUrl function | David Wood <b****e@g****m> | almost 15 years ago | |
| d33378c1 | Added tests for transfers over Service Net | David Wood <b****e@g****m> | almost 15 years ago | |
| 6e49b35d | [dist] Version bump. 0.3.1 | indexzero <c****s@g****m> | almost 15 years ago | |
| cce6eca7 | [test minor] Change `assert.length` to `assert.lengthOf` | Maciej Małecki <m****i@n****g> | almost 15 years ago | |
| a74bf386 | [test v0.6] Remove `require.paths` from tests | Maciej Małecki <m****i@n****g> | almost 15 years ago | |
| 26b0f41d | [v0.6] Remove `require.paths` in lib/cloudfiles.js | Maciej Małecki <m****i@n****g> | almost 15 years ago | |
| 0a6b1083 | [dist] Version bump. 0.3.0 | indexzero <c****s@g****m> | about 15 years ago | |
| 099a9a9e | [test] Updates for large file tests from @indutny | indexzero <c****s@g****m> | about 15 years ago | |
| 061d9ac4 | [dist refactor] Update to use `mime` and `pkginfo` modules. | indexzero <c****s@g****m> | about 15 years ago | |
| a4f7711a | [tests] added test for big file (3mb) |
Fedor Indutny <f****y@g****m>
Committed by: indexzero <c****s@g****m> |
about 15 years ago | |
| df24e8b0 | [dist] Vendor mkdirp until `mkdirpSync` patch is applied | indexzero <c****s@g****m> | about 15 years ago | |
| 90cf526c | [doc] Updated README.md | indexzero <c****s@g****m> | about 15 years ago | |
| 3050d5b6 | [doc] Update README.md | indexzero <c****s@g****m> | about 15 years ago | |
| f19ac515 | [dist] Update package.json with new dependencies | indexzero <c****s@g****m> | about 15 years ago | |
| 79fa3c32 | [dist] Updated .gitignore for new tests | indexzero <c****s@g****m> | about 15 years ago | |
| ae61ea32 | [api test] Updated core rackspace implementation to use streams returned by `... | indexzero <c****s@g****m> | about 15 years ago | |
| fb158c36 | Expect: 100-continue header when sending larger files required |
Jaakko Manninen <j****o@r****i>
Committed by: indexzero <c****s@g****m> |
about 15 years ago | |
| 1284a2eb | close sockets, end requests |
Jaakko Manninen <j****o@r****i>
Committed by: indexzero <c****s@g****m> |
about 15 years ago | |
| 10350c34 | rename rackspaceCurl to rackspaceRequest; allow providing custom Stream; test... |
Jaakko Manninen <j****o@r****i>
Committed by: indexzero <c****s@g****m> |
about 15 years ago | |
| cef22a75 | use Node's HTTP and Streams to upload files |
Jaakko Manninen <j****o@r****i>
Committed by: indexzero <c****s@g****m> |
about 15 years ago | |
| 75381256 | [dist] Version bump. 0.2.8 | indexzero <c****s@g****m> | about 15 years ago | |
| e204a20f | [merge] Manual merge of @0ctave/master:16aea68f15c331ecccbd95ed8af84f8a8fd0a6ff | indexzero <c****s@g****m> | about 15 years ago | |
| 7361e9fe | [container, utils] fixed wrapper of addFile method, fixed typo, fixed headers... | Fedor Indutny <f****y@g****m> | about 15 years ago | |
| 0e8501f5 | [core, mime, tests] addFile now supports argument with property, fixed mime... | Fedor Indutny <f****y@g****m> | about 15 years ago | |
| 2ed8127d | [mime] added mime types for .woff and .eot files | Fedor Indutny <f****y@g****m> | about 15 years ago | |
| 178fde29 | added test for addFile() with options, also fixed hint for test-config.json p... |
Yuriy Bogdanov <c****y@g****m>
Committed by: indexzero <c****s@g****m> |
about 15 years ago | |
| cb33082d | expose Content-Encoding option to curl for addFile() |
Yuriy Bogdanov <c****y@g****m>
Committed by: indexzero <c****s@g****m> |
about 15 years ago | |
| eb190070 | [dist] Update versions in package.json | indexzero <c****s@g****m> | over 15 years ago | |
| 66aba0aa | [dist] Version bump. 0.2.7 | indexzero <c****s@g****m> | over 15 years ago | |
| 0acece44 | [doc minor] Small style changes. Added aaronds to Contributors | indexzero <c****s@g****m> | over 15 years ago | |
| d9b70693 | [minor] Small style changes | indexzero <c****s@g****m> | over 15 years ago | |
| a9e678a9 | merge Merge branch 'master' of https://github.com/aaronds/node-cloudfiles | indexzero <c****s@g****m> | over 15 years ago | |
| 2bc4082e | [dist] Update package.json with best practices for dependencies | indexzero <c****s@g****m> | over 15 years ago | |
| 48b4d1c6 | Fixes for getContainers with cdns. | Aaron Shrimpton <a****s@g****m> | over 15 years ago | |
| f460a6a4 | Adjusting whitespace to fit in. | Aaron Shrimpton <a****s@g****m> | over 15 years ago | |
| 5ff88342 | Added cdnSslUri to container object. | Aaron Shrimpton <a****s@g****m> | over 15 years ago | |
| ab5f2e55 | Adding authentication service example to README and correcting createContaine... | Aaron Shrimpton <a****s@g****m> | over 15 years ago | |
| 482d2e87 | Added support for rackspace london datacenter via host property in client con... | Aaron Shrimpton <a****s@g****m> | over 15 years ago | |
| 1f011b2c | [dist] Version bump. 0.2.6 | indexzero <c****s@g****m> | over 15 years ago | |
| 86fbb0d5 | [fix] Include -i parameter on uploading files | indexzero <c****s@g****m> | over 15 years ago | |
| 0191f908 | [dist] Version bump. 0.2.5 | indexzero <c****s@g****m> | over 15 years ago | |
| d41508db | [fix] Use cURL for downloading files until GH-849 is fixed in node.js core | indexzero <c****s@g****m> | over 15 years ago | |
| df8e34b8 | [dist] Version bump. 0.2.4 | indexzero <c****s@g****m> | over 15 years ago | |
| 16193e2d | [fix] Check type on `.createContainer()` | indexzero <c****s@g****m> | over 15 years ago | |
| 2b4f9fb7 | [dist] Version bump. 0.2.3 | indexzero <c****s@g****m> | over 15 years ago | |
| 0539e95a | [fix] Small update for continued use deprecated request APIs | hij1nx <f****o@g****m> | over 15 years ago | |
| 9cff784e | [dist] Version bump. 0.2.2. node 0.4.0+ now required | indexzero <c****s@g****m> | over 15 years ago | |
| a7bf4e54 | [minor] Remove `eyes` dependency | indexzero <c****s@g****m> | over 15 years ago | |
| f55835dc | [fix] Improve the way CDN urls are handled using auto-magic auth | indexzero <c****s@g****m> | over 15 years ago | |
| cd51ec5a | [dist] Version bump. 0.2.1 | indexzero <c****s@g****m> | over 15 years ago | |
| c4749868 | [fix] Trim first character when resubmitting after delayed auth requests | indexzero <c****s@g****m> | over 15 years ago | |
| 449dcced | [fix] Update uri when authenticating first | indexzero <c****s@g****m> | over 15 years ago | |
| e96ebf28 | [dist] Updated CHANGELOG.md | indexzero <c****s@g****m> | over 15 years ago | |
| dfcfc6f1 | [doc dist] Added CHANGELOG.md, updated README.md, and added formal LICENSE file | indexzero <c****s@g****m> | over 15 years ago | |
| 33d16e2a | [dist] Version bump. 0.2.0 | indexzero <c****s@g****m> | over 15 years ago | |
| 270ad055 | [minor] Assign Copyright to Nodejitsu Inc. | indexzero <c****s@g****m> | over 15 years ago | |
| a97487c6 | [doc] Updated README.md | indexzero <c****s@g****m> | over 15 years ago | |
| e5715311 | Using 'file.name' instead of just 'file', empty batch should run finish immed... | Fedor Indutny <f****y@g****m> | over 15 years ago | |
| 4af8b4a0 | Fixed method 'getFile' of Container object, to reflect changes in core.js | Fedor Indutny <f****y@g****m> | over 15 years ago | |
| 74607d1e | Multifile download | Fedor Indutny <f****y@g****m> | over 15 years ago | |
| cd976530 | [api test doc] Refactored node-cloudfiles to support multiple clients | indexzero <c****s@g****m> | over 15 years ago | |
| c38bb574 | [test] Updated storage-object-metadata-test.js to remove tests for unimplemen... | indexzero <c****s@g****m> | almost 16 years ago | |
| bccb5903 | [dist] Version bump | indexzero <c****s@g****m> | almost 16 years ago | |
| c6cae545 | [api test] Added basic cache for local files. Added functionality and tests f... | indexzero <c****s@g****m> | almost 16 years ago | |
| fccbe3f7 | [api test dist] Version bump. Refactor addFile() to use curl due to node.js S... | indexzero <c****s@g****m> | almost 16 years ago | |
| f8430dd5 | [dist] Added package.json. Removed eyes dependency | indexzero <c****s@g****m> | almost 16 years ago | |
| cbbae7f4 | [doc] Updated README.md | indexzero <c****s@g****m> | almost 16 years ago | |
| 99daf92d | [api test] Added methods and tests for StorageObjects and Containers. | indexzero <c****s@g****m> | almost 16 years ago | |
| b84a9937 | [minor] Updates to config.js | indexzero <c****s@g****m> | almost 16 years ago | |
| e32cc12e | [api test] Added mime-types. Updated StorageObject. | indexzero <c****s@g****m> | almost 16 years ago | |
| 00a3268a | [api test] Added methods for container and file manipulation | indexzero <c****s@g****m> | almost 16 years ago | |
| 22c29f80 | [api test] Added createContainer functionality | indexzero <c****s@g****m> | almost 16 years ago | |
| 71df419b | [api test] Added basic support for CloudFiles Containers and StorageObject | indexzero <c****s@g****m> | almost 16 years ago | |
| 65b5c74c | [doc] Updated README.md | indexzero <c****s@g****m> | almost 16 years ago | |
| 80c6abd3 | [api] Stubbed out Container and StorageObject for later | indexzero <c****s@g****m> | almost 16 years ago | |
| 53edc0ab | [api] Moved authentication code over from node-cloudservers | indexzero <c****s@g****m> | almost 16 years ago | |
| 5f3b1a48 | Added README.md | indexzero <c****s@g****m> | almost 16 years ago |