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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tftpd: small trivial shrink
Denis Vlasenko
2008-03-19
1
-5
/
+2
*
die_if_bad_username: shrink: 88 -> 77 bytes
Denis Vlasenko
2008-03-19
1
-11
/
+13
*
...and actually adding new file now...
Denis Vlasenko
2008-03-19
1
-0
/
+34
*
adduser/addgroup: check username for invalid chars
Denis Vlasenko
2008-03-19
5
-1
/
+22
*
*: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember)
Denis Vlasenko
2008-03-19
5
-24
/
+34
*
ifupdown: make it NOMMU-capable
Denis Vlasenko
2008-03-19
1
-4
/
+4
*
tftpd: fix download: we must change user AFTER bind
Denis Vlasenko
2008-03-19
1
-37
/
+42
*
tftpd: options -c (allow _new_ files to be uploaded) and -u USER
Denis Vlasenko
2008-03-19
2
-65
/
+88
*
tftp(d): a bit more verbose error reporting
Denis Vlasenko
2008-03-19
1
-10
/
+15
*
tftpd: make it emit error packets
Denis Vlasenko
2008-03-19
2
-118
/
+178
*
unlzma: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com>
Denis Vlasenko
2008-03-18
1
-11
/
+4
*
mount: #ifdef out MOUNT_LABEL code parts if it is not selected
Denis Vlasenko
2008-03-18
1
-0
/
+4
*
patch: don't trash permissions of patched file
Denis Vlasenko
2008-03-18
1
-10
/
+7
*
tftpd: make open() check r/w permissions instead of doing it ourself.
Denis Vlasenko
2008-03-18
2
-23
/
+31
*
tftpd: fix bugs spotted by Vladimir
Denis Vlasenko
2008-03-18
1
-3
/
+12
*
init: do not close all descriptors > 2. We were doing it - sometimes.
Denis Vlasenko
2008-03-17
1
-5
/
+4
*
remove alarm() calls which were functioning as a primitive
Paul Fox
2008-03-17
1
-17
/
+3
*
init: do not use bb_sanitize_stdio(), "/dev/null" may be missing (yet)
Denis Vlasenko
2008-03-17
1
-2
/
+16
*
httpd: small fixlet for POST upload - skip
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
remove extra spaces in help text; delete duplicate #define
Denis Vlasenko
2008-03-17
2
-5
/
+4
*
brctl: eliminate stray data object
Denis Vlasenko
2008-03-17
6
-58
/
+85
*
*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.
Denis Vlasenko
2008-03-17
18
-284
/
+269
*
volume_id: disable detection routines which are not setting label and uuid an...
Denis Vlasenko
2008-03-17
22
-238
/
+234
*
volude_id: remove unused fields and functions which were setting them
Denis Vlasenko
2008-03-17
37
-327
/
+365
*
selinux/*: -Wunused-parameter fixes
Denis Vlasenko
2008-03-17
10
-38
/
+52
*
svn add/svn rm to actually move tcp/udpsvd...
Denis Vlasenko
2008-03-17
5
-32
/
+4
*
*: mode tcp/udpsvd to networking, delete ipsvd/*
Denis Vlasenko
2008-03-17
18
-78
/
+157
*
tftpd: new applet (mostly using existing code for tftp)
Denis Vlasenko
2008-03-17
9
-103
/
+274
*
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
Denis Vlasenko
2008-03-17
34
-209
/
+172
*
*: shrink by using [f]open_or_warn_stdin where appropriate
Denis Vlasenko
2008-03-17
26
-219
/
+214
*
clean up TODO file. No real code changes.
Denis Vlasenko
2008-03-17
7
-23
/
+8
*
*: fix fallout from -Wunused-parameter
Denis Vlasenko
2008-03-17
36
-58
/
+156
*
dnsd: properly set _src_ IP:port on outgoing UDP packets
Denis Vlasenko
2008-03-17
3
-63
/
+65
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
138
-327
/
+352
*
fsck: shrink (we were passing around some params which were unused)
Denis Vlasenko
2008-03-17
1
-137
/
+100
*
help text: regularize format, and shrink
Denis Vlasenko
2008-03-17
3
-1569
/
+1630
*
mount: plug a hole where FEATURE_MOUNT_HELPERS could allow execution
Denis Vlasenko
2008-03-17
1
-18
/
+22
*
fuser: bugfixes and shrink. It was assuming that xmalloc zeroes returned area!
Denis Vlasenko
2008-03-17
2
-232
/
+191
*
dos2unix: tiny shrink
Denis Vlasenko
2008-03-17
8
-207
/
+203
*
less: improve search when data is not supplied fast enough by stdin -
Denis Vlasenko
2008-03-17
1
-50
/
+64
*
tcpsvd,udpsvd: make them NOMMU-capable
Denis Vlasenko
2008-03-17
3
-140
/
+198
*
fsck_minix: getopt32-ification; code shrink; reduce stack usage;
Denis Vlasenko
2008-03-17
3
-224
/
+139
*
libbb: introduce and use sigprocmask_allsigs and sigaction_set.
Denis Vlasenko
2008-03-17
7
-64
/
+31
*
libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set
Denis Vlasenko
2008-03-12
14
-83
/
+60
*
nc: remove a bit of bloat
Denis Vlasenko
2008-03-12
7
-301
/
+308
*
inetd: make it NOMMU-capable and IPv6-friendly. Lots of renames
Denis Vlasenko
2008-03-12
10
-1051
/
+829
*
crond: make it NOMMU-capable
Denis Vlasenko
2008-03-12
6
-427
/
+401
*
fixups to vi usage, and move the initial redraw() past the
Paul Fox
2008-03-06
2
-8
/
+14
*
fixed the "dot" (i.e. '.') command, to properly re-init its
Paul Fox
2008-03-06
1
-58
/
+65
*
define DEBUG as 0, for when ENABLE_FEATURE_DEVPTS is not on.
Paul Fox
2008-03-05
1
-0
/
+2
[prev]
[next]