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
/
appletlib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mingw: enable busybox --install by default
Ron Yorston
2016-04-06
1
-2
/
+40
*
Merge branch 'busybox' into merge
Ron Yorston
2016-04-04
1
-26
/
+140
|
\
|
*
find_applet_by_name: loop index should be signed
Ron Yorston
2016-04-03
1
-1
/
+2
|
*
main(): add a TODO about finding a use for _end[] area
Denys Vlasenko
2016-04-03
1
-0
/
+13
|
*
typo fix
Denys Vlasenko
2016-04-02
1
-1
/
+1
|
*
find_applet_by_name: add an example of faster linear search code
Denys Vlasenko
2016-04-02
1
-3
/
+77
|
*
applet_tables: save space by removing applet name offsets
Ron Yorston
2016-03-30
1
-28
/
+54
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-10-31
1
-5
/
+5
|
\
|
|
*
busybox: alter help message in standalone shell mode
Ron Yorston
2015-10-30
1
-0
/
+9
|
*
libbb: factor out code which queries screen width
Denys Vlasenko
2015-10-23
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-10-19
1
-1
/
+1
|
\
|
|
*
libbb: get_uidgid() always called with allow_numeric=1
Denys Vlasenko
2015-10-19
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-07-14
1
-2
/
+1
|
\
|
|
*
Removes stray empty line from code
Maninder Singh
2015-07-13
1
-1
/
+0
|
*
Print one less newline at the end of bb_show_usage()
Denys Vlasenko
2015-05-25
1
-1
/
+1
*
|
libbb: really add build details to banner
Ron Yorston
2015-06-23
1
-4
/
+3
*
|
libbb: add details of build environment to banner
Ron Yorston
2015-06-23
1
-0
/
+6
*
|
busybox: update help message
Ron Yorston
2015-06-17
1
-4
/
+9
*
|
mingw: add magic '--busybox' flag
Ron Yorston
2015-06-01
1
-0
/
+4
*
|
Enable seamless compression for WIN32
Ron Yorston
2015-05-27
1
-0
/
+1
*
|
Merge branch 'busybox' into merge
FRP
Ron Yorston
2015-05-18
1
-11
/
+13
|
\
|
|
*
special-case {true,false,test} --help
Denys Vlasenko
2015-04-21
1
-10
/
+12
|
*
update copyright years
Aaro Koskinen
2015-04-02
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-03-14
1
-4
/
+4
|
\
|
|
*
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-03-12
1
-4
/
+4
*
|
Changes to allow building with MinGW-w64
Ron Yorston
2015-01-05
1
-0
/
+12
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-12-14
1
-2
/
+4
|
\
|
|
*
exit with 127 if appled name wasn't found - it's more POSIXy
Denys Vlasenko
2014-11-17
1
-2
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-10-06
1
-10
/
+19
|
\
|
|
*
false: make "false --help" exit with 1
Denys Vlasenko
2014-09-18
1
-8
/
+18
|
*
init: if libc-based Unicode support is on, run setlocale(LC_ALL, "") at startup
Denys Vlasenko
2014-08-11
1
-2
/
+1
*
|
Move handling of Windows globbing out of upstream code
Ron Yorston
2014-04-21
1
-5
/
+0
*
|
Alter help message if configured with standalone shell
Ron Yorston
2014-03-23
1
-0
/
+9
*
|
Drop CONFIG_WIN32_NET setting
Ron Yorston
2014-03-17
1
-1
/
+3
*
|
Convert argv[0] to lowercase before checking for '.exe'
Ron Yorston
2014-03-17
1
-5
/
+8
*
|
Merge branch 'busybox' into merge
Ron Yorston
2014-03-11
1
-1
/
+5
|
\
|
|
*
appletlib: fix set-but-unused warning
Mike Frysinger
2014-01-31
1
-1
/
+5
*
|
Merge branch 'busybox' into merge
Ron Yorston
2013-08-27
1
-1
/
+1
|
\
|
|
*
Whitespace fixes
Denys Vlasenko
2013-07-30
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2013-03-19
1
-1
/
+1
|
\
|
|
*
make --help return exitcode 0. Closes 5612
Denys Vlasenko
2013-02-28
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2013-02-07
1
-8
/
+12
|
\
|
|
*
code shrink
Denys Vlasenko
2013-01-17
1
-8
/
+12
*
|
Add a build option to turn MSVCRT globbing on or off
Ron Yorston
2012-12-10
1
-1
/
+1
*
|
Revised quoting of command line arguments for WIN32
Ron Yorston
2012-10-05
1
-0
/
+5
*
|
Merge branch 'busybox' into merge
Ron Yorston
2012-09-07
1
-4
/
+4
|
\
|
|
*
Simplify copyright/license notice that appears in the binary.
Bradley M. Kuhn
2012-07-26
1
-3
/
+3
|
*
busybox: tweak help text and copyright year
Denys Vlasenko
2012-05-14
1
-2
/
+2
*
|
Initialise winsock once in appletlib, not in applets
Ron Yorston
2012-04-24
1
-0
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2012-03-23
1
-3
/
+6
|
\
|
[next]