ngoyal
|
1ec2f67b0d
|
Update README.md
Add travis-ci build status image
|
2014-02-18 19:15:38 -05:00 |
Glen Wiley
|
bdff98ffb3
|
steps toward proper support of namespaces and system files
|
2014-02-10 19:59:45 -05:00 |
Glen Wiley
|
f709199d5b
|
updated unbound compile steps
|
2014-02-03 17:02:53 -05:00 |
Willem Toorop
|
3168308034
|
Correct unbound revision requirement in README.md
|
2014-02-03 21:10:31 +01:00 |
ngoyal
|
9c003c8963
|
Update README.md
|
2013-12-09 14:22:21 -05:00 |
ngoyal
|
709472c487
|
Update README.md
|
2013-12-06 10:01:37 -05:00 |
Neel Goyal
|
cd9b174693
|
Update README to reflect spec changes and unsupported features
|
2013-12-04 13:26:11 -05:00 |
W.C.A. Wijngaards
|
a515b8d688
|
Use newer unbound for linking issues with sldns
|
2013-12-03 10:41:29 +01:00 |
W.C.A. Wijngaards
|
69c6d0694b
|
fix issue #38: install, uninstall, libtool, configureoutsidesrcdir,
the dist compiles. library version set to 0:0:0.
|
2013-11-29 15:41:06 +01:00 |
Melinda Shore
|
55f83ae017
|
Added libidn to external dependencies
|
2013-11-25 17:44:20 -08:00 |
Neel Goyal
|
0c137a8766
|
Update readme unbound build instructions
|
2013-11-04 15:11:40 -05:00 |
Neel Goyal
|
6f825addd4
|
Update README to reflect unbound revision change
|
2013-11-04 14:59:42 -05:00 |
Glen Wiley
|
e7cc8eb150
|
separated libunbound test in configure.ac to give better diag msg
|
2013-11-03 16:40:24 -05:00 |
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 |