grep: add proper support for pattern_list
[oweals/busybox.git] / networking / netstat.c
2019-10-25 Denys Vlasenkonetstat: suppress a warning (conversion from 'int'...
2019-07-02 James Byrnelibbb: reduce the overhead of single parameter bb_error...
2018-03-27 Mark Marshallnetstat: produce numeric-ip output for non-resolved...
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2017-01-10 Denys VlasenkoBig cleanup in config help and description
2016-11-23 Denys VlasenkoConvert all networking/* applets to "new style" applet...
2015-05-25 Maninder Singhtypo fixes
2015-03-12 Ron YorstonUse chomp to remove newlines
2015-03-12 Denys Vlasenkolibbb: introduce and use is_prefixed_with()
2013-11-29 Denys VlasenkoUse unsigned printf/scanf conversion where more appropriate
2013-01-14 Denys Vlasenkowhitespace cleanup. no code changes
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2010-10-29 Denys Vlasenkowhitespace cleanup
2010-10-28 Denys Vlasenkonetstat: was using buffers one byte short for scanf...
2010-10-27 Denys Vlasenkonetstat: fix IPv6 problem (garbage in scope_id); code...
2010-10-27 Denys VlasenkoMerge branch 'master' of git+ssh://busybox.net/var...
2010-10-27 Bob Dunlopnetstat: fix -r display in usage text
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-02-19 Denys Vlasenkonetstat: fix a trivial bug
2010-02-05 Denys Vlasenko*: fix 1/4 remaining aliasing warnings
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2008-07-27 Denis Vlasenkonetstat: code shrink
2008-07-27 Denis Vlasenkostyle fix, no code changes
2008-07-27 Denis Vlasenkonetstat: optional -p support by L. Gabriel Somlo <somlo...
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-01-07 Denis Vlasenkowhitespace fixes
2007-12-30 Denis Vlasenkolibbb: introduce fputc_printable (from ed)
2007-12-26 Denis Vlasenkonetstat: in error message, report filename and line...
2007-12-26 Denis VlasenkoFix xmalloc_fgets_str so that it really does NOT strip...
2007-12-03 Denis Vlasenkolineedit: reduce stack usage
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-18 Denis Vlasenkointroduce and use xdup2(int, int)
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-06-19 Denis Vlasenkonetworking/interface.c: huke remaining big statics...
2007-05-30 Denis Vlasenkowhitespace fixes
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-05-16 Denis Vlasenkonetstat: fix error in new -W option handling
2007-05-15 Denis Vlasenkonetstat: introduce -W: wide, ipv6-friendly output
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #2
2007-01-22 Denis Vlasenkocleanups: unnecessary casts, unified const_1, eliminate...
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-22 Denis Vlasenkonetstat: getopt_ulflags'isation
2006-07-12 Rob LandleyA couple things that got tangled up in my tree, easier...
2006-07-11 "Robert P. J. Day"Add one-line GPL boilerplate to these source files.
2006-01-25 Tim Rikerjust whitespace
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-11-26 Glenn L McGrathuse #ifdef CONFIG_* instead of #if CONFIG_*
2002-11-26 Glenn L McGrathUse #ifdef instead of #if
2002-07-03 Eric AndersenScrub pwd.h and grp.h handling so we don't have to...
2002-07-03 Eric AndersenThis patch from Bart Visscher <magick@linux-fan.com...
2002-06-22 Eric AndersenApply vodz' last_patch44 -- cleanup several chars to...
2002-06-04 Robert GrieblFix for broken handling off BusyBox's own pwd/grp imple...
2002-05-14 Robert GrieblThis patch adds -e (extended information) to route...
2001-11-10 Eric AndersenLatest patch from vodz:
2001-10-31 Eric AndersenAdd netstat applet, submitted by Bart Visscher <magick...