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
...
*
- fixes from Tito
Bernhard Reutner-Fischer
2008-06-18
1
-10
/
+7
*
- fix includes
Bernhard Reutner-Fischer
2008-06-17
1
-2
/
+1
*
hush: fix $$ handling
Denis Vlasenko
2008-06-17
3
-1
/
+7
*
- improved strrstr impl from vda with testcases from Tito and vda
Bernhard Reutner-Fischer
2008-06-17
1
-6
/
+69
*
hush: fix "for a in; do echo 'I should never run'; done" bug
Denis Vlasenko
2008-06-17
3
-8
/
+10
*
- remove depmod from TODO, it was recently added.
Bernhard Reutner-Fischer
2008-06-17
1
-11
/
+2
*
move glob_and_assign.tests from hush-bugs to hush-glob
Denis Vlasenko
2008-06-17
2
-0
/
+0
*
hush: continue fixing quoting and subst: fix glob_and_assign.tests.
Denis Vlasenko
2008-06-17
4
-51
/
+65
*
hush: cleanup pass, the biggest is - moved builtins to the end of the file,
Denis Vlasenko
2008-06-17
2
-355
/
+358
*
hush: fix memory leak. it was actually rather invloved problem.
Denis Vlasenko
2008-06-17
1
-138
/
+175
*
hush: fixing fallout from last big glob fix:
Denis Vlasenko
2008-06-16
1
-80
/
+80
*
hush: delete hush-bugs/glob_and_vars.tests for real
Denis Vlasenko
2008-06-16
1
-2
/
+0
*
hush: fix hush-bugs/glob_and_vars.tests testcase:
Denis Vlasenko
2008-06-16
6
-47
/
+70
*
tftp: help compiler a bit
Denis Vlasenko
2008-06-16
1
-1
/
+8
*
tftpd: PXE server said to need to support "tsize" option
Denis Vlasenko
2008-06-16
1
-39
/
+55
*
whitespace and comment fixes, no code changes
Denis Vlasenko
2008-06-16
9
-20
/
+16
*
even more of help text fixes
Denis Vlasenko
2008-06-15
1
-1
/
+1
*
fix config help text
Denis Vlasenko
2008-06-15
1
-12
/
+16
*
- fix copy'n paste error.
Bernhard Reutner-Fischer
2008-06-15
1
-3
/
+3
*
Specially for Bernhard Fischer introduce USE_BB_CRYPT
Denis Vlasenko
2008-06-15
3
-34
/
+75
*
hush: eliminate PARSEFLAG_SEMICOLON and ctx->parse_type field.
Denis Vlasenko
2008-06-15
1
-43
/
+6
*
use USE_FEATURE_UDHCP_PORT instead of ifdef
Denis Vlasenko
2008-06-15
1
-3
/
+1
*
udhcpc: removing stray whitespace
Denis Vlasenko
2008-06-15
1
-2
/
+2
*
further encrypt_des optimizations
Denis Vlasenko
2008-06-15
1
-51
/
+141
*
cryptpw: fix "cryptpw -a des -- TEXT" case
Denis Vlasenko
2008-06-15
2
-74
/
+82
*
*: use llist_pop for traverse-and-free list operation
Denis Vlasenko
2008-06-15
14
-49
/
+19
*
udhcpc: reduce ifdef forest, no code changes
Denis Vlasenko
2008-06-15
1
-32
/
+12
*
crypt: code shrink
Denis Vlasenko
2008-06-14
2
-21
/
+11
*
tar: fix "unused parameter 'gzip'" warning
Denis Vlasenko
2008-06-14
1
-0
/
+3
*
hush: fix a bug where we were requiring semicolon here: (cmd;)
Denis Vlasenko
2008-06-14
4
-22
/
+34
*
hush: add support for ':'; create testsuite entries
Denis Vlasenko
2008-06-14
11
-25
/
+47
*
hush: support "! cmd | cmd" negation
Denis Vlasenko
2008-06-14
6
-90
/
+172
*
Update sponsors page as well
Denis Vlasenko
2008-06-14
1
-7
/
+24
*
ash: small cosmetic change
Denis Vlasenko
2008-06-14
1
-1
/
+1
*
ash: fix ${var/s/r} handling, add testcase.
Denis Vlasenko
2008-06-14
3
-61
/
+75
*
dos2unix: do not destroy symlinks and mode of the file being converted.
Denis Vlasenko
2008-06-14
2
-16
/
+18
*
udhcpc: kill undocumented -W, it was a no-op.
Denis Vlasenko
2008-06-13
6
-100
/
+108
*
trivial crypt shrinkage
Denis Vlasenko
2008-06-13
2
-9
/
+8
*
fix typo in "Analog Devices"
Denis Vlasenko
2008-06-13
1
-1
/
+1
*
httpd: fix authentication
Denis Vlasenko
2008-06-13
1
-2
/
+3
*
shorten sponsor's link per its request
Denis Vlasenko
2008-06-13
1
-2
/
+2
*
website: announce sponsors.
Denis Vlasenko
2008-06-13
1
-0
/
+20
*
build system: introduce FEATURE_ASSUME_UNICODE
Denis Vlasenko
2008-06-13
2
-62
/
+99
*
httpd: fix bugs in authentication (by Peter Korsgaard <jacmet ATuclibc.org>)
Denis Vlasenko
2008-06-13
1
-46
/
+52
*
htppd: lots of variable/function renaming in config file parsing.
Denis Vlasenko
2008-06-13
1
-123
/
+102
*
Reinstate DEBUG_PESSIMIZE (by Christian Ionescu-Idbohrn)
Denis Vlasenko
2008-06-12
2
-15
/
+21
*
make pw_encrypt() return malloc'ed string.
Denis Vlasenko
2008-06-12
7
-17
/
+27
*
uclibc insists on having 70k static buffer for crypt.
Denis Vlasenko
2008-06-12
10
-24
/
+1456
*
- make the first arg of the filter function passed to rtnl_dump_filter constant
Bernhard Reutner-Fischer
2008-06-12
7
-10
/
+10
*
hush: speed up o_addX{chr,str}
Denis Vlasenko
2008-06-12
1
-35
/
+70
[prev]
[next]