index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
Age
Commit message (
Expand
)
Author
2006-09-11
Build fixes for gcc 4.0 with -Werror, from Tito.
Rob Landley
2006-09-09
wget: wrap one atrociously long line (around 200 chars long!).
Denis Vlasenko
2006-09-09
udhcp: FEATURE_UDHCP_SYSLOG should be selected only if
Denis Vlasenko
2006-09-07
Fix (hopefully) bug 976. Need more thorough audit.
Denis Vlasenko
2006-09-07
Add CONFIG_FEATURE_SYSLOG which controls whether
Denis Vlasenko
2006-09-06
Implement optional syslog logging using ordinary
Denis Vlasenko
2006-09-03
uuencode: common implementation for wget and uuencode (closing bug 694)
Denis Vlasenko
2006-09-03
zcip: bb_error_msg had stray newlines; small optimization in opt parsing
Denis Vlasenko
2006-09-03
zcip: minor fixes
Denis Vlasenko
2006-09-03
zcip: fix stdout/err versus syslog output.
Denis Vlasenko
2006-09-03
zcip: getopt -> bb_getopt_ulflags
Denis Vlasenko
2006-09-03
zcip: convert lots of zero-initialized locals
Denis Vlasenko
2006-09-03
zcip: use xfunc() where appropriate
Denis Vlasenko
2006-09-03
replacing func() with xfunc() where appropriate
Denis Vlasenko
2006-09-03
zcip: apply patch from
Denis Vlasenko
2006-09-02
ping: bind -> xbind
Denis Vlasenko
2006-09-02
ping(6): use htons instead of SWAP_BE.
Denis Vlasenko
2006-09-02
ping: implement -I option
Denis Vlasenko
2006-09-02
ping6: resolve interface name to number early.
Denis Vlasenko
2006-09-02
Sync ping and ping6 a bit, fix style and indentation.
Denis Vlasenko
2006-09-02
Fix endianness issue in ping6
Denis Vlasenko
2006-09-02
- patch from Csaba Henk to make the "User-Agent" header field configurable.
Bernhard Reutner-Fischer
2006-08-29
Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage
Rob Landley
2006-08-28
Unbreak allbareconfig a bit. (The telnetd.c fix is a perfect example of why
Rob Landley
2006-08-20
- typo s/ENABLE_WGET_LONG_OPTIONS/ENABLE_FEATURE_WGET_LONG_OPTIONS/g
Bernhard Reutner-Fischer
2006-08-20
- merge -r15463:15564 from busybox_scratch branch through these changesets:
Bernhard Reutner-Fischer
2006-08-18
- typo: s/optarg/nprobes_str; fixes segfault as reported by Raphael HUCK
Bernhard Reutner-Fischer
2006-08-18
- remove last reminiscents of IN_BUSYBOX
Bernhard Reutner-Fischer
2006-08-15
Bernhard Fischer pointed out some leftover debris needing cleanup.
Rob Landley
2006-08-05
scripts/individual now builds 171 applets. Some of them may even work. :)
Rob Landley
2006-08-04
Ok, that's not a typo, that's just me not thinking.
Rob Landley
2006-08-04
Now that we have xopen3(), it's just plain unclean to have xopen() with
Rob Landley
2006-08-03
Remove xcalloc() and convert its callers to xzalloc(). About half of them
Rob Landley
2006-08-03
These should have been part of 15767 too.
Rob Landley
2006-08-03
Attempt to fixup httpd.c to match svn 15767.
Rob Landley
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-08-03
Move declaration to be compatible with older gcc's.
"Robert P. J. Day"
2006-08-01
Make a gcc 4.1 warning go away.
Rob Landley
2006-07-24
get rid of udhcp submenu
Mike Frysinger
2006-07-16
Cleaup read() and write() variants, plus a couple of new functions like
Rob Landley
2006-07-16
Convert setuid/setgid users to xsetuid/xsetgid.
Rob Landley
2006-07-12
A couple things that got tangled up in my tree, easier to check in both than
Rob Landley
2006-07-11
Add one-line GPL boilerplate to these source files.
"Robert P. J. Day"
2006-07-10
Upgrade netcat a lot. Make -e able to take the rest of the command line as
Rob Landley
2006-07-05
This file doesn't appear to be used anywhere.
"Robert P. J. Day"
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-07-01
More removal of "#if 0" content.
"Robert P. J. Day"
2006-07-01
Remove all usage of the "register" storage class specifier.
"Robert P. J. Day"
2006-06-30
Bug http://bugs.busybox.net/view.php?id=723 - initialize tv1 the first time
Rob Landley
2006-06-27
Patch from Geoff Baker to fix bug http://bugs.busybox.net/view.php?id=905 by
Rob Landley
[prev]
[next]