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
/
libbb.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
libbb: switch bb_ask_noecho() to "mallocing" string return API
Denys Vlasenko
2018-04-07
1
-3
/
+4
|
*
xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copy
Denys Vlasenko
2018-04-07
1
-0
/
+1
|
*
libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...
Denys Vlasenko
2018-04-07
1
-4
/
+4
*
|
ps: obtain applet names from other BusyBox processes
Ron Yorston
2018-04-04
1
-1
/
+1
*
|
ash: reinstate applet name variable after forkshell
Ron Yorston
2018-04-03
1
-0
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-04-02
1
-15
/
+16
|
\
|
|
*
libbb: new function bb_die_memory_exhausted
Denys Vlasenko
2018-04-01
1
-14
/
+15
|
*
sed: prevent overflow of length from bb_get_chunk_from_file
Quentin Rameau
2018-04-01
1
-1
/
+1
*
|
ps: clear status for each process
Ron Yorston
2018-03-28
1
-3
/
+4
*
|
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
1
-2
/
+6
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-03-01
1
-3
/
+3
|
\
|
|
*
libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INIT
Denys Vlasenko
2018-02-21
1
-3
/
+2
|
*
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
1
-0
/
+18
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-02-13
1
-7
/
+19
|
\
|
|
*
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
|
*
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
*
|
win32: make vfork fail at compile-time
Ron Yorston
2017-08-30
1
-0
/
+4
*
|
inode_hash: avoid warnings about unused parameters
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
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-08-22
1
-18
/
+52
|
\
|
|
*
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
|
*
rpm2cpio: handle LZMA compressed rpms. closes 10166
Denys Vlasenko
2017-08-10
1
-1
/
+3
|
*
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
1
-3
/
+0
|
*
getopt32: remove applet_long_options
Denys Vlasenko
2017-08-08
1
-10
/
+15
|
*
noexec: consolidate code
Denys Vlasenko
2017-08-07
1
-2
/
+3
|
*
noexec: set comm field for noexecs
Denys Vlasenko
2017-08-07
1
-0
/
+5
|
*
sysctl: recognize ";comment" and "<whitespace>#comment" lines
Denys Vlasenko
2017-08-05
1
-0
/
+5
|
*
libbb: make trim() return pointer to terminating NUL
Denys Vlasenko
2017-08-05
1
-1
/
+1
|
*
libbb: use _exit, not exit, in bb_daemonize_or_rexec()
Denys Vlasenko
2017-08-04
1
-0
/
+1
|
*
getopt32: factor out code to treat all args as options
Denys Vlasenko
2017-08-04
1
-1
/
+3
|
*
line editing: make read_line_input() not take timeout param
Denys Vlasenko
2017-08-02
1
-5
/
+6
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-08-02
1
-3
/
+0
|
\
|
|
*
libbb: remove vdprintf
Ron Yorston
2017-07-29
1
-3
/
+0
*
|
ash: allow long-running nofork applets to be interrupted
Ron Yorston
2017-08-01
1
-0
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-07-24
1
-0
/
+3
|
\
|
|
*
zcip: fix slow environment leak
Denys Vlasenko
2017-07-22
1
-0
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-07-18
1
-1
/
+12
|
\
|
[prev]
[next]