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
/
libbb
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbb/strbuf_file: stdio emulation layer for handling with Winsock handles
Nguyễn Thái Ngọc Duy
2009-04-28
2
-0
/
+120
*
libbb/xfuncs.c: fix get_terminal_width_height() to 80x25
Nguyễn Thái Ngọc Duy
2009-04-28
1
-1
/
+10
*
run-command: rework interface to pass program path directly
Nguyễn Thái Ngọc Duy
2009-04-23
2
-5
/
+5
*
libbb/bb_make_directory() recognize Windows drives as root directories
Nguyễn Thái Ngọc Duy
2009-04-23
1
-0
/
+8
*
libbb/bb_make_directory() workaround mkdir(".")
Nguyễn Thái Ngọc Duy
2009-04-23
1
-0
/
+12
*
libbb/bb_make_directory() remove trailing slashes before passing to mkdir() b...
Nguyễn Thái Ngọc Duy
2009-04-23
1
-4
/
+5
*
libbb/xfuncs.c: workaround vsnprintf(NULL, 0) on Windows
Nguyễn Thái Ngọc Duy
2009-04-23
1
-15
/
+23
*
libbb/message.c: convert /dev/null to NUL
Nguyễn Thái Ngọc Duy
2009-04-23
1
-0
/
+5
*
libbb/execable: make find_execable() recognize semicolon as path separator in...
Nguyễn Thái Ngọc Duy
2009-04-23
1
-0
/
+7
*
libbb/dump.c: _argv is already defined by stdlib.h
Nguyễn Thái Ngọc Duy
2009-04-23
1
-0
/
+1
*
redefine CONFIG_BUSYBOX_EXEC_PATH to get full path
Nguyễn Thái Ngọc Duy
2009-04-23
1
-0
/
+9
*
adapt it to be buildable
Nguyễn Thái Ngọc Duy
2009-04-23
5
-1
/
+27
*
Kbuild/Config.in: add CONFIG_MINGW and imported files to build system
Nguyễn Thái Ngọc Duy
2009-04-23
1
-17
/
+34
*
update imported git files to adapt to new environment
Nguyễn Thái Ngọc Duy
2009-04-23
12
-79
/
+108
*
mingw.c: prefer busybox sh instead
Nguyễn Thái Ngọc Duy
2009-04-23
1
-1
/
+35
*
mingw.c: general cleanup and new missing functions
Nguyễn Thái Ngọc Duy
2009-04-23
1
-1
/
+32
*
mingw.c: make fopen support /dev/null (needed for cmp iirc)
Nguyễn Thái Ngọc Duy
2009-04-23
1
-0
/
+8
*
mingw_spawnve(): transfer O_APPEND attribute to child processes
Nguyễn Thái Ngọc Duy
2009-04-23
1
-0
/
+60
*
path_lookup(): look for .exe in absolute path too
Nguyễn Thái Ngọc Duy
2009-04-23
1
-1
/
+8
*
mingw_getcwd(): pointer can be NULL
Nguyễn Thái Ngọc Duy
2009-04-23
1
-3
/
+3
*
mingw_utime(): times can be NULL
Nguyễn Thái Ngọc Duy
2009-04-23
1
-2
/
+4
*
import (unchanged) git files from e56b799d6ad8afba4168fffa7218d44c041a72d2
Nguyễn Thái Ngọc Duy
2009-04-23
13
-0
/
+8540
*
fixes up to 1.6.1
Nguyễn Thái Ngọc Duy
2009-04-23
1
-3
/
+8
*
delete tons of extra #includes
vda
2007-05-31
13
-38
/
+4
*
use "glibc errno" trick not only for ash, but for entire busybox
vda
2007-05-31
4
-23
/
+3
*
whitespace fixes
vda
2007-05-30
2
-2
/
+2
*
verror_msg: don't printf(NULL)
vda
2007-05-29
1
-3
/
+8
*
usage.c: remove reference to busybox.h
vda
2007-05-26
4
-4
/
+4
*
xpipe: introduce (saves ~170 bytes)
vda
2007-05-26
1
-14
/
+18
*
hush: fix handling of unmatched ${name (without closing '}') -
vda
2007-05-24
2
-4
/
+7
*
more compile fixes from randomconfig run
vda
2007-05-17
1
-0
/
+2
*
fix trivial compile errors found by randomconfig run
vda
2007-05-17
1
-0
/
+1
*
cryptpw: forgot svn add... how typical of me :(
vda
2007-05-08
2
-5
/
+50
*
cryptpw: new applet (a bit less than 3k added)
vda
2007-05-08
2
-1
/
+5
*
fix suid config handling
vda
2007-05-02
1
-2
/
+2
*
test: code size saving, no logic changes
vda
2007-05-01
1
-22
/
+126
*
hush: fix nofork + ctrl-Z clobbering of globals
vda
2007-04-28
1
-12
/
+29
*
find_root_device: use lstat - don't follow links
vda
2007-04-21
1
-1
/
+2
*
hush: begin fixing non-functional job control
vda
2007-04-21
1
-2
/
+4
*
procps: remove all global variables
vda
2007-04-19
2
-2
/
+2
*
ps: add -o tty and -o rss support
vda
2007-04-19
1
-7
/
+23
*
loop device code: readability improvement
vda
2007-04-19
1
-10
/
+14
*
lineedit: state->hist_file doesn't exist if !FEATURE_EDITING_SAVEHISTORY,
vda
2007-04-15
1
-0
/
+2
*
lineedit: nuke two unused variables and code which sets them
vda
2007-04-14
1
-9
/
+0
*
lineedit: do not try to open NULL history file
vda
2007-04-14
1
-2
/
+2
*
hush: use NOFORK applets as appropriate. Net reduction of code size.
vda
2007-04-14
1
-41
/
+48
*
teach find_root_device to deal with /dev/ subdirs
vda
2007-04-13
3
-15
/
+57
*
make xsocket die with address family printed (if VERBOSE_RESOLUTION_ERRORS=y)
vda
2007-04-13
1
-1
/
+12
*
login: remove setpgrp call (makes it work from shell prompt again).
vda
2007-04-12
2
-15
/
+4
*
pass a copy of argv[i] to NOFORK applets (they may permute it etc).
vda
2007-04-12
1
-14
/
+18
[next]