Commit Graph

906 Commits

Author SHA1 Message Date
Willem Toorop 335c701ce5 Fix dependencies in Makefiles, get rid of VPATH
They couse trouble finding the dependencies in the correct places.
Also, use -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 only when needed
2014-11-07 15:18:32 +01:00
Willem Toorop 4cc4629bdf Don't expose scheduling side of extensions
Also moved debugging macro's from types-internal.h ro util-internal.h
2014-11-07 11:38:02 +01:00
Willem Toorop 30627045ae Use pkg-config to configure libcheck
where available
2014-11-07 09:07:58 +01:00
Willem Toorop 3c9b0c2e30 Don't prefix extension libraries names from /src 2014-11-07 07:26:09 +01:00
Willem Toorop d7300c17f8 Prevent duplicate symbol _context on Darwin 2014-11-06 21:09:28 +01:00
Willem Toorop d5dc654f5c Get rid of strlcpy warning on Mac 2014-11-06 21:07:04 +01:00
Willem Toorop a4bb10396f Check for libcheck requirements 2014-11-06 20:47:52 +01:00
Willem Toorop 1dc9cdbda6 Detect libevent configure problem on FreeBSD
This resolves issue #41
2014-11-05 00:47:43 +01:00
Willem Toorop 87a8889c7e Let libtool evaluate symbols in correct order
This makes libev work on FreeBSD, so resolves issue #43
2014-11-04 14:56:02 +01:00
Willem Toorop a16abce887 Don't export symbols that can be inline
Thanks Geoff Huston
2014-11-03 15:17:14 +01:00
Willem Toorop eb12410524 release 0.1.5
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIcBAABAgAGBQJUU47NAAoJEOX4+CEvd6SYhXEP/A+znFLXUNSk0NKY0XCUdwha
 BJteO/mupsvk5BwI6bAtnaLhcd2SeZQM75BgXOz2k1wlTbQ+csaCPNeUMnWh8nc8
 IEJpf7QR+QlZf/aDFoSRB1kHBNph9fyCBPTEe6pJYm8n5ae+BWLp4Lw6qk7BhIhc
 dwLF6PptplrfCQe0T5z9JNdVa1eacC/C9OCsY/q/2/kAD3y46RWg26nn20lLc0z4
 KNRm2+NNRQgTuBk0MZYyQqcvu3owzLWKETvhXaYJyaEAwKiWKEnj6LBrp1rduv5X
 274HwJ9T9yh27NJLloDxO2GHbosB/t2e6z1CSXNLNLVb2v1DYOsUA1beeIGofMhJ
 eaLqORC1ljj6y6E4ZvU65+sJbt0XAi68ABWR+P4bEjIxcOlET0+a4v7FEE4oaHG3
 c241n6u2wYO1RzwoPBmTogoNbEMW5i8R+9ZcXRq+KINadrcMtyll8yedyBz8AmYn
 G2/7+Pu9l2420yKcueOFkmtmMckP1ch065Fd6v3HNKaipgewFPJQWdSuDFNxkzXT
 zmt2Kl4iZY0DIF4scVMZjQBY6EalHzynaB2+rjAB+ouQEPVsdeUU8LqcSnjYkkas
 0zTkeHmGzEcMJx5FwTHuwCurlPrIbcdJvWEJN04Ed6kGogMcSn+QsmcZCZjwmvOW
 O8KhnnBDqWGoUpTdf8l+
 =VjlI
 -----END PGP SIGNATURE-----

Merge tag 'v0.1.5'

