| Commit message (Expand) | Author | Age | Files | Lines |
* | tftp: when we infer local name from remote (-r [/]path/path/file), | Denis Vlasenko | 2009-03-25 | 1 | -3/+8 |
* | *: move get_sock_lsa and xwrite_str to libbb, use where appropriate | Denis Vlasenko | 2009-03-09 | 1 | -15/+0 |
* | libbb: introduce and use xgetpwnam. ~ -150 bytes. | Denis Vlasenko | 2008-12-03 | 1 | -3/+1 |
* | build system: tidying up CONFIG_xxx names (suggested by Rob) | Denis Vlasenko | 2008-11-06 | 1 | -4/+4 |
* | tftpd: show help if stdin is not a socket | Denis Vlasenko | 2008-11-01 | 1 | -2/+9 |
* | - first pass to unify/cleanup uid handling (-236b) | Bernhard Reutner-Fischer | 2008-07-21 | 1 | -1/+1 |
* | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko | 2008-07-05 | 1 | -2/+2 |
* | whitespace fixes. no code changes | Denis Vlasenko | 2008-06-25 | 1 | -3/+1 |
* | tftp: help compiler a bit | Denis Vlasenko | 2008-06-16 | 1 | -1/+8 |
* | tftpd: PXE server said to need to support "tsize" option | Denis Vlasenko | 2008-06-16 | 1 | -39/+55 |
* | more -Wall warning fixes. -Wall is enabled now. | Denis Vlasenko | 2008-05-18 | 1 | -6/+6 |
* | *: fix build problems found with randomconfig | Denis Vlasenko | 2008-03-21 | 1 | -33/+40 |
* | tftpd: small trivial shrink | Denis Vlasenko | 2008-03-19 | 1 | -5/+2 |
* | tftpd: fix download: we must change user AFTER bind | Denis Vlasenko | 2008-03-19 | 1 | -37/+42 |
* | tftpd: options -c (allow _new_ files to be uploaded) and -u USER | Denis Vlasenko | 2008-03-19 | 1 | -63/+84 |
* | tftp(d): a bit more verbose error reporting | Denis Vlasenko | 2008-03-19 | 1 | -10/+15 |
* | tftpd: make it emit error packets | Denis Vlasenko | 2008-03-19 | 1 | -114/+178 |
* | tftpd: make open() check r/w permissions instead of doing it ourself. | Denis Vlasenko | 2008-03-18 | 1 | -21/+27 |
* | tftpd: fix bugs spotted by Vladimir | Denis Vlasenko | 2008-03-18 | 1 | -3/+12 |
* | tftpd: new applet (mostly using existing code for tftp) | Denis Vlasenko | 2008-03-17 | 1 | -92/+242 |
* | *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) | Denis Vlasenko | 2008-03-17 | 1 | -11/+5 |
* | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko | 2008-03-17 | 1 | -1/+1 |
* | inetd: make it NOMMU-capable and IPv6-friendly. Lots of renames | Denis Vlasenko | 2008-03-12 | 1 | -1/+1 |
* | - be C99 friendly. Anonymous unions are a GNU extension. This change is | Bernhard Reutner-Fischer | 2008-01-29 | 1 | -8/+8 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | introduce safe_poll (fixes a problem in top) | Denis Vlasenko | 2007-09-27 | 1 | -2/+2 |
* | *: replace select-for-one descriptor with poll, it's smaller. | Denis Vlasenko | 2007-09-07 | 1 | -18/+15 |
* | fix infinite retry bug. also, reduce per-packet receive timeout | Paul Fox | 2007-09-06 | 1 | -11/+20 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | introduce and use xdup2(int, int) | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | trylink: produce even more info about final link stage | Denis Vlasenko | 2007-08-12 | 1 | -2/+2 |
* | Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w... | Denis Vlasenko | 2007-06-25 | 1 | -2/+2 |
* | whitespace fixes | Denis Vlasenko | 2007-05-30 | 1 | -1/+1 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | tftp: explain "block# 0" codepath; report our decision to bail out to server | Denis Vlasenko | 2007-05-09 | 1 | -73/+70 |
* | tftp: code diet, and I think retransmits were broken. | Denis Vlasenko | 2007-05-08 | 1 | -209/+159 |
* | - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a... | Bernhard Reutner-Fischer | 2007-04-12 | 1 | -6/+1 |
* | tcpsvd: new applet | Denis Vlasenko | 2007-04-01 | 1 | -1/+1 |
* | tftp: fix my bug | Denis Vlasenko | 2007-02-08 | 1 | -1/+1 |
* | tftp: fix IPv6 fallout | Denis Vlasenko | 2007-02-07 | 1 | -19/+22 |
* | add x to IPv6 functions which can die | Denis Vlasenko | 2007-02-04 | 1 | -1/+1 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | fixing bugs revealed by randomconfig runs | Denis Vlasenko | 2007-01-20 | 1 | -2/+6 |
* | next part of ipv6-ization. dnsd code is "interesting"... | Denis Vlasenko | 2007-01-12 | 1 | -26/+14 |
* | next part of ipv6-ization is here: wget & httpd | Denis Vlasenko | 2007-01-12 | 1 | -1/+3 |
* | ipv6-ization efforts continue. Few bugs are found, | Denis Vlasenko | 2007-01-11 | 1 | -148/+103 |
* | tftp: corrupted input packets were killing retransmits - fixed | Denis Vlasenko | 2006-12-17 | 1 | -18/+22 |
* | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | Denis Vlasenko | 2006-12-16 | 1 | -1/+1 |
* | httpd: slight reduction of #ifdef forest | Denis Vlasenko | 2006-11-21 | 1 | -14/+14 |
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -2/+2 |