Since rangecoder is just a bunch of C functions, move it into the one user
[oweals/busybox.git] / networking /
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.
2006-04-02 Bernhard Reutner... - janitorial: include proper prototypes in libiproute.
2006-04-01 Rob LandleyPatch from KRONSTORFER Horst to Fix a size mismatch...
2006-03-31 Bernhard Reutner... - use RESERVE_CONFIG_BUFFER. For defconfig this gives:
2006-03-31 Bernhard Reutner... - shrink it a bit further.
2006-03-30 Rob LandleyShrink patch from Bernhard Fischer.
2006-03-30 Bernhard Reutner... - fix paste'o which i overlooked when applying dalias...
2006-03-29 Paul Foxfix from David Daney, on busybox mailing list:
2006-03-29 Bernhard Reutner... - Rich Felker writes: fix invalid printf format strings
2006-03-23 Mike Frysingerremove in place of external link
2006-03-23 Mike Frysingermake the makefile a little more flexible so we can...
2006-03-23 Mike Frysingersync busybox and udhcp trees
2006-03-22 Rob LandleyFix from Glenn McGrath.
2006-03-22 Mike Frysinger2006-03-21 Shaun Jackman <sjackman@gmail.com>: Includ...
next