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
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit '1_20_0' into merge
Ron Yorston
2012-04-23
1
-0
/
+561
|
\
|
*
Drop include/bb_linux_ext2_fs.h, use existing e2fsprogs/e2fs_defs.h
Denys Vlasenko
2012-04-17
2
-547
/
+561
|
*
Create and use our own copy of linux/ext2_fs.h
Denys Vlasenko
2012-04-13
1
-0
/
+547
*
|
win32: use uname/getdomainname in safe_gethostname.c
Ron Yorston
2012-04-23
1
-0
/
+1
*
|
win32: implement ioctl
Ron Yorston
2012-04-23
1
-1
/
+1
*
|
win32: add popen implementation that uses shell
Ron Yorston
2012-04-23
1
-0
/
+5
*
|
strsep is in upstream BusyBox: no need for MINGW32 version
Ron Yorston
2012-04-18
2
-4
/
+1
*
|
Make fake fcntl(F_DUPFD) for WIN32
Ron Yorston
2012-04-03
1
-0
/
+2
*
|
ash: some fixes so busybox-w32 (almost) compiles on POSIX
Ron Yorston
2012-04-03
1
-1
/
+0
*
|
Fix off_t define so MINGW32 doesn't require LFS
Ron Yorston
2012-03-31
1
-1
/
+3
*
|
Update mingw.c from latest git/compat
Ron Yorston
2012-03-30
1
-6
/
+7
*
|
Use gnulib poll, importing the version from git
Ron Yorston
2012-03-30
1
-14
/
+0
*
|
MinGW snprintf/vsnprintf work properly
Ron Yorston
2012-03-26
1
-0
/
+12
*
|
Simplify MINGW32 support in ls.c
Ron Yorston
2012-03-26
1
-0
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2012-03-23
6
-65
/
+93
|
\
|
|
*
tar,rpm2cpio: check that child decompressor did not error out
Denys Vlasenko
2012-03-06
1
-0
/
+1
|
*
update seamless uncompression code
Denys Vlasenko
2012-03-06
2
-36
/
+34
|
*
preparatory cleanups for seamless uncompression improvements
Denys Vlasenko
2012-03-06
1
-0
/
+8
|
*
blkid: if parameters are given, do not scan /dev
Denys Vlasenko
2012-03-03
1
-1
/
+1
|
*
tar: add support for PAX-encoded path=LONGFILENAME
Denys Vlasenko
2012-02-23
1
-4
/
+5
|
*
Make unix (local) sockets work without IPv6 enabled
Jonh Wendell
2012-02-09
1
-5
/
+0
|
*
mdev: do not treat non-leading '#' chars as start of comment. Closes 4676
Denys Vlasenko
2012-01-11
1
-2
/
+3
|
*
Move include <shadow.h> close to pwd.h and grp.h includes
Denys Vlasenko
2012-01-08
1
-8
/
+8
|
*
Move Adroid endgrent() and endpwent() NOPS to libbb.h
Denys Vlasenko
2012-01-08
2
-7
/
+6
|
*
platform.h: define endgrent() and endpwent() as no-ops on Android
Denys Vlasenko
2012-01-06
3
-2
/
+7
|
*
libbb: remove is_directory's argument which is always NULL
Denys Vlasenko
2011-12-18
1
-1
/
+1
|
*
udhcp: finish support of classless static routes
Michael McTernan
2011-12-16
1
-0
/
+9
|
*
suppress a "integer overflow in expression" waring on big endian. Closes 4405
Denys Vlasenko
2011-12-05
1
-2
/
+3
|
*
nommu: fix cases where we mangle argv[0][0]
Denys Vlasenko
2011-11-22
1
-0
/
+3
|
*
libbb.h: add check for bad off_t size detection
Denys Vlasenko
2011-11-17
1
-0
/
+6
|
*
libbb.h: tighten up macro code
Denys Vlasenko
2011-11-16
1
-3
/
+3
|
*
bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemon
Peter Korsgaard
2011-11-09
1
-0
/
+1
*
|
Merge commit 'c0cae52662ccced9df19f19ec94238d1b1e3bd71' into merge
Ron Yorston
2012-03-23
4
-48
/
+74
|
\
|
|
*
lineedit: add support for M-b, M-f, M-d, M-Backspace
Denys Vlasenko
2011-11-03
1
-17
/
+29
|
*
libbb: split decode_base64 off read_base64
Leonid Lisovskiy
2011-10-28
1
-1
/
+2
|
*
libbb.h: remove unused defines
Denys Vlasenko
2011-10-24
1
-7
/
+0
|
*
udhcpc: add support for DHCP option 212 (RFC 5969)
Denys Vlasenko
2011-10-19
1
-2
/
+2
|
*
disable strverscmp usage if we build against uClibc-0.9.31
Oliver Metz
2011-10-09
1
-1
/
+1
|
*
rename archive.h to bb_archive.h. no code changes
Denys Vlasenko
2011-09-22
1
-0
/
+0
|
*
add INIT_G()'s. No code changes.
Denys Vlasenko
2011-09-21
1
-3
/
+6
|
*
mdev: expand --help so that it's actually useful.
Denys Vlasenko
2011-09-19
1
-1
/
+0
|
*
losetup: implement -r option. Closes 4033.
Denys Vlasenko
2011-09-12
1
-1
/
+1
|
*
wget: URL-decode user:password before base64-encoding it into auth hdr. Close...
Denys Vlasenko
2011-09-11
1
-0
/
+9
|
*
stop declariong our own dirname prototype
Denys Vlasenko
2011-09-10
1
-6
/
+5
|
*
Android build fixes and alternate (hopefully simpler) defconfig for it
Denys Vlasenko
2011-09-09
1
-1
/
+1
|
*
networking: consolidate the IP checksum code. -129 bytes.
Baruch Siach
2011-09-07
1
-0
/
+1
|
*
lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicator
Denys Vlasenko
2011-09-04
1
-7
/
+6
|
*
lineedit: add support for history saving on exit
Denys Vlasenko
2011-09-04
1
-0
/
+9
|
*
Fixes for FreeBSD build
Matthias Andree
2011-08-28
1
-0
/
+2
|
*
hostid: fix behavior on identifiers starting with zeros
Pere Orga
2011-08-16
1
-1
/
+0
[next]