aboutsummaryrefslogtreecommitdiff
path: root/printutils
AgeCommit message (Expand)Author
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-06-07lpd: avoid SEGVing on immediate EOF from peerDenys Vlasenko
2018-12-28config: update size informationDenys Vlasenko
2018-06-06restore documentation on the build config languageKartik Agaram
2017-08-04libbb: use _exit, not exit, in bb_daemonize_or_rexec()Denys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-01-29*: add comment about APPLET_ODDNAME formatDenys Vlasenko
2015-10-19printutils/*: convert to new-style "one file" appletsDenys Vlasenko
2015-10-07build system: -fno-builtin-printfDenys Vlasenko
2015-03-12Use chomp to remove newlinesRon Yorston
2012-06-10lpr: don't send 0-byte print jobs (compat)Denys Vlasenko
2012-04-27lpr: small code shrinkDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-05-08libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmall...Denys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2010-10-22*: introduce and use xmkstemp. -65 bytes.Alexander Shishkin
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko
2010-07-04libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard
2010-06-25*: make exec failure message more consistentDenys Vlasenko
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko
2008-12-02libbb: password/group function helpers rewritten by Tito:Denis Vlasenko
2008-10-24- improve wording and fix alphabetical orderBernhard Reutner-Fischer
2008-07-22lpd,lpr: send/receive ACKs after filenames, not only after file bodies.Denis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-04-19libbb: introduce xmalloc_xopen_read_close and use where appropriateDenis Vlasenko
2008-03-25lpd: small shrinkDenis Vlasenko
2008-03-24lpd: debugging by Vladimir: he found vda's breakage (trashed s[0])!Denis Vlasenko
2008-03-24*: whitespace fixes, no code changesDenis Vlasenko
2008-03-24lpr: add more accurate commentsDenis Vlasenko
2008-03-24lpd: much safer against malicious input. Does not fork anymore,Denis Vlasenko
2008-03-24lpd: fix OOM vulnerability (was eating arbitrarily large commands)Denis Vlasenko
2008-03-23lpd: maintainer's update: now with spool helpersDenis Vlasenko
2008-03-17tftpd: new applet (mostly using existing code for tftp)Denis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2008-02-27lpr: removed stdio; added "job received" message in verbose mode.Denis Vlasenko
2008-02-26lpr: fflush stdout fixDenis Vlasenko
2008-02-25lpd: spool mode added by VladimirDenis Vlasenko
2008-02-25lpd: now with "svn add"...Denis Vlasenko
2008-02-24lpd: new applet by Vladimir Dronnikov <dronnikov AT gmail.com>Denis Vlasenko
2008-02-24fix typo in comment, no code changesDenis Vlasenko
2008-02-24lpr: fixing vda's thinkoDenis Vlasenko
2008-02-24lpr,lpq: rework by dronnikov AT gmail.comDenis Vlasenko
2008-02-22lpr: document options betterDenis Vlasenko
2008-02-22lpr and lpq applets by Walter Harms.Denis Vlasenko