Glen Wiley
|
19e84c8ec4
|
removed core_only source since all funcs are separated now
|
2013-07-15 18:46:42 -04:00 |
Glen Wiley
|
a3e1c8d255
|
separated the remaining functions
|
2013-07-15 18:43:30 -04:00 |
Glen Wiley
|
b88614ed4c
|
Merge branch 'develop'
|
2013-07-15 18:22:29 -04:00 |
Glen Wiley
|
18d58a5892
|
using suffixes in Makefile, moved changed files from src to common (merged)
|
2013-07-15 18:20:25 -04:00 |
Glen Wiley
|
bd186ebca0
|
Merge branch 'master' into develop
|
2013-07-15 17:57:58 -04:00 |
Glen Wiley
|
dc8f06fd92
|
Merge branch 'develop'
|
2013-07-15 17:48:20 -04:00 |
Glen Wiley
|
38b6909cdd
|
separated context mangement functions from core source code
|
2013-07-15 17:42:37 -04:00 |
Glen Wiley
|
267200b294
|
continuing work on comments and code separation
|
2013-07-02 17:00:20 -04:00 |
MelindaShore
|
213772f559
|
Added generated configure script
|
2013-07-01 08:28:12 -08: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 |
Melinda Shore
|
15932f2774
|
updated README.md to reflect changes in dependencies, add institutional affiliation
|
2013-06-27 13:11:00 -08:00 |
Melinda Shore
|
16a2175d4c
|
Added ldns support
|
2013-06-24 12:17:24 -08: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 |
Melinda Shore
|
096d4e5b77
|
Fixed a couple of null pointer problems
There were two null pointers causing it to dump core. I realize the
code doesn't actually do anything, but still.
|
2013-06-16 18:00:54 -08:00 |
Melinda Shore
|
b3ed4429d6
|
Initial checkin
Rough autoconf-ification of Paul's source. No changes to his code
|
2013-06-16 17:50:14 -08: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 |