aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-13Move stpcpy replacement function into libbbDan Fandrich
2011-02-13mktemp: make it more compatible with GNU coreutils 8.4Denys Vlasenko
2011-02-13fix bug 3223 (parameter loading problem for 2.4 kernels)Denys Vlasenko
2011-02-13wget: support multiple URLs on command line even without -O :)Denys Vlasenko
2011-02-13wget: support multiple URLs on command lineDenys Vlasenko
2011-02-12typo fix in commentDenys Vlasenko
2011-02-12find: trim help text a bitDenys Vlasenko
2011-02-12find: remove the hack we use to parse options first, replace with simpler codeDenys Vlasenko
2011-02-12find: print/print0/prune _can_ be inverted, fix itDenys Vlasenko
2011-02-12find: document ! (not) operatorDenys Vlasenko
2011-02-12find: help text: PATH must be firstDenys Vlasenko
2011-02-12find: yet another tweak to help textDenys Vlasenko
2011-02-12find: fix help text about -prune: it also does assume -printDenys Vlasenko
2011-02-12find: significantly improve hext text. +116 bytesDenys Vlasenko
2011-02-12typo fixDenys Vlasenko
2011-02-11wget: display 100% at the _end_ of chunked downloadDenys Vlasenko
2011-02-11wget: chunked mode fix. Closes bug 3229Denys Vlasenko
2011-02-11wget: explain clearerr more clearlyDenys Vlasenko
2011-02-11wget: correctly handle rare case when we get EAGAIN _on first_ readDenys Vlasenko
2011-02-11progress meter: fix bugs found in stall detection and unknown size logicDenys Vlasenko
2011-02-11progress meter: move file name to bb_progress_t. +20 bytesDenys Vlasenko
2011-02-11libbb/progress.c: make sure we never get negative ETADenys Vlasenko
2011-02-10progress meter: display >999 hours ETA correctlyDenys Vlasenko
2011-02-10wget: shrink progress meter code; strink wget and add debug loggingDenys Vlasenko
2011-02-10progress bar: better overflow protection; more precise barDenys Vlasenko
2011-02-10wget: use closed HTTP/1.1 connection, stop when we dl'ed $content_len bytesDenys Vlasenko
2011-02-10remve erroneous dependensies on INSTALLERDenys Vlasenko
2011-02-10getty config help: fix example scriptDenys Vlasenko
2011-02-10getty: extend its config helpDenys Vlasenko
2011-02-10reset: "ESC(K" selects German, why do we use THAT? Change to "ESC(B" (US)Denys Vlasenko
2011-02-10save 10 bytes on stringsDenys Vlasenko
2011-02-10wget: remove functions which retry on EINTRDenys Vlasenko
2011-02-10fix trivial build failureDenys Vlasenko
2011-02-10wget: use FEATURE_COPYBUF_KB-sized buffer. Much faster for local transfersDenys Vlasenko
2011-02-10tc: less ugly check for bad sizeof(G)Denys Vlasenko
2011-02-09iproute: fix handling of "dev IFACE" selectorDenys Vlasenko
2011-02-09scripts/mkconfigs: don't use invalid basic regexpDenys Vlasenko
2011-02-08use unistd.h before _POSIX_VERSIONDenys Vlasenko
2011-02-08ash: fix TMOUT not restoring tty attributesDenys Vlasenko
2011-02-07incorporate header fixes proposed in bug 3097Denys Vlasenko
2011-02-07scripts/kconfig/mconf.c: stop-gap fix for buffer overflowDenys Vlasenko
2011-02-07echo: do not retry on write errorsDenys Vlasenko
2011-02-06typo fixDenys Vlasenko
2011-02-06tar: fix a bug where autodetection messes up -z on extractDenys Vlasenko
2011-02-06runlevel/wall: depend on utmp featureMike Frysinger
2011-02-06udhcpc: fix a problem with binary-encoded optionsDenys Vlasenko
2011-02-06ping: trivial simplification. -2 bytesDenys Vlasenko
2011-02-05ping: fix IPv6 pinging. Closes bug 3187Denys Vlasenko
2011-02-05Let fbsplash display images even when a second buffer is activeDan Fandrich
2011-02-05ubimkvol,ubirmvol,ubirsvol: new appletsReuben Dowle