Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/CocoaPods/cocoapods-downloader

A small library that provides downloaders for various source types (HTTP/SVN/Git/Mercurial)
https://github.com/CocoaPods/cocoapods-downloader

Merge branch '1-2-stable' into merge12_into_master

* 1-2-stable:
[CHANGELOG] Add empty Master section

5e8ea896016fbe8edb9948c8d433d1528cb4bd8b authored about 5 years ago by Dimitris Koutsogiorgas <[email protected]>
Merge pull request #89 from wilmarvh/master

Add headers option on Http download strategy

bea449fdf0bc74c42599f8d2be4e16d424399296 authored over 5 years ago by D. Koutsogiorgas <[email protected]>
Add headers option on Http download strategy

- Add an option :headers key for the caller to provide custom headers
- Add HTTP headers spec
- ...

9f88757bdfc55e18ff636cd12d96d1be3836f067 authored over 5 years ago by Wilmar van Heerden <[email protected]>
Merge pull request #90 from CocoaPods/update_travis

Update .travis.yaml config

a2df2509e8a3da375ba32cc0082dbf1d7ac1d39c authored over 5 years ago by D. Koutsogiorgas <[email protected]>
Update .travis.yaml config

5839d11a62e3fd50152d5dfac52d86638bc08f94 authored over 5 years ago by Dimitris Koutsogiorgas <[email protected]>
[CHANGELOG] Add empty Master section

bc9e262fb441fdbea039a7d676e1193a32f50b11 authored about 6 years ago by Samuel Giddins <[email protected]>
Release 1.2.2

999b9c7a75d565b14047ec85f1be8095a9f0a13f authored about 6 years ago by Samuel Giddins <[email protected]>
Merge pull request #76 from CocoaPods/segiddins/nested-flatten

[RemoteFile] Allow flattening nested archives with dirs with the same name

6530ba09a78bcf26e677952e82f5002539632a58 authored over 6 years ago by D. Koutsogiorgas <[email protected]>
[RemoteFile] Allow flattening nested archives with dirs with the same name

Co-authored-by: Dimitris Koutsogiorgas <[email protected]>

7b8e05e79fa86328528f74a626af475d9abcbde8 authored over 6 years ago by Samuel Giddins <[email protected]>
Merge pull request #78 from CocoaPods/segiddins/patch-1

[Gemspec] Fix homepage

9a838df2fe1e3dcdbf3b13daef3f4654f7b8ead9 authored over 6 years ago by Samuel Giddins <[email protected]>
[Gemspec] Fix homepage

Closes #77

df33b232c9b6cf350e06a21e46c975301a5b9507 authored over 6 years ago by Samuel Giddins <[email protected]>
[CHANGELOG] Add empty Master section

e6422ca6b4fd72ec340484631ee78f929ec6f3e1 authored over 6 years ago by Samuel Giddins <[email protected]>
Release 1.2.1

1318f4a39aa0844b6f4b86c51b563585ec98169f authored over 6 years ago by Samuel Giddins <[email protected]>
Merge pull request #71 from CocoaPods/seg-download-cleanup

Remove archives after an `HTTP` download

323a98fe6fd49474653378c8aab4db543b784152 authored over 6 years ago by Samuel Giddins <[email protected]>
[Travis] Limit builds to master & stable

91102a62a6e13ef7e5df478cb927f5468da0bd41 authored over 6 years ago by Samuel Giddins <[email protected]>
Remove archives after an `HTTP` download

13bec43d8578d965dddbec0f3d7383fe414d90dc authored over 6 years ago by Samuel Giddins <[email protected]>
Merge pull request #75 from CocoaPods/segiddins/http-download-retry

[HTTP] Allow curl to retry on transient errors

0ee265e0f869c8866da458a61d41c5be96dbbc67 authored over 6 years ago by Samuel Giddins <[email protected]>
[HTTP] Allow curl to retry on transient errors

b2d4a9f21cbb61b0b57d83c33186dcad48bc4f9d authored over 6 years ago by Samuel Giddins <[email protected]>
[CHANGELOG] Add empty Master section

