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
/
win32
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-06-07
winansi: suppress console flags redefinition warning
Biswa96
1
-0
/
+5
2020-06-04
printf: emit more contiguous text to improve escape sequences
Ron Yorston
1
-1
/
+50
2020-06-04
time: detect when spawn fails
Ron Yorston
1
-1
/
+1
2020-06-03
win32: fix networking problems
Ron Yorston
3
-2
/
+6
2020-06-02
win32: use lazy loading for certain DLLs
Ron Yorston
5
-24
/
+43
2020-06-01
win32: only initialise networking if necessary
Ron Yorston
3
-10
/
+43
2020-06-01
ash: don't initialise shell variables in forkshell child
Ron Yorston
1
-2
/
+9
2020-06-01
ash: simplify spawning during forkshell
Ron Yorston
3
-1
/
+11
2020-06-01
ash: minor changes to forkshell error handling
Ron Yorston
1
-3
/
+9
2020-06-01
ash: improve forkshell debugging
Ron Yorston
1
-4
/
+14
2020-05-28
vi: enable regex search in default build
Ron Yorston
2
-4
/
+4
2020-05-27
Clarify build requirements
Ron Yorston
1
-1
/
+7
2020-05-26
Update README.md
Ron Yorston
1
-2
/
+2
2020-05-24
win32: changes to '#!' support
Ron Yorston
2
-12
/
+13
2020-05-20
dd: fix handling of 'conv=notrunc seek=N'
Ron Yorston
3
-7
/
+26
2020-05-20
wget: implement TLS verification with ENABLE_FEATURE_WGET_OPENSSL
Dimitri John Ledkov
1
-3
/
+17
2020-05-14
ash: proper accounting for backspaces in the read builtin
Ron Yorston
1
-0
/
+1
2020-04-30
ash,hush: drop pointer check before calls to show_history
Ron Yorston
2
-4
/
+2
2020-04-30
mim: run scripts from a specification file
Ron Yorston
2
-0
/
+54
2020-04-30
ash: fix build failure when command built-in is disabled
Ron Yorston
1
-1
/
+3
2020-04-30
httpd: permit non-default home directory with NOMMU enabled
Ron Yorston
1
-1
/
+6
2020-04-30
grep: add proper support for pattern_list
Sören Tempel
2
-6
/
+25
2020-04-29
grep: Fix -f FILE when FILE is empty and -x provided
Gray Wolf
2
-2
/
+9
2020-04-29
xargs: restore correct behaviour of -n option
Ron Yorston
2
-1
/
+12
2020-04-29
build system: remove KBUILD_STR()
Jean-Philippe Brucker
5
-9
/
+6
2020-04-29
unzip: -d should create the dir
Lauri Kasanen
1
-1
/
+7
2020-04-15
inotifyd: WIN32 port
Ron Yorston
4
-2
/
+213
2020-04-13
winansi: more fine-grained control of ANSI emulation
Ron Yorston
1
-2
/
+34
2020-04-13
ash: reset ANSI emulation when BB_SKIP_ANSI_EMULATION changes
Ron Yorston
5
-10
/
+22
2020-04-11
Fix POSIX build
FRP-3445-g10e14d5eb
Ron Yorston
2
-2
/
+2
2020-04-09
httpd: allow use of MD5-encrypted passwords
Ron Yorston
1
-1
/
+12
2020-04-08
httpd: prevent access to config file and authenticated URLs
Ron Yorston
1
-0
/
+12
2020-04-07
httpd: don't change directory in inetd mode
Ron Yorston
3
-11
/
+17
2020-04-06
time: WIN32 port
Ron Yorston
6
-12
/
+106
2020-04-05
httpd: enable in default configurations
Ron Yorston
3
-13
/
+15
2020-04-05
httpd: WIN32 port
Ron Yorston
1
-2
/
+133
2020-04-05
win32: new functions: getpeername(2), mingw_spawn_detach()
Ron Yorston
3
-3
/
+30
2020-04-05
libbb: rearrange command line processing
Ron Yorston
1
-13
/
+11
2020-03-29
xargs: restore correct behaviour of -n option
Ron Yorston
2
-1
/
+12
2020-03-29
win32: more improvements to 'c:file' paths
Ron Yorston
2
-3
/
+4
2020-03-29
timeout: fix utter brokenness
Ron Yorston
1
-0
/
+1
2020-03-24
dd: create a sparse file when seek=N is used
Ron Yorston
3
-0
/
+21
2020-03-24
win32: stat(2): return correct st_blocks for compressed/sparse files
Ron Yorston
1
-1
/
+13
2020-03-18
win32: improve handling of 'c:file' paths for executables
Ron Yorston
2
-3
/
+11
2020-02-26
shells: fix exitcode_trapN tests to avoid races
Denys Vlasenko
4
-8
/
+4
2020-02-24
ash: expand: Fix multiple issues with EXP_DISCARD in evalvar
Denys Vlasenko
1
-14
/
+14
2020-02-24
ash: expand: Do not reprocess data when expanding words
Denys Vlasenko
1
-178
/
+154
2020-02-24
ash: move TRACE statement in evalcommand()
Ron Yorston
1
-1
/
+2
2020-02-24
ash: rename some function parameters to match dash
Denys Vlasenko
1
-29
/
+29
2020-02-24
ash: rename stack_nputstr() back to stnputs() to match dash
Denys Vlasenko
1
-3
/
+3
[next]