aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Closing bug 730. libbb run_parts is using scandir (a GNUism),Denis Vlasenko2006-11-264-129/+99
* added small doc about tar 'pax header' formatDenis Vlasenko2006-11-261-0/+239
* sort: two small optimizationsDenis Vlasenko2006-11-261-9/+10
* sort: reformat entire file wrt style.Denis Vlasenko2006-11-261-182/+215
* small fixes:Denis Vlasenko2006-11-269-24/+35
* tar: refuse to untar files with "/../" componentsDenis Vlasenko2006-11-261-1/+6
* tar: correctly skip (and warn about) pax headers.Denis Vlasenko2006-11-262-20/+35
* tar: add support for FEATURE_TAR_GNU_EXTENSIONS so than we can saveDenis Vlasenko2006-11-251-25/+98
* tee: fix bug: argv[-1] is a no-no!Denis Vlasenko2006-11-254-58/+71
* tar: small fix and small optimizationDenis Vlasenko2006-11-252-12/+10
* small improvements in str -> num convertorsDenis Vlasenko2006-11-253-9/+25
* tar: abort if tarring up file larger that 64GbDenis Vlasenko2006-11-251-42/+35
* dd: support >2gb values for seek, skip, countDenis Vlasenko2006-11-251-4/+10
* regularize str -> num convertorsDenis Vlasenko2006-11-256-271/+362
* small optimizationDenis Vlasenko2006-11-241-4/+3
* tar: fix multiple -t and/or -v options handling.Denis Vlasenko2006-11-242-44/+28
* tar: sanitize option handlingDenis Vlasenko2006-11-248-217/+177
* tar: buglet fixDenis Vlasenko2006-11-241-1/+1
* tar: fix and sanitize handling of long filenames/linknamesDenis Vlasenko2006-11-243-21/+47
* hunt down improper include <>, make mkswap output 4Gb+ friendlyDenis Vlasenko2006-11-245-12/+11
* svn add makedev.c. Forgot as usual... :(Denis Vlasenko2006-11-241-0/+19
* tar: small fixes:Denis Vlasenko2006-11-242-38/+42
* tar: cache [ug]id->username/groupname mappings. Cuts down amountDenis Vlasenko2006-11-243-24/+52
* tar: cry murder and bail out if file shrinks under us while we tar it upDenis Vlasenko2006-11-242-4/+13
* glibc makedev() is a large inline. Save 700+ bytes by wrapping itDenis Vlasenko2006-11-242-32/+96
* header_verbose_list: stop truncating file size in listingDenis Vlasenko2006-11-2410-43/+42
* tar:Denis Vlasenko2006-11-244-181/+220
* md5sum: make -c grok formats like "68b329da9893e34099c7d8ad5cb9c940 *foo".Denis Vlasenko2006-11-231-20/+24
* ifupdown:Denis Vlasenko2006-11-231-6/+9
* ifupdown: save some 100+ bytes of code in addstr()Denis Vlasenko2006-11-231-45/+35
* wget: -O - still outputs progressbar (to stderr)Denis Vlasenko2006-11-231-5/+6
* add "wpad" DHCP option. Spotted some optimization opportunities: -80 bytesDenis Vlasenko2006-11-234-54/+64
* introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),Denis Vlasenko2006-11-2216-42/+40
* - add FIXME to brokenness in the installer..Bernhard Reutner-Fischer2006-11-221-0/+1
* - fix typoBernhard Reutner-Fischer2006-11-221-1/+1
* fix double mergeDenis Vlasenko2006-11-221-76/+0
* - update TODOsBernhard Reutner-Fischer2006-11-221-4/+1
* - revert r15563 (pull current version of taskset off the busybox_scratch branch)Bernhard Reutner-Fischer2006-11-225-0/+125
* telnetd: move generic stuff into libbb. It will make it easyDenis Vlasenko2006-11-224-80/+168
* telnetd: if FEATURE_IPV6 is on, telnet will NOT work on IPv4Denis Vlasenko2006-11-221-21/+65
* telnetd: we were having telnetd with is ONLY inetd or ONLY standalone.Denis Vlasenko2006-11-227-386/+344
* - reinstate "make checkhelp"Bernhard Reutner-Fischer2006-11-222-7/+8
* #if HAVE_AFINET6 -> #ifdef HAVE_AFINET6Denis Vlasenko2006-11-221-18/+18
* httpd: comment on QUERY_STRINGDenis Vlasenko2006-11-211-3/+7
* httpd: add link to docsDenis Vlasenko2006-11-211-0/+3
* xgethostbyname: more readableDenis Vlasenko2006-11-211-5/+2
* bb_INET_default[] is really just a const "default",Denis Vlasenko2006-11-217-29/+29
* ifconfig: looks like char host[128] is not really needed.Denis Vlasenko2006-11-211-4/+6
* wget: yet another contortion for proftpd's PASV response.Denis Vlasenko2006-11-211-4/+4
* - add 'ip rule' support. First take..Bernhard Reutner-Fischer2006-11-2114-28/+497