index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
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
/
docs
/
cgi
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-01-08
Move include <shadow.h> close to pwd.h and grp.h includes
Denys Vlasenko
1
-8
/
+8
2012-01-08
Move Adroid endgrent() and endpwent() NOPS to libbb.h
Denys Vlasenko
2
-7
/
+6
2012-01-06
libpwdgrp/pwd_grp.c: use same static buffer for all getpwXX functions
Denys Vlasenko
1
-62
/
+38
2012-01-06
libpwdgrp/pwd_grp.c: set opened /etc/{passwd,group,shadow} fds CLOEXEC
Denys Vlasenko
1
-0
/
+3
2012-01-06
platform.h: define endgrent() and endpwent() as no-ops on Android
Denys Vlasenko
3
-2
/
+7
2011-12-22
libbb/bb_strtonum: always set end ptr, even on error return
Denys Vlasenko
1
-19
/
+40
2011-12-22
kill: fix segfault in arguments parsing
Alexey Fomenko
1
-4
/
+7
2011-12-20
ash: in standalone mode, search in $PATH if /proc/self/exe doesn't exist
Denys Vlasenko
1
-3
/
+9
2011-12-20
makemime: tweak help text: -a HDR can be repeated
Denys Vlasenko
1
-3
/
+3
2011-12-19
httpd: don't drop/abuse QUERY_STRING when /cgi-bin/index.cgi is used
Denys Vlasenko
2
-19
/
+34
2011-12-18
wget: fix use-after-free on redirect
Denys Vlasenko
1
-2
/
+4
2011-12-18
libbb: remove is_directory's argument which is always NULL
Denys Vlasenko
4
-16
/
+11
2011-12-18
httpd: remove redundant NULL assignment and save one strrchr. -8 bytes
Denys Vlasenko
1
-8
/
+11
2011-12-16
udhcp: finish support of classless static routes (now the correct patch!)
Michael McTernan
1
-18
/
+37
2011-12-16
udhcp: finish support of classless static routes
Michael McTernan
2
-2
/
+13
2011-12-16
vconfig: remove /proc/net/vlan/config check
Paulius Zaleckas
1
-6
/
+0
2011-12-16
httpd: fix /../ sanitization (had one extra semicolon). rewrote it
Denys Vlasenko
1
-13
/
+19
2011-12-16
ash: document bash's exit code too. No code changes
Denys Vlasenko
1
-2
/
+2
2011-12-16
ash: add comment about bash's ENOEXEC handling. No code changes
Denys Vlasenko
1
-0
/
+6
2011-12-15
*: style fixes. no code changes
Denys Vlasenko
3
-9
/
+10
2011-12-15
ifupdown: remove interface from state_list if iface_up fails
Lauri Hintsala
1
-1
/
+1
2011-12-15
configs/android_defconfig: update
Daniel Fandrich
1
-2
/
+4
2011-12-14
touch: add new option FEATURE_TOUCH_SUSV3
walter harms
1
-8
/
+15
2011-12-13
touch: document -t DT option in help text
Denys Vlasenko
1
-2
/
+3
2011-12-08
udhcpc: sanitize hostnames in incoming packets. Closes 3979.
Denys Vlasenko
3
-5
/
+73
2011-12-06
iproute: fix help text
Denys Vlasenko
1
-7
/
+6
2011-12-06
blkid: make help text show [BLOCKDEV]...
Denys Vlasenko
1
-3
/
+1
2011-12-06
volume_id/get_devname: trivial code shrink
Denys Vlasenko
1
-22
/
+19
2011-12-05
suppress a "integer overflow in expression" waring on big endian. Closes 4405
Denys Vlasenko
1
-2
/
+3
2011-12-05
Fix link failure on some platforms when PAM is enabled
Tristan Schmelcher
1
-1
/
+8
2011-12-05
init: code shrink -4 bytes
Denys Vlasenko
1
-4
/
+5
2011-12-05
init: utmp update of DEAD_PROCESS was misplaced, and could be skipped. Fixing.
Denys Vlasenko
1
-3
/
+5
2011-11-29
httpd: small fixes to previous change
Pascal Bellard
1
-7
/
+11
2011-11-29
httpd: make it possible to use system passwords for auth
Pascal Bellard
1
-28
/
+147
2011-11-28
old_e2fsprogs/blkid: close the fd after we are done with it
Denys Vlasenko
1
-2
/
+7
2011-11-28
vi: fix [end] key handling
Denys Vlasenko
1
-1
/
+1
2011-11-23
rx: fix file corruption on block checksum failure
Daniel Fandrich
1
-0
/
+1
2011-11-22
nommu: fix cases where we mangle argv[0][0]
Denys Vlasenko
4
-0
/
+7
2011-11-21
Added a few more features to android_defconfig
Daniel Fandrich
1
-5
/
+5
2011-11-19
makemime: document our current behavior. Tweak help text
Denys Vlasenko
2
-5
/
+25
2011-11-19
makemime: content-type should default to application/octet-stream
Denys Vlasenko
2
-9
/
+3
2011-11-19
sendmail: fix a mistake in previous commit
Denys Vlasenko
1
-1
/
+1
2011-11-18
sendmail: stop doing -t unconditionally; makemime: generate 76 char base64 lines
Denys Vlasenko
2
-11
/
+13
2011-11-18
hexdump: fix hexdump -n1 -ve '8/2 ""' SEGV. Closes 4478
Denys Vlasenko
1
-11
/
+14
2011-11-18
udhcpc: shrink code by setting xid more economically
Denys Vlasenko
1
-4
/
+8
2011-11-17
libbb.h: add check for bad off_t size detection
Denys Vlasenko
1
-0
/
+6
2011-11-16
libbb.h: tighten up macro code
Denys Vlasenko
1
-3
/
+3
2011-11-16
udhcpc6: rudimentary code to export data to script; fix IAADDR parsing
Denys Vlasenko
5
-40
/
+131