httpd: do not set alarm() timeout if we read cached header
[oweals/busybox.git] / networking / nameif.c
2017-09-18 Denys Vlasenkoregularize format of source file headers, no code changes
2017-08-06 Denys Vlasenkonameif: make it NOEXEC
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2016-11-23 Denys VlasenkoConvert all networking/* applets to "new style" applet...
2015-03-12 Denys Vlasenkolibbb: introduce and use is_prefixed_with()
2013-02-28 Thomas De Schamphe... nameif: fix use-after-free in ENABLE_FEATURE_CLEAN_UP...
2011-06-10 Daniel FandrichReplaced __u32 etc. with standard uint32_t style types
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-03-06 Phil Sutternameif: add matching by phy_address=NUM; extend help...
2011-03-06 Phil Sutternameif: fix parsing of /proc/net/dev; small code shrink
2011-03-02 Alexey Fomenkodon't leak malloced variables in the loop; remove doubl...
2010-10-29 Denys Vlasenkowhitespace cleanup
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-03-23 Denys Vlasenkoudhcp: handle errors in read_staticlease
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-03-11 Denis Vlasenkodocs/logging_and_backgrounding.txt: new mini-doc
2008-12-02 Denis Vlasenkolibbb: add strncpy_IFNAMSIZ
2008-08-01 Denis Vlasenkonameif: shrink (by Vladimir)
2008-07-26 Denis Vlasenkofix several problems with config parser:
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-19 Denis Vlasenkolibbb: updated config_parse() from Vladimir
2008-07-17 Bernhard Reutner... - fix segfault in nameif with mactab file
2008-07-16 Denis Vlasenkofix up callsites of config_read to check for >= 0
2008-07-16 Denis Vlasenkoupdate of config file parser from Vladimir
2008-04-21 Denis Vlasenko*: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit.
2008-04-10 Denis Vlasenkonameif: fix vda's breakage (Nico Erfurth <masta AT...
2008-01-07 Denis Vlasenkops: fix build breakage from vda's recent commit
2007-12-28 Denis Vlasenkotrylink: instead of build error, disable --gc-sections...
2007-12-24 Denis Vlasenkonameif: extended matching (Nico Erfurth <masta@perlgolf...
2007-10-14 Denis Vlasenkoremove trailing whitespace
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-21 Denis Vlasenkoupdate Glenn McGrath's email address
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-07-14 Denis Vlasenkoxioctl and friends by Tito <farmatito@tiscali.it>
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-11-18 Denis Vlasenkorodata cleanup. "unable to" == "cannot". -300 bytes
2006-10-12 Denis Vlasenkobb_get_[chomped]line_from_file wasn't descriptive enough.
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-06 Denis VlasenkoImplement optional syslog logging using ordinary
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-06-05 Rob LandleyHeader cleanup on two more networking files (move libbb...
2006-05-29 Rob LandleySize reductions, mostly switching things to use libbb...
2006-05-04 Rob LandleyCONFIG->ENABLE migration.
2006-01-22 Bernhard Reutner... - add platform.h.
2006-01-15 "Vladimir N. Oleynik"restore erronyous 'cleanups' by Rob Sullivan and landley
2006-01-15 Rob LandleyCleanup patch from Rob Sullivan.
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2004-04-25 Glenn L McGrathUpdate my email address, document some of my tasks...
2004-04-14 Eric AndersenLarry Doolittle writes:
2003-07-05 Eric AndersenPatch from Lars Kellogg-Stedman:
2003-03-19 Manuel Novoa III Major coreutils update.
2003-01-19 Glenn L McGrathDont use getopt_long, minor usage changes, patch by...
2003-01-16 Glenn L McGrathUse vsyslog instead of syslog, improve initalisation...
2003-01-14 Eric AndersenEliminate most instances where we use linux kernel...
2002-12-17 Glenn L McGrathGet interface names using ioctl rather than /proc,...
2002-12-13 Glenn L McGrathFix bug when reading mac from command line, continue...
2002-12-13 Glenn L McGrathNew applet, nameif by Nick Fedchik and myself.