Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate.
[oweals/busybox.git] / networking /
2006-07-05 "Robert P. J. Day"This file doesn't appear to be used anywhere.
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-07-01 "Robert P. J. Day"More removal of "#if 0" content.
2006-07-01 "Robert P. J. Day"Remove all usage of the "register" storage class specifier.
2006-06-30 Rob LandleyBug bugs.busybox.net/view.php?id=723 - initialize tv1...
2006-06-27 Rob LandleyPatch from Geoff Baker to fix bug bugs.busybox.net...
2006-06-26 "Robert P. J. Day"Properly print the output for a sit (IPv6-in-IPv4)...
2006-06-26 "Robert P. J. Day"Aesthetic fix to use newer structure initialization...
2006-06-25 Rob LandleyVarious cleanups I made while going through Erik Hovlan...
2006-06-25 Rob LandleyA few patches from Erik Hovland, turning strncpy()...
2006-06-22 Rob LandleyClean up.
2006-06-22 Rob LandleyCONFIG_DHCP -> CONFIG_APP_DHCP.
2006-06-20 Mike Frysingeronly enable count_bit functions when actually needed...
2006-06-20 Rob LandleyPatch by Robert P. Day to remove obsolete alias code...
2006-06-20 Rob LandleyPatch by Robert P. Day to make structs use c99 initiali...
2006-06-20 Rob LandleyPatch from Robert P. J. Day cleaning up some unnecessar...
2006-06-19 Rob LandleyMake some 64 bit warnings go away on x86-64.
2006-06-18 Rob Landleyskip_whitespace() shouldn't claim its return value...
2006-06-18 Rob LandleyMake this slightly more readable, and expose the hypocr...
2006-06-16 Bernhard Reutner... - add needed includes and include busybox.h needed...
2006-06-14 Bernhard Reutner... - rename CONFIG_FEATURE_TFTP_DEBUG to CONFIG_DEBUG_TFTP
2006-06-14 Bernhard Reutner... - rename CONFIG_FEATURE_TFTP_DEBUG to CONFIG_DEBUG_TFTP...
2006-06-14 Bernhard Reutner... - correct typo
2006-06-13 Rob LandleyDon't break allbareconfig.
2006-06-13 Rob LandleyPatch from Denis Vlasenko:
2006-06-13 Rob LandleyWhitespace cleanup from Denis Vlasenko.
2006-06-10 Bernhard Reutner... - revert incorrect select change
2006-06-10 Bernhard Reutner... - fix two segfaults (reported by Horst Kronstorfer)
2006-06-10 Bernhard Reutner... - use bb_xbind
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-06-07 Mike Frysingeruse bb_xbind/bb_xlisten
2006-06-07 Bernhard Reutner... - fix the build if we have ftpput without ftpget (speel...
2006-06-05 Rob LandleyHeader cleanup on two more networking files (move libbb...
2006-06-03 Bernhard Reutner... - use bb_msg_{read,write}_error where appropriate.
2006-06-03 Rob LandleyRemove #ifdeffed out code, both KEEP_UNUSED and #if 0.
2006-06-02 Rob LandleyHeader cleanup: don't #include headers that libbb.h...
2006-06-02 Rob Landley#ifdef reduction.
2006-05-31 Rob LandleyBugfix from Shaun Jackman: don't attempt to write 64...
2006-05-31 Rob LandleyUse BB endianness macro.
2006-05-31 Bernhard Reutner... - add CONFIG_FEATURE_WGET_LONG_OPTIONS
2006-05-31 Bernhard Reutner... - s/defined(__uClinux__)/BB_NOMMU/
2006-05-29 Rob LandleyMore size shrinkage.
2006-05-29 Rob LandleySize reductions, mostly switching things to use libbb...
2006-05-29 Rob LandleyRemove _().
2006-05-28 Rob LandleyMy first bout of untangling udhcp. Make lots of gratui...
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-05-26 Rob LandleyChange llist_add_* to take the address of the list...
2006-05-26 Bernhard Reutner... - add central knob to turn off getopt_long everywhere...
2006-05-26 Mike Frysingerfix spelling mistakes
2006-05-25 Rob LandleyRemove a pointless #define.
2006-05-21 Rob LandleyMinor cleanups: Convert a few calloc() calls to xzalloc...
2006-05-19 Rob LandleyPatch from Robert P. Day to remove #ifdefed out SLIP...
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-05-19 Bernhard Reutner... - replace _PATH_DEVNULL with bb_dev_null
2006-05-19 Bernhard Reutner... - include strings.h
2006-05-19 Bernhard Reutner... - single KERNEL_VERSION(a,b,c) macro in platform.h
2006-05-17 Rob LandleyPatch from Bernhard Fischer to remove some useless...
2006-05-13 Mike Frysingerpull Rules.mak from top_srcdir as pointed out by Robert...
2006-05-13 Mike Frysingerpull Rules.mak from top_srcdir as pointed out by Robert...
2006-05-11 Mike Frysingerfix no previous prototype warning
2006-05-11 Mike Frysingerfix no previous prototype warning
2006-05-11 Mike Frysingerrename
2006-05-11 Mike Frysingerremove files not related to busybox
2006-05-10 Mike Frysingeraccept() takes a socklen_t, not an int
2006-05-10 Mike Frysingerfix whitespace in comment example
2006-05-10 Mike Frysingersome more useful debug info from Jason Holden
2006-05-10 Bernhard Reutner... - add helptext for --retries
2006-05-10 Mike Frysingertouchup whitespace/english a bit more
2006-05-10 Mike Frysingerwhitespace between if and (
2006-05-08 Mike Frysingerre-enable udhcp in a few more places
2006-05-08 Mike Frysingeradd back in udhcp support
2006-05-07 Rob LandleyRemove bb_strlen() in favor of -fno-builtin-strlen...
2006-05-05 Rob LandleyBusybox's udhcp was deleted a while ago. Bolting an...
2006-05-04 Rob LandleyCONFIG->ENABLE migration.
2006-04-28 Rob LandleyMore usage.h cleanups, with collateral changes to httpd...
2006-04-18 Bernhard Reutner... - improve wording in some help texts a little bit.
2006-04-18 Bernhard Reutner... - patch from P.J. Day to rely on the automatic indentin...
2006-04-18 Bernhard Reutner... - simplify config options of the ip applet.
2006-04-16 Mike Frysingerkill off pointless malloc.h include
2006-04-16 Mike Frysingerkill pointless memory.h includes
2006-04-14 Rob LandleyRemove code for protocols we don't properly support...
2006-04-14 Rob LandleyPatch from Robert P Day to remove standalone code from...
2006-04-14 Rob LandleyHard wiring configuration symbol values into the code...
2006-04-13 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xopen3()
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xchdir()
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add bb_xbind() and bb_xl...
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xdaemon()
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xsocket...
2006-04-11 Bernhard Reutner... - httpd in inetd mode: POST from IE (6) ends up in...
2006-04-10 Bernhard Reutner... - put udhcp back in (Rob, you removed this in r14787...
2006-04-10 Rob LandleySecond verse, same as the first.
2006-04-10 Rob LandleyMissing dependency spotted by Robert P Day.
2006-04-10 Bernhard Reutner... - fix typo introduced in the last commit.
2006-04-10 Bernhard Reutner... - typo: s/biltin/builtin/g
2006-04-05 Bernhard Reutner... - this applet should peruse USE_FEATURE_TFTP_...
2006-04-05 Bernhard Reutner... - include proper headers.
2006-04-03 Bernhard Reutner... - move buffer allocation schemes to libbb.h
2006-04-03 Bernhard Reutner... - coalesce printf calls.
2006-04-03 Bernhard Reutner... - use bb_opt_complementally; Saves another 14 bytes...
2006-04-03 Bernhard Reutner... - set flags in a more reasonable manner. Thanks, vodz.
next