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
*
Add more compat code for non GNU environments
Dan Fandrich
2009-11-01
1
-8
/
+59
*
lineedit: REALLY fix compile error now
Denys Vlasenko
2009-10-29
1
-2
/
+5
*
lineedit: compile fix
Denys Vlasenko
2009-10-29
1
-3
/
+2
*
echo et al: support \e escape
Denys Vlasenko
2009-10-29
1
-3
/
+4
*
add and use xopen_nonblocking (-18b)
Bernhard Reutner-Fischer
2009-10-27
1
-0
/
+9
*
platform compatibility work (by Dan Fandrich)
Dan Fandrich
2009-10-27
3
-45
/
+58
*
rename sent_ESC_br_n6 variable to sent_ESC_br6n
Denys Vlasenko
2009-10-27
2
-6
/
+6
*
libbb/lineedit: try to make FEATURE_EDITING_ASK_TERMINAL less ugly
Denys Vlasenko
2009-10-27
1
-10
/
+35
*
libbb/xrealloc_vector.c: better comment
Denys Vlasenko
2009-10-27
1
-2
/
+3
*
libbb/bb_do_delay.c: shrink
Denys Vlasenko
2009-10-27
1
-5
/
+4
*
libbb/ask_confirmation.c: shrink
Denys Vlasenko
2009-10-27
1
-9
/
+4
*
read_key,lineeedit: parse position answerback faster; sanitize its use
Denys Vlasenko
2009-10-26
2
-33
/
+58
*
read_key: ignore unknown keys (do not return them to caller byte-by-byte)
Denys Vlasenko
2009-10-26
1
-50
/
+74
*
read_key: remove handling for ctrl-up/down, we don't use that. -12 bytes
Denys Vlasenko
2009-10-26
1
-2
/
+2
*
read_key: document more weird key sequences
Denys Vlasenko
2009-10-26
1
-1
/
+11
*
lineedit: handle Ctrl-arrows
Denys Vlasenko
2009-10-25
2
-28
/
+85
*
build failure fix and some cosmetics
Denys Vlasenko
2009-10-23
1
-1
/
+1
*
*: remove last function calls to isspace
Denys Vlasenko
2009-10-22
3
-11
/
+7
*
*: use better isspace implementation
Denys Vlasenko
2009-10-22
1
-3
/
+10
*
add B921600
Bernhard Reutner-Fischer
2009-10-20
1
-1
/
+4
*
move generate_uuid from mkswap to libbb
Vladimir Dronnikov
2009-10-15
1
-0
/
+63
*
lineedit: do not hardcode ctrl-C and ctrl-D, use termios fields.
Denys Vlasenko
2009-10-14
1
-34
/
+35
*
comment anc Config.in changes, no code changes
Denys Vlasenko
2009-10-14
2
-2
/
+2
*
libbb/human_readable.c: shrink; and reduce bss usage
Denys Vlasenko
2009-10-13
2
-136
/
+130
*
libbb: revert the change where spawn reports exec failure
Denys Vlasenko
2009-10-11
1
-1
/
+2
*
libbb: make spawn() print "can't execute '%s'" on execv error
Denys Vlasenko
2009-10-08
1
-0
/
+1
*
*: code shrink via NOINLINE
Denys Vlasenko
2009-10-08
1
-1
/
+1
*
unpackers: check errors from close() too
Denys Vlasenko
2009-10-05
1
-0
/
+6
*
find: -follow should not error out on dandling links
Denys Vlasenko
2009-09-29
1
-5
/
+14
*
libbb/lineedit: restore ^D handling for unicode
Denys Vlasenko
2009-09-29
1
-3
/
+5
*
libbb/lineedit: fix the case when we configured history to have 0 lines
Denys Vlasenko
2009-09-27
1
-18
/
+20
*
*: more portability fixes by Dan Fandrich
Denys Vlasenko
2009-09-23
1
-1
/
+0
*
*: optimize code size in strtoul calls
Denys Vlasenko
2009-09-23
1
-1
/
+1
*
pidof/killall: fix bug 625 (kernel threads get stale "binary name")
Denys Vlasenko
2009-09-22
1
-62
/
+71
*
ps,top: add an option to show threads. +260 bytes of code
Denys Vlasenko
2009-09-19
1
-0
/
+25
*
fix read_cmdline API and a small buglet where "[comm]" may be too narrow
Denys Vlasenko
2009-09-12
1
-3
/
+4
*
top, ps: do not output trailing spaces
Denys Vlasenko
2009-09-11
1
-0
/
+2
*
top: add -m ("memory") option
Denys Vlasenko
2009-09-11
1
-7
/
+7
*
httpd: shrink mime type matching code (suggested by Bernhard)
Denys Vlasenko
2009-09-10
1
-1
/
+1
*
more C standard compat fixes from Dan Fandrich
Denys Vlasenko
2009-09-06
3
-4
/
+6
*
documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)
Denys Vlasenko
2009-09-06
1
-1
/
+1
*
remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)
Denys Vlasenko
2009-09-06
2
-2
/
+3
*
experimentally add mallopt tweaks for reduced memory consumption
Denys Vlasenko
2009-09-06
1
-0
/
+20
*
small commit tweak in parse_datestr, no code changes
Denys Vlasenko
2009-09-02
1
-2
/
+2
*
code shrink in help text code
Denys Vlasenko
2009-08-30
1
-6
/
+9
*
ash: deal with some TODOs (mostly trivial)
Denys Vlasenko
2009-08-29
1
-1
/
+7
*
rpm2cpio: handle bz2 too; code shrink
Pascal Bellard
2009-08-28
1
-1
/
+1
*
update copyright year
Denys Vlasenko
2009-08-27
1
-1
/
+1
*
do not store 1st two bytes of compressed help text
Denys Vlasenko
2009-08-20
1
-2
/
+1
*
libbb: prevent resursion on malloc failure
Denys Vlasenko
2009-08-01
1
-16
/
+25
[next]