index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
/
nameif.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert all networking/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-0
/
+4
*
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-03-12
1
-4
/
+4
*
nameif: fix use-after-free in ENABLE_FEATURE_CLEAN_UP code
Thomas De Schampheleire
2013-02-28
1
-6
/
+9
*
Replaced __u32 etc. with standard uint32_t style types
Daniel Fandrich
2011-06-10
1
-14
/
+14
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
nameif: add matching by phy_address=NUM; extend help text
Phil Sutter
2011-03-06
1
-1
/
+94
*
nameif: fix parsing of /proc/net/dev; small code shrink
Phil Sutter
2011-03-06
1
-11
/
+9
*
don't leak malloced variables in the loop; remove double alloc
Alexey Fomenko
2011-03-02
1
-1
/
+1
*
whitespace cleanup
Denys Vlasenko
2010-10-29
1
-2
/
+2
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
udhcp: handle errors in read_staticlease
Denys Vlasenko
2010-03-23
1
-1
/
+1
*
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-11-13
1
-2
/
+2
*
docs/logging_and_backgrounding.txt: new mini-doc
Denis Vlasenko
2009-03-11
1
-1
/
+3
*
libbb: add strncpy_IFNAMSIZ
Denis Vlasenko
2008-12-02
1
-1
/
+1
*
nameif: shrink (by Vladimir)
Denis Vlasenko
2008-08-01
1
-28
/
+16
*
fix several problems with config parser:
Denis Vlasenko
2008-07-26
1
-6
/
+4
*
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
1
-1
/
+1
*
libbb: updated config_parse() from Vladimir
Denis Vlasenko
2008-07-19
1
-1
/
+1
*
- fix segfault in nameif with mactab file
Bernhard Reutner-Fischer
2008-07-17
1
-4
/
+4
*
fix up callsites of config_read to check for >= 0
Denis Vlasenko
2008-07-16
1
-1
/
+1
*
update of config file parser from Vladimir
Denis Vlasenko
2008-07-16
1
-14
/
+6
*
*: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit.
Denis Vlasenko
2008-04-21
1
-9
/
+4
*
nameif: fix vda's breakage (Nico Erfurth <masta AT perlgolf.de>)
Denis Vlasenko
2008-04-10
1
-17
/
+29
*
ps: fix build breakage from vda's recent commit
Denis Vlasenko
2008-01-07
1
-1
/
+1
*
trylink: instead of build error, disable --gc-sections if GLIBC && STATIC
Denis Vlasenko
2007-12-28
1
-5
/
+5
*
nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)
Denis Vlasenko
2007-12-24
1
-77
/
+153
*
remove trailing whitespace
Denis Vlasenko
2007-10-14
1
-1
/
+1
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
update Glenn McGrath's email address
Denis Vlasenko
2007-09-21
1
-1
/
+1
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
1
-1
/
+1
*
xioctl and friends by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-07-14
1
-3
/
+3
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
rodata cleanup. "unable to" == "cannot". -300 bytes
Denis Vlasenko
2006-11-18
1
-2
/
+2
*
bb_get_[chomped]line_from_file wasn't descriptive enough.
Denis Vlasenko
2006-10-12
1
-1
/
+1
*
bb_applet_name -> applet_name
Denis Vlasenko
2006-10-03
1
-1
/
+1
*
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-03
1
-1
/
+1
*
Implement optional syslog logging using ordinary
Denis Vlasenko
2006-09-06
1
-31
/
+11
*
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-08-03
1
-10
/
+4
*
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-07-02
1
-0
/
+1
*
Header cleanup on two more networking files (move libbb.h to the top and
Rob Landley
2006-06-05
1
-2
/
+2
*
Size reductions, mostly switching things to use libbb functions.
Rob Landley
2006-05-29
1
-2
/
+2
*
CONFIG->ENABLE migration.
Rob Landley
2006-05-04
1
-5
/
+5
*
- add platform.h.
Bernhard Reutner-Fischer
2006-01-22
1
-2
/
+2
*
restore erronyous 'cleanups' by Rob Sullivan and landley
"Vladimir N. Oleynik"
2006-01-15
1
-6
/
+9
*
Cleanup patch from Rob Sullivan.
Rob Landley
2006-01-15
1
-39
/
+9
*
Patch from Bernhard Fischer to make a bunch of symbols static
Eric Andersen
2005-04-16
1
-1
/
+1
*
Update my email address, document some of my tasks in the AUTHORS file
Glenn L McGrath
2004-04-25
1
-1
/
+1
*
Larry Doolittle writes:
Eric Andersen
2004-04-14
1
-2
/
+2
*
Patch from Lars Kellogg-Stedman:
Eric Andersen
2003-07-05
1
-0
/
+9
[next]