e3d4c635550e8a583962cd12769ec57d218e4a38 authored almost 7 years ago by Samuel Giddins <[email protected]>
Merge tag '1.2.0'

Release 1.2.0

# gpg: Signature made Wed Apr 4 15:10:10 2018 PDT
# gpg: using RS...

990436a01d76a54bfab88dc09cd5f7adadadf814 authored almost 7 years ago by Samuel Giddins <[email protected]>
[CHANGELOG] Add empty Master section

4e63682240c41727015470538946b2528ef1db0a authored almost 7 years ago by Samuel Giddins <[email protected]>
Release 1.2.0

b0f684906121cc7ffdc8ebdf02439a18c06d8530 authored almost 7 years ago by Samuel Giddins <[email protected]>
Merge pull request #74 from manicmaniac/feature/scp-support

Add scp support

8fbbda6efea5cfaa50db5b3663dfe0f97d24a86c authored almost 7 years ago by Danielle Tomlinson <[email protected]>
explicitly require remote_file because it is not autoloaded

0d73289ac5681c99e8bfa0d76ed2faec12876021 authored almost 7 years ago by Ryosuke Ito <[email protected]>
move require to top level

fd99f0f3c8766d675a88d57c7bd61798aaeb8009 authored almost 7 years ago by Ryosuke Ito <[email protected]>
remove redundant specs for Http

35bedfd804a277977901f29e90338a5999443f6c authored almost 7 years ago by Ryosuke Ito <[email protected]>
add specs for SCP

31c5eb097dbd8e685b12d155f82475161ff998d1 authored almost 7 years ago by Ryosuke Ito <[email protected]>
remove port option for SCP

a0ce6beb030b2c54bdd65b7b63a0266601a0a955 authored almost 7 years ago by Ryosuke Ito <[email protected]>
add specs for RemoteFile

dc383d8db4f30eb64d6df7e5dc0c46fe1ecca856 authored almost 7 years ago by Ryosuke Ito <[email protected]>
extract out the construction of the scp path

resolve https://github.com/CocoaPods/cocoapods-downloader/pull/74#discussion_r174974748

b9c7770313f842afa3edd7542ed2ddd5876950f2 authored almost 7 years ago by Ryosuke Ito <[email protected]>
require RemoteFile only in its subclasses

resolve https://github.com/CocoaPods/cocoapods-downloader/pull/74#discussion_r174974690

b26ed499e1b36d7daab2237bbc9ba2d259f28f13 authored almost 7 years ago by Ryosuke Ito <[email protected]>
sort autoloads

resolve https://github.com/CocoaPods/cocoapods-downloader/pull/74#discussion_r174974618

6b5e6b7acf8ab31d04fb58632b2591d73703de0f authored almost 7 years ago by Ryosuke Ito <[email protected]>
[Travis] use ruby 2.0.0 instead of 2.0.0-p647

2fcc5d88a9938a9b7cde05853951c0221b798c4d authored almost 7 years ago by Ryosuke Ito <[email protected]>
add README and CHANGELOG entries

46e02a1e6f2db76394b8e5ce5de9dc69778b1540 authored almost 7 years ago by Ryosuke Ito <[email protected]>
add some specs

2130588c8a4f4a4b1e085808743dd414888fdc39 authored almost 7 years ago by Ryosuke Ito <[email protected]>
fix to handle spaces in path

30ec9c251ce3a3eedb27b88f9d2c429e3cdebced authored almost 7 years ago by Ryosuke Ito <[email protected]>
fix to consider ssh user

3e794659ccafa4995cd191cdf514b98ee7b9cbfb authored almost 7 years ago by Ryosuke Ito <[email protected]>
[Travis] Update ruby versions

31d48f1ed05a41959f800daf8a84933659117559 authored almost 7 years ago by Ryosuke Ito <[email protected]>
fix coding style

80706590eaf9850f5f92aaaf6ab1adfd9ebac458 authored almost 7 years ago by Ryosuke Ito <[email protected]>
fix failing specs

