index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
lineedit.c
Age
Commit message (
Expand
)
Author
2008-08-20
linedit: fix use-after-free
Denis Vlasenko
2008-07-22
another overlapping_strcpy
Denis Vlasenko
2008-07-22
fix all cases of strcpy on overlapping strings.
Denis Vlasenko
2008-07-21
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-08
libbb: introduce and use xrealloc_vector
Denis Vlasenko
2008-06-28
lineedit: document prompt handling
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-05-25
lineedit: correctly handle prompt longer than screen width. closes bug 3414
Denis Vlasenko
2008-05-18
more -Wall warning fixes. -Wall is enabled now.
Denis Vlasenko
2008-05-15
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-13
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-04-25
lineedit: hack for making it sort-of-work even if term width is wrong
Denis Vlasenko
2008-04-24
lineedit: filename completion on symlinks-to-dirs should add / too
Denis Vlasenko
2008-04-22
*: remove remaining instances of ".data" hack
Denis Vlasenko
2008-03-26
*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
Denis Vlasenko
2008-03-26
patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ...
Denis Vlasenko
2008-03-17
*: fix fallout from -Wunused-parameter
Denis Vlasenko
2008-03-02
libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector()
Denis Vlasenko
2008-02-27
*: add optimization barrier to all "G trick" locations
Denis Vlasenko
2008-02-25
*: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it>
Denis Vlasenko
2008-02-20
libbb: introduce and use nonblock_safe_read(). Yay!
Denis Vlasenko
2008-02-18
lineedit: tiny shrink
Denis Vlasenko
2008-02-14
libbb: filename completion should match dangling symlinks too
Denis Vlasenko
2008-02-02
msh: fix Ctrl-C handling with line editing
Denis Vlasenko
2008-01-18
eliminated CONFIG_FEATURE_EDITING_FANCY_KEYS. the size savings
Paul Fox
2008-01-11
enable use of ^V prefix to allow forced insertion of any character. in
Paul Fox
2008-01-11
allow 8-bit characters
Paul Fox
2008-01-07
ps: fix build breakage from vda's recent commit
Denis Vlasenko
2007-12-24
nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)
Denis Vlasenko
2007-12-09
lineedit: don't violate API if we do simple fgets
Denis Vlasenko
2007-12-03
lineedit: reduce stack usage
Denis Vlasenko
2007-11-30
test: stop using lots of bss.
Denis Vlasenko
2007-11-10
lineedit: stop using both data/bss and tons of stack.
Denis Vlasenko
2007-10-20
read_line_input: fix it to not do any fancy editing if echoing is disabled.
Denis Vlasenko
2007-10-18
xatonum.h: add comment
Denis Vlasenko
2007-10-01
printf("%s\n") -> puts()
Denis Vlasenko
2007-09-28
remove stray semicolon
Denis Vlasenko
2007-09-27
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-27
lineedit: plug memory leak
Denis Vlasenko
2007-09-25
documentation bits in comments, no code changes
Denis Vlasenko
2007-06-30
introduce and use bb_basename()
Denis Vlasenko
2007-06-10
moved biggest stack buffers to malloc space, or made their size configurable
Denis Vlasenko
2007-05-31
delete tons of extra #includes
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-04-15
lineedit: state->hist_file doesn't exist if !FEATURE_EDITING_SAVEHISTORY,
Denis Vlasenko
2007-04-14
lineedit: nuke two unused variables and code which sets them
Denis Vlasenko
2007-04-14
lineedit: do not try to open NULL history file
Denis Vlasenko
2007-03-18
fix inadvertently leaked PWD_BUFFER_SIZE
Denis Vlasenko
2007-03-13
Do not fail password check if shadow password does not exist -
Denis Vlasenko
2007-02-11
syslogd: fix "readpath bug" by using readlink instead
Denis Vlasenko
[next]