Commit Graph

2304 Commits

Author SHA1 Message Date
Willem Toorop 8c27d285a8 Dependencies 2017-05-23 16:04:31 +02:00
wtoorop 9a48664b51 Merge pull request #305 from hodarh/coverage
Improve code coverage in unit tests
2017-05-23 15:29:10 +02:00
Hoda Rohani 1e99398576 travis doesn't support ipv6? 2017-05-22 16:59:07 +02:00
Hoda Rohani 69408816b4 Merge remote-tracking branch 'origin/develop' into coverage 2017-05-22 09:48:18 +02:00
wtoorop 3f8cdf19c2 Merge pull request #304 from getdnsapi/devel/parallel-builds
Devel/parallel builds
2017-05-19 12:54:05 +02:00
Hoda Rohani 21fe94c06e copy transport test to tpkg and extend more to check tsig
add unit test for tls connection
2017-05-18 09:30:51 +02:00
Willem Toorop 3d4193fa41 Actually start building! 2017-05-10 23:04:31 +02:00
Willem Toorop 760b813333 Schedule resource depletion tpkg's sequentually 2017-05-10 23:01:57 +02:00
Hoda Rohani 053845332d adding more get functions to the tests 2017-05-10 16:47:51 +02:00
Willem Toorop b2d09e0171 Don't run resource depletion tests in parallel 2017-05-10 16:43:46 +02:00
Willem Toorop 6ca0b8b481 Run tpkg tests in parallel too 2017-05-10 16:35:32 +02:00
Willem Toorop e152842573 Fail event-loops-unit-tests tpkg when tests fail 2017-05-10 14:39:59 +02:00
Willem Toorop 1eae032743 tpkg tests build in parallel 2017-05-10 14:35:01 +02:00
Willem Toorop e127365900 Parallel testing support 2017-05-10 14:10:29 +02:00
Hoda Rohani 6ec0f2e021 add get functions to check the values 2017-05-08 12:49:59 +02:00
Hoda Rohani 2ac13e0807 Merge pull request #302 from getdnsapi/devel/rr-types
Devel/rr types
2017-05-02 17:58:03 +02:00
Willem Toorop 1ff6771c47 Merge branch 'develop' of github.com:getdnsapi/getdns into develop 2017-05-02 17:36:41 +02:00
Willem Toorop db856f5227 Allow for simultaneous jobs
Resolves issue #166
2017-05-02 17:34:50 +02:00
Willem Toorop ed08025c38 A better approach for the Windows strdup issue 2017-05-02 17:22:06 +02:00
Willem Toorop dab93cd197 TSIG and TKEY parsing by gldns 2017-05-02 16:28:55 +02:00
Willem Toorop 1e44ea7bd8 NSAP-PTR rdata is STR after all 2017-05-02 16:10:08 +02:00
Willem Toorop 16d97b607c Add missing RR types SMIMEA and AVC
+ fix rdata of TA RR type
2017-05-02 15:54:12 +02:00
Willem Toorop 352fef644e Check for unimplemented RR types 2017-05-02 15:20:57 +02:00
Willem Toorop 37fa7a1f07 Test correct rr-types output 2017-05-02 15:08:25 +02:00
Willem Toorop dbbf778ae8 TALINK 2017-05-02 15:04:57 +02:00
Willem Toorop 4c73b5e156 EID and NIMLOC 2017-05-02 14:59:02 +02:00
Willem Toorop ad53010cd2 NSAP-PTR 2017-05-02 14:50:39 +02:00
Willem Toorop 3b465d3600 Another small bug in str2wire function 2017-05-02 14:29:47 +02:00
Hoda Rohani 628ac10ae7 Merge pull request #301 from getdnsapi/devel/empty-rdata
Devel/empty rdata
2017-05-02 14:26:11 +02:00
Willem Toorop d1d95f4955 OPENPGPKEY support 2017-05-02 14:11:45 +02:00
Willem Toorop 066ef2ddaa Fix TAG rdata type presentation format 2017-05-02 14:01:21 +02:00
Willem Toorop cc9451d364 More rr-dict coverage by removing unused funcs 2017-05-02 12:55:51 +02:00
Willem Toorop 2a6c4b35cb Fix unit tests to allow for fixed IPSECKEY 2017-05-02 12:14:20 +02:00
Willem Toorop dbc1719206 Zero sized gateways with IPSECKEY gateway_type 0 2017-05-02 11:44:47 +02:00
wtoorop e9183386f1 Merge pull request #299 from dkg/systemd
Provide guidance for integration with systemd
2017-05-01 10:34:26 +02:00
Daniel Kahn Gillmor e845ef8968 Provide guidance for integration with systemd
Stubby needs to be able to bind to privileged ports, but otherwise
shouldn't need root capabilities.

systemd makes it easy to set the minimal capability set while
otherwise launching the daemon as a non-privileged user.

Ship these files upstream for distributors to deploy.
2017-04-27 12:10:41 -07:00
Hoda Rohani 80897d2b86 reorder rrs 2017-04-26 14:45:07 +02:00
Hoda Rohani 9438f5576c Merge branch 'develop' of https://github.com/getdnsapi/getdns into develop 2017-04-26 14:33:24 +02:00
Hoda Rohani 62fa69c461 Issue 108: Create a test to check all RR types 2017-04-26 14:32:30 +02:00
Willem Toorop 23fc764411 getdns_context_set_follow_redirects() is supported since 1.0.0 2017-04-24 14:24:12 +02:00
wtoorop 3b9caec245 Merge pull request #298 from saradickinson/update_readme
Minor Update to README
2017-04-24 14:01:27 +02:00
Sara Dickinson efea1a2506 Fix a couple of headers 2017-04-20 16:30:39 +01:00
Sara Dickinson 628bf7da47 Small updates to README to make Doxygen documentation more prominent and Update the Stubby text 2017-04-20 16:24:12 +01:00
Hoda Rohani 6f7f6046eb Extend server capabilities with valgrind 2017-04-19 12:34:01 +02:00
Hoda Rohani 193bc618a5 Merge branch 'develop' of https://github.com/getdnsapi/getdns into develop 2017-04-19 12:09:10 +02:00
Hoda Rohani 6f3db561f3 Bugfix in converting IPs in str2dict
+ tpkg test for server capabilities
2017-04-19 12:07:55 +02:00
Willem Toorop a670606849 Rearrange doxygen into subject groups 2017-04-13 20:30:59 +02:00
Willem Toorop b4eecd59ab Merge branch 'develop' into release/1.1.0 2017-04-13 15:46:24 +02:00
Willem Toorop 02516c4079 Two last warnings 2017-04-13 15:45:59 +02:00
Willem Toorop 05268f45b0 Bump version 2017-04-13 11:48:40 +02:00