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
W.C.A. Wijngaards
601b821c43
Edit date and version number into the manpages with sed.
2013-12-10 11:44:36 +01:00
W.C.A. Wijngaards
b736e38886
Make and install new manpages. Easy list of manpages in Makefile.in.
2013-12-10 10:32:57 +01:00
Glen Wiley
668e493d9b
added text to man pages - still need some work but getting there
2013-12-09 19:28:09 -05:00
ngoyal
9c003c8963
Update README.md
2013-12-09 14:22:21 -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
031f26801a
Solaris port, add -D flag to get strdup.
2013-12-09 09:49:28 +01:00
W.C.A. Wijngaards
e80082aeaf
autoconf and autoheader recent configure.ac change
2013-12-09 09:11:31 +01:00
Willem Toorop
78ca11d4c0
Merge branch 'extended_mem_funcs' into develop
2013-12-09 00:54:58 +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
6c5b23f53a
Merge branch 'develop' of github.com:verisign/getdns into develop
2013-12-06 16:29:27 +01:00
Willem Toorop
0e8e8de97d
[API 0.370] getdns_context_set_memory_function*s*!
2013-12-06 16:02:32 +01:00
ngoyal
709472c487
Update README.md
2013-12-06 10:01:37 -05: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
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
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
Neel Goyal
cd9b174693
Update README to reflect spec changes and unsupported features
2013-12-04 13:26:11 -05:00
Willem Toorop
3318657763
Merge branch 'develop' of github.com:verisign/getdns into develop
2013-12-04 16:49:06 +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
391b1b2df2
[API 0.357] Replace _stuff and some_ things
...
with bit more formal names (as agreed earlier)
2013-12-04 16:34:57 +01:00
W.C.A. Wijngaards
d5bbb6046b
This commit adds the configure script to the repo.
2013-12-03 16:29:44 +01:00
Willem Toorop
ab75b89da2
Remove/add missing prototypes
2013-12-03 16:09:26 +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
0da31aa21b
Remove private functions from getdns.h
...
And also reorder a bit for easy comparison with the original.
2013-12-03 14:13:10 +01:00
W.C.A. Wijngaards
ccf1c1d1d4
OSX. Header more lenient, no linenr in test
...
The line number is not fixed, so __LINE__ does not stay the
same when compiled on different platforms.
2013-12-03 12:13:10 +01:00