2007-02-14 02:23:51 -05:00
|
|
|
14 February 2007: Wouter
|
|
|
|
|
- Included configure.ac changes from ldns.
|
2007-02-14 03:03:15 -05:00
|
|
|
- detect (some) headers before the standards check.
|
|
|
|
|
- do not use isblank to test c99, since its not available on solaris9.
|
2007-02-14 02:23:51 -05:00
|
|
|
|
2007-02-13 09:00:58 -05:00
|
|
|
13 February 2007: Wouter
|
|
|
|
|
- work on fake events, first fwd replay works.
|
2007-02-13 10:35:26 -05:00
|
|
|
- events can do timeouts and errors on queries to servers.
|
2007-02-13 10:43:57 -05:00
|
|
|
- test package that runs replay scenarios.
|
2007-02-13 09:00:58 -05:00
|
|
|
|
2007-02-12 11:04:11 -05:00
|
|
|
12 February 2007: Wouter
|
|
|
|
|
- work on fake events.
|
|
|
|
|
|
2007-02-09 08:46:11 -05:00
|
|
|
9 February 2007: Wouter
|
|
|
|
|
- replay file reading.
|
2007-02-09 11:39:47 -05:00
|
|
|
- fake event setup, it creates fake structures, and teardowns,
|
|
|
|
|
added signal callbacks to reply to be able to fake those,
|
|
|
|
|
and main structure of event replay routines.
|
2007-02-09 08:46:11 -05:00
|
|
|
|
2007-02-08 07:02:00 -05:00
|
|
|
8 February 2007: Wouter
|
|
|
|
|
- added tcp test.
|
2007-02-08 09:55:53 -05:00
|
|
|
- replay storage.
|
2007-02-08 11:03:26 -05:00
|
|
|
- testcode/fake_event work.
|
2007-02-08 07:02:00 -05:00
|
|
|
|
2007-02-07 03:50:17 -05:00
|
|
|
7 February 2007: Wouter
|
|
|
|
|
- return answer with the same ID as query was sent with.
|
|
|
|
|
- created udp forwarder test. I've done some effort to make it perform
|
|
|
|
|
quickly. After servers are created, no big sleep statements but
|
|
|
|
|
it checks the logfiles to see if servers have come up. Takes 0.14s.
|
2007-02-07 05:08:55 -05:00
|
|
|
- set addrlen value when calling recvfrom.
|
|
|
|
|
- comparison of addrs more portable.
|
2007-02-07 05:18:04 -05:00
|
|
|
- LIBEVENT option for testbed to set libevent directory.
|
2007-02-07 09:18:42 -05:00
|
|
|
- work on tcp input.
|
2007-02-07 03:50:17 -05:00
|
|
|
|
2007-02-06 09:00:52 -05:00
|
|
|
6 February 2007: Wouter
|
|
|
|
|
- reviewed code and improved in places.
|
|
|
|
|
|
2007-02-05 06:20:38 -05:00
|
|
|
5 February 2007: Wouter
|
|
|
|
|
- Picked up stdc99 and other define tests from ldns. Improved
|
|
|
|
|
POSIX define test to include getaddrinfo.
|
2007-02-05 09:25:07 -05:00
|
|
|
- defined constants for netevent callback error code.
|
2007-02-05 09:57:16 -05:00
|
|
|
- unit test for strisip6.
|
2007-02-05 06:20:38 -05:00
|
|
|
|
2007-02-02 04:48:51 -05:00
|
|
|
2 February 2007: Wouter
|
|
|
|
|
- Created udp4 and udp6 port arrays to provide service for both
|
|
|
|
|
address families.
|
2007-02-02 05:13:18 -05:00
|
|
|
- uses IPV6_USE_MIN_MTU for udp6 ,IPV6_V6ONLY to make ip6 sockets.
|
2007-02-02 05:31:25 -05:00
|
|
|
- listens on both ip4 and ip6 ports to provide correct return address.
|
2007-02-02 07:52:40 -05:00
|
|
|
- worker fwder address filled correctly.
|
|
|
|
|
- fixup timer code.
|
2007-02-02 08:44:00 -05:00
|
|
|
- forwards udp queries and sends answer.
|
2007-02-02 04:48:51 -05:00
|
|
|
|
2007-02-01 10:06:38 -05:00
|
|
|
1 February 2007: Wouter
|
|
|
|
|
- outside network more UDP work.
|
|
|
|
|
- moved * closer to type.
|
|
|
|
|
- comm_timer object and events.
|
|
|
|
|
|
2007-01-31 01:58:25 -05:00
|
|
|
31 January 2007: Wouter
|
|
|
|
|
- Added makedist.sh script to make release tarball.
|
2007-01-31 04:32:30 -05:00
|
|
|
- Removed listen callback layer, did not add anything.
|
|
|
|
|
- Added UDP recv to netevent, worker callback for udp.
|
|
|
|
|
- netevent communication reply storage structure.
|
|
|
|
|
- minimal query header sanity checking for worker.
|
2007-01-31 06:57:22 -05:00
|
|
|
- copied over rbtree implementation from NSD (BSD licensed too).
|
2007-01-31 10:38:44 -05:00
|
|
|
- outgoing network query service work.
|
2007-01-31 01:58:25 -05:00
|
|
|
|
2007-01-30 08:03:19 -05:00
|
|
|
30 January 2007: Wouter
|
|
|
|
|
- links in example/ldns-testpkts.c and .h for premade packet support.
|
2007-01-30 11:36:46 -05:00
|
|
|
- added callback argument to listen_dnsport and daemon/worker.
|
2007-01-30 08:03:19 -05:00
|
|
|
|
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.
|