Commit Graph

195 Commits

Author SHA1 Message Date
Willem Toorop d9e3485f8b Merge fixes 2014-01-20 16:18:14 +01:00
Willem Toorop 5345753868 Merge branch 'develop' of github.com:verisign/getdns into develop 2014-01-20 16:07:36 +01:00
Neel Goyal a00bcbc761 Fix for issue #68. Implement getdns_dict_remove_name. 2014-01-15 16:25:46 -05:00
Willem Toorop f81db41872 Match getdns.h with current spec
Introducing consts at several places
2014-01-14 17:25:23 +01:00
Willem Toorop 781a6a271f Move remove_name for easy comparison with spec 2014-01-14 15:46:49 +01:00
Melinda Shore 4866a4314a Added check for null being passed to convert_ulabel_to_alabel() and convert_alabel_to_ulabel() 2014-01-13 14:11:28 -08:00
Melinda Shore 4e7bd2e5cf fixed typo in argument to ldns_str2rdf_dname() 2014-01-13 14:07:30 -08:00
Willem Toorop 1c4616bfb5 Merge branch 'develop' of github.com:verisign/getdns into develop 2014-01-13 15:32:35 +01:00
Neel Goyal d4db2a2e9a Fix a segfault when passing a null response to the sync methods 2014-01-10 16:32:55 -05:00
Neel Goyal db32337238 Fix for #62 2014-01-10 10:45:45 -05:00
Neel Goyal a08a4130c0 Fix for issue #50. 2014-01-10 10:35:03 -05:00
Neel Goyal 722a27bfef fix for issue #49 2014-01-10 10:28:28 -05:00
Neel Goyal 34d3f1f938 Fix for issue #67. return INVALID_PARAMETER if name, dict, or child dict are NULL 2014-01-10 10:09:07 -05:00
Neel Goyal 2c664e73fe Add the INVALID_PARAMETER return type 2014-01-10 09:58:33 -05:00
Willem Toorop 069a49035d getdns_convert_fqdn_to_dns_name 2014-01-09 14:13:33 +01:00
Willem Toorop f305ac97da Stubs should be able to lookup AS112 zones 2014-01-09 13:44:31 +01:00
Willem Toorop d6118b4caa Allow null characters in wire fmt name -> fqdn 2014-01-09 13:41:41 +01:00
Willem Toorop 0b2d467420 Implement getdns_convert_dns_name_to_fqdn 2014-01-09 13:39:29 +01:00
Melinda Shore 740ad82822 cast argument to getdns_convert_dns_name_to_fqdn() in example-reverse to char * to keep compiler happy 2013-12-31 17:05:52 -08:00
Glen Wiley 3248d223cd added prototype for remove_name 2013-12-27 09:35:47 -05:00
Neel Goyal 8792fe63a2 Fix issue #44 - remove extra i++ 2013-12-13 15:49:26 -05:00
Neel Goyal cc8fc8aaf7 Fix a typo for issue #43 fix 2013-12-12 14:01:37 -05:00
Neel Goyal 52befefdf8 Merge branch 'develop' of github.com:verisign/getdns into develop 2013-12-12 14:00:04 -05:00
Neel Goyal 93211cc99a Fix for issue #43 - add additional header fields 2013-12-12 13:59:53 -05:00
Melinda Shore 80e29b53bb reverted error text to spec 2013-12-11 18:06:53 -08:00
Willem Toorop d987ec0440 Update examples in the API specification
They are now actually working with our implementation
2013-12-11 23:55:35 +01:00
Willem Toorop 372c6772b0 Merge branch 'develop' of github.com:verisign/getdns into develop
Conflicts:
	src/test/Makefile.in
2013-12-11 23:45:47 +01:00
Willem Toorop 51f0299137 Fix example-reverse (and reverse_address)
From the example it is clear that network format addresses are expected for getdns_hostname*
2013-12-11 23:41:21 +01:00
Neel Goyal 0c0d5b63ae Remove a test that shouldn't have been added 2013-12-11 16:46:56 -05:00
Willem Toorop 8a8accea42 Copied examples from spec and fixed everything ;)
Well.. fixed the examples so they work and free memory
and fixed our code to return correct dict format with "just_address_answers"

Now tests are probably broken, and also the example-reverse needs some attention
2013-12-11 16:21:49 +01:00
Neel Goyal 1e9f716b6f Check for answer on getdns_list_get methods 2013-12-10 18:27:28 -05:00
Neel Goyal 7db1610c95 Have add item default to adding an int of value 0 2013-12-09 14:11:17 -05:00
Neel Goyal 969ce94358 Merge branch 'develop' of github.com:verisign/getdns into develop 2013-12-09 12:55:42 -05:00
Neel Goyal db23854041 Fix NPE (Issue #42) 2013-12-09 12:55:33 -05:00
Willem Toorop 4c7a322d71 Merge branch 'develop' of github.com:verisign/getdns into develop 2013-12-09 16:26:48 +01:00
Willem Toorop 391fbdfbd1 getdns_list_set_* on list length mean append 2013-12-09 16:26:18 +01:00
W.C.A. Wijngaards 5bb291ddb6 Doxyfile had wrong version number inside. 2013-12-09 16:21:02 +01:00
W.C.A. Wijngaards e80082aeaf autoconf and autoheader recent configure.ac change 2013-12-09 09:11:31 +01:00
Willem Toorop 3dfe92da64 extended memory functions 2013-12-09 00:52:38 +01:00
Willem Toorop c80cab6929 getdns_strdup, getdns_bindata_(copy|destroy)
Restructure a bit to make that work too
2013-12-09 00:05:18 +01:00
Willem Toorop 70e5193b3f Context has own mem-funcs
It keeps using mem funcs for internal state that were given upon context creation.
Only dicts and lists are created with mem funcs set by getdns_context_set_memory_functions
2013-12-08 23:15:57 +01:00
Willem Toorop 8fe9da6503 Header functions, structs/unions and macro's 2013-12-08 22:56:34 +01:00
Willem Toorop 152bffb883 Two forgotten _TEXT quotes 2013-12-06 15:57:22 +01:00
Willem Toorop 3829dca0cc Get rid of typedefs for structs 2013-12-06 15:54:06 +01:00
Willem Toorop 4b3578c88a Fix stdbool replacement bug
introduced in 1ecf9d9ef8
2013-12-06 15:31:19 +01:00
Willem Toorop f4b339f10d Add GETDNS_RETURN_MEMORY_ERROR retcode 2013-12-06 14:51:01 +01:00
Willem Toorop 2e6978af13 Add EUI48 and EUI64 RR types 2013-12-06 14:49:50 +01:00
Willem Toorop 1ecf9d9ef8 Get rid of stdbool.h 2013-12-06 14:10:28 +01:00
Willem Toorop ab25acbd6f Quote _TEXT defines 2013-12-06 13:57:58 +01:00
W.C.A. Wijngaards d5bbb6046b This commit adds the configure script to the repo. 2013-12-03 16:29:44 +01:00