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
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.11.0 patches. Bump version to 1.11.1.
Denis Vlasenko
2008-07-11
1
-1
/
+1
*
defconfig fix; "help output to fd 2" fix
Denis Vlasenko
2008-06-25
1
-0
/
+1
*
changes in comments only
Denis Vlasenko
2008-06-24
1
-2
/
+2
*
fix breakage found by randomconfig
Denis Vlasenko
2008-06-23
1
-3
/
+3
*
strrchr: actually, last one was finding "" in "any" at pos 0,
Denis Vlasenko
2008-06-18
1
-1
/
+1
*
strrchr: bikeshed painting time!
Denis Vlasenko
2008-06-18
1
-51
/
+43
*
- fixes from Tito
Bernhard Reutner-Fischer
2008-06-18
1
-10
/
+7
*
- fix includes
Bernhard Reutner-Fischer
2008-06-17
1
-2
/
+1
*
- improved strrstr impl from vda with testcases from Tito and vda
Bernhard Reutner-Fischer
2008-06-17
1
-6
/
+69
*
whitespace and comment fixes, no code changes
Denis Vlasenko
2008-06-16
2
-7
/
+3
*
Specially for Bernhard Fischer introduce USE_BB_CRYPT
Denis Vlasenko
2008-06-15
1
-0
/
+17
*
further encrypt_des optimizations
Denis Vlasenko
2008-06-15
1
-51
/
+141
*
cryptpw: fix "cryptpw -a des -- TEXT" case
Denis Vlasenko
2008-06-15
1
-67
/
+75
*
*: use llist_pop for traverse-and-free list operation
Denis Vlasenko
2008-06-15
1
-1
/
+1
*
crypt: code shrink
Denis Vlasenko
2008-06-14
2
-21
/
+11
*
dos2unix: do not destroy symlinks and mode of the file being converted.
Denis Vlasenko
2008-06-14
1
-1
/
+0
*
udhcpc: kill undocumented -W, it was a no-op.
Denis Vlasenko
2008-06-13
1
-1
/
+1
*
trivial crypt shrinkage
Denis Vlasenko
2008-06-13
2
-9
/
+8
*
make pw_encrypt() return malloc'ed string.
Denis Vlasenko
2008-06-12
2
-5
/
+7
*
uclibc insists on having 70k static buffer for crypt.
Denis Vlasenko
2008-06-12
4
-5
/
+1409
*
define CLOCK_MONOTONIC to 1 if it is not defined
Denis Vlasenko
2008-06-07
1
-0
/
+6
*
add libbb/print_flags.c...
Denis Vlasenko
2008-06-07
1
-0
/
+32
*
libbb: introduce and use print_flags().
Denis Vlasenko
2008-06-07
1
-0
/
+1
*
which: -a support (needed for bfin uclibc build script)
Denis Vlasenko
2008-06-05
1
-10
/
+17
*
libiproute: fix option parsing, so that "ip -o link" works again.
Denis Vlasenko
2008-05-31
1
-2
/
+2
*
- add strrchr
Bernhard Reutner-Fischer
2008-05-28
2
-0
/
+21
*
lineedit: correctly handle prompt longer than screen width. closes bug 3414
Denis Vlasenko
2008-05-25
1
-14
/
+18
*
dnsd: fixes various segfaults.
Denis Vlasenko
2008-05-22
1
-6
/
+11
*
- use STD*_FILENO some more. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
2
-2
/
+2
*
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
2
-3
/
+3
*
- Rename getpty() to xgetpty() and adjust callers.
Bernhard Reutner-Fischer
2008-05-19
4
-5
/
+38
*
more -Wall warning fixes. -Wall is enabled now.
Denis Vlasenko
2008-05-18
3
-5
/
+5
*
- fix bug where we incorrectly rejected ifconfig eth0 hw ether $whatever
Bernhard Reutner-Fischer
2008-05-16
1
-0
/
+7
*
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-15
4
-8
/
+9
*
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-13
5
-10
/
+10
*
httpd: fix several bugs triggering by realtive path in -h DIR.
Denis Vlasenko
2008-05-07
1
-3
/
+5
*
fix build failure for libbusybox
Denis Vlasenko
2008-04-29
1
-3
/
+4
*
libbb: fix wrong sscanf count check (affects pidof etc)
Denis Vlasenko
2008-04-25
1
-1
/
+1
*
lineedit: hack for making it sort-of-work even if term width is wrong
Denis Vlasenko
2008-04-25
1
-0
/
+19
*
- bump copyright year
Bernhard Reutner-Fischer
2008-04-24
1
-1
/
+1
*
lineedit: filename completion on symlinks-to-dirs should add / too
Denis Vlasenko
2008-04-24
1
-8
/
+11
*
getopt32: fix "tar x" case; fix memory leak
Denis Vlasenko
2008-04-23
1
-5
/
+3
*
add forgotten files. I am forgetting it all the time :(
Denis Vlasenko
2008-04-22
1
-0
/
+23
*
*: remove remaining instances of ".data" hack
Denis Vlasenko
2008-04-22
4
-13
/
+18
*
getopt32: fix recently broken opt_complementary "--"
Denis Vlasenko
2008-04-21
1
-2
/
+3
*
tentative fix for ppc64 problems with ioctl.
Denis Vlasenko
2008-04-21
1
-6
/
+6
*
xmalloc_open_read_close: use fstat to get file size (instead of lseek).
Denis Vlasenko
2008-04-20
1
-0
/
+43
*
libbb: prevent xmalloc_open_read_close from dying on seek failure
Denis Vlasenko
2008-04-20
1
-7
/
+16
*
libbb: introduce xmalloc_xopen_read_close and use where appropriate
Denis Vlasenko
2008-04-19
1
-1
/
+11
*
style fixes. no code changes
Denis Vlasenko
2008-04-19
1
-1
/
+1
[next]