aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2011-03-27httpd: don't send error messages with gzip encodingPeter Korsgaard
2011-03-27wget: --post-data=STR should not encode STR, should send it verbatimVitaly Magerya
2011-03-22don't call freeaddinfo(NULL)Vitaly Magerya
2011-03-21wget: move help text to .c fileDenys Vlasenko
2011-03-21wget: fix fname_out usage wrt redirectsDenys Vlasenko
2011-03-12udhcpc: emit "correct" secs fieldDenys Vlasenko
2011-03-08use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko
2011-03-08ftpd: better usage textDenys Vlasenko
2011-03-07udhcpc: add -B optionKeith Young
2011-03-06nameif: add matching by phy_address=NUM; extend help textPhil Sutter
2011-03-06nameif: fix parsing of /proc/net/dev; small code shrinkPhil Sutter
2011-03-02don't leak malloced variables in the loop; remove double allocAlexey Fomenko
2011-03-02convert "do {...} while (1);" -> "while (1) {...}"Denys Vlasenko
2011-03-02add missing fclose'sAlexey Fomenko
2011-02-27whois: new appletPere Orga
2011-02-26Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko
2011-02-26fix libiproute compile with kernel headers < 2.6.17Stefan Seyfried
2011-02-23iproute: fix parsing and matching of of "short" IP addrs like 10/8Denys Vlasenko
2011-02-19wget: reduce bloatPere Orga
2011-02-16udhcpd: optional IP selection based on MAC hashVladislav Grishenko
2011-02-15wget: check for final write errors for -O FILE tooDenys Vlasenko
2011-02-15wget: make "wget -O FILE URL1 URL2" concatenate outputDenys Vlasenko
2011-02-14wget: fix SEGV with multiple urls and redirectionPere Orga
2011-02-14udhcpc: use more correct, and more importantly, more understandable BPF codeVladislav Grishenko
2011-02-13wget: support multiple URLs on command line even without -O :)Denys Vlasenko
2011-02-13wget: support multiple URLs on command lineDenys Vlasenko
2011-02-12typo fix in commentDenys Vlasenko
2011-02-11wget: display 100% at the _end_ of chunked downloadDenys Vlasenko
2011-02-11wget: chunked mode fix. Closes bug 3229Denys Vlasenko
2011-02-11wget: explain clearerr more clearlyDenys Vlasenko
2011-02-11wget: correctly handle rare case when we get EAGAIN _on first_ readDenys Vlasenko
2011-02-11progress meter: fix bugs found in stall detection and unknown size logicDenys Vlasenko
2011-02-11progress meter: move file name to bb_progress_t. +20 bytesDenys Vlasenko
2011-02-10wget: shrink progress meter code; strink wget and add debug loggingDenys Vlasenko
2011-02-10wget: use closed HTTP/1.1 connection, stop when we dl'ed $content_len bytesDenys Vlasenko
2011-02-10save 10 bytes on stringsDenys Vlasenko
2011-02-10wget: remove functions which retry on EINTRDenys Vlasenko
2011-02-10fix trivial build failureDenys Vlasenko
2011-02-10wget: use FEATURE_COPYBUF_KB-sized buffer. Much faster for local transfersDenys Vlasenko
2011-02-10tc: less ugly check for bad sizeof(G)Denys Vlasenko
2011-02-09iproute: fix handling of "dev IFACE" selectorDenys Vlasenko
2011-02-06udhcpc: fix a problem with binary-encoded optionsDenys Vlasenko
2011-02-06ping: trivial simplification. -2 bytesDenys Vlasenko
2011-02-05ping: fix IPv6 pinging. Closes bug 3187Denys Vlasenko
2011-02-03whitespace fixesDenys Vlasenko
2011-01-25move utmp.h include to libbb.hDenys Vlasenko
2011-01-20eliminate aliasing warnings in traceroute.c and udhcp/socket.cDenys Vlasenko
2011-01-20eliminate aliasing warning in networking/route.cDenys Vlasenko
2011-01-20ifplugd: eliminate aliasing warningsDenys Vlasenko
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko