Ecosyste.ms: OpenCollective

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

github.com/reactphp/dns

Async DNS resolver for ReactPHP.
https://github.com/reactphp/dns

Prepare v0.4.15 release

319e110a436d26a2fa137cfa3ef2063951715794 authored over 6 years ago by Christian Lück <[email protected]>
Merge pull request #111 from clue-labs/reverse

Add reverse DNS lookup example

78b8bbb7b7693bd07a76c405b1e9be10db700f46 authored over 6 years ago by Cees-Jan Kiewiet <[email protected]>
Add reverse DNS lookup example

0d4edc06cfd5fc3cce0f71c5510b8ecff0dca7e6 authored over 6 years ago by Christian Lück <[email protected]>
Merge pull request #110 from clue-labs/resolveall

Add resolveAll() method to support custom query types in Resolver

c85119c049a698f0200448d506fb165408588331 authored over 6 years ago by Jan Sorgalla <[email protected]>
Add resolveAll() method to support custom query types in Resolver

f67ad97c7c3937305cec1523bb5e137b530e49c0 authored over 6 years ago by Christian Lück <[email protected]>
Merge pull request #109 from clue-labs/error

Improve error messages for failed queries and improve documentation

28756a31a4fff30250456141c2b4379757c91148 authored over 6 years ago by Cees-Jan Kiewiet <[email protected]>
Improve error messages for failed queries and improve documentation

bed3a9f39ca2418e5819985f2558aef02dc42c3e authored over 6 years ago by Christian Lück <[email protected]>
Merge pull request #108 from clue-labs/srv

Support parsing SRV records

d822cc52134895e6829919bb5354d15f6871f086 authored over 6 years ago by Cees-Jan Kiewiet <[email protected]>
Support parsing SRV records

17148ac6f2faca8b70e30fd7a4fc82ca424fcf0b authored over 6 years ago by Christian Lück <[email protected]>
Merge pull request #107 from clue-labs/soa

Support parsing SOA records

20680266a5b329746e8222e68d988ebb77d9cff7 authored over 6 years ago by Jan Sorgalla <[email protected]>
Support parsing SOA records

1a3751036571f265fb55634b90a8f615568b7b76 authored over 6 years ago by Christian Lück <[email protected]>
Merge pull request #106 from clue-labs/mx

Support parsing MX records

2d970a92716815e852ad8bbb8c2cc7811e822f96 authored over 6 years ago by Jan Sorgalla <[email protected]>
Merge pull request #105 from clue-labs/txt

Support parsing TXT records

b1df561cd311cc3e31aaed066e5ac70ac526436d authored over 6 years ago by Cees-Jan Kiewiet <[email protected]>
Support parsing MX records

573a2183020af68a92feb9895251450052a9928d authored over 6 years ago by Christian Lück <[email protected]>
Merge pull request #104 from clue-labs/any

Add support for Message::TYPE_ANY, support parsing NS records and parse unknown types as binary ...

5c570db6e563e80c8fb247b6bcdff846077302d1 authored over 6 years ago by Cees-Jan Kiewiet <[email protected]>
Support parsing TXT records

2f89304f79bbb9b770dd26314d993405a77a270e authored over 6 years ago by Christian Lück <[email protected]>
Support parsing NS records

77f8d0abf2acc3c5a9d7c25a769cd7e02d8d731a authored over 6 years ago by Christian Lück <[email protected]>
Add support for Message::TYPE_ANY and parse unknown types as binary data

62b913bbdef5813c30c1ae1913c2c39777f808b7 authored over 6 years ago by Christian Lück <[email protected]>
Prepare v0.4.14 release

75ae3286c03eb022a6fbf909e6148d5022588ba4 authored over 6 years ago by Christian Lück <[email protected]>
Merge pull request #103 from clue-labs/udp

Rename DatagramTransportExecutor to UdpTransportExecutor

c830c6fce5f08be35d0cc9c39c5397d049f4109e authored over 6 years ago by Jan Sorgalla <[email protected]>
Rename DatagramTransportExecutor to UdpTransportExecutor

cdf5d3e2905494edc75f3719599b083509f4484c authored over 6 years ago by Christian Lück <[email protected]>
Merge pull request #102 from clue-labs/cache

Forward compatibility with upcoming Cache 0.5

bfae657542f41f62a751901ab6a8f69a72d3fc10 authored over 6 years ago by Cees-Jan Kiewiet <[email protected]>
Forward compatibility with upcoming Cache 0.5

ef8aaaaef6f441b6626d7ab40452e190e7357497 authored over 6 years ago by Christian Lück <[email protected]>
Merge pull request #101 from clue-labs/datagram

