Commit Graph

28 Commits

Author SHA1 Message Date
Willem Toorop 6886962e0d [API 0.375] Const on appropriate function params 2014-01-14 15:37:33 +01:00
Willem Toorop 2bf8709265 [API 0.374] added GETDNS_RETURN_INVALID_PARAMETER 2014-01-14 15:22:03 +01:00
Willem Toorop aff0e3dc02 [API 0.373] s/_sync_request/_general_sync/g
Leftovers
2014-01-14 15:02:44 +01:00
Willem Toorop 929ada950b [API 0.372] fix just_address_answers in example
To match its description in section 4
2014-01-14 14:55:59 +01: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 0e8e8de97d [API 0.370] getdns_context_set_memory_function*s*! 2013-12-06 16:02:32 +01:00
Willem Toorop e48763743c [API 0.369] CONTEXT_CODE for timeouts 2013-12-06 14:46:34 +01:00
Willem Toorop e5cc014e6b [API 0.368] CONTEXT_CODE for memory func updates 2013-12-06 14:45:02 +01:00
Willem Toorop 67a7cb179e [API 0.367 again] getdns_dict_remove_name() added
Paul added getdns_dict_remove_name() and changed the doc for the adders to be more sane.
2013-12-06 14:41:40 +01:00
Willem Toorop 678d6eec19 [API 0.367] Custom memory management functions 2013-12-04 16:47:46 +01:00
Willem Toorop f7f35e3a9d [API 0.366] Get rid of typedefs for structs. 2013-12-04 16:46:42 +01:00
Willem Toorop 9a90b9b7eb [API 0.365] Add GETDNS_RETURN_MEMORY_ERROR retcode 2013-12-04 16:45:17 +01:00
Willem Toorop 84549e4117 [API 0.364] Quote _TEXT defines 2013-12-04 16:43:57 +01:00
Willem Toorop 214ffb5b89 [API 0.363] Add rdata for EUI48 and EUI64 rr types 2013-12-04 16:42:50 +01:00
Willem Toorop 27354d1232 [API 0.362] Collapse length/value rdata elements 2013-12-04 16:41:42 +01:00
Willem Toorop 4b7da6fc42 [API 0.361] APL rdata contains a list of aptimes 2013-12-04 16:40:43 +01:00
Willem Toorop 2c27392520 [API 0.360] Fix range values for uint8_t
And fix forgotton bool -> int conversions
2013-12-04 16:38:58 +01:00
Willem Toorop d430ae2f00 [API 0.359] IXFR and AXFR have no rdata 2013-12-04 16:37:33 +01:00
Willem Toorop a0937e1f3e [API 0.358] Get rid of stdbool.h 2013-12-04 16:36:28 +01:00
Willem Toorop cb26dd1a45 API update to 0.357
To easy compare differences between the API header and our implementation:
Rename the names for types and arguments in the API
Rename the names for function arguments in our implementation
2013-12-03 14:36:06 +01:00
Willem Toorop ad3fef18e3 Changed getdns-api version string
svn revision 172
getdns-api version 0.357
2013-11-19 17:00:28 +01:00
Willem Toorop ce29c4b899 Remove redundant getdns_free_sync_request_memory.
Use getdns_dict_destroy instead.
svn revision 171
getdns-api version 0.356
2013-11-13 15:11:59 +01:00
Willem Toorop db3b62ab53 Fix _sync functions
From _sync functions remove resposne_length parameter (it has no meaning) and pa
ss response by reference (because it is actually a return value).
svn revision 169
getdns-api version 355
2013-11-13 15:05:27 +01:00
Willem Toorop 5f67ffeb1f Another small typo
svn revision 168
getdns-api version 0.354
2013-11-13 15:03:35 +01:00
Willem Toorop 44e416809d Double GETDNS_CONTEXT_ typo
with GETDNS_CONTEXT_APPEND_NAME_ONLY_TO_MULTIPLE_LAB EL_NAME_AFTER_FAILURE constant.

svn revision 167
getdns-api version 0.353
2013-11-13 15:02:09 +01:00
Willem Toorop 0f6f837786 Rename _use_udp_tcp leftovers into _dns_transport
svn revision 166
getdns-api version 0.352
2013-11-13 15:00:45 +01:00
Willem Toorop 229b2fc52e Modifications from Paul's repository upto rev 162 2013-11-13 14:55:14 +01:00
Willem Toorop b6df0b8c1a Add original getdns specification
So we can fix its bugs in an orderly fashion
2013-11-05 08:28:10 -08:00