oweals/busybox.git
2009-10-06 Denys Vlasenko*: use {i,u}toa() where appropriate
2009-10-06 Denys VlasenkoTrim help text a bit more
2009-10-06 Denys VlasenkoTrim usage text a bit
2009-10-05 Denys Vlasenkounpackers: check errors from close() too
2009-10-05 Vladimir Dronnikovwget: fix for code 302; mount: support -o union
2009-10-05 Cristian Ionescu... ash: error out on ${#1#}, ${#$11}, ${#11#}
2009-10-04 Denys Vlasenkoash: document where we accept invalid syntax. no code...
2009-10-03 Vladimir Dronnikovsendmail: accept -i too, not only -oi
2009-10-03 Denys Vlasenkoash: code shrink
2009-10-03 Denys Vlasenkoremove useless (unsigned >= 0) comparison
2009-10-03 Denys Vlasenkols: forgotten chunk from prev commit
2009-10-03 Denys Vlasenkols: code shrink
2009-10-03 Denys Vlasenkols: fix for !FEATURE_LS_RECURSIVE (forgotten free)...
2009-10-03 Denys Vlasenkols: add standards doc; record author of "total NNNN...
2009-10-02 Denys Vlasenkols: code shrink
2009-10-02 Denys Vlasenkols: add "total NNNN" header if DESKTOP. By Johannes...
2009-10-02 Denys VlasenkoFixes to usage text; updated busybox.spec
2009-10-01 Denys Vlasenkocp: FEATURE_CP_LONG_OPTIONS depends on LONG_OPTS
2009-10-01 Denys Vlasenkook, last fix wasn't correct... this one is better
2009-10-01 Denys Vlasenkofix a typo in prev commit
2009-10-01 Denys VlasenkoUpdate documentation generator so that it sucks less
2009-09-30 Denys Vlasenkotypo fix in a comment in a testcase. oh well...
2009-09-30 Denys Vlasenkofind: add zeroing of G.xxx; ftpd - remove extraneous...
2009-09-29 Denys Vlasenkoash,hush: share string
2009-09-29 Denys Vlasenkofind: -follow should not error out on dandling links
2009-09-28 Denys Vlasenkolibbb/lineedit: restore ^D handling for unicode
2009-09-27 Denys Vlasenkolibbb/lineedit: fix the case when we configured history...
2009-09-27 Denys Vlasenkoash,hush: make trap output short signal names, without...
2009-09-26 Denys Vlasenkofind: do not recurse into directories with depth =...
2009-09-26 Denys Vlasenkocp: add support for --parents and long option synonyms...
2009-09-25 Denys Vlasenkohush: do not reset to default "" traps in subshell
2009-09-25 Denys Vlasenkohush: document a TODO. no code changes
2009-09-25 Denys Vlasenkoash: better comment. no code changes
2009-09-25 Denys Vlasenkoash: even smaller `trap` code
2009-09-25 Denys Vlasenkoash: slightly better (more correct) code for "trap...
2009-09-24 Denys Vlasenkologin: log PAM errors to syslog, not stderr
2009-09-24 Denys Vlasenkoash: better handling of EXIT trap in `trap` hack
2009-09-24 Denys Vlasenkoash: do not let EXIT trap to fire in `trap`
2009-09-23 Denys Vlasenkohush: small speed optimization. +10 bytes.
2009-09-23 Denys Vlasenkoash,hush: fix trap reporting: s/SIGEXIT/EXIT/
2009-09-23 Denys Vlasenkoifenslave: fix for 2.4 kernels compile
2009-09-23 Denys Vlasenko*: more portability fixes by Dan Fandrich
2009-09-23 Denys Vlasenko*: optimize code size in strtoul calls
2009-09-23 Denys Vlasenkotar: accept spaces at the end of header fields (compat)
2009-09-23 Denys Vlasenkoash: fix `trap`
2009-09-22 Denys Vlasenkohush: fix `trap`
2009-09-22 Denys Vlasenkohdparm,fdisk: reinstate BLKGETSIZE64 #defines. No code...
2009-09-22 Denys Vlasenkopidof/killall: fix bug 625 (kernel threads get stale...
2009-09-22 Denys Vlasenkodf: unicode-aware column formatting. By Tomas Heinrich...
2009-09-22 Denys Vlasenkops: fix compile breakage
2009-09-22 Denys Vlasenkosed: fix bug 623 (SEGV on some sed commands)
2009-09-21 Denys Vlasenkops: conditionally enable -T on non-DESKTOP build too
2009-09-21 Denys Vlasenkohush: better wording in comments. no code changes
2009-09-21 Denys Vlasenkoawk: fix typo in prev commit
2009-09-21 Leonid Lisovskiyawk: implement mktime
2009-09-20 Denys Vlasenkodiff: debug macros; one trivial size optimization
2009-09-20 Denys Vlasenkodiff: fix bug 613 (diff -ub segfaults)
2009-09-20 Denys Vlasenkops: document -T option
2009-09-20 Natanael Copaswaponoff: add uuid/label support. By Natanael Copa
2009-09-19 Denys Vlasenkoar: fix long filenames handling (bug 611)
2009-09-19 Denys Vlasenkops,top: add an option to show threads. +260 bytes of...
2009-09-18 Denys Vlasenkodd: fix conv=noerror w/o sync to not write out zeroed...
2009-09-17 Bernhard Reutner... we could need ssd -d (fancy)
2009-09-17 Denys Vlasenkotar: do chown, not lchown to restore mode (compat)
2009-09-17 Denys Vlasenkotar: fix --numeric-owner, --no-same-owner, --no-same...
2009-09-16 Denys Vlasenkoash: fix bug 585 (>"$VAR_WITH_UNICODE_CHARS" problem)
2009-09-16 Denys Vlasenkoash: preparatory cleanup. The only real changes are...
2009-09-16 Denys Vlasenkoadd a testcase for reopened bug 585 (not fixed yet)
2009-09-16 Denys Vlasenkofdisk: add a warning and truncate disks with >= 2^32...
2009-09-15 Denys Vlasenkouse PACKED macro insted of open-coding GCC-ism
2009-09-15 Denys Vlasenkounlzma: fixed speedup/shrink by Pascal Bellard (pascal...
2009-09-15 Denys Vlasenkomount: do not execute "mount.(null)" :)
2009-09-13 Denys Vlasenkohttpd_ssi.c: make it a bit less broken
2009-09-13 Denys Vlasenkoadd USE_PORTABLE_CODE option and use it in find applet
2009-09-13 Denys Vlasenkofsck: more clever (->smaller) handling of parameters
2009-09-13 Denys Vlasenkofsck: remove a few statics
2009-09-12 Denys Vlasenkotest: use index_in_strings
2009-09-12 Denys Vlasenkotop: remove GCCisms
2009-09-12 Denys Vlasenkohush: make memleak debugging more robust
2009-09-12 Denys Vlasenkohush: code shrink by Dan Fandrich (dan AT coneharvester...
2009-09-11 Denys Vlasenkofix read_cmdline API and a small buglet where "[comm...
2009-09-11 Denys Vlasenkotop, ps: do not output trailing spaces
2009-09-11 Denys Vlasenkotop: add -m ("memory") option
2009-09-10 Denys Vlasenkonetworking/httpd_ssi.c: expand comments
2009-09-10 Denys Vlasenkonetworking/httpd_ssi.c: new example CGI handler
2009-09-09 Denys Vlasenkohttpd: shrink mime type matching code (suggested by...
2009-09-09 Denys Vlasenkoa few more GCC-isms removed
2009-09-09 Denys Vlasenkoremove some garbage from http POST upload example
2009-09-08 Denys Vlasenkohttpd: fix bug 601 "I:index.php does not run interprete...
2009-09-08 Bernhard Reutner... Add ENABLE_FEATURE_MDEV_RENAME_REGEXP examples to mdev...
2009-09-07 Denys VlasenkoTODO: add unicode list
2009-09-07 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2009-09-07 Denys Vlasenkomodprobe-small: make string buffer code robust; fix...
2009-09-07 Denys Vlasenkomodprobe-small: hopefully fix bug 591 (incorrect detect...
2009-09-06 Denys Vlasenkounzip: more compat if DESKTOP=y
2009-09-06 Denys VlasenkoRevert "unlzma: speedup, by Pascal Bellard (pascal...
2009-09-06 Denys Vlasenkomore C standard compat fixes from Dan Fandrich
2009-09-06 Denys Vlasenkodocumentation and typo fixes. By Dan Fandrich (dan...
2009-09-06 Denys Vlasenkoremove some GNUisms. by Dan Fandrich (dan AT coneharves...
2009-09-06 Denys Vlasenkoexperimentally add mallopt tweaks for reduced memory...
next