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
/
include
/
libbb.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
use utimes() rather than obsolescent utime()
Bernhard Reutner-Fischer
2009-11-14
1
-1
/
+0
*
wget: factor out progress bar code
Magnus Damm
2009-11-08
1
-0
/
+10
*
libbb.h: remove two over-zealous RETURNS_MALLOC
Denys Vlasenko
2009-11-04
1
-2
/
+3
*
include/libbb.h: mark malloc-returning functions with GCC attribute
Denys Vlasenko
2009-11-02
1
-34
/
+35
*
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-11-02
1
-1
/
+1
*
add and use xopen_nonblocking (-18b)
Bernhard Reutner-Fischer
2009-10-27
1
-0
/
+1
*
read_key: remove handling for ctrl-up/down, we don't use that. -12 bytes
Denys Vlasenko
2009-10-26
1
-1
/
+1
*
lineedit: handle Ctrl-arrows
Denys Vlasenko
2009-10-25
1
-0
/
+5
*
libbb.h: tidy it up a bit. no code changes (verified)
Denys Vlasenko
2009-10-23
1
-17
/
+13
*
fix isalnum and isxdigit. Unfortunately, +285 bytes
Denys Vlasenko
2009-10-23
1
-2
/
+22
*
eliminate all remaining users of ctype. ~600 byte large tables are gone.
Denys Vlasenko
2009-10-23
1
-14
/
+35
*
*: optimize most of isXXXXX() macros
Denys Vlasenko
2009-10-23
1
-6
/
+16
*
libbb: smaller isdigit. -95 bytes
Denys Vlasenko
2009-10-23
1
-2
/
+3
*
*: use better isspace implementation
Denys Vlasenko
2009-10-22
1
-1
/
+10
*
randomconfig fixes
Denys Vlasenko
2009-10-19
1
-0
/
+1
*
move generate_uuid from mkswap to libbb
Vladimir Dronnikov
2009-10-15
1
-0
/
+3
*
libbb/human_readable.c: shrink; and reduce bss usage
Denys Vlasenko
2009-10-13
1
-0
/
+4
*
unpackers: check errors from close() too
Denys Vlasenko
2009-10-05
1
-0
/
+3
*
find: -follow should not error out on dandling links
Denys Vlasenko
2009-09-29
1
-0
/
+2
*
ps: fix compile breakage
Denys Vlasenko
2009-09-22
1
-1
/
+1
*
ps,top: add an option to show threads. +260 bytes of code
Denys Vlasenko
2009-09-19
1
-0
/
+2
*
fix read_cmdline API and a small buglet where "[comm]" may be too narrow
Denys Vlasenko
2009-09-12
1
-2
/
+2
*
documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)
Denys Vlasenko
2009-09-06
1
-1
/
+1
*
remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)
Denys Vlasenko
2009-09-06
1
-1
/
+1
*
fix duplicate FAST_FUNC FAST_FUNC
Denys Vlasenko
2009-08-21
1
-1
/
+1
*
make find_pid_by_name look at /proc/PID/exe too
Alexander Shishkin
2009-07-29
1
-1
/
+2
*
fix mountpoint test to not prevemt mkfs_xxx from making image in any file
Denys Vlasenko
2009-07-18
1
-1
/
+1
*
touch: implement -d --date (our own testsuite needs that)
Denys Vlasenko
2009-07-18
1
-0
/
+1
*
date: factor out date parsing (in preparation for touch -d)
Denys Vlasenko
2009-07-18
1
-0
/
+3
*
fix a thinko in lineedit completion code
Denys Vlasenko
2009-07-16
1
-2
/
+3
*
restore shadow.h independence
Mike Frysinger
2009-07-09
1
-1
/
+6
*
df: fix "df /"
Denys Vlasenko
2009-07-05
1
-1
/
+1
*
Patches to enable FreeBSD build
Denys Vlasenko
2009-07-05
1
-0
/
+6
*
ps: conditionally support additional -o FIELDs
Denys Vlasenko
2009-07-03
1
-4
/
+10
*
getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS
Denys Vlasenko
2009-06-19
1
-1
/
+1
*
stop using non-standard macro, use WEXITSTATUS instead
Denys Vlasenko
2009-06-07
1
-5
/
+1
*
read_key: drop optimization where we read 3 bytes at once
Denys Vlasenko
2009-05-29
1
-48
/
+48
*
line editing: add an option to emit ESC [ 6 n and use results
Denys Vlasenko
2009-05-17
1
-3
/
+10
*
xmalloc_[open_]read[_close]: do not ignore xrealloc return value
Denys Vlasenko
2009-05-15
1
-0
/
+6
*
lineedit: use read_key to recognize ESC sequence.
Denys Vlasenko
2009-05-15
1
-12
/
+12
*
httpd: simplify insane conf file parser
Denis Vlasenko
2009-04-22
1
-0
/
+2
*
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
1
-10
/
+10
*
*: unify concurrent-safe update of /etc/{passwd,group,[g]shadow}
Denis Vlasenko
2009-04-14
1
-2
/
+9
*
move llist_find_str from modutils to libbb
Denis Vlasenko
2009-04-13
1
-0
/
+1
*
*: make "pragma GCC visibility push(hidden)" less ugly
Denis Vlasenko
2009-04-09
1
-10
/
+5
*
trailing whitespace removal
Denis Vlasenko
2009-04-01
1
-1
/
+1
*
mkdosfs (aka mkfs.vfat): new applet by Vladimir
Denis Vlasenko
2009-03-28
1
-0
/
+4
*
libbb: revent previous version of "concurrent history updating"
Denis Vlasenko
2009-03-23
1
-1
/
+1
*
libbb: make history saving/loading concurrent-safe
Denis Vlasenko
2009-03-22
1
-3
/
+7
*
Compatibility fixes:
Denis Vlasenko
2009-03-20
1
-5
/
+5
[prev]
[next]