Add DatagramTransportExecutor, validate incoming DNS response messages to avoid cache poisoning...

a3712f0880d7e52477e459ee3c3858e1bae08bcb authored over 6 years ago by Jan Sorgalla <[email protected]>
Validate incoming DNS response messages to avoid cache poisoning attacks

99d42cd6246b50fe0174248e49558571d947fae1 authored over 6 years ago by Christian Lück <[email protected]>
Merge pull request #99 from clue-labs/deprecate

Deprecate legacy Query::currentTime() and binary parser data attributes to clean up and simplify...

f5dbdc96ab69d74c729214d407a4e7af9ecb8982 authored over 6 years ago by Cees-Jan Kiewiet <[email protected]>
Add DatagramTransportExecutor

4dd2cde7e5aabaa45c10dedfbb6ed15706110dfd authored over 6 years ago by Christian Lück <[email protected]>
Deprecate legacy binary parser data attributes in message models

3e0dd2764efc489f29ad4b4c77ff1f68b79cdd52 authored over 6 years ago by Christian Lück <[email protected]>
Deprecate legacy Query::currentTime() to clean up and simplify API

bd7f3b519ad0fb8039219c09489873ac11e3e214 authored over 6 years ago by Christian Lück <[email protected]>
Prepare v0.4.13 release

7d1e08c300fd7de600810883386ee5e2a64898f4 authored almost 7 years ago by Christian Lück <[email protected]>
Merge pull request #96 from clue-labs/cyclic-deps

Remove unneeded cyclic dependency on react/socket

b803afd5a8c27fc1f627874d4b442cd354daea86 authored almost 7 years ago by Jan Sorgalla <[email protected]>
Merge pull request #95 from clue-labs/wmic-multiple

Support parsing multiple DNS entries for same interface from WMIC

98895759f5f00d40c5915d5cbd06b7cc8491f673 authored almost 7 years ago by Jan Sorgalla <[email protected]>
Support parsing multiple DNS entries for same interface from WMIC

f5b8a577f7e44821c37d314fc2c46c536539784c authored almost 7 years ago by Christian Lück <[email protected]>
Merge pull request #94 from clue-labs/wmic

Support parsing DNS config from WMIC on Windows

df893c0f23eabfaf37e01a45e72569435686e48b authored almost 7 years ago by Jan Sorgalla <[email protected]>
Support parsing DNS config from WMIC on Windows

7b94048035c9a18ab532d97b7a6a5e38371ca699 authored almost 7 years ago by Christian Lück <[email protected]>
Merge pull request #92 from clue-labs/resolvconf

Support parsing resolv.conf via Config and deprecate FileSystemFactory

927b1e8c7051d0c8a3dfb363a07b8308e0104096 authored almost 7 years ago by Cees-Jan Kiewiet <[email protected]>
Remove unneeded cyclic dependency on react/socket

e45c4aff9f21770c7fb4f37e31f96292aa760d00 authored almost 7 years ago by Christian Lück <[email protected]>
Merge pull request #93 from clue-labs/config

Add Config::loadSystemConfigBlocking() to load default system config

81d57812308be1c3d81ab7464d818b2d66bf7d26 authored almost 7 years ago by Jan Sorgalla <[email protected]>
Support parsing resolv.conf via Config and deprecate FileSystemFactory

b34d1793fe80f18e407a93d64e7b887a70bba0e8 authored almost 7 years ago by Christian Lück <[email protected]>
Add Config::loadSystemConfigBlocking() to load default system config

3963af37be056ecfe152713c361ff0d2af5b05fa authored almost 7 years ago by Christian Lück <[email protected]>
Prepare v0.4.12 release

c74a0af0c7254e73600fd8c5c95f6bf23c5998f4 authored almost 7 years ago by Christian Lück <[email protected]>
Merge pull request #89 from clue-labs/internet

Add test group to skip integration tests relying on internet connection

bc8457d2e1f1db28c811f3dc9a7dd45a81aaa7d7 authored almost 7 years ago by Jan Sorgalla <[email protected]>
Add test group to skip integration tests relying on internet connection

c7bf74818fbd42adb73acd16730bbd0eef43d4b7 authored almost 7 years ago by Christian Lück <[email protected]>
Merge pull request #88 from clue-labs/loop

Fix test suite forward compatibility with upcoming EventLoop releases

8c63b16d7f153802f12178b2bbc4665f654abfe0 authored about 7 years ago by Cees-Jan Kiewiet <[email protected]>
Fix test suite forward compatibility with upcoming EventLoop releases

