Kill off some unused code that was wasting several k, as noticed by
[oweals/busybox.git] / networking /
2006-03-03 Eric AndersenKill off some unused code that was wasting several...
2006-03-02 Bernhard Reutner... - remove unused lists *-m
2006-03-02 Bernhard Reutner... - use absolute path for top_builddir and top_srcdir.
2006-03-01 Bernhard Reutner... - fixes parallel builds (make -j)
2006-03-01 Rob LandleyFixup to make warnings from the last patch go away.
2006-03-01 Rob LandleyCleanup patch from Denis Vlasenko. Mostly variants...
2006-02-28 Rob LandleyCleanup from Glenn McGrath.
2006-02-26 Rob LandleyPatch from Glenn McGrath to remove code that opens...
2006-02-23 Bernhard Reutner... - put NLS stuff in one central place to avoid redefines.
2006-02-22 Rob LandleyPatch from Denis Vlasenko to constify things and fix...
2006-02-22 Rob LandleyBug 751: file handle leaks can add up until available...
2006-02-21 Rob LandleyDon't build directory libraries unless we're building...
2006-02-21 Rob LandleySmall tweak cherry-picked from Devin Bayer's monster...
2006-02-21 Rob LandleyMissed a file in the last checkin, won't build without...
2006-02-20 Rob LandleyPatch from Giuseppe Ciotta to specify retry count.
2006-02-20 Rob LandleyRename UNUSE() to SKIP().
2006-02-19 Mike Frysingerrfelker writes in Bug 740: s/u_char/unsigned char/
2006-02-15 "Vladimir N. Oleynik"demo (UN)USE_FEATURE... usage
2006-02-02 Mike Frysingermake the build system puuuuuuuuuuurty
2006-01-31 "Vladimir N. Oleynik"add feature: support for running scripts through an...
2006-01-31 Bernhard Reutner... - add and use ATTRIBUTE_ALIGNED(num_bytes)
2006-01-30 Eric Andersenfix up yet more annoying signed/unsigned and mixed...
2006-01-30 Eric Andersenfix up annoying signed/unsigned and mixed type errors
2006-01-30 Eric Andersensort out yet more type issues
2006-01-30 Bernhard Reutner... - add some ATTRIBUTE_UNUSED.
2006-01-26 "Vladimir N. Oleynik"for change previous log: close bug 186
2006-01-26 "Vladimir N. Oleynik"close bug 190
2006-01-25 "Vladimir N. Oleynik"added support /prefix for IPV4 form IPV6 code. Close...
2006-01-25 "Vladimir N. Oleynik"+#include <sys/socket.h>
2006-01-25 "Vladimir N. Oleynik"new applet. Thanks Roberto A. Foglietta
2006-01-25 Tim Rikerjust whitespace
2006-01-24 "Vladimir N. Oleynik"close bug 657
2006-01-22 Bernhard Reutner... - add platform.h.
2006-01-19 Bernhard Reutner... - missing bits of patch attached to bug #249 (constify).
2006-01-15 "Vladimir N. Oleynik"setgid and setuid have changes effective id too
2006-01-15 Bernhard Reutner... - shared libbusybox.
2006-01-15 "Vladimir N. Oleynik"restore erronyous 'cleanups' by Rob Sullivan and landley
2006-01-15 Rob LandleyCleanup patch from Rob Sullivan.
2006-01-12 Bernhard Reutner... - remove warning about redeclaration of __constant_htons
2006-01-12 Bernhard Reutner... - mark argument who of print_route as unused.
2006-01-11 Rob LandleyOk, ping needs a rewrite from the ground up. (This...
2006-01-10 Rob LandleyThe brain-dead FTP servers on Solaris don't support...
2006-01-04 Bernhard Reutner... - better wording
2006-01-03 Mike Frysingerfix comment documentation
2005-12-26 "Vladimir N. Oleynik"remove buffer overflow by Erik and decodeString problem...
2005-12-20 "Vladimir N. Oleynik"remove debug feature for production
2005-12-15 Rob LandleyAdd a fflush(stdout).
2005-12-15 Rob LandleyFix -g and -p options. Patch from Traceman. (I don...
2005-12-15 Rob LandleyPatch from dlively (whoever that is, see bug 591) to fix
2005-12-14 Bernhard Reutner... - several functions depend on IPv4 or IPv6 od IPX support.
2005-12-13 Bernhard Reutner... - do away with superfluous keyword.
2005-12-12 Bernhard Reutner... - fix zcip for IMA compile mode.
2005-12-06 "Vladimir N. Oleynik"restore compare_string_array new interface (make broken...
2005-12-02 Rob LandleyIf we really _need_ an #ifdef like this, then we should...
2005-12-02 "Vladimir N. Oleynik"remove warnings if compile with -W, use ENABLE_FEATURE...
2005-11-28 Paul Foxeliminate mixed declaration, to support older compilers...
2005-11-22 Rob LandleyCan't store a pointer in an int on 64 bit platforms.
2005-11-22 Rob LandleyMove interface.c to networking directory since it's...
2005-11-10 Rob Landleytelnetd -b (bind to specific address) support from...
2005-11-09 "Vladimir N. Oleynik"change osbolete sigpause() to sigsuspend()
2005-11-08 Rob LandleyPatch from Tomasz Mateja: don't try to CWD to a _filena...
2005-11-06 Rob LandleyYann E. Morin pointed out that rpcsvc/nfs_prot.h isn...
2005-10-28 Rob LandleyRob Sullivan sent in some cleanups, which I beat on...
2005-10-26 Bernhard Reutner... * uniq.c: remove unneeded include and use short boiler...
2005-10-21 Bernhard Reutner... - fix bug to avoid aliasing busybox' main to zcip_main...
2005-10-17 "Vladimir N. Oleynik"more const, use bb_getopt_ulflags, insert XXX for show...
2005-10-15 "Vladimir N. Oleynik"common BUFSIZ BSS buffer, small reduce code, data and bss
2005-10-14 "Vladimir N. Oleynik"- new bb_opt_complementally syntax, use [-:?] only...
2005-10-12 "Vladimir N. Oleynik"usage bb_dev_null
2005-10-08 Bernhard Reutner... - make libiproute compile..
2005-10-07 Bernhard Reutner... - remove superfluous C statements ";;" in decompress_un...
2005-10-05 "Vladimir N. Oleynik"more lost changes BSD signals -> SysV signals. Noticed...
2005-10-05 "Vladimir N. Oleynik"BSD signals -> SysV signals, int->socklet_t. Noticed...
2005-10-05 Mike Frysingerdont typecast lvalue since gcc hates that
2005-10-03 "Vladimir N. Oleynik"sync inetd with slackware-10.2 inetd (OpenBSD-1.79...
2005-09-29 "Vladimir N. Oleynik"change interface to bb_xasprintf() - more perfect for me.
2005-09-29 Bernhard Reutner... - rename llist_add_to.c to llist.c
2005-09-26 "Vladimir N. Oleynik"revert wait zombie, it have as linux-specific signal...
2005-09-24 Mike FrysingerCristian Ionescu-Idbohrn writes to fix a warning: netwo...
2005-09-24 Mike Frysingertouchup argc/argv handling to shrink a bit and fix...
2005-09-24 Mike Frysingeruse the shorter license header
2005-09-24 Mike Frysingeruse brief license line
2005-09-23 Bernhard Reutner... - ifupdown needs run-parts. Thanks Derosnec for pointin...
2005-09-23 "Vladimir N. Oleynik"more make safe the exported namespace for udhcp. Move...
2005-09-23 "Vladimir N. Oleynik"remove 1 exported
2005-09-22 Paul Foxmove a couple of functions from common code (options...
2005-09-22 Paul Foxadd support for setting the dhcp vendor class option...
2005-09-22 "Vladimir N. Oleynik"safe exported namespace for udhcp. Not full, bore :-(
2005-09-22 "Vladimir N. Oleynik"more remove lost exported
2005-09-22 "Vladimir N. Oleynik"network "default" --> bb_INET_default. Reduce 2 exporte...
2005-09-20 Bernhard Reutner... - rename libbb's password helpers as suggested in libbb.h
2005-09-19 "Vladimir N. Oleynik"destroy bug #421
2005-09-15 Rob LandleyAmir Shalem observed that telnetd doesn't really requir...
2005-09-15 Mike FrysingerBsAtHome writes in Bug 433:
2005-09-08 Rob LandleyFix the warning by rewriting the function to be smaller...
2005-09-06 "Vladimir N. Oleynik"- sync traceroute with Slackware-10.1
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2005-09-01 Rob LandleyTracking system but #4: php needs the environment varia...
2005-09-01 Rob LandleyOff by one error in max_leases sanity check. Bug 349...
2005-08-22 Rob LandleyTwo FEATURE_CLEAN_UP patches from Shaun Jackman, closin...
next