wget: try reading after poll timeout - stdio may have buffered data. Closes 5426
[platform/upstream/busybox.git] / networking / zcip.c
2011-09-20 Denys Vlasenkoadd INIT_G()'s. No code changes.
2011-06-10 Dan Fandrich*: simplify Ethernet header includes
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-03-18 Denys Vlasenko*: code shrink and better "died from signal" reporting...
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2010-01-04 Denys Vlasenko*: remove some uses of argc
2008-12-08 Denis Vlasenkooptimize 16- and 32-bit moves
2008-12-02 Denis Vlasenkolibbb: add strncpy_IFNAMSIZ
2008-10-10 Denis Vlasenkozcip: code size optimizations, improved help text and...
2008-09-20 Denis Vlasenkoinit: set stderr to NONBLOCK
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-05-15 Denis Vlasenkomore of -Wall fixes from Cristian Ionescu-Idbohrn.
2008-02-28 Denis Vlasenkozcip: chdiring to root when daemonizing is not useful,
2008-02-04 Denis Vlasenkozcip: open ARP socket before openlog
2008-01-27 Bernhard Reutner... - fix conflicting decls of syslog related facilitynames...
2007-11-25 Denis Vlasenkozcip: simplify code a bit
2007-11-25 Denis Vlasenkozcip: use low-order 4 bytes of MAC as random seed,...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-27 Denis Vlasenkozcip: fix unaligned trap on ARM
2007-09-27 Denis Vlasenkointroduce safe_poll (fixes a problem in top)
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-07-23 Denis Vlasenkozcip: remove stray seed48. It's the only thing which...
2007-07-14 Denis Vlasenkoxioctl and friends by Tito <farmatito@tiscali.it>
2007-06-17 Denis Vlasenkowget: use monotonic_sec instead of gettimeofday
2007-06-12 Denis Vlasenkodiff: shrink code (-85 bytes):
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-12 Bernhard Reutner... - add xsendto and use where appropriate; shrink iplink...
2007-04-11 Denis Vlasenkoadd more convenient defines for [NO]MMU:
2007-04-04 Bernhard Reutner... - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]...
2007-03-26 Denis Vlasenkozcip: make it work on NOMMU (+ improve NOMMU support...
2007-03-26 Denis Vlasenkomove everything to new NOMMU helpers, except udhcp
2007-03-25 Denis Vlasenkoadd NOMMU fixme's; move move_fd from runit_lib to libbb...
2007-02-14 Denis Vlasenkozcip: revert my bogus change
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #5
2007-01-19 Denis Vlasenkoopenvt,getty,vfork_daemon_rexec,mount: tighten up fd...
2006-11-21 Denis Vlasenkohttpd: slight reduction of #ifdef forest
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-06 Denis VlasenkoImplement optional syslog logging using ordinary
2006-09-03 Denis Vlasenkozcip: bb_error_msg had stray newlines; small optimizati...
2006-09-03 Denis Vlasenkozcip: minor fixes
2006-09-03 Denis Vlasenkozcip: fix stdout/err versus syslog output.
2006-09-03 Denis Vlasenkozcip: getopt -> bb_getopt_ulflags
2006-09-03 Denis Vlasenkozcip: convert lots of zero-initialized locals
2006-09-03 Denis Vlasenkozcip: use xfunc() where appropriate
2006-09-03 Denis Vlasenkoreplacing func() with xfunc() where appropriate
2006-09-03 Denis Vlasenkozcip: apply patch from
2006-08-29 Rob LandleySvn 16007 broke the build under gcc 4.0.3. This fixes...
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-06-30 Rob LandleyBug bugs.busybox.net/view.php?id=723 - initialize tv1...
2006-06-25 Rob LandleyA few patches from Erik Hovland, turning strncpy()...
2006-06-22 Rob LandleyClean up.
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-03-29 Paul Foxfix from David Daney, on busybox mailing list:
2006-03-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
2006-01-30 Eric Andersenfix up annoying signed/unsigned and mixed type errors
2006-01-25 Tim Rikerjust whitespace
2006-01-22 Bernhard Reutner... - add platform.h.
2005-12-13 Bernhard Reutner... - do away with superfluous keyword.
2005-12-12 Bernhard Reutner... - fix zcip for IMA compile mode.
2005-10-21 Bernhard Reutner... - fix bug to avoid aliasing busybox' main to zcip_main...
2005-05-03 Rob LandleyRevert Tito's patch to zcip. My bad, David Brownell...
2005-05-01 Rob LandleyOn Tuesday 19 April 2005 21:10, Tito wrote and today...
2005-04-30 Rob LandleyDavid Brownell submitted a new applet, zcip, based...