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
*
libbb: remove is_directory's argument which is always NULL
Denys Vlasenko
2011-12-18
1
-10
/
+5
*
hexdump: fix hexdump -n1 -ve '8/2 ""' SEGV. Closes 4478
Denys Vlasenko
2011-11-18
1
-11
/
+14
*
bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemon
Peter Korsgaard
2011-11-09
1
-1
/
+9
*
lineedit: fix build failure
Denys Vlasenko
2011-11-04
1
-1
/
+3
*
lineedit: add support for M-b, M-f, M-d, M-Backspace
Denys Vlasenko
2011-11-03
2
-3
/
+48
*
libbb: shrink base64 decoding a bit
Denys Vlasenko
2011-10-28
1
-19
/
+23
*
whitespace fixes
Denys Vlasenko
2011-10-28
1
-1
/
+1
*
libbb: split decode_base64 off read_base64
Leonid Lisovskiy
2011-10-28
1
-25
/
+100
*
libbb.h: remove unused defines
Denys Vlasenko
2011-10-24
1
-2
/
+2
*
getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on tim...
Denys Vlasenko
2011-10-22
1
-8
/
+14
*
rename archive.h to bb_archive.h. no code changes
Denys Vlasenko
2011-09-22
2
-2
/
+2
*
Config: fix wording in help-text
Bernhard Reutner-Fischer
2011-09-13
1
-2
/
+2
*
losetup: implement -r option. Closes 4033.
Denys Vlasenko
2011-09-12
1
-4
/
+6
*
wget: URL-decode user:password before base64-encoding it into auth hdr. Close...
Denys Vlasenko
2011-09-11
1
-0
/
+69
*
regularize options which control size/speed trade
Denys Vlasenko
2011-09-10
3
-31
/
+31
*
inet_cksum: big-endian fix
Denys Vlasenko
2011-09-08
1
-2
/
+6
*
Fix compile breakage
Denys Vlasenko
2011-09-07
1
-2
/
+2
*
networking: consolidate the IP checksum code. -129 bytes.
Baruch Siach
2011-09-07
2
-0
/
+38
*
lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicator
Denys Vlasenko
2011-09-04
1
-5
/
+1
*
lineedit: add support for history saving on exit
Denys Vlasenko
2011-09-04
2
-6
/
+69
*
lineedit: fix atomic replace of history file; hush: fix $HISTFILE handling
Denys Vlasenko
2011-09-04
1
-2
/
+2
*
top: fix CPU% for thread display. Closes 4081
Denys Vlasenko
2011-08-28
1
-15
/
+19
*
Fixes for warnings in FreeBSD build
Denys Vlasenko
2011-08-28
2
-9
/
+11
*
Fixes for FreeBSD build
Matthias Andree
2011-08-28
1
-0
/
+4
*
Bump version to 1.19.0, update copyright year in help message
1_19_0
Denys Vlasenko
2011-08-13
1
-1
/
+1
*
randomconfig fixes
Denys Vlasenko
2011-08-10
1
-1
/
+5
*
die_if_bad_username: tighten up a bit
Denys Vlasenko
2011-08-09
1
-10
/
+32
*
less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659.
Denys Vlasenko
2011-07-25
1
-1
/
+4
*
libbb/lineedit: implement optional Ctrl-R history search
Denys Vlasenko
2011-07-11
2
-12
/
+161
*
a few tweaks for bionic
Denys Vlasenko
2011-07-08
2
-1
/
+4
*
platform.h: tweaks for cygwin
Denys Vlasenko
2011-07-08
1
-1
/
+9
*
platform.c: provide getline implementation
Timo Teras
2011-06-29
1
-0
/
+29
*
parse_config: use getline. BIG speedup with glibc (~40%).
Timo Teras
2011-06-20
1
-49
/
+43
*
libbb/read_cmdline: prepend {comm} if different from argv0. Closes 3835.
Denys Vlasenko
2011-06-18
1
-3
/
+32
*
procps: remove PSSCAN_STAT define, users were using it incorrectly
Denys Vlasenko
2011-06-18
1
-1
/
+8
*
parse_config: make test applet easier to enable; fix its code
Denys Vlasenko
2011-06-18
2
-32
/
+29
*
libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuation
Denys Vlasenko
2011-06-17
2
-43
/
+51
*
appletlib.c: do not use PAGE_SIZE for malloc tweaking
Denys Vlasenko
2011-06-03
1
-13
/
+2
*
only compile obscure.c when needed
Dan Fandrich
2011-06-03
1
-2
/
+1
*
fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775
Denys Vlasenko
2011-05-29
1
-1
/
+3
*
find: cater for libc w/o FNM_CASEFOLD
Denys Vlasenko
2011-05-23
3
-20
/
+9
*
lineedit: fix rare SEGV; mark a few FIXMEs
Alexey Fomenko
2011-05-20
1
-9
/
+15
*
warning removal
Cristian Ionescu-Idbohrn
2011-05-20
1
-1
/
+1
*
busybox.conf: code shrink
Denys Vlasenko
2011-05-16
1
-13
/
+12
*
busybox.conf: USER.GROUP is _optional_
Denys Vlasenko
2011-05-16
1
-7
/
+6
*
main: make busybox.conf mode handling less obscure
Denys Vlasenko
2011-05-16
1
-33
/
+34
*
main: free suid_config list after use
Denys Vlasenko
2011-05-16
2
-34
/
+31
*
simplify parsing of /etc/busybox.conf
Denys Vlasenko
2011-05-16
1
-45
/
+30
*
fix "variable 'foo' set but not used" warnings
Denys Vlasenko
2011-05-13
1
-5
/
+2
*
adduser: safe username passing to passwd/addgroup
Denys Vlasenko
2011-05-13
1
-2
/
+23
[next]