Commit Graph

71 Commits

Author SHA1 Message Date
Neel Goyal 67a07019ba Remove Makefile.in files. Update gitignore 2013-08-14 17:40:05 -04:00
Neel Goyal a2f3eac7ee Merge branch 'feature/async_funcs' into develop 2013-08-14 17:26:18 -04:00
Neel Goyal ad20c23f42 More progress on async 2013-08-14 17:19:06 -04:00
Neel Goyal bf92cb6bb4 Some updates. Need to think about how to not rewrite what ldns and libevent have already done 2013-08-13 16:10:21 -04:00
Neel Goyal 7975c98c3f Remove getdns_address.c. Update context to use copy. 2013-08-13 10:02:09 -04:00
Neel Goyal cd1ff4a3b8 Context update 2013-08-13 09:08:54 -04:00
Neel Goyal 84ff383792 Adding ldns integration for context 2013-08-12 19:47:33 -04:00
Neel Goyal a69c02abcc Adding context struct and implement some setters 2013-08-12 17:38:05 -04:00
Melinda Shore cf2cf498f6 added src/test to automake 2013-08-10 11:24:08 -08:00
Melinda Shore 00e2c74867 getting rid of Makefile.in - now generated by automake 2013-08-10 11:23:15 -08:00
Melinda Shore 16ae333802 automake-ified src/test 2013-08-10 11:17:47 -08:00
Melinda Shore 228a5d9868 Added <string.h> include for strdup() declaration (see POSIX.1) 2013-08-10 11:16:54 -08:00
Neel Goyal b3e2aa19f3 Add Werror to cflags. Remove getdns lib check. Fail configure on dependencies not found. 2013-08-09 17:04:25 -04:00
Neel Goyal 8b60254fe4 Change header include from event to core_only where applicable 2013-08-09 11:34:42 -04:00
Neel Goyal c2a03c5570 Removed symlink ltmain.sh. Add m4 for lt. 2013-08-09 10:48:22 -04:00
Neel Goyal 20c1f2d28a Removing ignored files 2013-08-09 10:35:38 -04:00
Neel Goyal d12a417094 More gitignore cleanup 2013-08-09 10:20:25 -04:00
Neel Goyal 65d2f0b71f Add config.log to ignore 2013-08-09 10:13:20 -04:00
Neel Goyal 1672e9e744 Merge branch 'develop' of https://github.com/verisign/getdns into develop 2013-08-09 10:10:20 -04:00
Melinda Shore 4b896bf343 another file required by automake. using a symlink to LICENSE 2013-08-08 17:39:45 -08:00
Melinda Shore 3b37545139 necessary for automake/autoconf 2013-08-08 17:33:31 -08:00
Melinda Shore 1cca78b601 necessary for automake/autoconf 2013-08-08 17:31:42 -08:00
Melinda Shore 1854fc413c Converted makefile generation to automake 2013-08-08 17:21:05 -08:00
Melinda Shore 6f9deafbb6 moved example code to src/example 2013-08-08 17:19:55 -08:00
Melinda Shore c8d2005d49 Moved example code to src/example/ 2013-08-08 17:17:20 -08:00
Melinda Shore b5b5232d75 more cleanup 2013-08-08 17:16:09 -08:00
Melinda Shore 0a5f1d3c52 Now using automake to generate Makefile.in 2013-08-08 17:14:43 -08:00
Melinda Shore e8b7df9cd1 Merge branch 'develop' of https://github.com/verisign/getdns into develop 2013-08-08 11:13:18 -08:00
Melinda Shore 22702bf7e3 Updated to include automake detritus 2013-08-08 11:09:33 -08:00
Glen Wiley eeefcf2fdb added trust anchor approach doc 2013-08-06 18:56:11 -04:00
Glen Wiley d02404f951 Merge branch 'develop' of https://github.com/verisign/getdns into develop
Conflicts:
	configure
	configure.ac
2013-07-31 16:24:11 -04:00
Glen Wiley 6280a1b7b6 the dict and list data types with helper functions work, unit tests
are mostly done as well
2013-07-31 16:21:42 -04:00
Melinda Shore 45a2cda300 Fixed missing reference to src/Makefile.in 2013-07-30 15:08:21 -08:00
Melinda Shore 5893165ddd Updated to add executables and config.status 2013-07-30 14:55:54 -08:00
Glen Wiley 93ee83022e Merge branch 'develop' as a checkpoint to keep master recent 2013-07-30 17:56:50 -04:00
Glen Wiley 68ae437210 Merge branch 'develop' of https://github.com/verisign/getdns into develop
Conflicts:
	src/common/Makefile
2013-07-30 17:43:39 -04:00
Glen Wiley 91990993ce the guts of the dict datatype are working, still need to complete the helper funcs 2013-07-30 17:36:14 -04:00
Melinda Shore a973779190 More cleanup 2013-07-30 12:46:58 -08:00
Melinda Shore 7494d2b7d5 Moving things around to run configure at top level of directory tree 2013-07-30 11:55:09 -08:00
Melinda Shore ead261b0b8 Moving things around to run configure at top level of directory tree 2013-07-30 11:50:31 -08:00
Melinda Shore be749929a9 removed redundant configure.ac 2013-07-30 11:10:23 -08:00
Melinda Shore 892fa10b7c might be helpful to have a common .gitignore 2013-07-28 17:33:48 -08:00
Melinda Shore 6a1e56584a We should not have Makefiles in the repository 2013-07-28 17:32:07 -08:00
Melinda Shore 67071f3adc removed src/.deps 2013-07-28 17:29:57 -08:00
Melinda Shore 4937746fe8 deleted: src/common/Makefile.in~ - backup file 2013-07-22 14:58:42 -08:00
Melinda Shore 21875877a6 Removed Makefile, as it's automatically generated from Makefile.in
by the configure script
2013-07-22 14:57:27 -08:00
Melinda Shore e1f6baf37a modified: src/common/Makefile.in
fixed automatic variable incompatibility with
FreeBSD make
2013-07-22 12:53:41 -08:00
Glen Wiley 1ec3886604 Finished implementing list data type (except for dict items) - including
a reasonable set of automated unit/regression tests
2013-07-22 15:16:40 -04:00
Glen Wiley 0a6dfa46ae list data type partially implemented, unit test framework started 2013-07-19 16:19:22 -04:00
Glen Wiley cce542dd07 added proposed cache design 2013-07-18 12:02:04 -04:00