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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
A few more string duplicates found & eliminated
Denis Vlasenko
2007-06-12
6
-20
/
+18
*
catv: was abusing xopen, should not die on err, but warn only.
Denis Vlasenko
2007-06-12
1
-8
/
+13
*
move several applets to more correct ex-project. No code changes.
Denis Vlasenko
2007-06-12
15
-78
/
+78
*
uudecode: nuke duplicate base64_table[]. saves 65 bytes
Denis Vlasenko
2007-06-12
2
-8
/
+10
*
top: on user suggestion make percentile calculations configurable. -56 bytes ...
Denis Vlasenko
2007-06-11
2
-38
/
+71
*
- use bb_msg_full_version instead of a separate string. Saves a minor 3 bytes.
Bernhard Reutner-Fischer
2007-06-11
1
-2
/
+2
*
getopt_mk_fifo_nod: heed warning
Denis Vlasenko
2007-06-10
2
-4
/
+4
*
top: improve global CPU percentage (smaller & faster code)
Denis Vlasenko
2007-06-10
2
-8
/
+16
*
top: add config option and code for global CPU % display
Denis Vlasenko
2007-06-10
4
-20
/
+70
*
moved biggest stack buffers to malloc space, or made their size configurable
Denis Vlasenko
2007-06-10
8
-151
/
+181
*
add script which measures stack consumption.
Denis Vlasenko
2007-06-10
3
-1
/
+144
*
httpd: move data off bss.
Denis Vlasenko
2007-06-09
1
-189
/
+218
*
- also note where to checkout the 1_6_stable branch
Bernhard Reutner-Fischer
2007-06-09
1
-1
/
+2
*
mdev: microscopic enhancement, should change nothing
Denis Vlasenko
2007-06-08
1
-8
/
+6
*
grep: selection done by FEATURE_GREP_EGREP_ALIAS was broken, fix.
Denis Vlasenko
2007-06-08
1
-16
/
+16
*
login: ask passwords even for wrong usernames.
Denis Vlasenko
2007-06-08
2
-7
/
+11
*
make busybox --install work even if /proc/self/exe doesn't exist
Denis Vlasenko
2007-06-08
8
-21
/
+15
*
rmp: add optional support for bz2 data. +50 bytes of code
Denis Vlasenko
2007-06-08
12
-24
/
+42
*
- fix invocation without any argument
Bernhard Reutner-Fischer
2007-06-08
1
-2
/
+2
*
hush: add missing dependencies (Maxime Bizon <mbizon@freebox.fr> (Freebox))
Denis Vlasenko
2007-06-08
1
-0
/
+4
*
test: fix thinko in previous commit
Denis Vlasenko
2007-06-08
1
-1
/
+1
*
test: recognize /path/to/[ case too
Denis Vlasenko
2007-06-08
1
-14
/
+19
*
- Add a FAQ entry on "how do i cross compile busybox"
Bernhard Reutner-Fischer
2007-06-08
1
-0
/
+16
*
- add a config-time range check for IPC_SYSLOG_BUFFER_SIZE
Bernhard Reutner-Fischer
2007-06-07
1
-0
/
+1
*
awk: experimentally modify "global" trick to make code smaller
Denis Vlasenko
2007-06-07
1
-50
/
+53
*
- update defconfig
Bernhard Reutner-Fischer
2007-06-07
1
-2
/
+24
*
- i need this disabled code for testing a patch. Please leave it in.
Bernhard Reutner-Fischer
2007-06-07
1
-0
/
+18
*
- fix wrong not operator which was essentially ignored. got introduced in r18282
Bernhard Reutner-Fischer
2007-06-06
1
-1
/
+1
*
awk: move all data to malloc space
Denis Vlasenko
2007-06-06
2
-159
/
+234
*
echo: fix non-fancy echo
Denis Vlasenko
2007-06-06
1
-1
/
+1
*
ps: fix -Z (by Yuichi Nakamura <ynakam@hitachisoft.jp>)
Denis Vlasenko
2007-06-06
3
-29
/
+59
*
remove bashisms from testsuite
Denis Vlasenko
2007-06-05
1
-3
/
+3
*
nc: make connecting to IPv4 from IPv6-enabled hosts easier
Denis Vlasenko
2007-06-05
3
-24
/
+38
*
- kiltedknight writes: Busybox incorrectly parses a line from the status file...
Bernhard Reutner-Fischer
2007-06-05
1
-2
/
+2
*
- fix typo in error message. Closes #1308
Bernhard Reutner-Fischer
2007-06-05
1
-1
/
+1
*
uudecode: fix to base64 decode by Jorgen Cederlof <jcz@google.com>
Denis Vlasenko
2007-06-04
3
-28
/
+56
*
snprintf(... "%s"...) => safe_strncpy
Denis Vlasenko
2007-06-04
1
-3
/
+6
*
syslogd: move some vectors from data to text. Needs uclibc patch
Denis Vlasenko
2007-06-04
1
-4
/
+4
*
diff: stop using data/bss
Denis Vlasenko
2007-06-04
2
-50
/
+79
*
ping: stop using data/bss
Denis Vlasenko
2007-06-04
1
-18
/
+44
*
Audit bb_common_bufsiz usage, add script which looks for misuse.
Denis Vlasenko
2007-06-04
21
-134
/
+140
*
find_stray_communal_vars: script which finds communal variables
Denis Vlasenko
2007-06-03
4
-18
/
+25
*
start 1.7.x version
Denis Vlasenko
2007-06-02
1
-2
/
+2
*
fdisk: make it work with big disks (read: typical today's disks)
Denis Vlasenko
2007-06-02
1
-83
/
+58
*
website: announce 1.6.0
Denis Vlasenko
2007-06-01
2
-13
/
+125
*
less: less <HUGEFILE + [End] busy loops, fix it
Denis Vlasenko
2007-05-31
1
-1
/
+3
*
less: forgot trivial #if ENABLE_xxxx
Denis Vlasenko
2007-05-31
1
-0
/
+2
*
delete tons of extra #includes
Denis Vlasenko
2007-05-31
59
-176
/
+68
*
use "glibc errno" trick not only for ash, but for entire busybox
Denis Vlasenko
2007-05-31
16
-83
/
+23
*
more: stop using bss
Denis Vlasenko
2007-05-31
2
-13
/
+29
[prev]
[next]