Willem Toorop
426fc238da
Fixes for FreeBSD warnings when compiling tests
...
/usr/local/include/check.h:454:75: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]
_ck_assert_failed(__FILE__, __LINE__, "Assertion '"#expr"' failed" , ## __VA_ARGS__, NULL)
/usr/local/include/check.h:454:75: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments]
2017-03-22 14:10:15 +01:00
wtoorop
52e3d2e1b0
Merge pull request #265 from saradickinson/feature/new_settings
...
Feature/new settings
2017-03-20 22:25:52 +01:00
Willem Toorop
a5876d57fe
Dependencies
2017-03-20 21:58:45 +01:00
Willem Toorop
24abf43de1
Fit mdns code with pending dns netreqs on EMFILE
2017-03-20 21:33:19 +01:00
Willem Toorop
ed0d4d044c
Merge remote-tracking branch 'upstream/develop' into features/mdns-client
2017-03-20 16:42:24 +01:00
Willem Toorop
0048066a2a
Test op coding practices
2017-03-20 16:15:02 +01:00
Willem Toorop
0891e16147
Pend netreqs when out of filedescriptors
2017-03-20 15:20:17 +01:00
Willem Toorop
8b09633c94
Bug and mem-leak fix
2017-03-20 11:03:15 +01:00
Sara Dickinson
1d4e3dd790
Update the name of the new option to 'round_robin_upstreams'
2017-03-17 16:53:03 +00:00
Sara Dickinson
2a1a6768cb
Add unit test and catch a typo
2017-03-16 16:26:34 +00:00
Willem Toorop
5ea181172a
Reschedule pending netreqs
2017-03-15 15:16:42 +01:00
Willem Toorop
14c9f3aafc
Track netreqs "in flight"
2017-03-14 17:17:56 +01:00
Willem Toorop
b8f43c8acd
Mention the number of simultaneous queries in error (and success)
2017-03-14 15:20:56 +01:00
Willem Toorop
0655a08fa7
Unit test for set_limit_outstanding_queries
2017-03-14 15:03:43 +01:00
Willem Toorop
dd656b7421
More comprehensible auxiliary directory names
...
(in src/util)
2017-03-09 10:44:38 +01:00
Willem Toorop
c805d40585
Clean in place executed unit tests
2017-02-15 14:04:34 +01:00
Willem Toorop
04f6a2b13b
Fixed dependencies
2017-02-15 12:47:55 +01:00
Willem Toorop
9c9c52aacc
Merge branch 'develop' into release/1.1.0-alpha3
2017-01-13 22:08:59 +01:00
Willem Toorop
e80d3340c6
Coverage linking + missing constant in str2int
2017-01-13 20:43:04 +01:00
Willem Toorop
bb0ad001e7
Fix non existant domain names
2017-01-13 12:59:16 +01:00
Willem Toorop
80219a4195
Merge branch 'bugfix/replace__FUNCTION__' into bugfix/1.1.0-alpha3/replace__FUNCTION__
2016-12-12 14:20:31 +01:00
Willem Toorop
5f6b93f7f2
Use __func__ var when supported
...
And let debugging messages compile with -Wpedantic -Werror too
2016-12-12 13:55:10 +01:00
Sara Dickinson
5d8894495a
Remove unnecessary test
2016-12-09 17:03:41 +00:00
Sara Dickinson
7567869f2c
Improve transport tests by using the calll_reporting output to check the transport and authentication status
...
Add cases for self-signed certs.
2016-12-09 17:03:41 +00:00
Willem Toorop
07c14dc1cc
Merge branch 'develop' into release/1.1.0-alpha3
2016-12-09 13:57:37 +01:00
Willem Toorop
9fb11368a5
dependencies
2016-12-09 13:52:00 +01:00
Willem Toorop
37cced78fc
Merge branch 'develop' into release/1.1.0-alpha3
2016-12-09 13:27:55 +01:00
Willem Toorop
1a26b884ee
Check for -W* support before use
2016-12-09 00:16:24 +01:00
Willem Toorop
86341fea08
-Wpedantic -Werror via XTRA_CFLAGS and make
2016-12-08 23:41:49 +01:00
Willem Toorop
55cdd8fed3
Fix pedantic warnings in unit tests
2016-12-08 22:33:10 +01:00
Willem Toorop
9d48c47980
Merge branch 'develop' into release/1.1.0-alpha3
2016-12-08 16:31:47 +01:00
Willem Toorop
fbb4eb717a
Unit tests fail on pedantic warnings
2016-12-08 16:28:21 +01:00
Willem Toorop
39f854d2b3
Fixes for pedantic warnings
2016-12-08 16:27:43 +01:00
Willem Toorop
f31b2fa233
Merge branch 'develop' into release/1.1.0-alpha3
2016-12-08 15:06:25 +01:00
Willem Toorop
3629d558cd
getdns_query fixes for CFLAGS=-Wextra
2016-12-08 14:40:06 +01:00
Willem Toorop
a5748be5fb
Unit test fixes for CFLAGS=-Wextra
2016-12-08 14:39:38 +01:00
Willem Toorop
6e5b62c555
Allow conventional IPv6 address/port parsing
...
from getdns_query
2016-10-31 13:36:05 +01:00
Willem Toorop
2b682bc3a9
Merge remote-tracking branch 'upstream/develop' into release/1.1.0-alpha3
2016-10-27 16:17:44 +02:00
Willem Toorop
c84ff93e4f
Anticipate Mac OS X glibtoolize
2016-08-25 12:40:02 +02:00
Willem Toorop
f685a0c8b8
Unsigned expression >= 0 is always true
2016-07-14 16:18:50 +02:00
Willem Toorop
0340b74604
Dependencies
2016-07-14 15:04:19 +02:00
Willem Toorop
689fc02fd2
Allow errors while setting up listeners
2016-07-14 14:14:15 +02:00
Willem Toorop
bae426a0e2
Unread assignment
2016-07-14 14:09:08 +02:00
Willem Toorop
906a8d68c2
fix for converting empty lists and dicts
2016-07-14 14:06:00 +02:00
Willem Toorop
ea69d31dba
move getdns_query to src/tools
2016-07-14 13:54:58 +02:00
wtoorop
79f92cedd2
Merge pull request #197 from saradickinson/feature/upstream_handling
...
Feature/upstream handling
2016-07-14 10:58:32 +02:00
Willem Toorop
504cb8a783
Merge branch 'develop' into release/v1.1.0a1
2016-07-13 15:55:17 +02:00
Willem Toorop
b26d69384f
Merge branch 'develop' into release/v1.0.0b2
2016-07-13 15:52:14 +02:00
Willem Toorop
be97bd1d71
Mv getdns_context_set_listen_addresses in the lib
...
Also, check for request_id +
cancel a reply by specifying NULL as response to getdns_reply
2016-07-13 14:50:44 +02:00
Willem Toorop
69b607176c
Move getdns_context_config into the library
2016-07-11 20:42:50 +02:00