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
/
zcip.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update applet size estimates
Denys Vlasenko
2023-07-10
1
-1
/
+1
*
build system: drop PLATFORM_LINUX
Ron Yorston
2020-08-13
1
-1
/
+0
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-3
/
+3
*
Optionally re-introduce bb_info_msg()
James Byrne
2019-04-30
1
-2
/
+2
*
config: update size information
Denys Vlasenko
2018-12-28
1
-1
/
+1
*
whitespace and comment format fixes, no code changes
Denys Vlasenko
2017-10-05
1
-1
/
+0
*
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
1
-2
/
+3
*
zcip: fix slow environment leak
Denys Vlasenko
2017-07-22
1
-2
/
+7
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-5
/
+5
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
Convert all networking/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-0
/
+16
*
*: 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
*
zcip: use bb_error_msg for logging, not bb_info_msg
Denys Vlasenko
2016-03-30
1
-2
/
+2
*
zcip: ...ad suppress the warning
Denys Vlasenko
2015-10-24
1
-1
/
+1
*
zcip: do not query current time if we won't use the result
Denys Vlasenko
2015-10-24
1
-2
/
+4
*
whitespace fixes
Denys Vlasenko
2015-10-13
1
-1
/
+1
*
zcip: tweak comments and make unsigned division more obvious
Denys Vlasenko
2015-08-04
1
-9
/
+6
*
zcip: another code shrink
Denys Vlasenko
2015-08-04
1
-159
/
+148
*
zcip: code shrink
Denys Vlasenko
2015-08-04
1
-78
/
+59
*
zcip: simplify code
Denys Vlasenko
2015-08-04
1
-139
/
+96
*
zcip: fix wrong comparison of source IP with our IP
Vladislav Grishenko
2015-03-22
1
-1
/
+1
*
zcip: Add environment variable for overriding log functionality
Michel Stam
2014-11-04
1
-0
/
+5
*
zcip: allow our own class B range to be used for ZeroConf
Michel Stam
2014-10-30
1
-9
/
+21
*
zcip: fix link-local IP conflict detection
Ken Sharp
2014-07-20
1
-16
/
+22
*
add INIT_G()'s. No code changes.
Denys Vlasenko
2011-09-21
1
-0
/
+2
*
*: simplify Ethernet header includes
Dan Fandrich
2011-06-10
1
-3
/
+1
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
move remaining help text from include/usage.src.h
Pere Orga
2011-04-11
1
-0
/
+13
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: code shrink and better "died from signal" reporting from wait4pid
Denys Vlasenko
2010-03-18
1
-2
/
+2
*
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-02-04
1
-1
/
+1
*
*: remove some uses of argc
Denys Vlasenko
2010-01-04
1
-2
/
+1
*
optimize 16- and 32-bit moves
Denis Vlasenko
2008-12-08
1
-1
/
+2
*
libbb: add strncpy_IFNAMSIZ
Denis Vlasenko
2008-12-02
1
-1
/
+1
*
zcip: code size optimizations, improved help text and comments
Denis Vlasenko
2008-10-10
1
-62
/
+79
*
init: set stderr to NONBLOCK
Denis Vlasenko
2008-09-20
1
-2
/
+2
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-1
/
+1
*
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-15
1
-1
/
+1
*
zcip: chdiring to root when daemonizing is not useful,
Denis Vlasenko
2008-02-28
1
-2
/
+2
*
zcip: open ARP socket before openlog
Denis Vlasenko
2008-02-04
1
-11
/
+13
*
- fix conflicting decls of syslog related facilitynames and prioritynames tables
Bernhard Reutner-Fischer
2008-01-27
1
-3
/
+1
*
zcip: simplify code a bit
Denis Vlasenko
2007-11-25
1
-8
/
+1
*
zcip: use low-order 4 bytes of MAC as random seed, not 4 high-order
Denis Vlasenko
2007-11-25
1
-66
/
+87
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
zcip: fix unaligned trap on ARM
Denis Vlasenko
2007-09-27
1
-2
/
+3
*
introduce safe_poll (fixes a problem in top)
Denis Vlasenko
2007-09-27
1
-6
/
+8
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
1
-1
/
+1
*
zcip: remove stray seed48. It's the only thing which was pulling in
Denis Vlasenko
2007-07-23
1
-4
/
+1
*
xioctl and friends by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-07-14
1
-3
/
+1
[next]