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
/
include
/
libbb.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'busybox' into merge
Ron Yorston
2016-07-07
1
-9
/
+17
|
\
|
*
libbb: move common code into run_applet_and_exit
Ron Yorston
2016-06-19
1
-2
/
+0
|
*
cp: add -u/--update and --remove-destination
Denys Vlasenko
2016-05-27
1
-7
/
+17
*
|
less: hide unsupported signal handling in include file
Ron Yorston
2016-05-19
1
-0
/
+5
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-05-16
1
-4
/
+0
|
\
|
|
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
1
-4
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-04-04
1
-11
/
+21
|
\
|
|
*
whitespace and namespace cleanups
Denys Vlasenko
2016-04-03
1
-1
/
+1
|
*
ubirmvol: Implement -N switch for ubirmvol
Sven Eisenberg
2016-04-03
1
-0
/
+3
|
*
nsenter,unshare: share common code; fix a bug of not closing all fds
Denys Vlasenko
2016-04-02
1
-2
/
+4
|
*
libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)
Denys Vlasenko
2016-04-01
1
-0
/
+2
|
*
udhcp: get rid of bb_info_msg()
Denys Vlasenko
2016-03-30
1
-1
/
+0
|
*
fixes for problems found by bionic build
Denys Vlasenko
2016-03-14
1
-8
/
+12
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-02-22
1
-0
/
+5
|
\
|
|
*
Fix compiling with musl's utmp stubs
Kylie McClain
2016-02-01
1
-0
/
+5
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-10-31
1
-5
/
+1
|
\
|
|
*
libbb: factor out code which queries screen width
Denys Vlasenko
2015-10-23
1
-0
/
+1
|
*
remove systemd support
Denys Vlasenko
2015-10-22
1
-5
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-10-19
1
-5
/
+4
|
\
|
|
*
libbb: get_uidgid() always called with allow_numeric=1
Denys Vlasenko
2015-10-19
1
-4
/
+3
|
*
libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)
Denys Vlasenko
2015-10-14
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-10-13
1
-5
/
+13
|
\
|
|
*
libbb: introduce kernel-style BUILD_BUG_ON()
Denys Vlasenko
2015-10-13
1
-0
/
+1
|
*
libbb: auto_string() for efficient handling of temporary malloced stirngs
Denys Vlasenko
2015-10-09
1
-0
/
+1
|
*
remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds
Denys Vlasenko
2015-10-09
1
-2
/
+1
|
*
libbb: more compact API for bb_parse_mode()
Denys Vlasenko
2015-10-07
1
-1
/
+2
|
*
libbb: add is_suffixed_with() function
Bartosz Golaszewski
2015-08-25
1
-0
/
+1
|
*
libbb: add setsockopt_foo helpers
Denys Vlasenko
2015-08-24
1
-1
/
+7
|
*
unit-tests: remove unnecesary field from struct bbunit_listelem
Bartosz Golaszewski
2015-08-17
1
-1
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-08-04
1
-0
/
+1
|
\
|
|
*
libbb: add a function to make a copy of a region of memory
Ron Yorston
2015-07-19
1
-0
/
+1
*
|
Remove a couple of comments
Ron Yorston
2015-07-14
1
-2
/
+0
*
|
ipcalc: enable by default for WIN32
Ron Yorston
2015-07-13
1
-2
/
+2
*
|
Merge branch 'busybox' into merge
FRP
Ron Yorston
2015-05-18
1
-2
/
+25
|
\
|
|
*
include: Fallback to UTMP unless there is UTMPX support
Bernhard Reutner-Fischer
2015-04-20
1
-1
/
+24
|
*
libbb: remove unnecessary argument to nonblock_immune_read
Ron Yorston
2015-04-20
1
-1
/
+1
|
*
*: Switch to POSIX utmpx API
Bernhard Reutner-Fischer
2015-04-02
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-03-23
1
-0
/
+2
|
\
|
|
*
truncate: new applet
Ari Sundholm
2015-03-22
1
-0
/
+1
|
*
dd: move suffix struct to xatonum.c
Ari Sundholm
2015-03-22
1
-0
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-03-14
1
-0
/
+3
|
\
|
|
*
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-03-12
1
-0
/
+1
|
*
libbb: code shrink by factoring out common update_utmp_DEAD_PROCESS
Denys Vlasenko
2015-01-05
1
-0
/
+2
*
|
Merge commit '1_23_0' into merge
TIG_1_23_0
Ron Yorston
2015-01-23
1
-0
/
+2
|
\
|
|
*
Make it possible to override LOGIN_FAIL_DELAY in CONFIG_EXTRA_CFLAGS
Peter Kümmel
2014-12-22
1
-0
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-12-14
1
-3
/
+8
|
\
|
|
*
libarchive: add capability to unpack to mem.buffer
Denys Vlasenko
2014-12-07
1
-1
/
+2
|
*
libbb: use ARG_MAX for bb_arg_max() only if it's 60k+
Denys Vlasenko
2014-11-26
1
-2
/
+5
|
*
zcip: Add environment variable for overriding log functionality
Michel Stam
2014-11-04
1
-0
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-10-06
1
-2
/
+3
|
\
|
[next]