Willem Toorop
275acfb1a5
Lookup texts for the new return codes
2014-04-11 14:23:44 +02:00
Willem Toorop
cfd564cf8c
autoconf dependencies for dane support
2014-04-11 14:07:26 +02:00
Willem Toorop
de2e5651ae
Options for loading certificate authorities
...
+ more error reporting (for ssl)
2014-04-11 12:17:36 +02:00
Willem Toorop
7b92cfc1f9
Report something on all errors
...
+ switch to full recursive,
because dnssec_return_secure_only didn't work in stub mode at home :(
2014-04-11 11:32:35 +02:00
Willem Toorop
fa688cd133
Expose the errorstring lookup function
2014-04-11 11:32:10 +02:00
Willem Toorop
d0847f8360
Initial dane support + example (tests_dane)
...
It is very dependent on dane support in ldns (and will break if it is not there)
This needs to be improved, more autoconf detection to see what is possible and not
2014-04-10 13:01:18 +02:00
Glen Wiley
892d904e5f
fixed install prefix problems for osx
2014-04-02 09:19:56 -04:00
ngoyal
f2cce63b21
Update README.md
2014-04-01 13:58:11 -04:00
Glen Wiley
2679e335b7
Merge pull request #22 from getdnsapi/v0.1.1
...
V0.1.1
2014-03-26 07:09:18 -04:00
Glen Wiley
2a04e2d036
date changed to match today
2014-03-24 13:20:12 -04:00
Glen Wiley
67157eea7c
added a few notes based on review of commit logs
2014-03-24 13:05:56 -04:00
Glen Wiley
a8a4c64717
update rel number for release 0.1.1
2014-03-24 13:00:59 -04:00
Glen Wiley
f239b6f467
trust anchor msg
2014-03-24 12:49:59 -04:00
Neel Goyal
22d305b3e0
Fix signal.h include.
2014-03-12 21:32:18 -04:00
ngoyal
f8a3f4bd3f
Update check_getdns_dict_destroy.h
2014-03-12 21:22:51 -04:00
ngoyal
b488432c24
Fix for undeclared SIGABRT
2014-03-12 21:20:17 -04:00
Neel Goyal
501bc14de6
Update destroys to return void. Assert failure in context destroy. Update tests
2014-03-11 11:43:41 -04:00
Glen Wiley
02d318a8ea
added DNSSEC, OPT narratives, cleaned up language, alphabetized return codes
2014-03-10 18:19:28 -04:00
Neel Goyal
8e144d5648
Convert test programs to not use libevent.
2014-03-07 14:32:35 -05:00
Neel Goyal
b4eb5d1ea5
Update gitignore
2014-03-07 10:47:59 -05:00
Neel Goyal
c819553c58
Add return code to _destroy methods. Prevent destroy in callbacks for the context firing them
2014-03-07 10:42:37 -05:00
Willem Toorop
a1351147da
context->return_dnssec_status uninitialized
...
in getdns_context_create.
Also fix memory leak on create_default_namespaces error.
2014-03-07 11:18:23 +01:00
Glen Wiley
9c5d8aa687
fixed detecting libevent v1 if libevent v2 is not available
2014-03-07 02:50:00 -05:00
Glen Wiley
dffcb32a97
added LDFLAGS specific to extension libs
2014-03-07 02:19:32 -05:00
Neel Goyal
1ca679d313
Fix for make uninstall error
2014-03-06 22:10:50 -05:00
ngoyal
3c399b3b19
Update Makefile.in
2014-03-06 16:14:39 -05:00
ngoyal
84a56ad09a
Update travis to run make uninstall as well
2014-03-06 16:10:19 -05:00
ngoyal
ae8ecb9af0
Update .travis.yml
2014-03-06 15:59:22 -05:00
ngoyal
8448f51557
Update .travis.yml
2014-03-06 15:57:56 -05:00
Glen Wiley
4144228e7d
Merge branch 'master' of https://github.com/getdnsapi/getdns
2014-03-06 14:41:44 -05:00
Glen Wiley
04096d6cfa
added text in asynch section for the library overview
2014-03-06 14:41:12 -05:00
ngoyal
3fc2c71e2b
Update ChangeLog
2014-03-06 14:08:10 -05:00
ngoyal
035ad3c3c6
Remove -d switch in rm -rf
2014-03-06 14:05:51 -05:00
Glen Wiley
e0e85b8b3e
if doxygen is missing no longer fail make in doc dir
2014-03-06 12:14:19 -05:00
Glen Wiley
6d661193e7
Merge branch 'master' of https://github.com/getdnsapi/getdns
2014-03-06 11:44:16 -05:00
Glen Wiley
8036639f91
do not build libev/uv/event extensions by default, handle --with/without
2014-03-06 11:43:18 -05:00
Willem Toorop
2362dc0880
review context destroy from cancel callback
2014-03-06 14:57:22 +01:00
Willem Toorop
386664ea5a
Reintroduce DESTDIR in install target
2014-03-06 11:32:56 +01:00
Neel Goyal
3f8e8ac098
Possible fix for #21 and tests
2014-03-05 22:13:37 -05:00
Neel Goyal
6ab9ce861b
Fix a silly bug in getdns_context_set_return_dnssec_status
2014-03-05 10:42:36 -05:00
ngoyal
56810e21c8
Merge pull request #20 from saghul/libuv_fixes
...
libuv fixes
2014-03-05 08:28:52 -05:00
Saúl Ibarra Corretgé
785ebf4ed6
Handle possible allocation failure
2014-03-05 14:27:15 +01:00
Saúl Ibarra Corretgé
edd2c81bc5
Remove uneeded check
...
libuv will always pass the handle to the close callback
2014-03-05 14:27:15 +01:00
Saúl Ibarra Corretgé
d51840efd7
Removed uv_data->polling field
...
It's not necessary as uv_is_active can be used to check if a handle
is started or not.
2014-03-05 14:27:15 +01:00
Glen Wiley
29641b186c
Merge branch 'master' of https://github.com/getdnsapi/getdns
2014-03-05 04:10:25 -05:00
Glen Wiley
56c5a34a04
respect --docdir option for configure
2014-03-05 04:09:51 -05:00
Neel Goyal
108f72bc36
Fix for issue #18 - allow destroy in callback
2014-03-04 17:00:18 -05:00
wtoorop
8cab39120d
Merge pull request #17 from zi0r/master
...
Add FreeBSD port information.
Thank you Ryan!
2014-03-04 14:37:48 +01:00
Ryan Steinmetz
a5005c81a4
Add FreeBSD port information.
2014-03-04 08:16:26 -05:00
Glen Wiley
779ecd07eb
header for next release
2014-03-04 04:14:38 -05:00