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
/
read.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
randomconfig fixes
Denis Vlasenko
2008-08-05
1
-1
/
+5
*
*: refactor handling of archived files. "tar f file.tar.lzma" now works too.
Denis Vlasenko
2008-08-05
1
-13
/
+76
*
modprobe: use buffering line reads (fgets) instead of reads().
Denis Vlasenko
2008-08-04
1
-25
/
+0
*
open_transformer: do not return fd, it does not change
Denis Vlasenko
2008-07-10
1
-16
/
+46
*
libbb: use improved xmalloc_read() from modprobe-small
Denis Vlasenko
2008-07-09
1
-76
/
+56
*
libbb: introduce and use xrealloc_vector
Denis Vlasenko
2008-07-08
1
-0
/
+49
*
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-27
1
-12
/
+12
*
changes in comments only
Denis Vlasenko
2008-06-24
1
-2
/
+2
*
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-13
1
-2
/
+2
*
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
*
*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
Denis Vlasenko
2008-03-26
1
-5
/
+6
*
lpd: fix OOM vulnerability (was eating arbitrarily large commands)
Denis Vlasenko
2008-03-24
1
-3
/
+6
*
lpd: spool mode added by Vladimir
Denis Vlasenko
2008-02-25
1
-2
/
+8
*
lpd: new applet by Vladimir Dronnikov <dronnikov AT gmail.com>
Denis Vlasenko
2008-02-24
1
-2
/
+1
*
corrected English in comment
Denis Vlasenko
2008-02-20
1
-1
/
+1
*
libbb: introduce and use nonblock_safe_read(). Yay!
Denis Vlasenko
2008-02-20
1
-1
/
+55
*
top,ps: improve /proc/PID/cmdinfo reading code
Denis Vlasenko
2007-06-30
1
-3
/
+3
*
hush: fix read builtin to not read ahead past eol and to not use
Denis Vlasenko
2007-06-13
1
-11
/
+42
*
clean up accumulated whitespace damage
Denis Vlasenko
2007-03-07
1
-1
/
+1
*
random small size optimizations
Denis Vlasenko
2007-01-12
1
-1
/
+1
*
start_stop_daemon: fix bug where any program name was "matching"
Denis Vlasenko
2006-12-17
1
-2
/
+5
*
reads: fix bug 1078
Denis Vlasenko
2006-10-31
1
-1
/
+2
*
add open_read_close() and similar stuff
Denis Vlasenko
2006-10-14
1
-0
/
+133