index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
udhcp
/
socket.c
Age
Commit message (
Expand
)
Author
2007-08-23
*: compile fixes for 64-bit build
Denis Vlasenko
2007-08-18
introduce and use xdup2(int, int)
Denis Vlasenko
2007-08-02
udhcp: slight shrink
Denis Vlasenko
2007-07-17
remove accumulated stray trailing whitespace
Denis Vlasenko
2007-07-14
xioctl and friends by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-07-01
udhcp: new config option "Rewrite the lease file at every new acknowledge"
Denis Vlasenko
2007-01-29
preparatory patch for -Wwrite-strings #2
Denis Vlasenko
2007-01-22
cleanups: unnecessary casts, unified const_1, eliminate cross-.c file
Denis Vlasenko
2006-12-19
- use xlisten/xsocket some more. Saves .25 kB
Bernhard Reutner-Fischer
2006-12-18
A bunch of defined(__GLIBC__) added. static-linking warning expanded
Denis Vlasenko
2006-11-28
udhcpc: fix my breakage
Denis Vlasenko
2006-11-27
do not overflow ifr_name. maybe it was safe in some places,
Denis Vlasenko
2006-11-22
introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),
Denis Vlasenko
2006-11-20
dhcprelay: new applet
Denis Vlasenko
2006-11-18
udhcp: fix indentation and style.
Denis Vlasenko
2006-11-17
add -Wundef, fix uncovered bugs
Denis Vlasenko
2006-09-06
Implement optional syslog logging using ordinary
Denis Vlasenko
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-05-08
add back in udhcp support
Mike Frysinger
2006-03-23
remove in place of external link
Mike Frysinger
2006-02-22
Bug 751: file handle leaks can add up until available filehandles for the
Rob Landley
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-01-30
Use standard C99 types
Eric Andersen
2003-12-18
Finish remerging busybox udhcp and udhcp. Some cleanups as well.
Russ Dill
2003-12-16
include headers with prototypes to make sure prototypes match
Russ Dill
2003-11-14
Ulrich Marx writes:
Eric Andersen
2003-08-29
Remove stray '\n'
Glenn L McGrath
2003-06-10
Vodz, last_patch_88
Glenn L McGrath
2002-10-14
added full udhcp integration
Russ Dill