[riot-commits] [RIOT-OS/RIOT] 53eaa4: net_help: remove printArrayRange()
Martine Lenders
authmillenon at gmail.com
Tue Nov 18 16:41:21 CET 2014
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 53eaa4feb87a5273870529dc99c876b3e1874902
https://github.com/RIOT-OS/RIOT/commit/53eaa4feb87a5273870529dc99c876b3e1874902
Author: Martine Lenders <mail at martine-lenders.eu>
Date: 2014-11-17 (Mon, 17 Nov 2014)
Changed paths:
M sys/net/crosslayer/net_help/net_help.c
M sys/net/include/net_help.h
M sys/net/transport_layer/tcp/tcp.c
Log Message:
-----------
net_help: remove printArrayRange()
The od module does the same, much less specialized, much more
sophisticated.
Commit: 4d82c2c6460ae76654eeb0221e286b4a895ff28b
https://github.com/RIOT-OS/RIOT/commit/4d82c2c6460ae76654eeb0221e286b4a895ff28b
Author: Martine Lenders <mail at martine-lenders.eu>
Date: 2014-11-17 (Mon, 17 Nov 2014)
Changed paths:
M sys/net/include/net_help.h
Log Message:
-----------
net_help: remove IPV6_CMP_ADDR macro
Used nowhere; alternative: ipv6_addr_is_equal(), since other use-cases
(is an IPv6 address smaller than the other) are not applicable anyway.
Commit: c9219b87d64acf5ecd382c81fc0dcb0f89274e16
https://github.com/RIOT-OS/RIOT/commit/c9219b87d64acf5ecd382c81fc0dcb0f89274e16
Author: Martine Lenders <mail at martine-lenders.eu>
Date: 2014-11-18 (Tue, 18 Nov 2014)
Changed paths:
M sys/net/crosslayer/net_help/net_help.c
M sys/net/include/net_help.h
M sys/net/network_layer/sixlowpan/icmp.c
M sys/net/network_layer/sixlowpan/ip.c
M sys/net/transport_layer/udp/udp.c
Log Message:
-----------
net_help: prefix csum properly and add documentation
Commit: 4d674ef1075fef2e85e4116206e743e1d67115a8
https://github.com/RIOT-OS/RIOT/commit/4d674ef1075fef2e85e4116206e743e1d67115a8
Author: Martine Lenders <authmillenon at gmail.com>
Date: 2014-11-18 (Tue, 18 Nov 2014)
Changed paths:
M sys/net/crosslayer/net_help/net_help.c
M sys/net/include/net_help.h
M sys/net/network_layer/sixlowpan/icmp.c
M sys/net/network_layer/sixlowpan/ip.c
M sys/net/transport_layer/tcp/tcp.c
M sys/net/transport_layer/udp/udp.c
Log Message:
-----------
Merge pull request #2019 from authmillenon/cleanup-net_help
net_help: Cleanup
Compare: https://github.com/RIOT-OS/RIOT/compare/594d9251c920...4d674ef1075f
More information about the commits
mailing list