]>
git.ipfire.org Git - thirdparty/ldns.git/log
Miek Gieben [Tue, 3 May 2005 14:28:47 +0000 (14:28 +0000)]
include fixes
Miek Gieben [Tue, 3 May 2005 14:27:01 +0000 (14:27 +0000)]
one by one...
Miek Gieben [Tue, 3 May 2005 14:24:43 +0000 (14:24 +0000)]
does this do the trick?
Jelte Jansen [Tue, 3 May 2005 14:18:11 +0000 (14:18 +0000)]
include limits.h
Miek Gieben [Tue, 3 May 2005 14:14:14 +0000 (14:14 +0000)]
it still compiles under Linux
Jelte Jansen [Tue, 3 May 2005 14:11:41 +0000 (14:11 +0000)]
forgot one
Jelte Jansen [Tue, 3 May 2005 14:09:06 +0000 (14:09 +0000)]
headeraches
Jelte Jansen [Tue, 3 May 2005 13:09:32 +0000 (13:09 +0000)]
moved util.h to ldns/ dir so includes are still correct after having copied the header files
Jelte Jansen [Tue, 3 May 2005 12:34:59 +0000 (12:34 +0000)]
s/mkdir/install-sh/
Jelte Jansen [Tue, 3 May 2005 12:00:26 +0000 (12:00 +0000)]
-p flag for mkdir
Miek Gieben [Tue, 3 May 2005 11:26:35 +0000 (11:26 +0000)]
libtool is used for installing the library
Miek Gieben [Tue, 3 May 2005 11:08:14 +0000 (11:08 +0000)]
use libtool for installing (added -n (dry-run))
Miek Gieben [Tue, 3 May 2005 11:00:14 +0000 (11:00 +0000)]
use libtool --mode=finish
Miek Gieben [Tue, 3 May 2005 10:54:27 +0000 (10:54 +0000)]
aarrggg lint
Miek Gieben [Tue, 3 May 2005 10:50:37 +0000 (10:50 +0000)]
free mem
Miek Gieben [Tue, 3 May 2005 10:39:25 +0000 (10:39 +0000)]
make ldns_getaddrinfo look more like the real thing
Miek Gieben [Tue, 3 May 2005 10:00:34 +0000 (10:00 +0000)]
make libclean should do something now
Miek Gieben [Tue, 3 May 2005 09:54:51 +0000 (09:54 +0000)]
let libtool do more
Miek Gieben [Tue, 3 May 2005 09:44:28 +0000 (09:44 +0000)]
ldns_addrinfo() added
Miek Gieben [Tue, 3 May 2005 09:27:14 +0000 (09:27 +0000)]
small chaos.c update
Miek Gieben [Mon, 2 May 2005 13:56:09 +0000 (13:56 +0000)]
make doc now create doc/ldns_manpages with a list of the manpages
Miek Gieben [Mon, 2 May 2005 13:32:31 +0000 (13:32 +0000)]
updated header list
Miek Gieben [Mon, 2 May 2005 13:28:12 +0000 (13:28 +0000)]
ldconfig in Makefile and typos
Miek Gieben [Mon, 2 May 2005 13:21:56 +0000 (13:21 +0000)]
should be done by ldconfig
Miek Gieben [Mon, 2 May 2005 13:20:27 +0000 (13:20 +0000)]
should be done by ldconfig
Miek Gieben [Mon, 2 May 2005 12:58:47 +0000 (12:58 +0000)]
moved make doc to toplevel makefile. doc/Makefile is removed
Jelte Jansen [Mon, 2 May 2005 12:56:09 +0000 (12:56 +0000)]
there is no libldns.so* in base anymore, only in .libs
Miek Gieben [Mon, 2 May 2005 12:14:57 +0000 (12:14 +0000)]
install-lib target should work
Jelte Jansen [Mon, 2 May 2005 11:06:00 +0000 (11:06 +0000)]
doxygen comments come before field names
Miek Gieben [Mon, 2 May 2005 09:58:48 +0000 (09:58 +0000)]
use install.sh
Miek Gieben [Mon, 2 May 2005 09:50:57 +0000 (09:50 +0000)]
tweaks
Miek Gieben [Mon, 2 May 2005 09:48:07 +0000 (09:48 +0000)]
make install targets
Jelte Jansen [Fri, 29 Apr 2005 09:36:20 +0000 (09:36 +0000)]
typo's, interpunction, and adds
Jelte Jansen [Fri, 29 Apr 2005 08:58:04 +0000 (08:58 +0000)]
doh
Jelte Jansen [Fri, 29 Apr 2005 08:47:41 +0000 (08:47 +0000)]
added typedef struct to manpages, see man ldns_pkt
definition is copied verbatim, and must be of the form:
/** comments */
struct { etc };
typedef struct blah;
Jelte Jansen [Thu, 28 Apr 2005 13:46:38 +0000 (13:46 +0000)]
atm doxy-style comments before struct defs can be harmful
Jelte Jansen [Thu, 28 Apr 2005 12:35:18 +0000 (12:35 +0000)]
packet dox
Miek Gieben [Thu, 28 Apr 2005 12:04:45 +0000 (12:04 +0000)]
don't print the symlink to self
Jelte Jansen [Thu, 28 Apr 2005 12:01:06 +0000 (12:01 +0000)]
keys doxed
Miek Gieben [Thu, 28 Apr 2005 11:55:10 +0000 (11:55 +0000)]
rr_functions documented
Jelte Jansen [Thu, 28 Apr 2005 11:34:46 +0000 (11:34 +0000)]
more dox
Miek Gieben [Thu, 28 Apr 2005 11:17:10 +0000 (11:17 +0000)]
typo
Miek Gieben [Thu, 28 Apr 2005 10:44:18 +0000 (10:44 +0000)]
somethings weren't quite ok. Fixed now
Miek Gieben [Thu, 28 Apr 2005 10:44:15 +0000 (10:44 +0000)]
somethings weren't quite ok. Fixed now
Miek Gieben [Thu, 28 Apr 2005 10:16:16 +0000 (10:16 +0000)]
converted overview to docbook
Miek Gieben [Thu, 28 Apr 2005 09:57:59 +0000 (09:57 +0000)]
added See Also
in function_manpages you seperate the functions and the see also part
with a `|' (pipe). See the bogus example I used
Jelte Jansen [Thu, 28 Apr 2005 09:37:18 +0000 (09:37 +0000)]
vanish doxy action
Jelte Jansen [Thu, 28 Apr 2005 09:01:13 +0000 (09:01 +0000)]
rest of buffer doxy, grouped functions in separate manpages
i think we're gonna need a way to auto-gen "see also" sections
Jelte Jansen [Thu, 28 Apr 2005 08:36:51 +0000 (08:36 +0000)]
add multiline INLINE functions to doxygenned manpages too.
Jelte Jansen [Wed, 27 Apr 2005 12:18:28 +0000 (12:18 +0000)]
lots of doxygen for buffer functions, do we need them all? can they be split up?
perl script seems to have trouble with INLINE functions
Miek Gieben [Wed, 27 Apr 2005 12:17:30 +0000 (12:17 +0000)]
added jelte's comment also to website
Miek Gieben [Wed, 27 Apr 2005 12:04:04 +0000 (12:04 +0000)]
removed domstr
Miek Gieben [Wed, 27 Apr 2005 11:46:38 +0000 (11:46 +0000)]
added dev. info
Miek Gieben [Wed, 27 Apr 2005 11:45:13 +0000 (11:45 +0000)]
documentation, license and other stuff
Miek Gieben [Wed, 27 Apr 2005 11:18:18 +0000 (11:18 +0000)]
added html version of the tutorial
Miek Gieben [Tue, 26 Apr 2005 17:36:28 +0000 (17:36 +0000)]
no latex please
Miek Gieben [Tue, 26 Apr 2005 14:08:01 +0000 (14:08 +0000)]
final commit of today
Miek Gieben [Tue, 26 Apr 2005 14:06:04 +0000 (14:06 +0000)]
ugly as hell, but hopefully sufficient
Miek Gieben [Tue, 26 Apr 2005 13:30:14 +0000 (13:30 +0000)]
minor
Miek Gieben [Tue, 26 Apr 2005 13:28:10 +0000 (13:28 +0000)]
even better
Miek Gieben [Tue, 26 Apr 2005 13:25:19 +0000 (13:25 +0000)]
correctly :-) break the manual pages
Miek Gieben [Tue, 26 Apr 2005 13:14:36 +0000 (13:14 +0000)]
todo updated to current status
Miek Gieben [Tue, 26 Apr 2005 13:10:31 +0000 (13:10 +0000)]
revert .br change
Miek Gieben [Tue, 26 Apr 2005 13:04:34 +0000 (13:04 +0000)]
no space between type and pointer
Jelte Jansen [Tue, 26 Apr 2005 13:01:44 +0000 (13:01 +0000)]
breaks in function description are ignored, making the manpage layout not depending on the layout in the header files
Miek Gieben [Tue, 26 Apr 2005 12:59:24 +0000 (12:59 +0000)]
don't use a space in these cases
@param->\param
Miek Gieben [Tue, 26 Apr 2005 12:55:19 +0000 (12:55 +0000)]
lots of doxygen stuff
Jelte Jansen [Tue, 26 Apr 2005 12:35:29 +0000 (12:35 +0000)]
small little whitespace annoyance
Miek Gieben [Tue, 26 Apr 2005 12:24:36 +0000 (12:24 +0000)]
added parse.h
Miek Gieben [Tue, 26 Apr 2005 12:24:20 +0000 (12:24 +0000)]
parse.h doxygened and added to function_manpages
Miek Gieben [Tue, 26 Apr 2005 12:11:26 +0000 (12:11 +0000)]
ignore spaces in function definition
Miek Gieben [Tue, 26 Apr 2005 12:07:59 +0000 (12:07 +0000)]
parse pointers args correctly
Miek Gieben [Tue, 26 Apr 2005 11:58:28 +0000 (11:58 +0000)]
make doc creates all documentation
doc/Makefile now creates the manual pages
Only need to fix/create make install
Miek Gieben [Tue, 26 Apr 2005 11:52:31 +0000 (11:52 +0000)]
create the symlinks for the manual pages
Add functions to functions_manpages
Miek Gieben [Tue, 26 Apr 2005 11:31:20 +0000 (11:31 +0000)]
documentation updates; tutorial.docbook 50% complete
Miek Gieben [Tue, 26 Apr 2005 09:47:21 +0000 (09:47 +0000)]
final tweaks
Miek Gieben [Tue, 26 Apr 2005 09:22:19 +0000 (09:22 +0000)]
improved layout of the manpage
Jelte Jansen [Tue, 26 Apr 2005 09:00:18 +0000 (09:00 +0000)]
small test with linebreaks in doxygen comment
Miek Gieben [Tue, 26 Apr 2005 08:51:42 +0000 (08:51 +0000)]
doc gen finished - .h files fixes. All @param -> \param
Miek Gieben [Tue, 26 Apr 2005 08:49:52 +0000 (08:49 +0000)]
doc gen finished - .h files fixes. All @param -> \param
Miek Gieben [Mon, 25 Apr 2005 14:22:10 +0000 (14:22 +0000)]
nog iets gevonden
Jelte Jansen [Mon, 25 Apr 2005 14:15:43 +0000 (14:15 +0000)]
some additions, argument parsing of manpage perl script doesn't seem to work completely yet
Miek Gieben [Mon, 25 Apr 2005 13:44:47 +0000 (13:44 +0000)]
some more tweaks
Miek Gieben [Mon, 25 Apr 2005 13:30:31 +0000 (13:30 +0000)]
should work
Miek Gieben [Mon, 25 Apr 2005 13:23:04 +0000 (13:23 +0000)]
create manpages from our source files
Miek Gieben [Mon, 25 Apr 2005 11:48:14 +0000 (11:48 +0000)]
make a perl proggie which will generate readable manpages
Miek Gieben [Mon, 25 Apr 2005 09:59:14 +0000 (09:59 +0000)]
added general man template
Miek Gieben [Mon, 25 Apr 2005 09:42:02 +0000 (09:42 +0000)]
only use .h files for documentation
Miek Gieben [Mon, 25 Apr 2005 09:12:05 +0000 (09:12 +0000)]
added versioning. Some cleanups
Miek Gieben [Mon, 25 Apr 2005 09:01:05 +0000 (09:01 +0000)]
doxygen runs WITHOUT errors.
Still need to add a few comments to some minor functions
Miek Gieben [Mon, 25 Apr 2005 08:52:03 +0000 (08:52 +0000)]
all docs added. Except in resolver.h
Almost all functions are documented, except the trivial
set/get functions....
Miek Gieben [Mon, 25 Apr 2005 08:40:01 +0000 (08:40 +0000)]
make doc; fix all the documented function to make doxygen happy
Jelte Jansen [Mon, 25 Apr 2005 08:37:53 +0000 (08:37 +0000)]
blindly moved doxygenable comments to .h
Jelte Jansen [Thu, 21 Apr 2005 13:42:02 +0000 (13:42 +0000)]
my lint errored (open's didn't...)
Jelte Jansen [Thu, 21 Apr 2005 13:25:59 +0000 (13:25 +0000)]
more status returns.
We could replace the pointer-to-pointer arguments with simple pointers but then the caller would have to _new() or xmalloc() them...
Miek Gieben [Thu, 21 Apr 2005 13:12:12 +0000 (13:12 +0000)]
obey _retrans and sleep the amount of time. Default value set to 2
Miek Gieben [Thu, 21 Apr 2005 13:04:14 +0000 (13:04 +0000)]
set the reply size in the received packet
Jelte Jansen [Wed, 20 Apr 2005 12:40:19 +0000 (12:40 +0000)]
minor fix for random input
set rcode to 0 as default (instead of not setting anything at all)
Miek Gieben [Wed, 20 Apr 2005 11:53:25 +0000 (11:53 +0000)]
added ldns_get_errorstr_by_id
Miek Gieben [Wed, 20 Apr 2005 10:53:12 +0000 (10:53 +0000)]
extra assert