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
/
libbb.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
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
|
*
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
*
|
Merge commit 'd84b175cb6948eb17f847313bf912174e2f934e1' into merge
Ron Yorston
2012-03-22
1
-19
/
+6
|
\
|
|
*
*: work around sysinfo.h versus linux/*.h problems
Denys Vlasenko
2011-07-26
1
-4
/
+6
|
*
libbb.h: do not use homegrown struct sysinfo.
Denys Vlasenko
2011-07-25
1
-19
/
+4
*
|
Merge commit '066f39956641300c1e5c6bfe6c11a115cea3e2cf' into merge
Ron Yorston
2012-03-22
1
-9
/
+31
|
\
|
|
*
Use the _unlocked stdio macros only when they're all available
Dan Fandrich
2011-06-30
1
-16
/
+20
|
*
libbb.h: tweak _unlocked hack
Denys Vlasenko
2011-06-30
1
-36
/
+18
|
*
libbb: use _unlocked variants of stdio I/O.
Denys Vlasenko
2011-06-20
1
-0
/
+38
|
*
parse_config: use getline. BIG speedup with glibc (~40%).
Timo Teras
2011-06-20
1
-1
/
+2
|
*
procps: remove PSSCAN_STAT define, users were using it incorrectly
Denys Vlasenko
2011-06-18
1
-7
/
+0
|
*
libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuation
Denys Vlasenko
2011-06-17
1
-1
/
+5
*
|
Merge commit '56a3b82e9692a25ef9c9269e88feac0d579ce8e8' into merge
Ron Yorston
2012-03-22
1
-10
/
+28
|
\
|
|
*
libbb.h: small reordering
Denys Vlasenko
2011-05-23
1
-5
/
+8
|
*
main: free suid_config list after use
Denys Vlasenko
2011-05-16
1
-1
/
+5
|
*
adduser: safe username passing to passwd/addgroup
Denys Vlasenko
2011-05-13
1
-2
/
+7
|
*
libbb.h: use inlined sigfillset, sigemptyset, sigisemptyset on uclibc
Denys Vlasenko
2011-05-12
1
-0
/
+6
|
*
hush: make read builtin interruptible.
Denys Vlasenko
2011-05-08
1
-1
/
+1
|
*
libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...
Denys Vlasenko
2011-05-08
1
-2
/
+2
*
|
Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into merge
Ron Yorston
2012-03-22
1
-2
/
+4
|
\
|
|
*
libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.
Denys Vlasenko
2011-04-07
1
-1
/
+1
|
*
ash,hush: optional support for $HISTFILESIZE.
Denys Vlasenko
2011-03-31
1
-1
/
+3
*
|
Merge commit '19311bfa7b8e8c6effa9c375de9b0eb4338bee12' into merge
Ron Yorston
2012-03-22
1
-4
/
+11
|
\
|
|
*
use user's shell instead of hardwired "/bin/sh" (android needs this)
Denys Vlasenko
2011-03-08
1
-1
/
+8
|
*
libbb: make user/group name cache strings longer (~27 chars)
Denys Vlasenko
2011-03-01
1
-3
/
+3
*
|
Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into merge
Ron Yorston
2012-03-22
1
-27
/
+30
|
\
|
|
*
progress meter: fix bugs found in stall detection and unknown size logic
Denys Vlasenko
2011-02-11
1
-2
/
+3
|
*
progress meter: move file name to bb_progress_t. +20 bytes
Denys Vlasenko
2011-02-11
1
-3
/
+9
|
*
progress bar: better overflow protection; more precise bar
Denys Vlasenko
2011-02-10
1
-2
/
+3
|
*
use unistd.h before _POSIX_VERSION
Denys Vlasenko
2011-02-08
1
-1
/
+0
|
*
ash: fix TMOUT not restoring tty attributes
Denys Vlasenko
2011-02-08
1
-3
/
+2
|
*
incorporate header fixes proposed in bug 3097
Denys Vlasenko
2011-02-07
1
-0
/
+3
|
*
ash: optional support for $TMOUT variable
Denys Vlasenko
2011-02-04
1
-1
/
+3
|
*
move nofork_save_area from libbb.h to vfork_daemon_rexec.c
Denys Vlasenko
2011-02-02
1
-11
/
+0
|
*
hush: use FEATURE_SH_NOFORK to enable NOFORK trick
Denys Vlasenko
2011-02-02
1
-0
/
+1
|
*
libbb: make BB_EXECVP/LP try to exec real binary if there's no /proc/self/exe
Denys Vlasenko
2011-02-02
1
-5
/
+7
*
|
Merge commit '8d0e0cdadf726beab28ccdc7d69738c1534e1f74' into merge
Ron Yorston
2012-03-21
1
-10
/
+41
|
\
|
|
*
move utmp.h include to libbb.h
Denys Vlasenko
2011-01-25
1
-0
/
+3
|
*
add ENABLE_FEATURE_SYSTEMD and use it in syslogd
Davide Cavalca
2011-01-25
1
-0
/
+6
|
*
nicer looking ifdef in libbb/makedev.c
Denys Vlasenko
2011-01-24
1
-1
/
+1
|
*
FreeBSD compat
Chris Rees
2011-01-24
1
-6
/
+9
|
*
FreeBSD compat
Chris Rees
2011-01-24
1
-0
/
+6
|
*
libbb: make ndelay_no/off a bit more clever. +14 bytes
Denys Vlasenko
2011-01-24
1
-3
/
+3
|
*
insmod: check for module read errors
Denys Vlasenko
2011-01-17
1
-2
/
+2
|
*
move passwd, shadow, group and gshadow path definitions to libbb.h
Tito Ragusa
2011-01-16
1
-4
/
+17
*
|
libbb.h: avoid reddefining WINVER
Stefan Sauer
2011-12-05
1
-1
/
+3
*
|
Merge remote-tracking branch 'upstream/master'
Nguyễn Thái Ngọc Duy
2011-01-04
1
-0
/
+1
|
\
|
[prev]
[next]