Sara Dickinson
fc4e4f23df
Rename return_call_debugging to return_call_reporting. Update index.html with change of content.
2015-12-16 14:20:35 +00:00
Willem Toorop
16b62f43eb
Merge branch 'develop' into features/conversion_functions
2015-12-16 13:53:25 +01:00
wtoorop
69b54be99c
Merge pull request #126 from saradickinson/feature/mac_tfo
...
Enable TFO by default if possible, add MAC OSX TFO support
Looks good, thanks.
2015-12-16 13:45:14 +01:00
Willem Toorop
e747efe415
Merge branch 'develop' into features/conversion_functions
2015-12-16 12:42:32 +01:00
Willem Toorop
1ef4db8e9d
Unique NSEC and NSEC3 rrsets in "validation_chain"
2015-12-16 12:40:32 +01:00
Willem Toorop
d09e892285
Convert rr_dict with missing rdata to wire format
...
In wireformat this then means no rdata.
This is needed with the zonecut indicating DSes returned in the validation chain.
2015-12-16 12:02:53 +01:00
Willem Toorop
2c2359af61
Remove duplicate records in RRset before verifying
...
As suggested in RFC4034 section 6.3
2015-12-16 10:47:15 +01:00
Sara Dickinson
438870785a
Improve config check for TFO
2015-12-15 18:11:45 +00:00
Willem Toorop
b0aae6b51d
Repeating and special rdata field 2 wireformat
2015-12-15 00:07:05 +01:00
Willem Toorop
0433c47466
Fix memory leak when deleting list items
2015-12-15 00:04:33 +01:00
Willem Toorop
de269a4695
Wireformat writing for special rdata fields
2015-12-14 15:25:37 +01:00
Willem Toorop
4ae24761c7
Rename special wireformat parsing funcs
...
in aticipation of the special writing to wireformat functions
2015-12-14 12:38:25 +01:00
Willem Toorop
7baec89d4c
Don't misuse getdns_data_type for something else
2015-12-14 12:13:06 +01:00
Sara Dickinson
736d9f20bf
Enable TCP FastOpen by default and add support for OSX implementation of TFO.
2015-12-13 17:44:31 +00:00
Willem Toorop
aadd4dc8bb
Add conversion functions test package
2015-12-13 15:59:36 +01:00
Willem Toorop
5ae854b8bf
Fix dict to wire of repeating rdata fields
2015-12-13 15:58:45 +01:00
Willem Toorop
75b0ae669a
Fix rdf iter of single RR wireformat
2015-12-13 15:58:21 +01:00
Willem Toorop
61cd25d862
Merge branch 'develop' into features/conversion_functions
2015-12-11 12:22:34 +01:00
Willem Toorop
f88214ab76
Correct include path on json pointer test
2015-12-11 12:21:58 +01:00
Willem Toorop
3752bf0a46
Merge branch 'develop' into features/conversion_functions
2015-12-11 11:59:27 +01:00
Willem Toorop
c0831dd598
Move json pointers test to tpkg test
2015-12-11 11:56:44 +01:00
Willem Toorop
c1b4694931
Setup test env from individually ran test packages
2015-12-11 11:05:52 +01:00
Willem Toorop
aa1c38eb4f
Merge branch 'features/tpkg' into develop
2015-12-10 17:34:01 +01:00
Willem Toorop
426d59d767
Disable IPv6 only test, because travis containers
...
don't support IPv6 :-(.
See: https://blog.travis-ci.com/2015-11-27-moving-to-a-more-elastic-future
Disabled test: getdns_context_set_upstream_recursive_servers_10
2015-12-10 16:49:55 +01:00
Willem Toorop
de490408cd
Use the verisign IPv6 upstream
...
google's sometimes timeouts...
2015-12-10 16:26:40 +01:00
Willem Toorop
69aed75d57
Travid in containers
2015-12-10 15:53:43 +01:00
Willem Toorop
1bb5320957
What am I thinking!
2015-12-10 15:39:26 +01:00
Willem Toorop
155b2b0d7a
Small path mistake
2015-12-10 15:35:34 +01:00
Willem Toorop
2675554f6a
Don't configure before running tests
...
+ run tests in a separate directory
2015-12-10 15:32:29 +01:00
Willem Toorop
45d12a9f0b
travis doesn't have libuv-dev
2015-12-10 14:14:43 +01:00
Willem Toorop
5a4628e6fe
tpkg based testing
2015-12-10 11:55:32 +01:00
Willem Toorop
91d638e4cd
ignore getdns.pc
2015-12-09 16:13:32 +01:00
Willem Toorop
47dc07e940
First go at conversion to and from rr_dicts
2015-12-09 12:04:00 +01:00
Willem Toorop
c53f074fdf
Propagate consts with debugging symbols
2015-12-08 09:39:28 +01:00
Willem Toorop
d67949d1e7
iterators go over const wireformat data
2015-12-07 16:43:41 +01:00
Willem Toorop
dd836b2a11
Conversion functions prototypes
2015-12-03 14:54:38 +01:00
Willem Toorop
9eae0968a7
Merge branch 'neilcook-pkg-config' into develop
2015-12-03 14:11:14 +01:00
Willem Toorop
5c5feeed05
Merge branch 'pkg-config' of https://github.com/neilcook/getdns into neilcook-pkg-config
2015-12-03 14:10:34 +01:00
Neil Cook
acf2fea365
pkg-config support
2015-12-02 13:15:16 -05:00
Claus Assmann
93f9f4c7d3
configure problem with getdns-0.5.1 on OpenBSD
...
Sorry for not using "github" to report a problem but I don't have
an account there...
Anyway, it seems the order of the libraries ssl and crypto is wrong:
with -lcrypto -lssl configure fails to find ub_fd():
: undefined reference to `SRP_Calc_A'
changing it to
-lssl -lcrypto
resolves the problem (and matches the order elsewhere,
e.g., unbound).
2015-11-26 11:42:02 +01:00
Willem Toorop
10a28817d0
Bumb versions, but 0.5.1 should have been 0.6.0
2015-11-26 11:19:22 +01:00
Willem Toorop
157f988791
Bumb versions, set release date
2015-11-18 17:32:50 +02:00
Willem Toorop
08bf613cde
Prevent segfault with failed TLS handshake?
...
Need proper review for this patch! Sara?
2015-11-15 12:46:21 -05:00
Willem Toorop
95618bb3a7
Merge branch 'release/v0.5.1' of github.com:getdnsapi/getdns into release/v0.5.1
2015-11-14 20:01:48 -05:00
Willem Toorop
afe5db6b55
Get validation chain avoiding roadblocks
2015-11-14 20:00:13 -05:00
wtoorop
dace6f2453
Merge pull request #123 from saradickinson/bugfix/call_debugging_and_transports
...
Fix bug with call_debugging reporting of UDP and add a getter for tls…
2015-11-13 16:42:57 +01:00
Sara Dickinson
508127a856
Add missing file....
2015-11-13 14:47:03 +00:00
Sara Dickinson
d75ba83013
Fix bug with call_debugging reporting of UDP and add a getter for tls_authentication
2015-11-13 13:28:43 +00:00
Willem Toorop
1bb2daff1e
ub_setup_recursing not used without libunbound
2015-11-11 14:03:16 +01:00
Willem Toorop
f3f854b35f
Few more ChangeLog thins
2015-11-11 13:52:02 +01:00