1
0
mirror of https://github.com/danog/dns.git synced 2024-11-26 20:14:51 +01:00

Commit Graph

  • 49d6002687
    Update test/IntegrationTest.php fix_fallback Niklas Keller 2023-01-21 16:57:29 +0100
  • de24dceab5
    Update src/Rfc1035StubDnsResolver.php Niklas Keller 2023-01-21 16:56:54 +0100
  • ae634d9863
    Merge branch '2.x' into fix_fallback Niklas Keller 2023-01-21 16:56:08 +0100
  • f528711062
    Fix type error if config loading results in exception (#109) Niklas Keller 2023-01-21 16:54:40 +0100
  • c1e1443f87 Fix fallback blocking resolver v2.0.1 Daniil Gentili 2023-01-20 17:09:57 +0100
  • 12884f8d9c
    Style fix Aaron Piotrowski 2023-01-11 18:13:48 -0600
  • ce71845dd1
    Concise IP check Aaron Piotrowski 2023-01-11 18:00:59 -0600
  • 7344cceb95
    More specific DnsResolver return types Aaron Piotrowski 2023-01-11 17:50:18 -0600
  • 9d988e3127
    Try entire search list when resolve type is restricted Aaron Piotrowski 2023-01-11 17:49:25 -0600
  • ac877da168
    Must whitelist random_int() instead of ext-random v2.0.0 Aaron Piotrowski 2023-01-10 16:42:54 -0600
  • da2dfe1288
    Add ext-random to list Aaron Piotrowski 2023-01-10 16:40:48 -0600
  • 321e32c5b4
    CI test on 8.2 Aaron Piotrowski 2023-01-10 16:38:38 -0600
  • ab3a306db5
    Fix psalm issue Niklas Keller 2023-01-10 23:36:15 +0100
  • ab62cb8d92
    Run psalm on CI Niklas Keller 2023-01-10 23:35:32 +0100
  • a8c9cee1c3
    Ignore malformed UDP packets Niklas Keller 2023-01-10 23:29:50 +0100
  • 70b29f2bfe
    Fix type Niklas Keller 2023-01-10 22:48:28 +0100
  • 07933edb97
    Refactor exception code check Niklas Keller 2023-01-10 22:45:17 +0100
  • 4f3975785a
    Avoid setting socket errno as exception code Niklas Keller 2023-01-10 22:39:30 +0100
  • cf2f81b98f
    Require stable php-cs-fixer-config Niklas Keller 2023-01-10 21:40:23 +0100
  • 301ce794c0
    Update windows registry to static methods Niklas Keller 2023-01-10 21:38:33 +0100
  • b00d1b52fd
    Remove ext-json as it's always enabled now Niklas Keller 2023-01-10 21:37:17 +0100
  • 8350fcddbe
    Remove minimum stability Niklas Keller 2023-01-10 21:37:07 +0100
  • e1ed9c8640
    Split method handling received message or exception Aaron Piotrowski 2023-01-10 12:49:53 -0600
  • 12a4b46ba7
    Remove error suppression from calls to inet_pton() Aaron Piotrowski 2023-01-09 17:10:52 -0600
  • 28383c051f
    Remove error suppression when opening socket Aaron Piotrowski 2023-01-09 17:04:59 -0600
  • 67aa86ad63
    Fix composer-require-check.json Niklas Keller 2023-01-09 23:54:30 +0100
  • f2098c773b
    Rename resolver() to dnsResolver() Niklas Keller 2023-01-09 23:53:10 +0100
  • 9f05c059f1
    Fix code style Niklas Keller 2023-01-09 23:43:02 +0100
  • 04e60b8720
    Rename NoDnsRecordException to MissingDnsRecordException Niklas Keller 2023-01-09 23:40:59 +0100
  • 464adb1a20
    Rename TimeoutException to DnsTimeoutException Niklas Keller 2023-01-09 23:39:45 +0100
  • 84145f0566
    Rename NoRecordException to NoDnsRecordException Niklas Keller 2023-01-09 23:39:08 +0100
  • 8220e170b1
    Rename ConfigException to DnsConfigException Niklas Keller 2023-01-09 23:38:33 +0100
  • 7c38a632c0
    Update LICENSE date Niklas Keller 2023-01-09 23:35:32 +0100
  • 39df21b330
    Rename Resolver to DnsResolver Niklas Keller 2023-01-09 23:35:14 +0100
  • 3dd4f4da6d
    Rename Record to DnsRecord Niklas Keller 2023-01-09 23:33:46 +0100
  • ce518ce058
    Update to Psalm 5.4 Aaron Piotrowski 2022-12-28 17:17:59 -0600
  • 435b7038e8
    Forbid clone and serialization of some classes Aaron Piotrowski 2022-12-28 16:55:34 -0600
  • 2ce313ad73
    Declare strict types Aaron Piotrowski 2022-12-17 11:37:04 -0600
  • 0bbc6186e8
    Add withTimeout() and withAttempts() to DnsConfig Aaron Piotrowski 2022-12-17 11:26:00 -0600
  • 8fa78425d3
    Fix double resolution on timeout v2.0.0-beta.5 Aaron Piotrowski 2022-12-11 14:08:06 -0600
  • fa679cb4e5
    No need to close in defer Aaron Piotrowski 2022-12-11 00:29:56 -0600
  • 24f3eeac0c
    Add compatibility with Revolt v1.x v2.0.0-beta.4 Niklas Keller 2022-11-07 23:13:32 +0100
  • 30c032985f
    Make note rewrite work Niklas Keller 2022-09-17 16:46:03 +0200
  • 8c5959ef35
    Fix headline Niklas Keller 2022-09-16 19:53:38 +0200
  • 57f800ffc0
    Move docs into README Niklas Keller 2022-09-16 19:15:25 +0200
  • 88d10e4b5b
    Add readonly where applicable Aaron Piotrowski 2022-07-04 15:37:54 -0500
  • bd86e80712
    Rename Config to DnsConfig Aaron Piotrowski 2022-07-04 15:24:42 -0500
  • 42d2cbd941
    Add optional Cancellation to Resolver methods Aaron Piotrowski 2022-07-04 15:12:50 -0500
  • 30b2247dbb Drop support for PHP 8.0 v2.0.0-beta.3 Niklas Keller 2022-02-23 00:21:48 +0100
  • e11f2ebd4d Remove useless phpdoc tags Niklas Keller 2022-02-23 00:18:40 +0100
  • a8bac90b51 Await both DNS responses to restore IPv4 preference Niklas Keller 2022-02-23 00:16:00 +0100
  • e0e33778d8 Fix usage of deprecated APIs v2.0.0-beta.2 Niklas Keller 2022-02-03 23:41:14 +0100
  • f559662cfd Fix hostname search domain Niklas Keller 2022-02-03 23:30:20 +0100
  • dbcc61988d Fix test if hostname contains dot Niklas Keller 2022-02-03 23:13:30 +0100
  • 3321d78d6b Fix test if hostname contains dot Niklas Keller 2022-02-03 23:12:49 +0100
  • 762e680044 Fix ConfigTest Niklas Keller 2022-02-03 23:06:18 +0100
  • 716e748adb Add psalm Niklas Keller 2022-02-03 23:00:41 +0100
  • 6de50ee765 Skip php-cs-fixer on Windows Niklas Keller 2022-02-03 22:08:54 +0100
  • b771133214 Update revolt and php-cs-fixer Niklas Keller 2022-02-03 22:05:40 +0100
  • 9ebfdf3ba4
    Fix example in README (#105) Saif Eddin Gmati 2021-12-16 16:32:47 +0100
  • 261fef2ec1 Fix error in ci.yml v2.0.0-beta.1 Niklas Keller 2021-12-16 00:00:25 +0100
  • 978bc43e88 Move lib → src Niklas Keller 2021-12-15 23:55:33 +0100
  • 40d5bc8387 Update docs Niklas Keller 2021-12-15 23:41:53 +0100
  • f76797484d Remove appveyor.yml Niklas Keller 2021-12-15 23:37:34 +0100
  • bba56a8003 Remove unnecessary final Niklas Keller 2021-12-15 23:36:16 +0100
  • 11e8ae6176 Fix queue resumption on socket closure Niklas Keller 2021-12-15 23:25:37 +0100
  • bec75d7f08 Simplify TcpSocket::receive Niklas Keller 2021-12-15 23:18:00 +0100
  • 9e29c3ce04 Cleanup code and fix smaller mistakes Niklas Keller 2021-12-14 22:58:04 +0100
  • 42c82ca90b Update integration test due to failure Niklas Keller 2021-12-14 21:13:51 +0100
  • aed733c230 Add composer-require-checker and improve CI Niklas Keller 2021-12-14 21:03:21 +0100
  • b0c8ccb6e4
    Update for cache beta changes Aaron Piotrowski 2021-12-13 16:58:54 -0600
  • 7b2800e271 Update for new renames Bob Weinand 2021-12-04 13:05:48 +0100
  • 633dd37600
    Update for rename of coroutine to launch Aaron Piotrowski 2021-11-21 13:20:05 -0600
  • 3407371451
    Update for removal of Revolt\launch Aaron Piotrowski 2021-10-19 19:16:01 -0500
  • 0ee5a9c323
    Update for Revolt changes Aaron Piotrowski 2021-10-16 11:01:15 -0500
  • 23cad3b07b
    Update for name changes Aaron Piotrowski 2021-09-21 18:14:38 -0500
  • 223e61f720
    Update for Revolt changes and Futures Aaron Piotrowski 2021-09-14 20:56:17 -0500
  • 7e78dd0c96
    Merge branch 'master' into v2-revolt Aaron Piotrowski 2021-09-14 19:23:21 -0500
  • e9a73e98bf Use revolt Niklas Keller 2021-03-27 10:08:32 +0100
  • 920eb4786b Upgrade LICENSE date Niklas Keller 2021-02-02 21:01:57 +0100
  • c3ca5d1a0b Change README to use new build badge Niklas Keller 2021-02-02 21:01:04 +0100
  • 93bfbad307 Switch from Travis CI to GitHub Actions Niklas Keller 2021-02-02 20:44:44 +0100
  • 659bad6bba Improve warning if config loading fails Niklas Keller 2021-02-02 20:38:19 +0100
  • b6df154cd9
    Update examples Aaron Piotrowski 2020-11-09 10:47:03 -0600
  • 0a54e59beb
    Refactor for Amp v3 Aaron Piotrowski 2020-10-09 23:49:05 -0500
  • 299511d7e6 Update shared documentation files Niklas Keller 2020-08-30 21:22:30 +0200
  • f182bab5dc Update shared documentation files Niklas Keller 2020-07-23 22:42:03 +0200
  • 8522925322 Add timeout to no response error message v1.2.3 Niklas Keller 2020-07-21 21:04:57 +0200
  • 8cf2ccc4fa Ignore ServFail / NxDomain for each list responses v1.2.2 Niklas Keller 2020-06-19 22:27:39 +0200
  • be0eab3bf4 Update shared documentation files Niklas Keller 2020-03-31 21:57:42 +0200
  • 090ea8e164
    Update AppVeyor to PHP 7.4 (#97) Niklas Keller 2020-03-04 19:46:13 +0100
  • f825bc3bfc
    Update appveyor.yml patch-3 Daniil Gentili 2020-03-03 17:41:25 +0100
  • eb0b0a26b5
    Add additional fallback new-blocking Daniil Gentili 2019-12-27 14:44:49 +0100
  • ecbeca2ae0 Merge branch 'master' of https://github.com/amphp/dns into new-blocking Daniil Gentili 2019-12-13 03:04:02 +0100
  • b52c8fd255 Allow custom domain in custom config example Niklas Keller 2019-12-12 20:09:10 +0100
  • 9d7e57f37d Allow resolving dotless hosts without search list (#94) v1.2.1 Guuzen 2019-11-28 23:10:22 +0300
  • bbb0adfb90 cs-fix Daniil Gentili 2019-08-22 23:59:06 +0200
  • 0a90926342 Fixes Daniil Gentili 2019-08-22 22:48:56 +0200
  • 9f39244e3c FIxes Daniil Gentili 2019-08-22 22:38:29 +0200
  • b0769cf6bf Cs-fix Daniil Gentili 2019-08-22 20:46:31 +0200