c7e87dd30b8f05c6e952562bcea3d88b47946e81 authored almost 7 years ago by Ryosuke Ito <[email protected]>
add ability to download file via scp

4f083e0bf92e5d1776d2d2f32c783258648f40d6 authored almost 7 years ago by Ryosuke Ito <[email protected]>
add abstract remote_file downloader

2a676df2a459e598b7b76239af8086bffe9117e2 authored almost 7 years ago by Ryosuke Ito <[email protected]>
[CHANGELOG] Add empty Master section

74c8d27df0bfa54d569f9beddfac91907ec84f0e authored about 8 years ago by Danielle Tomlinson <[email protected]>
Release 1.1.3

bd4306a6842c42a768a3954cfd97c804993e7fa1 authored about 8 years ago by Danielle Tomlinson <[email protected]>
Merge pull request #65 from CocoaPods/dani_git_2_11

[Git] Add support for git 2.11

4b4bbe63b59e825e426304dbd27a9c26be937d81 authored about 8 years ago by Danielle Tomlinson <[email protected]>
[Git] Add support for git 2.11.x

closes https://github.com/CocoaPods/CocoaPods/issues/6270

9da672afe66874579a8ba9f3333c5e62ac01c1b1 authored about 8 years ago by Danielle Tomlinson <[email protected]>
[CHANGELOG] Add empty Master section

3cd516de228cca0911fe7daacc639393c9374c6b authored about 8 years ago by Danielle Tomlinson <[email protected]>
Release 1.1.2

36ac4f895bea640ba326f3a8db3b936dd847bec0 authored about 8 years ago by Danielle Tomlinson <[email protected]>
Merge pull request #62 from CocoaPods/dani_git_c

[Git] Remove calls to Dir.chdir

9ceb3f08f045520bd887701f5d8eb89b2b5202d7 authored about 8 years ago by Samuel Giddins <[email protected]>
[Git] Use target_git rather than backticks

31719bbec42ffbc916af663ebd7dbc36646e7562 authored about 8 years ago by Danielle Tomlinson <[email protected]>
Add CHANGELOG entry

14299341e2d447754cf72b76de9a6c9f0cabf351 authored about 8 years ago by Danielle Tomlinson <[email protected]>
Quote path

9061fe995bf916a67763dbb996fdad9a89be21bc authored about 8 years ago by Danielle Tomlinson <[email protected]>
[Git] Use git -C rather than Dir.chdir

02a3d314fe4f39bc408f6263b2a295df7c570356 authored about 8 years ago by Danielle Tomlinson <[email protected]>
[CHANGELOG] Add empty Master section

978dfcd59e028db875cd4bb191ebbf3195b6fc26 authored over 8 years ago by Danielle Tomlinson <[email protected]>
Merge tag '1.1.1'

Release 1.1.1

# gpg: Signature made Tue 30 Aug 09:32:45 2016 EDT using RSA key ID 3CE43CC7
# gp...

6fc8e97b101ad946a3e8339fa299ae14c574ad11 authored over 8 years ago by Danielle Tomlinson <[email protected]>
Release 1.1.1

526442eae7833316a553c590e8c6c0bdf78de1bf authored over 8 years ago by Danielle Tomlinson <[email protected]>
Merge pull request #61 from CocoaPods/seg-fix-commit-with-submodules

[Git] Fix checking out a commit with submodules

be0cebb4d0d987fee75a8d90bea8176dd1b04230 authored over 8 years ago by Danielle Tomlinson <[email protected]>
[CHANGELOG] Add entry for fixing git submodules for checkout commit

c09fccd95f53834ade8d5faa82ed52ca0ba337ef authored over 8 years ago by Samuel Giddins <[email protected]>
[Git] Fix checking out a commit with submodules

8c28fa6ff8f68a51e164298479511ebfb9ffcb95 authored over 8 years ago by Samuel Giddins <[email protected]>
[CHANGELOG] Add empty Master section

1932ea3f6178f588a9932ea80eae96f6a730c78e authored over 8 years ago by Samuel Giddins <[email protected]>
Merge tag '1.1.0'

Release 1.1.0

