index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
dnsd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
1
-1
/
+1
*
introduce and use xdup2(int, int)
Denis Vlasenko
2007-08-18
1
-1
/
+1
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
move everything to new NOMMU helpers, except udhcp
Denis Vlasenko
2007-03-26
1
-6
/
+1
*
dc: use common_bufsiz1 for evaluation stack
Denis Vlasenko
2007-03-24
1
-1
/
+2
*
dnsd: last commit had a typo :(
Denis Vlasenko
2007-03-24
1
-2
/
+3
*
dnsd: fix several buglets, make smaller
Denis Vlasenko
2007-03-24
1
-63
/
+41
*
NOMMU re-exec trick shuld not depend on existence of "don't daemonize"
Denis Vlasenko
2007-03-24
1
-2
/
+2
*
add x to IPv6 functions which can die
Denis Vlasenko
2007-02-04
1
-1
/
+1
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
dnsd: getfileentry was leaking memory
Denis Vlasenko
2007-01-22
1
-11
/
+15
*
fixes for amd64 compilation
Denis Vlasenko
2007-01-20
1
-4
/
+5
*
next part of ipv6-ization. dnsd code is "interesting"...
Denis Vlasenko
2007-01-12
1
-72
/
+38
*
Trailing whitespace removal over entire tree
Denis Vlasenko
2007-01-11
1
-2
/
+2
*
- use xlisten/xsocket some more. Saves .25 kB
Bernhard Reutner-Fischer
2006-12-19
1
-8
/
+6
*
introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),
Denis Vlasenko
2006-11-22
1
-4
/
+1
*
bb_get_[chomped]line_from_file wasn't descriptive enough.
Denis Vlasenko
2006-10-12
1
-1
/
+1
*
dnsd fix; option_mask32 added. dnsd needs more love.
Denis Vlasenko
2006-10-06
1
-66
/
+72
*
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-03
1
-1
/
+1
*
Bernhard Fischer pointed out some leftover debris needing cleanup.
Rob Landley
2006-08-15
1
-1
/
+1
*
These should have been part of 15767 too.
Rob Landley
2006-08-03
1
-11
/
+5
*
- s/defined(__uClinux__)/BB_NOMMU/
Bernhard Reutner-Fischer
2006-05-31
1
-4
/
+4
*
Size reductions, mostly switching things to use libbb functions.
Rob Landley
2006-05-29
1
-22
/
+11
*
- patch from Denis Vlasenko to add bb_xbind() and bb_xlisten()
Bernhard Reutner-Fischer
2006-04-12
1
-3
/
+2
*
- patch from Denis Vlasenko to add and use bb_xdaemon()
Bernhard Reutner-Fischer
2006-04-12
1
-3
/
+2
*
- patch from Denis Vlasenko to add and use bb_xsocket() and to use
Bernhard Reutner-Fischer
2006-04-12
1
-2
/
+2
*
- move buffer allocation schemes to libbb.h
Bernhard Reutner-Fischer
2006-04-03
1
-1
/
+1
*
Patch from Denis Vlasenko turning static const int (which gets emitted into
Rob Landley
2006-03-10
1
-7
/
+9
*
+#include <sys/socket.h>
"Vladimir N. Oleynik"
2006-01-25
1
-237
/
+238
*
new applet. Thanks Roberto A. Foglietta
"Vladimir N. Oleynik"
2006-01-25
1
-0
/
+469