| Commit message (Expand) | Author | Age | Files | Lines |
* | small optimization | vda | 2006-11-24 | 1 | -4/+3 |
* | tar: fix multiple -t and/or -v options handling. | vda | 2006-11-24 | 2 | -44/+28 |
* | tar: sanitize option handling | vda | 2006-11-24 | 8 | -217/+177 |
* | tar: buglet fix | vda | 2006-11-24 | 1 | -1/+1 |
* | tar: fix and sanitize handling of long filenames/linknames | vda | 2006-11-24 | 3 | -21/+47 |
* | hunt down improper include <>, make mkswap output 4Gb+ friendly | vda | 2006-11-24 | 5 | -12/+11 |
* | svn add makedev.c. Forgot as usual... :( | vda | 2006-11-24 | 1 | -0/+19 |
* | tar: small fixes: | vda | 2006-11-24 | 2 | -38/+42 |
* | tar: cache [ug]id->username/groupname mappings. Cuts down amount | vda | 2006-11-24 | 3 | -24/+52 |
* | tar: cry murder and bail out if file shrinks under us while we tar it up | vda | 2006-11-24 | 2 | -4/+13 |
* | glibc makedev() is a large inline. Save 700+ bytes by wrapping it | vda | 2006-11-24 | 2 | -32/+96 |
* | header_verbose_list: stop truncating file size in listing | vda | 2006-11-24 | 10 | -43/+42 |
* | tar: | vda | 2006-11-24 | 4 | -181/+220 |
* | md5sum: make -c grok formats like "68b329da9893e34099c7d8ad5cb9c940 *foo". | vda | 2006-11-23 | 1 | -20/+24 |
* | ifupdown: | vda | 2006-11-23 | 1 | -6/+9 |
* | ifupdown: save some 100+ bytes of code in addstr() | vda | 2006-11-23 | 1 | -45/+35 |
* | wget: -O - still outputs progressbar (to stderr) | vda | 2006-11-23 | 1 | -5/+6 |
* | add "wpad" DHCP option. Spotted some optimization opportunities: -80 bytes | vda | 2006-11-23 | 4 | -54/+64 |
* | introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), | vda | 2006-11-22 | 16 | -42/+40 |
* | - add FIXME to brokenness in the installer.. | aldot | 2006-11-22 | 1 | -0/+1 |
* | - fix typo | aldot | 2006-11-22 | 1 | -1/+1 |
* | fix double merge | vda | 2006-11-22 | 1 | -76/+0 |
* | - update TODOs | aldot | 2006-11-22 | 1 | -4/+1 |
* | - revert r15563 (pull current version of taskset off the busybox_scratch branch) | aldot | 2006-11-22 | 5 | -0/+125 |
* | telnetd: move generic stuff into libbb. It will make it easy | vda | 2006-11-22 | 4 | -80/+168 |
* | telnetd: if FEATURE_IPV6 is on, telnet will NOT work on IPv4 | vda | 2006-11-22 | 1 | -21/+65 |
* | telnetd: we were having telnetd with is ONLY inetd or ONLY standalone. | vda | 2006-11-22 | 7 | -386/+344 |
* | - reinstate "make checkhelp" | aldot | 2006-11-22 | 2 | -7/+8 |
* | #if HAVE_AFINET6 -> #ifdef HAVE_AFINET6 | vda | 2006-11-22 | 1 | -18/+18 |
* | httpd: comment on QUERY_STRING | vda | 2006-11-21 | 1 | -3/+7 |
* | httpd: add link to docs | vda | 2006-11-21 | 1 | -0/+3 |
* | xgethostbyname: more readable | vda | 2006-11-21 | 1 | -5/+2 |
* | bb_INET_default[] is really just a const "default", | vda | 2006-11-21 | 7 | -29/+29 |
* | ifconfig: looks like char host[128] is not really needed. | vda | 2006-11-21 | 1 | -4/+6 |
* | wget: yet another contortion for proftpd's PASV response. | vda | 2006-11-21 | 1 | -4/+4 |
* | - add 'ip rule' support. First take.. | aldot | 2006-11-21 | 14 | -28/+497 |
* | ifconfig: preparatory patch, no code changes | vda | 2006-11-21 | 2 | -43/+43 |
* | insmod: set STRVERSIONLEN = 64, convert #ifdef CONFIG to #if ENABLE, | vda | 2006-11-21 | 1 | -115/+114 |
* | insmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_open_read_close(). | vda | 2006-11-21 | 3 | -31/+33 |
* | - style fixes | aldot | 2006-11-21 | 1 | -15/+16 |
* | wget: add TODO | vda | 2006-11-21 | 1 | -0/+3 |
* | wget: fix ftp PASV mode ("numeric" check was too strict) | vda | 2006-11-21 | 1 | -4/+6 |
* | - update defconfig | aldot | 2006-11-21 | 1 | -3/+3 |
* | wget: reduce likelihood of ETA overflow (especially with !LFS) | vda | 2006-11-21 | 1 | -17/+19 |
* | httpd: slight reduction of #ifdef forest | vda | 2006-11-21 | 6 | -67/+117 |
* | cpio: (allegedly) fix bug 0001095: | vda | 2006-11-21 | 2 | -40/+55 |
* | httpd: fix cgi-bin/index.cgi support, add example of it, | vda | 2006-11-21 | 3 | -39/+111 |
* | httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! | vda | 2006-11-21 | 7 | -17/+19 |
* | httpd: add support for directory indexer (cgi-bin/index.cgi) | vda | 2006-11-21 | 1 | -25/+29 |
* | httpd: get rid of big, useless blocks (deindent, | vda | 2006-11-21 | 1 | -199/+197 |