df031c31c5424a372788ba0080c533410fafe9c9 authored about 7 years ago by Christian Lück <[email protected]>
Merge pull request #87 from carusogabriel/patch-1

Test against PHP 7.2

e05175d1a0fe6fea66a63ccfaf7122e17701e882 authored about 7 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #85 from carusogabriel/phpunit

Forward compatibility with PHPUnit 6

9d38e3c6df8ffb3fc1f1ffaf75a5f4c3bbdbb337 authored about 7 years ago by Jan Sorgalla <[email protected]>
Test against PHP 7.2

a043b39068245633fb5d4adec17d94268f84293e authored about 7 years ago by Gabriel Caruso <[email protected]>
Added setExpectedException method for compatibility

b0b76d6bc403d9d93f7b20238ba02596405c0822 authored about 7 years ago by Gabriel Caruso <[email protected]>
Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase

58db19abeaacd2131262f95ef6230698dcaff415 authored about 7 years ago by Gabriel Caruso <[email protected]>
Merge pull request #83 from jsor-labs/readme-improvements

README improvements

e7f8f5b9609ac6a26c9f1d1b282fc7b74afdebc8 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
README improvements

* Adjust title
* Use travis svg badge
* Use https for links

bcdf4656079676252177cbfd9f39c40bf1c4185b authored over 7 years ago by Jan Sorgalla <[email protected]>
Prepare v0.4.11 release

8558bba4f2784aa997670d15fc6f7461a8eb4e53 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #77 from clue-labs/hosts-whitespace

Ignore whitespace from hosts file

801e3366c8f0ea28ebcbcd1332ade544fdda45e0 authored over 7 years ago by Christian Lück <[email protected]>
Ignore whitespace from hosts file

bbaa2609df0e474c58a92f13d8b665b3f016e877 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #76 from clue-labs/invalid-hosts

Ignore invalid lines from hosts file

f6b38d772fe3ace969654bd9d13c2c7d06094812 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Ignore invalid lines from hosts file

d7b71238906d1bb01445ba3167d7ef2fc79ba8d1 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #75 from clue-labs/hosts

Support resolving from default hosts file

d52e7e8b630efb59aceda1bdc2d8c6f45d31089c authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Ignore errors for invalid hex codes and legacy PHP

df7f4e160bc4a8d470b21562cb9737576991b697 authored over 7 years ago by Christian Lück <[email protected]>
Support reverse DNS lookups for HostsFileExecutor

de8e83d9e771e2fa4d3b3d37cdca51d758d80668 authored over 7 years ago by Christian Lück <[email protected]>
Ignore IPv6 zone IDs from hosts file

5a3e0fad9a3434e422471a436ebc1c176e7aa305 authored over 7 years ago by Christian Lück <[email protected]>
Support reverse lookups from hosts file

036d6ca6f8776aa9c48d1971957d6bee1bba7693 authored over 7 years ago by Christian Lück <[email protected]>
Return IPv6 addresses for type AAAA queries

b1b4b8c064c49c7951aa1651cfb1cb59323498ab authored over 7 years ago by Christian Lück <[email protected]>
Properly filter to only return IPv4 addresses for type A queries

d8554e59c8755293fc617c1f9e76821f64bfef35 authored over 7 years ago by Christian Lück <[email protected]>
Windows uses hard-coded defaults for localhost instead of hosts file

61b603cb6ca1f086fc7a3f30012d5dbcaab6d191 authored over 7 years ago by Christian Lück <[email protected]>
Load hosts file by default

21c72381249a4e2bb2e14310c0290f94e74bf597 authored over 7 years ago by Christian Lück <[email protected]>
Add HostsFileExecutor to explicitly take hosts file into account

1bc2f401b1c3c786eff2dc864cea246ee32c3159 authored over 7 years ago by Christian Lück <[email protected]>
Add HostsFile configuration loader and parser

171201232a70568dd908c6b48a1486bcd178f801 authored over 7 years ago by Christian Lück <[email protected]>
Prepare v0.4.10 release

457fbc43c04e9612573a24245d950c091c0fc40e authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #74 from clue-labs/windows

Work around DNS timeout issues for Windows users

7d0b0e0d157c46b764af50f5eba4737917152e31 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Work around DNS timeout issues for Windows users

53f9e19419618c8da391261c392faab78c8bfa5b authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #73 from clue-labs/remove-tcp

Remove broken TCP code, do not retry with invalid TCP query

e30904f4a8f65454d7c25f42ecccdebb377fdcd1 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Unify error messages for Executor to always include original query name

