Niklas Keller
|
3e0e3842fe
|
Disable PHP 5 on AppVeyor
|
2017-01-25 08:45:01 +01:00 |
|
Aaron Piotrowski
|
f4055e5a52
|
Update for async-interop namespace change
|
2017-01-10 23:49:38 -06:00 |
|
Aaron Piotrowski
|
e13372219a
|
Merge branch 'master' into amp_v2
|
2017-01-10 18:17:28 -06:00 |
|
Niklas Keller
|
2c901b26c9
|
Reenable 7.1 with retry, only output essential information
|
2017-01-05 09:59:34 +01:00 |
|
Niklas Keller
|
7765600761
|
Disable 5.5, too, as only 5.5.16 is avilable, but only via the archive page, which is not used by choco
|
2017-01-05 09:39:08 +01:00 |
|
Niklas Keller
|
07d28168ab
|
Enable PHP 5.5 tests, disable 7.1 for now because of installation failures
|
2017-01-05 09:01:47 +01:00 |
|
Niklas Keller
|
0b0ef2b82d
|
Enable AppVeyor, search in all interfaces for nameservers
|
2017-01-05 01:13:28 +01:00 |
|
Niklas Keller
|
cf08357a86
|
Add support for Windows DNS nameserver configuration (#40)
|
2017-01-04 20:07:28 +01:00 |
|
Aaron Piotrowski
|
5c5c0f92bd
|
Disable instead of unreference
|
2016-12-29 22:57:41 -06:00 |
|
Aaron Piotrowski
|
7091105e2f
|
Update for removal of Amp loop wrapper functions
|
2016-12-29 21:17:07 -06:00 |
|
Aaron Piotrowski
|
644c4f8fc6
|
Drop strict types
Dropping strict types so it is not enforced in callbacks provided by application code.
|
2016-12-29 21:16:14 -06:00 |
|
Aaron Piotrowski
|
e53f0b4e3a
|
Require coveralls after script
|
2016-11-15 10:42:37 -06:00 |
|
Aaron Piotrowski
|
0ff5c8b802
|
Awaitable → Promise
|
2016-11-15 10:42:15 -06:00 |
|
Aaron Piotrowski
|
429ca48c94
|
Revert "Fix version aliases"
This reverts commit b9bc42908f .
Only the next version of Amp is 2.0, these libs will be 0.2.
|
2016-08-24 09:17:20 -05:00 |
|
Aaron Piotrowski
|
c164c9704a
|
Update travis build
|
2016-08-23 23:23:25 -05:00 |
|
Niklas Keller
|
f1e0555317
|
Update php-cs-fixer dependency to friendsofphp
# Conflicts:
# composer.json
|
2016-08-23 23:21:38 -05:00 |
|
Aaron Piotrowski
|
acd649e39e
|
Use strict types
|
2016-08-23 23:20:25 -05:00 |
|
Aaron Piotrowski
|
49734bf786
|
Update test build
|
2016-08-23 23:19:20 -05:00 |
|
Aaron Piotrowski
|
9c1c0edba9
|
Add type declarations; code cleanup
|
2016-08-23 23:14:10 -05:00 |
|
Bob Weinand
|
e0eff2db32
|
Remove travis runs for 5.5/5.6
|
2016-08-23 22:24:10 -05:00 |
|
Aaron Piotrowski
|
b9bc42908f
|
Fix version aliases
|
2016-08-23 18:11:17 -05:00 |
|
Bob Weinand
|
55de45b00b
|
Remove travis runs for 5.5/5.6
|
2016-08-13 19:20:26 +02:00 |
|
Bob Weinand
|
f7ba250b77
|
PHP-7 only upgrade
|
2016-08-13 19:12:51 +02:00 |
|
Aaron Piotrowski
|
517de05422
|
Update for loop registry changes
|
2016-08-12 10:51:40 -05:00 |
|
Bob Weinand
|
46589b730a
|
Update for Amp v2
|
2016-08-02 23:57:40 +02:00 |
|
Niklas Keller
|
2af7bed940
|
Update php-cs-fixer dependency to friendsofphp
|
2016-07-23 09:44:37 +02:00 |
|
Bob Weinand
|
d021dd20f1
|
Fix broken hostname validation to match RFC 1123 2.1
Fixes #34
|
2016-07-07 16:07:10 +02:00 |
|
Bob Weinand
|
d9b2383624
|
Merge pull request #35 from Ayesh/master
README.md file example PHP snippet fix
|
2016-07-07 12:53:33 +02:00 |
|
Ayesh Karunaratne
|
2c8a4aec41
|
Example syntax error fixed (#1)
|
2016-07-07 14:38:00 +05:30 |
|
Bob Weinand
|
ba6016dd0a
|
Do async connect for TCP, use a hard timeout of 5 seconds here
Fixes #32
|
2016-05-26 21:49:36 +02:00 |
|
Niklas Keller
|
64cec63e26
|
Merge pull request #31 from staabm/patch-1
Cache composer dependecies for faster builds
|
2016-04-01 16:43:03 +02:00 |
|
Markus Staab
|
938d8d2b0b
|
Cache composer dependecies for faster builds
|
2016-04-01 16:34:32 +02:00 |
|
Niklas Keller
|
a721e5f583
|
Allow custom paths on Windows, fixes tests on Windows
|
2016-03-26 22:25:34 +01:00 |
|
Bob Weinand
|
9f12b2264f
|
Fix resolving localhost on Windows
|
2016-03-26 21:35:44 +01:00 |
|
Bob Weinand
|
78cda5692a
|
Add (array) cast for $types inside resolve()
|
2016-03-24 20:17:04 +01:00 |
|
Bob Weinand
|
4311c836bf
|
Rename SystemResolver => DefaultResolver
|
2016-03-20 11:40:08 +01:00 |
|
Niklas Keller
|
e3411ce472
|
Refactor into class with accessor like in amphp/amp and amphp/file, resolves #28
|
2016-03-19 22:23:55 +01:00 |
|
Bob Weinand
|
daf859ec40
|
Fix issues #25 and #26
|
2016-03-14 22:50:59 +01:00 |
|
Bob Weinand
|
2ca9766dff
|
Prevent multiple unloading of server
|
2016-02-29 19:58:53 +01:00 |
|
Bob Weinand
|
a3b2c9099f
|
Fixed issue #27
|
2016-02-25 12:36:51 +01:00 |
|
Bob Weinand
|
35b147d6f0
|
Fix parameter order
|
2016-02-21 21:54:50 +01:00 |
|
Niklas Keller
|
f70bd2d79f
|
Add missing return, add tests for __loadResolvConf
|
2015-12-23 16:47:49 +01:00 |
|
Niklas Keller
|
2f8103f173
|
Handle IPv6 nameservers correctly
|
2015-12-23 14:56:14 +01:00 |
|
Niklas Keller
|
4c4d450d4a
|
Fix #24: Default nameservers without port
|
2015-12-08 10:41:38 +01:00 |
|
Niklas Keller
|
29ae0bd341
|
Catch RuntimeException from Amp\some and turn it into ResolutionException
|
2015-09-23 22:22:33 +02:00 |
|
Niklas Keller
|
218e5877cd
|
Add TODOs, update README
|
2015-09-18 15:09:28 +02:00 |
|
Bob Weinand
|
b63526343d
|
Style, fix minor bug with wrong $option index in conf loader
|
2015-09-18 03:37:10 +02:00 |
|
Niklas Keller
|
67ed5539ce
|
Add basic resolv.conf support
|
2015-09-18 02:49:06 +02:00 |
|
Bob Weinand
|
72764745f2
|
Automatically fallback to TCP upon timeout
|
2015-09-16 16:31:31 +02:00 |
|
Bob Weinand
|
f71c1a0b4c
|
Use amphp/file 0.1 tag in composer now
And add myself as co-author
|
2015-09-11 03:40:52 +02:00 |
|