2007-01-29 08:54:32 -05:00
|
|
|
29 January 2007: Wouter
|
|
|
|
|
- unbound.8 a short manpage.
|
|
|
|
|
|
|
|
|
|
26 January 2007: Wouter
|
2007-01-26 02:55:16 -05:00
|
|
|
- fixed memleak.
|
2007-01-26 04:44:13 -05:00
|
|
|
- make lint works on BSD and Linux (openssl defines).
|
2007-01-26 06:57:09 -05:00
|
|
|
- make tags works.
|
|
|
|
|
- testbound program start.
|
2007-01-26 02:55:16 -05:00
|
|
|
|
2007-01-29 08:54:32 -05:00
|
|
|
25 January 2007: Wouter
|
2007-01-25 04:47:22 -05:00
|
|
|
- fixed lint so it may work on BSD.
|
2007-01-25 07:39:51 -05:00
|
|
|
- put license into header of every file.
|
|
|
|
|
- created verbosity flag.
|
|
|
|
|
- fixed libevent configure flag.
|
|
|
|
|
- detects event_base_free() in new libevent 1.2 version.
|
|
|
|
|
- getopt in daemon. fatal_exit() and verbose() logging funcs.
|
2007-01-25 11:08:52 -05:00
|
|
|
- created log_assert, that throws assertions to the logfile.
|
|
|
|
|
- listen_dnsport service. Binds ports.
|
2007-01-25 04:47:22 -05:00
|
|
|
|
2007-01-24 08:46:31 -05:00
|
|
|
24 January 2007: Wouter
|
|
|
|
|
- cleaned up configure.ac.
|
|
|
|
|
|
2007-01-23 08:46:18 -05:00
|
|
|
23 January 2007: Wouter
|
|
|
|
|
- added libevent to configure to link with.
|
|
|
|
|
- util/netevent setup work.
|
2007-01-23 09:16:52 -05:00
|
|
|
- configure searches for libevent.
|
2007-01-23 11:10:23 -05:00
|
|
|
- search for libs at end of configure (when other headers and types
|
|
|
|
|
have been found).
|
|
|
|
|
- doxygen works with ATTR_UNUSED().
|
|
|
|
|
- util/netevent implementation.
|
2007-01-23 08:46:18 -05:00
|
|
|
|
2007-01-22 10:23:29 -05:00
|
|
|
22 January 2007: Wouter
|
|
|
|
|
- Designed header file for network communication.
|
|
|
|
|
|
2007-01-16 06:54:29 -05:00
|
|
|
16 January 2007: Wouter
|
|
|
|
|
- added readme.svn and readme.tests.
|
|
|
|
|
|
2007-01-04 06:03:29 -05:00
|
|
|
4 January 2007: Wouter
|
|
|
|
|
- Testbed script (run on multiple platforms the test set).
|
2007-01-04 10:30:09 -05:00
|
|
|
Works on Sunos9, Sunos10, FreeBSD 6.1, Fedora core 5.
|
2007-01-04 10:36:51 -05:00
|
|
|
- added unit test tpkg.
|
2007-01-04 06:03:29 -05:00
|
|
|
|
2007-01-03 03:53:52 -05:00
|
|
|
3 January 2007: Wouter
|
|
|
|
|
- committed first set of files into subversion repository.
|
2007-01-03 04:27:01 -05:00
|
|
|
svn co svn+ssh://unbound.net/svn/unbound
|
|
|
|
|
You need a ssh login. There is no https access yet.
|
2007-01-03 04:17:12 -05:00
|
|
|
- Added LICENSE, the BSD license.
|
|
|
|
|
- Added doc/README with compile help.
|
2007-01-03 05:42:32 -05:00
|
|
|
- main program stub and quiet makefile.
|
|
|
|
|
- minimal logging service (to stderr).
|
2007-01-03 08:17:06 -05:00
|
|
|
- added postcommit hook that serves emails.
|
|
|
|
|
- added first test 00-lint. postcommit also checks if build succeeds.
|
2007-01-03 09:55:21 -05:00
|
|
|
- 01-doc: doxygen doc target added for html docs. And stringent test
|
|
|
|
|
on documented files, functions and parameters.
|
2007-01-03 03:53:52 -05:00
|
|
|
|
|
|
|
|
15 December 2006: Wouter
|
|
|
|
|
- Created Makefile.in and configure.ac.
|