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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
win32: add a function to convert backslashes to slashes
Ron Yorston
2018-03-18
1
-2
/
+1
*
|
win32: tidy up popen implementation
Ron Yorston
2018-03-15
1
-1
/
+0
*
|
wget: add support for https
Ron Yorston
2018-03-15
1
-0
/
+1
*
|
win32: restrict visibility of special devices
Ron Yorston
2018-03-15
1
-0
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-03-15
1
-1
/
+1
|
\
|
|
*
networking/interface.c: get rid of global "smallint interface_opt_a"
Denys Vlasenko
2018-03-05
1
-1
/
+1
*
|
Minor improvements to build
Ron Yorston
2018-03-02
2
-3
/
+6
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-03-01
2
-12
/
+17
|
\
|
|
*
libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INIT
Denys Vlasenko
2018-02-21
1
-3
/
+2
|
*
tar,unzip: postpone creation of symlinks with "suspicious" targets
Denys Vlasenko
2018-02-20
1
-9
/
+14
|
*
progress meter: add disabled code for a more stable ETA
Denys Vlasenko
2018-02-13
1
-0
/
+1
*
|
Remove fake signal-handling code
Ron Yorston
2018-03-01
2
-28
/
+18
*
|
win32: make has_exec_format static
Ron Yorston
2018-03-01
1
-1
/
+0
*
|
win32: don't add extensions to filenames ending with a dot
Ron Yorston
2018-02-28
1
-1
/
+2
*
|
win32: move detection of file formats to stat(2)
Ron Yorston
2018-02-26
1
-1
/
+2
*
|
win32: add support for batch files
Ron Yorston
2018-02-26
1
-0
/
+1
*
|
win32: make /dev/urandom more random
Ron Yorston
2018-02-23
1
-0
/
+2
*
|
win32: handle /dev/zero and /dev/urandom in open and read functions
Ron Yorston
2018-02-22
1
-0
/
+5
*
|
win32: import fsync(2) implementation from gnulib
Ron Yorston
2018-02-21
2
-1
/
+2
*
|
win32: always use safe API calls to manipulate environment
Ron Yorston
2018-02-13
1
-6
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-02-13
3
-11
/
+36
|
\
|
|
*
libbb: introduce and use bb_getsockname()
Denys Vlasenko
2018-02-11
1
-0
/
+1
|
*
wget: add EPSV support
Denys Vlasenko
2018-02-06
1
-0
/
+1
|
*
wget: initial support for ftps://
Denys Vlasenko
2018-02-06
1
-1
/
+2
|
*
libbb: commonalize a bit of little-endian CRC32 table generation code
Denys Vlasenko
2018-02-01
1
-0
/
+2
|
*
cp: implement -T
Aaro Koskinen
2018-02-01
1
-3
/
+4
|
*
libarchive: move bbunpack constants to bb_archive.h
Denys Vlasenko
2018-02-01
1
-0
/
+15
|
*
lzop: code shrink
Denys Vlasenko
2018-02-01
1
-4
/
+2
|
*
which: fix TODO with NOFORK+malloc_failure misbehaving
Denys Vlasenko
2018-01-12
1
-3
/
+9
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-11-03
1
-0
/
+11
|
\
|
|
*
use %m printf specifier where appropriate
Denys Vlasenko
2017-09-29
1
-0
/
+11
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-09-27
1
-1
/
+2
|
\
|
|
*
less,microcom,lineedit: use common routine to set raw termios
Denys Vlasenko
2017-09-15
1
-0
/
+1
|
*
hush: GETOPT_RESET() _after_ getopts too.
Denys Vlasenko
2017-08-29
1
-1
/
+1
*
|
ps: add support for CPU and elapsed time columns
Ron Yorston
2017-09-01
1
-0
/
+7
*
|
win32: shrink code to detect .exe files
Ron Yorston
2017-08-30
1
-0
/
+1
*
|
win32: make vfork fail at compile-time
Ron Yorston
2017-08-30
2
-7
/
+5
*
|
mingw: accommodate for BusyBox' assumptions about isatty()
Johannes Schindelin
2017-08-24
1
-0
/
+2
*
|
win32: remove implementation of mempcpy
Ron Yorston
2017-08-23
1
-5
/
+0
*
|
include/mingw.h: remove unnecessary definition of PRIuMAX
Ron Yorston
2017-08-23
1
-1
/
+0
*
|
win32/mingw: fix signatures of the *execv*() family of functions
Johannes Schindelin
2017-08-23
1
-4
/
+4
*
|
win32: remove unused functions
Ron Yorston
2017-08-23
1
-2
/
+0
*
|
inode_hash: avoid warnings about unused parameters
Ron Yorston
2017-08-23
2
-0
/
+3
*
|
find_mount_point: avoid warning about unused parameter
Ron Yorston
2017-08-23
1
-0
/
+2
*
|
Revert "ash: allow long-running nofork applets to be interrupted"
Ron Yorston
2017-08-22
1
-3
/
+0
*
|
Post-merge fixes
Ron Yorston
2017-08-22
1
-0
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-08-22
3
-21
/
+58
|
\
|
|
*
run-init: new applet
Denys Vlasenko
2017-08-21
1
-0
/
+9
|
*
libbb: move capability names code to libbb
Denys Vlasenko
2017-08-21
1
-0
/
+6
|
*
Hopefully fix "will break strict-aliasing rules" warning for get_le32
Denys Vlasenko
2017-08-10
1
-0
/
+5
[prev]
[next]