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
*
apply post-1.14.2 patches
Denys Vlasenko
2009-08-02
1
-7
/
+15
*
post 1.14.1 fixes; bump version to 1.14.2
1_14_2
Denys Vlasenko
2009-06-22
1
-13
/
+19
*
post-1.14.0 fixes
Denys Vlasenko
2009-05-27
2
-3
/
+5
*
website: announce 1.14.0 and 1.13.4
1_14_0
Denis Vlasenko
2009-04-15
1
-0
/
+1
*
randomconfig fixes
Denis Vlasenko
2009-04-14
1
-1
/
+3
*
*: unify concurrent-safe update of /etc/{passwd,group,[g]shadow}
Denis Vlasenko
2009-04-14
2
-27
/
+139
*
move llist_find_str from modutils to libbb
Denis Vlasenko
2009-04-13
1
-0
/
+10
*
hush: print cd error to stderr; use fopen_or_warn in builtin_source;
Denis Vlasenko
2009-04-06
1
-1
/
+1
*
libbb: fix typo in comment
Denis Vlasenko
2009-03-31
1
-1
/
+1
*
randomtest fixes
Denis Vlasenko
2009-03-28
1
-6
/
+5
*
libbb: revent previous version of "concurrent history updating"
Denis Vlasenko
2009-03-23
1
-59
/
+55
*
libbb: make history saving/loading concurrent-safe
Denis Vlasenko
2009-03-22
1
-32
/
+110
*
ls: make readlink error to not disrupt output (try ls -l /proc/self/fd).
Denis Vlasenko
2009-03-21
1
-1
/
+5
*
Compatibility fixes:
Denis Vlasenko
2009-03-20
1
-10
/
+9
*
ftpd: fix command fetching to not do it in 1-byte reads;
Denis Vlasenko
2009-03-18
2
-6
/
+26
*
sha: merge K[] for sha256 and 512
Denis Vlasenko
2009-03-15
1
-125
/
+96
*
sha: fix thinko in sha512; add FAST_FUNC to sha1/sha256
Denis Vlasenko
2009-03-15
1
-4
/
+4
*
sha: merge sha1/sha256 handling (they are similar enough for this),
Denis Vlasenko
2009-03-15
1
-202
/
+88
*
mount: support "-O option"; stop trying to mount swap partitions
Denis Vlasenko
2009-03-14
1
-19
/
+17
*
sha: reduce sha256/512 context size. Make sha1/sha256 code more similar
Denis Vlasenko
2009-03-12
1
-69
/
+76
*
sha: tiny shrink
Denis Vlasenko
2009-03-12
1
-8
/
+5
*
add comment about sha testing
Denis Vlasenko
2009-03-12
1
-1
/
+7
*
shrink sha hashing a bit more (remove wbuflen field from ctx),
Denis Vlasenko
2009-03-12
2
-132
/
+111
*
shrink sha hashing
Denis Vlasenko
2009-03-12
2
-49
/
+34
*
sha256/512: code shrink. Run-tested.
Denis Vlasenko
2009-03-11
1
-284
/
+253
*
ftpd: EPSV and SIZE support. Tested to work on IPv6 too.
Denis Vlasenko
2009-03-09
1
-2
/
+7
*
*: move get_sock_lsa and xwrite_str to libbb, use where appropriate
Denis Vlasenko
2009-03-09
4
-6
/
+23
*
- fix typo (thanks to Peter Kjellerstedt for noticing)
Bernhard Reutner-Fischer
2009-02-23
1
-1
/
+1
*
- Dual-license the config parser also under "LGLPv2.1 or later"
Bernhard Reutner-Fischer
2009-02-22
1
-0
/
+1
*
killall and sestatus also need ARGVN scanning
Denis Vlasenko
2009-02-14
1
-7
/
+6
*
init: preparatory patch, no code changes
Denis Vlasenko
2009-01-31
1
-1
/
+1
*
traceroute: preparatory trivial cleanups
Denis Vlasenko
2009-01-24
1
-1
/
+1
*
libbb: shrink linked list ops (by xmaks AT email.cz)
Denis Vlasenko
2009-01-13
1
-36
/
+18
*
libbb: add bb_unsetenv (taken from hush).
Denis Vlasenko
2008-12-30
1
-0
/
+23
*
libbb: introduce and use xmalloc_ttyname (-32 in bss).
Denis Vlasenko
2008-12-23
1
-0
/
+11
*
add a note that SO_BINDTODEVICE needs padded iface name on 2.6.26
Denis Vlasenko
2008-12-10
1
-1
/
+3
*
bb_info_msg: make it do atomic, unbuffered writes
Denis Vlasenko
2008-12-10
1
-0
/
+26
*
*: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.
Denis Vlasenko
2008-12-10
1
-0
/
+15
*
libbb: move crypt_make_salt() to pw_encrypt.c, reuse
Denis Vlasenko
2008-12-07
4
-59
/
+56
*
Fix forgotten license comments
Denis Vlasenko
2008-12-07
13
-4
/
+28
*
libbb: add xgetgrnam too. ~0 code size change
Denis Vlasenko
2008-12-05
1
-5
/
+9
*
libbb/crypt: code shrink
Denis Vlasenko
2008-12-04
2
-31
/
+39
*
libbb: introduce and use xgetpwnam. ~ -150 bytes.
Denis Vlasenko
2008-12-03
1
-5
/
+10
*
- add new applet mkpasswd(1)
Bernhard Reutner-Fischer
2008-12-03
2
-5
/
+9
*
libbb: password/group function helpers rewritten by Tito:
Denis Vlasenko
2008-12-02
2
-57
/
+61
*
libbb: add strncpy_IFNAMSIZ
Denis Vlasenko
2008-12-02
1
-0
/
+8
*
ash,hush: add TODO for rare build failure
Denis Vlasenko
2008-11-25
2
-3
/
+0
*
trim help text a bit
Denis Vlasenko
2008-11-24
1
-2
/
+2
*
timeout: new applet. 370 bytes. by Roberto Foglietta.
Denis Vlasenko
2008-11-24
1
-1
/
+1
*
libbb: replace some memmove's with memcpy's (Ron (ron AT debian.org))
Denis Vlasenko
2008-11-16
1
-6
/
+6
[next]