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
*
Merge branch 'busybox' into merge
Ron Yorston
2018-03-01
3
-4
/
+17
|
\
|
*
libbb: Use return value from is_prefixed_with()
Andy Shevchenko
2018-02-27
1
-3
/
+2
|
*
lineedit: allow window size tracking to be disabled
Ron Yorston
2018-02-25
2
-4
/
+19
|
*
libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INIT
Denys Vlasenko
2018-02-21
1
-1
/
+2
|
*
progress meter: add disabled code for a more stable ETA
Denys Vlasenko
2018-02-13
1
-0
/
+13
*
|
Remove fake signal-handling code
Ron Yorston
2018-03-01
1
-1
/
+1
*
|
lineedit: disable window size tracking in default configuration
Ron Yorston
2018-03-01
2
-4
/
+19
*
|
win32: additional improvements to handling of executables
Ron Yorston
2018-02-28
1
-6
/
+6
*
|
libbb: ensure build details are only stored once
Ron Yorston
2018-02-26
1
-1
/
+1
*
|
win32: move detection of file formats to stat(2)
Ron Yorston
2018-02-26
1
-1
/
+1
*
|
du: use Windows-compatible print formats
Ron Yorston
2018-02-13
1
-3
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-02-13
8
-81
/
+122
|
\
|
|
*
libbb: introduce and use bb_getsockname()
Denys Vlasenko
2018-02-11
1
-0
/
+19
|
*
libbb: shrink wget/tftp progress indicator code a bit more
Denys Vlasenko
2018-02-07
1
-29
/
+27
|
*
libbb: shrink wget/tftp progress indicator code for 32-bit
Denys Vlasenko
2018-02-07
1
-40
/
+38
|
*
fix compile failure in previous commit
Denys Vlasenko
2018-02-06
1
-1
/
+1
|
*
unzip: do not set directory mode to 0777
Denys Vlasenko
2018-02-06
1
-6
/
+10
|
*
libbb: commonalize a bit of little-endian CRC32 table generation code
Denys Vlasenko
2018-02-01
1
-0
/
+10
|
*
which: fix TODO with NOFORK+malloc_failure misbehaving
Denys Vlasenko
2018-01-12
2
-15
/
+11
|
*
libbb: compile obscure() only if FEATURE_PASSWD_WEAK_CHECK=y
Denys Vlasenko
2018-01-04
1
-1
/
+2
|
*
randomconfig fixes
Denys Vlasenko
2017-12-31
2
-1
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-12-09
1
-2
/
+14
|
\
|
|
*
lineedit: get terminal width before printing prompt
Denys Vlasenko
2017-11-08
1
-2
/
+2
|
*
lineedit: do not tab-complete any strings which have control characters
Denys Vlasenko
2017-11-08
1
-0
/
+12
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-11-03
85
-133
/
+90
|
\
|
|
*
udp_io, traceroute: Standardise IPv6 PKTINFO handling to be portable
James Clarke
2017-10-30
1
-2
/
+6
|
*
xfuncs: Handle missing non-POSIX termios constants
James Clarke
2017-10-30
1
-0
/
+9
|
*
lineedit: improve multiline PS1 - redraw using last PS1 line. Closes 10381
Avi Halachmi
2017-10-12
1
-24
/
+64
|
*
whitespace and comment format fixes, no code changes
Denys Vlasenko
2017-10-05
1
-1
/
+2
|
*
whitespace and comment format fixes, no code changes
Denys Vlasenko
2017-10-05
1
-1
/
+0
|
*
do not include <sys/stat.h> just before "libbb.h", it's there already
Denys Vlasenko
2017-10-05
2
-7
/
+0
|
*
whitespace and comment format fixes, no code changes
Denys Vlasenko
2017-10-05
81
-98
/
+9
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-09-27
4
-36
/
+48
|
\
|
|
*
regularize format of source file headers, no code changes
Denys Vlasenko
2017-09-18
1
-1
/
+0
|
*
Clarify OPOST bit meaning
Denys Vlasenko
2017-09-15
1
-3
/
+3
|
*
less,microcom,lineedit: use common routine to set raw termios
Denys Vlasenko
2017-09-15
2
-31
/
+45
|
*
*: use ESC define instead of "\033"; use ESC[m instead of ESC[0m
Denys Vlasenko
2017-09-13
1
-1
/
+1
|
*
hush: GETOPT_RESET() _after_ getopts too.
Denys Vlasenko
2017-08-29
1
-1
/
+1
*
|
libbb: exclude more Linux-specific functions from being compiled
Johannes Schindelin
2017-08-30
1
-0
/
+2
*
|
libbb: don't compile various Linux-specific functions
Ron Yorston
2017-08-24
1
-0
/
+2
*
|
mode_string: S_IFBLK differs between Windows and Unix
Johannes Schindelin
2017-08-24
1
-1
/
+1
*
|
xconnect: avoid using getsockname/getpeername on Windows
Johannes Schindelin
2017-08-24
1
-0
/
+2
*
|
bb_basename: handle mixed slashes correctly
Johannes Schindelin
2017-08-24
1
-4
/
+6
*
|
inode_hash: avoid warnings about unused parameters
Ron Yorston
2017-08-23
1
-2
/
+2
*
|
find_mount_point: avoid warnings about casts to non-const
Johannes Schindelin
2017-08-23
1
-2
/
+7
*
|
find_pid_by_name: avoid unused variables
Johannes Schindelin
2017-08-23
1
-0
/
+2
*
|
find_mount_point: avoid unused variables
Johannes Schindelin
2017-08-23
1
-2
/
+3
*
|
Revert "ash: allow long-running nofork applets to be interrupted"
Ron Yorston
2017-08-22
1
-16
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-08-22
20
-226
/
+419
|
\
|
|
*
run-init: new applet
Denys Vlasenko
2017-08-21
1
-0
/
+47
[next]