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
/
ifupdown.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-2
/
+2
*
ifupdown: close memory leak
Denys Vlasenko
2019-04-28
1
-3
/
+9
*
config: update size information
Denys Vlasenko
2018-12-28
1
-2
/
+2
*
ifupdown: support "source-directory" stanza
Brandon Maier
2018-09-30
1
-0
/
+16
*
ifupdown: do not fail if interface disappears during ifdown
Kaarle Ritvanen
2018-03-28
1
-0
/
+6
*
whitespace and comment format fixes, no code changes
Denys Vlasenko
2017-10-05
1
-11
/
+11
*
regularize format of source file headers, no code changes
Denys Vlasenko
2017-09-18
1
-1
/
+0
*
config: trim/improve item names and help texts, take 2
Denys Vlasenko
2017-07-27
1
-2
/
+2
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-32
/
+32
*
Update remaining menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-19
1
-2
/
+2
*
*: add comment about APPLET_ODDNAME format
Denys Vlasenko
2017-01-29
1
-1
/
+2
*
Big cleanup in config help and description
Denys Vlasenko
2017-01-10
1
-4
/
+4
*
Remove FEATURE_IFUPDOWN_IP_BUILTIN and FEATURE_IFUPDOWN_IFCONFIG_BUILTIN
Denys Vlasenko
2016-12-23
1
-29
/
+7
*
Make ifup and ifdown individually selectable.
Denys Vlasenko
2016-11-14
1
-8
/
+127
*
ifupdown: rewrite state file atomically
Denys Vlasenko
2016-10-09
1
-5
/
+38
*
ifupdown: improve help text, add comment about run-parts error msg
Denys Vlasenko
2016-09-25
1
-1
/
+6
*
ifupdown: when flushing addresses with "ip", add label %label%
Denys Vlasenko
2016-09-20
1
-2
/
+5
*
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
1
-1
/
+1
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
1
-1
/
+2
*
ifupdowm: fix "warning: unused variable 'iface_list'"
Denys Vlasenko
2016-03-03
1
-1
/
+1
*
ifupdown: allow duplicate interface definitions
Nicolas Cavallari
2016-03-01
1
-1
/
+14
*
ifupdown: use -x hostname:NAME with udhcpc
Natanael Copa
2015-10-31
1
-2
/
+2
*
ifupdown: pass interface device name for ipv6 route commands
Timo Teräs
2015-10-26
1
-3
/
+4
*
ifupdown: 'prio' should have been 'metric' in static_up and static_up6
Alex Dowad
2015-08-24
1
-2
/
+2
*
ifupdown: shrink a message
Denys Vlasenko
2015-03-22
1
-1
/
+1
*
ifupdown: correct ifstate update during 'ifup -a'. Closes 6212
Frank Bergmann
2015-03-22
1
-3
/
+4
*
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-03-12
1
-5
/
+5
*
libbb: rename execable -> executable. No code changes
Denys Vlasenko
2014-05-02
1
-2
/
+2
*
ifupdown: support 'link' address family
Kaarle Ritvanen
2014-02-03
1
-0
/
+13
*
ifupdown: support "source" stanza in /etc/network/interfaces
Denys Vlasenko
2013-02-28
1
-6
/
+13
*
ifupdown: code shrink
Denys Vlasenko
2012-11-09
1
-7
/
+4
*
ifupdown: remove unused errno assignments
Denys Vlasenko
2012-11-05
1
-6
/
+3
*
ifupdown: simple code shrink
Denys Vlasenko
2012-11-05
1
-2
/
+2
*
style fixes, no code changes
Denys Vlasenko
2012-09-02
1
-1
/
+1
*
ifupdown: improve compatibility with Debian
Andreas Oberritter
2012-04-23
1
-8
/
+12
*
ifupdown: support metric for static default gw
Natanael Copa
2012-02-19
1
-4
/
+4
*
*: style fixes. no code changes
Denys Vlasenko
2011-12-15
1
-2
/
+2
*
ifupdown: remove interface from state_list if iface_up fails
Lauri Hintsala
2011-12-15
1
-1
/
+1
*
ifupdown: code shrink
Denys Vlasenko
2011-10-19
1
-27
/
+15
*
ifupdown: support post-up / pre-down hooks
Peter Korsgaard
2011-10-19
1
-0
/
+6
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-4
/
+2
*
move remaining help text from include/usage.src.h
Pere Orga
2011-04-11
1
-0
/
+28
*
use user's shell instead of hardwired "/bin/sh" (android needs this)
Denys Vlasenko
2011-03-08
1
-4
/
+5
*
don't leak malloced variables in the loop; remove double alloc
Alexey Fomenko
2011-03-02
1
-2
/
+5
*
ifupdown: add manual method for IPv6. Closes bug 2497.
Denys Vlasenko
2010-10-29
1
-55
/
+68
*
*: whitespace fixes
Denys Vlasenko
2010-10-28
1
-1
/
+1
*
ifupdown: %client%, not %clientid%
Denys Vlasenko
2010-09-03
1
-3
/
+3
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: introduce and use xfork() and xvfork()
Pascal Bellard
2010-07-04
1
-5
/
+3
*
libbb: introduce and use BB_EXECVP_or_die()
Pascal Bellard
2010-07-04
1
-2
/
+1
[next]