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
/
arch
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-02-20
Add code to find console dimensions in WIN32
Ron Yorston
3
-0
/
+23
2012-02-17
Fix off-by-one error in cursor positioning
Ron Yorston
1
-1
/
+1
2012-02-16
Eat trailing CRs as well as LFs when expanding backquotes
Ron Yorston
1
-1
/
+2
2012-02-16
Replace backslash with forward slash in environment
Ron Yorston
1
-0
/
+7
2012-02-16
Always reset console mode when returning key
Ron Yorston
1
-16
/
+24
2012-02-14
Implement nonblocking wait
Ron Yorston
1
-3
/
+4
2012-02-09
Create fake HOME environment variable
Ron Yorston
1
-0
/
+19
2012-02-09
Implementation of uname for WIN32
Ron Yorston
4
-0
/
+125
2012-02-08
Implement clear command for Windows console
TIG
Ron Yorston
1
-0
/
+9
2012-02-07
Fix crash in Windows 7 ANSI emulation
Ron Yorston
1
-2
/
+3
2012-02-07
Work around a regression in Windows 7, causing erase_in_line() to crash somet...
Johannes Schindelin
1
-1
/
+2
2012-02-06
Skip carriage return in read builtin command
Ron Yorston
1
-1
/
+1
2011-12-05
mingw.h: drop parameters for lchown to chown mapping
Stefan Sauer
1
-1
/
+1
2011-12-05
libbb.h: avoid reddefining WINVER
Stefan Sauer
1
-1
/
+3
2011-11-25
README.win32: mention of defconfig.mingw32 for starters
Nguyễn Thái Ngọc Duy
1
-8
/
+6
2011-11-21
quote_arg(): correctly escape backslash characters
Daniel Klessing
1
-2
/
+4
2011-11-21
copy_file: kkip inode/device check
Daniel Klessing
1
-0
/
+6
2011-11-21
Include safe_gethostname()
Daniel Klessing
2
-1
/
+14
2011-11-20
Added missing stat() tweaks for mingw port
Zheng, Lei
4
-0
/
+18
2011-10-30
fixdep: fix mmap() on msys
Klessing, Daniel
1
-6
/
+28
2011-06-01
hush: better comment. No code changes
Denys Vlasenko
1
-1
/
+1
2011-05-31
hush: fix a corner case of empty "do \n done" structure
Denys Vlasenko
3
-1
/
+9
2011-05-30
makedevs: fix help-text
Bernhard Reutner-Fischer
1
-1
/
+1
2011-05-29
fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775
Denys Vlasenko
5
-11
/
+12
2011-05-29
fuser: fix inverted access() check. Closes 3799.
Denys Vlasenko
1
-1
/
+1
2011-05-29
setconsole: open console for writing rather than reading
Peter Korsgaard
1
-1
/
+1
2011-05-26
nmeter: trim help text
Denys Vlasenko
1
-13
/
+13
2011-05-25
syslogd,klogd: better help text
Denys Vlasenko
2
-13
/
+20
2011-05-23
fuser: code shrink
Maksym Kryzhanovskyy
1
-196
/
+190
2011-05-23
libbb.h: small reordering
Denys Vlasenko
1
-5
/
+8
2011-05-23
find: cater for libc w/o FNM_CASEFOLD
Denys Vlasenko
4
-21
/
+42
2011-05-22
find: implement -ipath
Bogdan Harjoc
1
-3
/
+7
2011-05-22
reformime: do not require \r\n
Denys Vlasenko
6
-298
/
+331
2011-05-21
adduser: better logic for choosing addgroup -g/--gid
Denys Vlasenko
1
-3
/
+5
2011-05-21
adduser: prefer to call addgroup --gid, not non-std addgroup -g
Denys Vlasenko
1
-4
/
+14
2011-05-21
od: code shrink
Denys Vlasenko
1
-14
/
+10
2011-05-21
od: another fix for --strings
Denys Vlasenko
1
-1
/
+4
2011-05-21
od: fix -S NUM to not print chars >0x80
Denys Vlasenko
1
-38
/
+19
2011-05-21
od: code shrink
Denys Vlasenko
1
-82
/
+78
2011-05-21
od: code shrink, fix "od --traditional FILE"
Denys Vlasenko
3
-121
/
+121
2011-05-20
lineedit: fix rare SEGV; mark a few FIXMEs
Alexey Fomenko
1
-9
/
+15
2011-05-20
warning removal
Cristian Ionescu-Idbohrn
2
-8
/
+1
2011-05-20
tail: optimize "tail -c HUGENUM REGULAR_FILE". Closes 3763.
Denys Vlasenko
1
-15
/
+21
2011-05-18
top: display sort indicator in memory display
Denys Vlasenko
1
-1
/
+1
2011-05-16
busybox.conf: code shrink
Denys Vlasenko
1
-13
/
+12
2011-05-16
busybox.conf: USER.GROUP is _optional_
Denys Vlasenko
2
-14
/
+16
2011-05-16
main: make busybox.conf mode handling less obscure
Denys Vlasenko
2
-34
/
+43
2011-05-16
main: free suid_config list after use
Denys Vlasenko
3
-35
/
+36
2011-05-16
vi.c: remove warning: variable 'sp' set but not used
Cristian Ionescu-Idbohrn
1
-0
/
+4
2011-05-16
The [-Wunused-but-set-variable] warnings
Cristian Ionescu-Idbohrn
1
-2
/
+2
[next]