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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix (hopefully) bug 976. Need more thorough audit.
vda
2006-09-07
5
-11
/
+27
*
Add CONFIG_FEATURE_SYSLOG which controls whether
vda
2006-09-07
2
-10
/
+7
*
Implement optional syslog logging using ordinary
vda
2006-09-06
27
-337
/
+243
*
uuencode: common implementation for wget and uuencode (closing bug 694)
vda
2006-09-03
1
-20
/
+2
*
zcip: bb_error_msg had stray newlines; small optimization in opt parsing
vda
2006-09-03
1
-4
/
+3
*
zcip: minor fixes
vda
2006-09-03
1
-20
/
+21
*
zcip: fix stdout/err versus syslog output.
vda
2006-09-03
1
-12
/
+27
*
zcip: getopt -> bb_getopt_ulflags
vda
2006-09-03
1
-37
/
+24
*
zcip: convert lots of zero-initialized locals
vda
2006-09-03
1
-41
/
+43
*
zcip: use xfunc() where appropriate
vda
2006-09-03
1
-29
/
+23
*
replacing func() with xfunc() where appropriate
vda
2006-09-03
5
-20
/
+11
*
zcip: apply patch from
vda
2006-09-03
1
-92
/
+182
*
ping: bind -> xbind
vda
2006-09-02
1
-2
/
+1
*
ping(6): use htons instead of SWAP_BE.
vda
2006-09-02
2
-6
/
+6
*
ping: implement -I option
vda
2006-09-02
2
-12
/
+51
*
ping6: resolve interface name to number early.
vda
2006-09-02
2
-8
/
+9
*
Sync ping and ping6 a bit, fix style and indentation.
vda
2006-09-02
2
-35
/
+32
*
Fix endianness issue in ping6
vda
2006-09-02
1
-1
/
+1
*
- patch from Csaba Henk to make the "User-Agent" header field configurable.
aldot
2006-09-02
1
-3
/
+7
*
Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage
landley
2006-08-29
3
-11
/
+11
*
Unbreak allbareconfig a bit. (The telnetd.c fix is a perfect example of why
landley
2006-08-28
2
-19
/
+7
*
- typo s/ENABLE_WGET_LONG_OPTIONS/ENABLE_FEATURE_WGET_LONG_OPTIONS/g
aldot
2006-08-20
1
-2
/
+2
*
- merge -r15463:15564 from busybox_scratch branch through these changesets:
aldot
2006-08-20
2
-6
/
+1
*
- typo: s/optarg/nprobes_str; fixes segfault as reported by Raphael HUCK
aldot
2006-08-18
1
-1
/
+1
*
- remove last reminiscents of IN_BUSYBOX
aldot
2006-08-18
3
-28
/
+4
*
Bernhard Fischer pointed out some leftover debris needing cleanup.
landley
2006-08-15
1
-1
/
+1
*
scripts/individual now builds 171 applets. Some of them may even work. :)
landley
2006-08-05
1
-1
/
+1
*
Ok, that's not a typo, that's just me not thinking.
landley
2006-08-04
1
-1
/
+1
*
Now that we have xopen3(), it's just plain unclean to have xopen() with
landley
2006-08-04
1
-1
/
+1
*
Remove xcalloc() and convert its callers to xzalloc(). About half of them
landley
2006-08-03
2
-6
/
+6
*
These should have been part of 15767 too.
landley
2006-08-03
1
-11
/
+5
*
Attempt to fixup httpd.c to match svn 15767.
landley
2006-08-03
1
-19
/
+6
*
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
landley
2006-08-03
16
-204
/
+73
*
Move declaration to be compatible with older gcc's.
rpjday
2006-08-03
1
-1
/
+1
*
Make a gcc 4.1 warning go away.
landley
2006-08-01
1
-1
/
+1
*
get rid of udhcp submenu
vapier
2006-07-24
1
-18
/
+13
*
Cleaup read() and write() variants, plus a couple of new functions like
landley
2006-07-16
3
-17
/
+15
*
Convert setuid/setgid users to xsetuid/xsetgid.
landley
2006-07-16
5
-12
/
+11
*
A couple things that got tangled up in my tree, easier to check in both than
landley
2006-07-12
3
-38
/
+14
*
Add one-line GPL boilerplate to these source files.
rpjday
2006-07-11
4
-53
/
+6
*
Upgrade netcat a lot. Make -e able to take the rest of the command line as
landley
2006-07-10
2
-104
/
+114
*
This file doesn't appear to be used anywhere.
rpjday
2006-07-05
1
-17
/
+0
*
Standardize on the vi editing directives being on the first line.
rpjday
2006-07-02
61
-2
/
+61
*
More removal of "#if 0" content.
rpjday
2006-07-01
6
-93
/
+0
*
Remove all usage of the "register" storage class specifier.
rpjday
2006-07-01
1
-1
/
+1
*
Bug http://bugs.busybox.net/view.php?id=723 - initialize tv1 the first time
landley
2006-06-30
1
-9
/
+9
*
Patch from Geoff Baker to fix bug http://bugs.busybox.net/view.php?id=905 by
landley
2006-06-27
1
-19
/
+3
*
Properly print the output for a sit (IPv6-in-IPv4) interface.
rpjday
2006-06-26
1
-0
/
+13
*
Aesthetic fix to use newer structure initialization format.
rpjday
2006-06-26
1
-8
/
+15
*
Various cleanups I made while going through Erik Hovland's patch submissions,
landley
2006-06-25
1
-42
/
+3
[next]