Age | Commit message (Expand) | Author |
2006-11-22 | introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), | Denis Vlasenko |
2006-11-22 | - add FIXME to brokenness in the installer.. | Bernhard Reutner-Fischer |
2006-11-22 | - fix typo | Bernhard Reutner-Fischer |
2006-11-22 | fix double merge | Denis Vlasenko |
2006-11-22 | - update TODOs | Bernhard Reutner-Fischer |
2006-11-22 | - revert r15563 (pull current version of taskset off the busybox_scratch branch) | Bernhard Reutner-Fischer |
2006-11-22 | telnetd: move generic stuff into libbb. It will make it easy | Denis Vlasenko |
2006-11-22 | telnetd: if FEATURE_IPV6 is on, telnet will NOT work on IPv4 | Denis Vlasenko |
2006-11-22 | telnetd: we were having telnetd with is ONLY inetd or ONLY standalone. | Denis Vlasenko |
2006-11-22 | - reinstate "make checkhelp" | Bernhard Reutner-Fischer |
2006-11-22 | #if HAVE_AFINET6 -> #ifdef HAVE_AFINET6 | Denis Vlasenko |
2006-11-21 | httpd: comment on QUERY_STRING | Denis Vlasenko |
2006-11-21 | httpd: add link to docs | Denis Vlasenko |
2006-11-21 | xgethostbyname: more readable | Denis Vlasenko |
2006-11-21 | bb_INET_default[] is really just a const "default", | Denis Vlasenko |
2006-11-21 | ifconfig: looks like char host[128] is not really needed. | Denis Vlasenko |
2006-11-21 | wget: yet another contortion for proftpd's PASV response. | Denis Vlasenko |
2006-11-21 | - add 'ip rule' support. First take.. | Bernhard Reutner-Fischer |
2006-11-21 | ifconfig: preparatory patch, no code changes | Denis Vlasenko |
2006-11-21 | insmod: set STRVERSIONLEN = 64, convert #ifdef CONFIG to #if ENABLE, | Denis Vlasenko |
2006-11-21 | insmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_open_read_close(). | Denis Vlasenko |
2006-11-21 | - style fixes | Bernhard Reutner-Fischer |
2006-11-21 | wget: add TODO | Denis Vlasenko |
2006-11-21 | wget: fix ftp PASV mode ("numeric" check was too strict) | Denis Vlasenko |
2006-11-21 | - update defconfig | Bernhard Reutner-Fischer |
2006-11-21 | wget: reduce likelihood of ETA overflow (especially with !LFS) | Denis Vlasenko |
2006-11-21 | httpd: slight reduction of #ifdef forest | Denis Vlasenko |
2006-11-21 | cpio: (allegedly) fix bug 0001095: | Denis Vlasenko |
2006-11-21 | httpd: fix cgi-bin/index.cgi support, add example of it, | Denis Vlasenko |
2006-11-21 | httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! | Denis Vlasenko |
2006-11-21 | httpd: add support for directory indexer (cgi-bin/index.cgi) | Denis Vlasenko |
2006-11-21 | httpd: get rid of big, useless blocks (deindent, | Denis Vlasenko |
2006-11-21 | httpd: More robust Content-length: parsing, | Denis Vlasenko |
2006-11-20 | dhcprelay: new applet | Denis Vlasenko |
2006-11-20 | add compile-time check for correct DHCP packet size | Denis Vlasenko |
2006-11-20 | login: use %s - we know that string is not too long there | Denis Vlasenko |
2006-11-19 | mount: if FILE* is NULL, it's not wise to use it. | Denis Vlasenko |
2006-11-19 | svlogd: log full lines to stderr too, and also stop using stdio for that | Denis Vlasenko |
2006-11-19 | mkdir: style fix | Denis Vlasenko |
2006-11-18 | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko |
2006-11-18 | small fixes: using fd-based io instead of FILE*-based, | Denis Vlasenko |
2006-11-18 | udhcp: fix indentation and style. | Denis Vlasenko |
2006-11-18 | Add names of people historically linked to bbox project | Denis Vlasenko |
2006-11-18 | nc: fix --help text | Denis Vlasenko |
2006-11-17 | add -Wundef, fix uncovered bugs | Denis Vlasenko |
2006-11-17 | forgot about avn add... :( | Denis Vlasenko |
2006-11-17 | runit: add runsv, runsvdir and sv. Oh yes. | Denis Vlasenko |
2006-11-17 | httpd: make Bernhard happier | Denis Vlasenko |
2006-11-17 | - Set INSTALL_OPTS according to the config. | Bernhard Reutner-Fischer |
2006-11-17 | - fix generation of the busybox.links install script inputfile | Bernhard Reutner-Fischer |