platform/upstream/busybox.git
2006-11-27 Denis Vlasenkodeluser: size reduction by 60 bytes.
2006-11-26 Denis Vlasenkoadded gcc flag which is needed for ULLONG_MAX to appear
2006-11-26 Denis VlasenkoClosing bug 730. libbb run_parts is using scandir ...
2006-11-26 Denis Vlasenkoadded small doc about tar 'pax header' format
2006-11-26 Denis Vlasenkosort: two small optimizations
2006-11-26 Denis Vlasenkosort: reformat entire file wrt style.
2006-11-26 Denis Vlasenkosmall fixes:
2006-11-26 Denis Vlasenkotar: refuse to untar files with "/../" components
2006-11-26 Denis Vlasenkotar: correctly skip (and warn about) pax headers.
2006-11-25 Denis Vlasenkotar: add support for FEATURE_TAR_GNU_EXTENSIONS so...
2006-11-25 Denis Vlasenkotee: fix bug: argv[-1] is a no-no!
2006-11-25 Denis Vlasenkotar: small fix and small optimization
2006-11-25 Denis Vlasenkosmall improvements in str -> num convertors
2006-11-25 Denis Vlasenkotar: abort if tarring up file larger that 64Gb
2006-11-25 Denis Vlasenkodd: support >2gb values for seek, skip, count
2006-11-25 Denis Vlasenkoregularize str -> num convertors
2006-11-24 Denis Vlasenkosmall optimization
2006-11-24 Denis Vlasenkotar: fix multiple -t and/or -v options handling.
2006-11-24 Denis Vlasenkotar: sanitize option handling
2006-11-24 Denis Vlasenkotar: buglet fix
2006-11-24 Denis Vlasenkotar: fix and sanitize handling of long filenames/linknames
2006-11-24 Denis Vlasenkohunt down improper include <>, make mkswap output 4Gb...
2006-11-24 Denis Vlasenkosvn add makedev.c. Forgot as usual... :(
2006-11-24 Denis Vlasenkotar: small fixes:
2006-11-24 Denis Vlasenkotar: cache [ug]id->username/groupname mappings. Cuts...
2006-11-24 Denis Vlasenkotar: cry murder and bail out if file shrinks under...
2006-11-24 Denis Vlasenkoglibc makedev() is a large inline. Save 700+ bytes...
2006-11-24 Denis Vlasenkoheader_verbose_list: stop truncating file size in listing
2006-11-24 Denis Vlasenkotar:
2006-11-23 Denis Vlasenkomd5sum: make -c grok formats like "68b329da9893e34099c7...
2006-11-23 Denis Vlasenkoifupdown:
2006-11-23 Denis Vlasenkoifupdown: save some 100+ bytes of code in addstr()
2006-11-23 Denis Vlasenkowget: -O - still outputs progressbar (to stderr)
2006-11-23 Denis Vlasenkoadd "wpad" DHCP option. Spotted some optimization oppor...
2006-11-22 Denis Vlasenkointroduce setsockopt_reuseaddr(int fd), setsockopt_broa...
2006-11-22 Bernhard Reutner... - add FIXME to brokenness in the installer..
2006-11-22 Bernhard Reutner... - fix typo
2006-11-22 Denis Vlasenkofix double merge
2006-11-22 Bernhard Reutner... - update TODOs
2006-11-22 Bernhard Reutner... - revert r15563 (pull current version of taskset off...
2006-11-22 Denis Vlasenkotelnetd: move generic stuff into libbb. It will make...
2006-11-22 Denis Vlasenkotelnetd: if FEATURE_IPV6 is on, telnet will NOT work...
2006-11-22 Denis Vlasenkotelnetd: we were having telnetd with is ONLY inetd...
2006-11-22 Bernhard Reutner... - reinstate "make checkhelp"
2006-11-22 Denis Vlasenko#if HAVE_AFINET6 -> #ifdef HAVE_AFINET6
2006-11-21 Denis Vlasenkohttpd: comment on QUERY_STRING
2006-11-21 Denis Vlasenkohttpd: add link to docs
2006-11-21 Denis Vlasenkoxgethostbyname: more readable
2006-11-21 Denis Vlasenkobb_INET_default[] is really just a const "default",
2006-11-21 Denis Vlasenkoifconfig: looks like char host[128] is not really needed.
2006-11-21 Denis Vlasenkowget: yet another contortion for proftpd's PASV response.
2006-11-21 Bernhard Reutner... - add 'ip rule' support. First take..
2006-11-21 Denis Vlasenkoifconfig: preparatory patch, no code changes
2006-11-21 Denis Vlasenkoinsmod: set STRVERSIONLEN = 64, convert #ifdef CONFIG...
2006-11-21 Denis Vlasenkoinsmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_...
2006-11-21 Bernhard Reutner... - style fixes
2006-11-21 Denis Vlasenkowget: add TODO
2006-11-21 Denis Vlasenkowget: fix ftp PASV mode ("numeric" check was too strict)
2006-11-21 Bernhard Reutner... - update defconfig
2006-11-21 Denis Vlasenkowget: reduce likelihood of ETA overflow (especially...
2006-11-21 Denis Vlasenkohttpd: slight reduction of #ifdef forest
2006-11-21 Denis Vlasenkocpio: (allegedly) fix bug 0001095:
2006-11-21 Denis Vlasenkohttpd: fix cgi-bin/index.cgi support, add example of it,
2006-11-21 Denis Vlasenkohttpd: LC_TIME locale _must_ be POSIX to httpd! We...
2006-11-21 Denis Vlasenkohttpd: add support for directory indexer (cgi-bin/index...
2006-11-21 Denis Vlasenkohttpd: get rid of big, useless blocks (deindent,
2006-11-21 Denis Vlasenkohttpd: More robust Content-length: parsing,
2006-11-20 Denis Vlasenkodhcprelay: new applet
2006-11-20 Denis Vlasenkoadd compile-time check for correct DHCP packet size
2006-11-20 Denis Vlasenkologin: use %s - we know that string is not too long...
2006-11-19 Denis Vlasenkomount: if FILE* is NULL, it's not wise to use it.
2006-11-19 Denis Vlasenkosvlogd: log full lines to stderr too, and also stop...
2006-11-19 Denis Vlasenkomkdir: style fix
2006-11-18 Denis Vlasenkorodata cleanup. "unable to" == "cannot". -300 bytes
2006-11-18 Denis Vlasenkosmall fixes: using fd-based io instead of FILE*-based,
2006-11-18 Denis Vlasenkoudhcp: fix indentation and style.
2006-11-18 Denis VlasenkoAdd names of people historically linked to bbox project
2006-11-18 Denis Vlasenkonc: fix --help text
2006-11-17 Denis Vlasenkoadd -Wundef, fix uncovered bugs
2006-11-17 Denis Vlasenkoforgot about avn add... :(
2006-11-17 Denis Vlasenkorunit: add runsv, runsvdir and sv. Oh yes.
2006-11-17 Denis Vlasenkohttpd: make Bernhard happier
2006-11-17 Bernhard Reutner... - Set INSTALL_OPTS according to the config.
2006-11-17 Bernhard Reutner... - fix generation of the busybox.links install script...
2006-11-17 Bernhard Reutner... - typo fix
2006-11-17 Bernhard Reutner... - end may be used uninitialized.
2006-11-16 Denis Vlasenkohttpd: reduce ifdef forest. comment out redundant PATH...
2006-11-16 Denis Vlasenkohttpd:
2006-11-16 Denis Vlasenkohttpd: add -i (inetd) and -f (foreground) otions.
2006-11-16 Denis Vlasenkohttpd: stop being silly with setenv
2006-11-16 Denis Vlasenkosvlogd: new applet. +9k. Still too big, but it was...
2006-11-15 Mike Frysingerremove duplicate flag decls
2006-11-12 Denis Vlasenkoumount: umount -a shouldn't stop on first failure
2006-11-10 Denis Vlasenkohttpd: cosmetic fixes (the bug which was being hunted...
2006-11-10 Denis Vlasenkowget: fix error message.
2006-11-09 Denis Vlasenkoadd && !defined(__UCLIBC__) to static link warning...
2006-11-07 Denis Vlasenkosmall ipv6 doc changes; nslookup a tiny bit smaller
2006-11-07 Denis Vlasenkogetty: remove ancient termio support (was using termois...
2006-11-05 Denis Vlasenkohttpd: sendCgi() forked child needs to close opened
2006-11-05 Denis Vlasenkorename: compare_string_array -> index_in_str_array
next