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
/
udhcp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
This file doesn't appear to be used anywhere.
"Robert P. J. Day"
2006-07-05
1
-17
/
+0
*
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-07-02
32
-0
/
+32
*
Remove all usage of the "register" storage class specifier.
"Robert P. J. Day"
2006-07-01
1
-1
/
+1
*
Various cleanups I made while going through Erik Hovland's patch submissions,
Rob Landley
2006-06-25
1
-42
/
+3
*
CONFIG_DHCP -> CONFIG_APP_DHCP.
Rob Landley
2006-06-22
2
-11
/
+11
*
- reuse strings and messages. Saves about 600B
Bernhard Reutner-Fischer
2006-06-07
1
-1
/
+1
*
Use BB endianness macro.
Rob Landley
2006-05-31
1
-2
/
+1
*
My first bout of untangling udhcp. Make lots of gratuitous #defines go
Rob Landley
2006-05-28
17
-221
/
+86
*
Consolidate #include <sys/time.h> so libbb.h does it.
Rob Landley
2006-05-27
3
-3
/
+0
*
fix spelling mistakes
Mike Frysinger
2006-05-26
1
-1
/
+1
*
Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary
Rob Landley
2006-05-21
2
-19
/
+7
*
- replace _PATH_DEVNULL with bb_dev_null
Bernhard Reutner-Fischer
2006-05-19
1
-4
/
+6
*
pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...
Mike Frysinger
2006-05-13
1
-1
/
+1
*
rename
Mike Frysinger
2006-05-11
1
-0
/
+0
*
remove files not related to busybox
Mike Frysinger
2006-05-11
22
-1677
/
+0
*
- add helptext for --retries
Bernhard Reutner-Fischer
2006-05-10
1
-0
/
+1
*
add back in udhcp support
Mike Frysinger
2006-05-08
61
-0
/
+5812
*
remove in place of external link
Mike Frysinger
2006-03-23
48
-5062
/
+0
*
make the makefile a little more flexible so we can store in either location
Mike Frysinger
2006-03-23
2
-35
/
+40
*
sync busybox and udhcp trees
Mike Frysinger
2006-03-23
7
-14
/
+21
*
Roy Walker writes:
Eric Andersen
2006-03-20
2
-2
/
+10
*
- revert back to r14406
Bernhard Reutner-Fischer
2006-03-13
1
-70
/
+29
*
- backout using features which are not available with the previous stable
Bernhard Reutner-Fischer
2006-03-09
1
-2
/
+6
*
- use absolute path for top_builddir and top_srcdir.
Bernhard Reutner-Fischer
2006-03-02
1
-0
/
+4
*
- fixes parallel builds (make -j)
Bernhard Reutner-Fischer
2006-03-01
1
-28
/
+65
*
Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)
Rob Landley
2006-03-01
2
-5
/
+5
*
Patch from Denis Vlasenko to constify things and fix a few typos.
Rob Landley
2006-02-22
1
-3
/
+4
*
Bug 751: file handle leaks can add up until available filehandles for the
Rob Landley
2006-02-22
2
-3
/
+12
*
Don't build directory libraries unless we're building an applet that needs it.
Rob Landley
2006-02-21
1
-0
/
+2
*
Missed a file in the last checkin, won't build without this...
Rob Landley
2006-02-21
1
-0
/
+1
*
Patch from Giuseppe Ciotta to specify retry count.
Rob Landley
2006-02-20
1
-3
/
+8
*
make the build system puuuuuuuuuuurty
Mike Frysinger
2006-02-02
1
-3
/
+2
*
fix up yet more annoying signed/unsigned and mixed type errors
Eric Andersen
2006-01-30
3
-7
/
+7
*
just whitespace
Tim Riker
2006-01-25
13
-42
/
+42
*
- add platform.h.
Bernhard Reutner-Fischer
2006-01-22
3
-17
/
+9
*
- shared libbusybox.
Bernhard Reutner-Fischer
2006-01-15
1
-16
/
+14
*
more make safe the exported namespace for udhcp. Move to bb-specific file for...
"Vladimir N. Oleynik"
2005-09-23
10
-20
/
+35
*
remove 1 exported
"Vladimir N. Oleynik"
2005-09-23
2
-2
/
+1
*
move a couple of functions from common code (options.c) to udhcpd private
Paul Fox
2005-09-22
4
-50
/
+51
*
add support for setting the dhcp vendor class option (option 60).
Paul Fox
2005-09-22
4
-9
/
+28
*
safe exported namespace for udhcp. Not full, bore :-(
"Vladimir N. Oleynik"
2005-09-22
5
-1
/
+14
*
Fix the warning by rewriting the function to be smaller and simpler.
Rob Landley
2005-09-08
1
-28
/
+17
*
Off by one error in max_leases sanity check. Bug 349, apparently.
Rob Landley
2005-09-01
1
-1
/
+1
*
allow suppression of default client-id. fixes bug 000037. allows
Paul Fox
2005-08-01
2
-4
/
+14
*
use toplevel ARFLAGS and update default ARFLAGS to be quiet
Mike Frysinger
2005-07-27
1
-1
/
+1
*
remove duplicate check against chaddr.
Paul Fox
2005-07-21
1
-3
/
+0
*
applying fix for:
Paul Fox
2005-07-20
1
-0
/
+5
*
Tobias Krawutschke found a bug where the DHCP client would accept packets
Rob Landley
2005-05-26
1
-0
/
+3
*
Revert the uptime() removal. Let the list sort it out...
Rob Landley
2005-05-04
4
-5
/
+14
*
Patch from Shaun Jackman:
Rob Landley
2005-05-04
4
-14
/
+5
[next]