release 0.1.5
2014-10-31 14:34:56 +01:00
Willem Toorop 3b52dd735e Just a change to get a v0.1.5 branch 2014-10-31 14:27:19 +01:00
Willem Toorop 850d8453c9 Make it work on linux again :/ 2014-10-31 14:25:51 +01:00
Willem Toorop c7e7c3804a Merge branch 'master' of github.com:getdnsapi/getdns 2014-10-31 14:20:39 +01:00
Willem Toorop 114e459a43 Make things work on FreeBSD again 2014-10-31 14:17:30 +01:00
Willem Toorop b642d814e4 Bump library version because of binary API change 2014-10-31 11:30:24 +01:00
Willem Toorop a0e1311afb Fix install getdns_query target 2014-10-31 11:28:42 +01:00
Willem Toorop 0bb94ff63c Install target in src/test for getdns_query 2014-10-30 16:47:11 +01:00
Willem Toorop 3bc67a83c3 strlcpy compat function prototype in config.h
(when needed)
2014-10-30 15:50:35 +01:00
Willem Toorop 6d2ff90203 Remove getdns_context_fd from exported symbols 2014-10-30 15:50:14 +01:00
Willem Toorop 905b4bcc8c Fix compiling with libevent1 2014-10-30 15:42:08 +01:00
Willem Toorop d1c7c8dbc6 Mention TFO in ChangeLog 2014-10-30 15:17:06 +01:00
Willem Toorop 0daa5b573d Allow to set empty bindata's
quite common in OPT record's rdata_raw
2014-10-30 15:08:42 +01:00
Willem Toorop fafbcee2d4 Merge branch 'master' of github.com:getdnsapi/getdns 2014-10-30 11:54:45 +01:00
Willem Toorop bff5fe5342 The simultaneous query of A and AAAA 2014-10-30 11:16:08 +01:00
Willem Toorop d989fbebcd More consistency in ChangeLog and fix typo's 2014-10-30 11:09:31 +01:00
wtoorop 2e68f5448a Merge pull request #79 from saradickinson/tcp_fastopen
Tcp fastopen
2014-10-28 21:28:56 +01:00
saradickinson 0680e1144f Add detection of TFO support during configure 2014-10-28 17:51:49 +00:00
saradickinson 9d7d9997df TCP fast open support (linux only). Enabled with --enable-tcp-fastopen configure option. 2014-10-28 17:51:49 +00:00
Willem Toorop 129d614f5c pretty print getdns_context_get_api_information 2014-10-28 16:36:41 +01:00
Willem Toorop 2540ef820e tests_dnssec can also be done with getdns_query 2014-10-28 16:19:49 +01:00
Willem Toorop 522a23d864 Get rid of context_fd
recursive mode only
2014-10-28 15:39:48 +01:00
Willem Toorop a1b06ec0d7 Add my own crude test program 2014-10-28 14:50:20 +01:00
Willem Toorop 829c459823 Horrific typo! Please don't look. 2014-10-28 14:36:41 +01:00
Willem Toorop d92dc8b460 edns_do_bit defaults to 0 with stub
And better handling of including OPT RR in stub query
2014-10-28 14:32:29 +01:00
Willem Toorop f9195fde4d getdns_context_set_follow_redirects not changed
Error in previous commit.
Nothing changed with getdns_context_set_follow_redirects.
It is simply not implemented
2014-10-28 14:27:30 +01:00
Willem Toorop 4740d0baf4 context setters that can be called after create
getdns_context_set_namespaces and getdns_context_set_upstream_recursive_servers
can also be called after context create now.
2014-10-28 14:23:40 +01:00
Willem Toorop c279a093b2 [API 0.513] Update spec date and editor 2014-10-28 12:18:00 +01:00
Willem Toorop 4e29bf9ddb [API 0.512] caller destroys dict_get_names list 2014-10-28 12:15:49 +01:00
Willem Toorop 6367d7c5dd [API 0.511] stubs may do dnssec
And return of GETDNS_RETURN_DNSSEC_WITH_STUB_DISALLOWED has become optional
2014-10-28 12:13:56 +01:00
Willem Toorop d6e234f515 [API 0.510] "scope_id" attribute for upstreams 2014-10-28 12:12:03 +01:00
Willem Toorop 6137cc9659 Mention OPT TT inclusing in Changelog 2014-10-27 21:37:41 +01:00
Willem Toorop 154a84665b Fix priv_getdns_append_opt_rr 2014-10-27 21:35:44 +01:00
Willem Toorop 35c58cc598 set payload size < 512 to 512 with extensions too 2014-10-27 19:26:15 +01:00
Willem Toorop 4865c17bc8 src/compat, src/util and src/gldns with make dist 2014-10-27 15:48:25 +01:00
Willem Toorop 4ac063f5b8 libevent1 fix 2014-10-27 15:45:27 +01:00
Willem Toorop 08423317d0 add tests_namespaces to .gitignore
And make it a bit more specific while at it
2014-10-27 15:34:59 +01:00
Willem Toorop 18c316e396 Suppress compile warning 2014-10-27 15:15:59 +01:00
Willem Toorop 827769fe57 Changelog for 0.1.5 (+bumb version in configure) 2014-10-27 15:02:18 +01:00
Willem Toorop a4aa4a4d9b Update team and supported features in team 2014-10-27 14:39:04 +01:00