# gpg: Signature made Sun Jul 10 23:28:33 2016 EDT using RSA key ID 15DDA856
# gp...

971f0185cae5ed1f23c5797049421f2e9796f4f2 authored over 8 years ago by Samuel Giddins <[email protected]>
Release 1.1.0

afa9a3bc0d4d36f62487e9ea81a1c2e4c057a8ba authored over 8 years ago by Samuel Giddins <[email protected]>
[CHANGELOG] Add trailing spaces

896507f9cc0ea4c9f221c3ac76e9ecfd7fbd0f5f authored over 8 years ago by Samuel Giddins <[email protected]>
Merge tag '1.0.1'

Release 1.0.1

# gpg: Signature made Fri Jun 24 12:45:30 2016 CDT using RSA key ID 15DDA856
# gp...

5d85a154e91d0bdfe40ab6faa8a27df31013b6b9 authored over 8 years ago by Samuel Giddins <[email protected]>
Release 1.0.1

eb7e4b0ebe0fafb6d52f24ac00ceed132867ed5c authored over 8 years ago by Samuel Giddins <[email protected]>
Merge pull request #58 from gfontenot/gf-submodules

Explicitly checkout submodules when needed
(cherry picked from commit a378ad703fe932211f834f827a...

5684b19c417aa2cf3f49f51cf40b83c0c2c92d77 authored over 8 years ago by Samuel Giddins <[email protected]>
Merge pull request #58 from gfontenot/gf-submodules

Explicitly checkout submodules when needed

a378ad703fe932211f834f827aecc66f91c94b0d authored over 8 years ago by Samuel Giddins <[email protected]>
Explicitly checkout submodules when needed

After doing some research, it looks like git 2.9 made a change so that command
line flags are no...

05d9c9eb0bb0fa426b8b96360179aac9c454a337 authored over 8 years ago by Gordon Fontenot <[email protected]>
Merge pull request #57 from Monits/preprocessor

Allow download strategies to preprocess download options

0803d2280c14347e03cc5753efdca04e3697552c authored over 8 years ago by Samuel Giddins <[email protected]>
Minor fix in CHANGELOG

6fd3636c9d5a2c9316631f6da08e9cbdc1d897f9 authored over 8 years ago by Juan Pablo Civile <[email protected]>
Merge remote-tracking branch 'origin/master' into preprocessor

26829665777a2a8b0d4662af5b7363fa5dbdb231 authored over 8 years ago by Juan Pablo Civile <[email protected]>
Add preprocessing to README and CHANGELOG

67f4245a61354811e73b84be4be2a72c2b538989 authored over 8 years ago by Juan Pablo Civile <[email protected]>
Expand test coverage of preprocessing to all strategies

effd7b5fa9f237abdd0bd500385c2b8502631f6f authored over 8 years ago by Juan Pablo Civile <[email protected]>
Extract some duplicated code to a private method

4302303f3fa20f1be9f90280ca6d83d489e7440f authored over 8 years ago by Juan Pablo Civile <[email protected]>
A couple more tests

bf674c13e1460296ffecf90db12345cdfff68dca authored over 8 years ago by Juan Pablo Civile <[email protected]>
Added first batch of test coverage

40da59eb0fc69a3b25c4c9fdb0d9f7748664086c authored over 8 years ago by Juan Pablo Civile <[email protected]>
Merge pull request #56 from sguillope/http-curl-netrc-optional

Use curl's --netrc-optional option instead of --netrc

272c56dbde497a48a7310098989ed25d0cc0bc6d authored over 8 years ago by Samuel Giddins <[email protected]>
Allow download strategies to preprocess download options

For now, this is useful only for git when downloading a specific branch.

8de4a8246e85749b837aafefa30b5606c3e72ab7 authored over 8 years ago by Juan Pablo Civile <[email protected]>
[CHANGELOG] Add entry for removing curl's --netrc requirement

b4076f98df4d5276c00f6799c5a8de509d8ac675 authored over 8 years ago by Sylvain Guillopé <[email protected]>
Use curl's --netrc-optional option instead of --netrc

Using --netrc forces the user to provide authentication credentials through a
.netrc file in the...

e18994714d4d69d3cd99f3f05e8dfc618dc11af2 authored over 8 years ago by Sylvain Guillopé <[email protected]>
[CHANGELOG] Add empty Master section

d544c070f4f50738fa75de4735a772bad39b63e7 authored over 8 years ago by Samuel Giddins <[email protected]>
Merge tag '1.0.0'

Release 1.0.0

# gpg: Signature made Tue May 10 09:35:07 2016 CDT using RSA key ID 15DDA856
# gp...

f60394782dc152791dae3ffe3235ed1b3bbd420e authored over 8 years ago by Samuel Giddins <[email protected]>
[CHANGELOG] Add empty Master section

7919142ec9a8f47988395509e953abf7a32e9f02 authored over 8 years ago by Samuel Giddins <[email protected]>
Release 1.0.0

6de9b1012383a6b62f8a1f13aff8a3ade3fea75d authored over 8 years ago by Samuel Giddins <[email protected]>
[CHANGELOG] Add empty Master section

e69c29800c944aa31cd2cb026d423fe0ea88b5af authored over 8 years ago by Samuel Giddins <[email protected]>
Release 1.0.0.rc.1

2cc87ae89f74cb243b9700b24d9d857cd513b858 authored over 8 years ago by Samuel Giddins <[email protected]>
[CHANGELOG] Add empty Master section

0b43ef413ee076490a226e165d4eb2e4e9e2d6ee authored over 8 years ago by Samuel Giddins <[email protected]>
Release 1.0.0.beta.3

0ee1702c20277d387bbdc7fcf30bc91f632b7b48 authored over 8 years ago by Samuel Giddins <[email protected]>
Merge pull request #54 from CocoaPods/mr-http_auth_support

[Http] Pick up the .netrc file

9ee6d3a0797ac8098273601150dcbe625d2064d7 authored over 8 years ago by Samuel Giddins <[email protected]>
[CHANGELOG] Add entry for curl --netrc

7f02d9569cf9bbcb8ae54cc69532240d0010b487 authored over 8 years ago by Samuel Giddins <[email protected]>
[Http] Pick up the .netrc file

Fixes #53.

a807940bb16d54bdf837a306b822b4250e8e8715 authored almost 9 years ago by Marius Rackwitz <[email protected]>
[CHANGELOG] Add empty Master section

199da86455636a7a2f908301abf43441d6aecb03 authored almost 9 years ago by Samuel Giddins <[email protected]>
Release 1.0.0.beta.2

0301db88c32fe285acb2a0b85eaf6e3a44db8f95 authored almost 9 years ago by Samuel Giddins <[email protected]>
Merge pull request #52 from CocoaPods/seg-no-template

[Git] Clone without the user's default template

907dde2ade6b92b7fd7a7978a76a0bff812ae804 authored almost 9 years ago by Samuel E. Giddins <[email protected]>
[CHANGELOG] Add entry for git cloning with a blank template dir

e2be801f0412faf88f9d2906152d81a1068d2f03 authored almost 9 years ago by Samuel Giddins <[email protected]>
[Git] Clone without the user's default template

17ae571aebbb48b97ddaaa1e4b298c69d6afdec2 authored almost 9 years ago by Samuel Giddins <[email protected]>
[Bundle] Update RuboCop

7b336249604e8e3792c0fa328713e11629309caf authored almost 9 years ago by Samuel Giddins <[email protected]>
Merge pull request #51 from dnkoutso/master

require uri for Downloader::Http

87ef8c7109e974e68b4848c4d04e04ad6d4908d5 authored almost 9 years ago by Samuel E. Giddins <[email protected]>
require uri for Downloader::Http

4334e87e2c9ecd6806566f7720842f908e68323f authored almost 9 years ago by Dimitris Couchell-Koutsogiorgas <[email protected]>
Release 1.0.0.beta.1

bd1042962e34740f072577304db5bdf3745611f7 authored about 9 years ago by Samuel Giddins <[email protected]>