Commit Graph

66 Commits

Author SHA1 Message Date
Glen Wiley 2e1fb7b8b8 updates to some docs based on our meeting of 2013-11-02 2013-11-03 08:47:19 -05:00
Neel Goyal d608d3b670 Initial integration of unbound. 2013-10-15 17:28:23 -04:00
Melinda Shore 6cd8051692 Update for doxygen 2013-10-09 16:52:31 -07:00
Glen Wiley 2316b6e27b Change license from MIT to BSD-new 2013-09-11 18:41:23 -04:00
Glen Wiley 7f94ff61da automake version dep noted 2013-08-30 14:19:03 -04:00
Glen Wiley 0a6dfa46ae list data type partially implemented, unit test framework started 2013-07-19 16:19:22 -04:00
Glen Wiley dc8f06fd92 Merge branch 'develop' 2013-07-15 17:48:20 -04:00
Glen Wiley 267200b294 continuing work on comments and code separation 2013-07-02 17:00:20 -04:00
Melinda Shore 7b14eda301 Merge 2013-07-01 08:25:07 -08:00
Melinda Shore c9e2a923ac See detailed changes below. Basically, moved src/src to
src/commit and moved top level configure/build to src.
Added support for building into a different directory
(for example, mkdir build ; cd build ; ../configure ;
make ).

	modified:   README.md
	renamed:    src/src/AUTHORS -> src/AUTHORS
	renamed:    src/src/COPYING -> src/COPYING
	renamed:    src/src/INSTALL -> src/INSTALL
	new file:   src/Makefile
	renamed:    src/src/NEWS -> src/NEWS
	renamed:    src/src/README -> src/README
	renamed:    src/src/.DS_Store -> src/common/.DS_Store
	renamed:    src/src/.deps/example_all_functions.Po -> src/common/.deps/example_all_functions.Po
	renamed:    src/src/.deps/example_simple_answers.Po -> src/common/.deps/example_simple_answers.Po
	renamed:    src/src/.deps/example_synchronous.Po -> src/common/.deps/example_synchronous.Po
	renamed:    src/src/.deps/example_tree.Po -> src/common/.deps/example_tree.Po
	renamed:    src/src/ChangeLog -> src/common/ChangeLog
	new file:   src/common/Makefile
	new file:   src/common/Makefile.in
	renamed:    src/src/Makefile.in -> src/common/Makefile.in~
	renamed:    src/src/aclocal.m4 -> src/common/aclocal.m4
	renamed:    src/src/config.h.in -> src/common/config.h.in
	new file:   src/common/config.log
	renamed:    src/src/configure.ac -> src/common/configure.ac
	renamed:    src/src/depcomp -> src/common/depcomp
	renamed:    src/src/example-all-functions.c -> src/common/example-all-functions.c
	renamed:    src/src/example-simple-answers.c -> src/common/example-simple-answers.c
	renamed:    src/src/example-synchronous.c -> src/common/example-synchronous.c
	renamed:    src/src/example-tree.c -> src/common/example-tree.c
	renamed:    src/src/getdns_core_only.c -> src/common/getdns_core_only.c
	renamed:    src/src/getdns_core_only.h -> src/common/getdns_core_only.h
	renamed:    src/src/getdns_libevent.h -> src/common/getdns_libevent.h
	renamed:    src/src/index.html -> src/common/index.html
	renamed:    src/src/install-sh -> src/common/install-sh
	renamed:    src/src/make-examples-linux.sh -> src/common/make-examples-linux.sh
	renamed:    src/src/make-examples-mac.sh -> src/common/make-examples-mac.sh
	new file:   src/configure.ac
2013-06-30 19:36:46 -08:00
Glen Wiley 23a8f92d22 Added Doxygen config and started formatting comments in sources 2013-06-29 12:57:57 -04:00
Glen Wiley a659f2562e began tweaking sources to match BSD coding style 2013-06-28 11:09:10 -04:00
Glen Wiley 3f33ae19b4 minor updates to README, added DNS API description to doc dir 2013-06-28 08:44:23 -04:00
Glen Wiley 210a640ec6 Captured project goals and direction in README.md, added MIT license
in LICENSE file.
2013-06-24 14:10:42 -04:00
Jonathan Sabo a71c062957 Update README.md 2013-06-11 08:51:35 -04:00
Jonathan Sabo f00f8b52de Initial commit 2013-06-11 05:37:29 -07:00