4646633ef3f5d23939ea1138bbd448a3d7d46b7e authored over 7 years ago by Christian Lück <[email protected]>
Remove broken TCP code, do not retry with invalid TCP query

dbf4fcd02d3b5b20c19c8e5a3d10fef32aedb5c8 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #72 from clue-labs/php71

Fix failing tests for PHP 7.1

44dadbbe92b90066e192821739f9982411ae1ded authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Fix failing tests for PHP 7.1

cc9d2fb465e41a684b4afd2b05494d144e9f28a7 authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #66 from WyriHaximus-labs/advanced-usage

Documentation and examples for advanced usage

af11e3c841c3e2180dee6645be3e1481ad8c77a8 authored over 7 years ago by Jan Sorgalla <[email protected]>
Merge pull request #71 from clue-labs/deps

Lock minimum dependencies and work around circular dependency for tests

c7134454efc8c6637ebeb1a848ac25945b962e3d authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #70 from clue-labs/compat

Forward compatibility with EventLoop v1.0 and v0.5

d54ae9ae56ea9c073d182ac1a215c9799a6f9ed6 authored over 7 years ago by Jan Sorgalla <[email protected]>
Use COMPOSER_ROOT_VERSION to support circular dependency to root

We currently have a cyclic dependency between react/socket and react/dns
which causes the test s...

da935928a4e71ab06ca418cb956b5c6dab3828ac authored over 7 years ago by Christian Lück <[email protected]>
Lock minimum promise version for cancellation support

22f8e7b7453f64f3751f7f8e0d97bc2a51dbe3a8 authored over 7 years ago by Christian Lück <[email protected]>
Forward compatibility with EventLoop v1.0 and v0.5

5566f21ff0b90b15f6d483626c02356f85afdcaa authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #69 from clue-labs/travis

Lock Travis distro so new defaults will not break the build

ca6836485766db37dddb39dc37d5fe78eeb1cc8f authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Update Travis distro to precise, except for legacy PHP

c014b696fb3384ce04aad8ba20c0386fe3f5e5d0 authored over 7 years ago by Christian Lück <[email protected]>
Lock Travis distro so new future defaults will not break the build

61e980738c964a63fb242d156395266dc39bc56e authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #68 from WyriHaximus-labs/allow-hhvm-to-fail

Fix HHVM build for now again and ignore future HHVM build errors

371e0f520fec959231bf7bc8c9172cc73603a691 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Use full namespace for executor mention via @clue at https://github.com/reactphp/dns/pull/66#discussion_r125193531

f25c7da9f813d30017e5999f178b760b0c0c9d9f authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Type as pointed out by @clue at https://github.com/reactphp/dns/pull/66#discussion_r125193533

6e739bd9587468883b79584faa142d934e99c36b authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Use https://github.com/reactphp/socket/pull/109 as suggested by @clue for HHVM travis config

a7ca743d2222e18630e2bdc811baf22f60b0b88a authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Allow HHVM to fail

68ea6f1eacdb03a383fda4b427150079e8d29c84 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Advanced Usage

37877440d4f1b3f156593f6746e8a9c377edc545 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Prepare v0.4.9 release

288b4f36972cdc2f81dae1d1a58a0467e3f625cb authored over 7 years ago by Christian Lück <[email protected]>
Merge pull request #61 from clue-labs/socket

Forward compatibility with upcoming Socket v1.0 and v0.8

d7449d96128e9ab20199783bc60e5bacf9654b04 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Forward compatibility with Stream v1.0 and v0.7

6efad75a998b76567a8ca139f9b5096f5bb79fd8 authored over 7 years ago by Christian Lück <[email protected]>
Forward compatibility with Socket v1.0 and v0.8

e3eea5fe49e704a5077c86431c573a0725d40f35 authored over 7 years ago by Christian Lück <[email protected]>
Prepare v0.4.8 release

86d3da64ebfbecddf6b940c6e69daa67c0f21a05 authored over 7 years ago by Jan Sorgalla <[email protected]>
Merge pull request #59 from othillo/ptr

support PTR

4a191c103108f69b283e545b0974270da9bcf00c authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
Merge pull request #58 from othillo/aaaa

support AAAA

9c8225eed58e5e30a5ab551b86b48f28c44ebd99 authored over 7 years ago by Cees-Jan Kiewiet <[email protected]>
support PTR

71cb1be0d766b48092e1f007416f438d2a4214e6 authored almost 8 years ago by Sander van Thillo <[email protected]>
support AAAA

79361e99342a46d5bef7b8cc44b44beb60cc9fec authored almost 8 years ago by Sander van Thillo <[email protected]>