[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. ec5cf8593e
From: |
Simon Goldschmidt |
Subject: |
[lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. ec5cf8593e712cebe093453750c238fdeba44a70 |
Date: |
Sun, 22 Feb 2015 20:46:50 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch, master has been updated
via ec5cf8593e712cebe093453750c238fdeba44a70 (commit)
via 9f065c0ea58cfb1e6aeae2dad25ba2ffdbd724e8 (commit)
from df3f05e8246bec536bb197f38a8fbf9c6cd74159 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ec5cf8593e712cebe093453750c238fdeba44a70
Author: sg <address@hidden>
Date: Sun Feb 22 21:46:35 2015 +0100
Continued chrysn's work: changed nearly all functions taking 'ip(X)_addr_t'
pointer to take const pointers (changed user callbacks: raw_recv_fn,
udp_recv_fn; changed port callbacks: netif_output_fn, netif_igmp_mac_filter_fn)
commit 9f065c0ea58cfb1e6aeae2dad25ba2ffdbd724e8
Author: chrysn <address@hidden>
Date: Sat Jan 24 01:25:18 2015 +0100
(api break) qualify ip_addr_t as const where feasible
this changes the callback signatures of the ip_output and the
{udp,raw}_recv functions.
changes were made by going through all header files, searching for
occurrences of ip_addr_t, qualifying them as const and if required
modifying the corresponding c files, looking for other uses of ip_addr_t
that would be required.
the following header files were not treated as i'm not using them and
wouldn't see them compiled: api.h api_msg.h dhcp.h dns.h igmp.h
netifapi.h pppapi.h snmp.h snmp_msg.h snmp_structs.h ppp.h pppol2tp.h
test/*
no modifications were done on ip6_addr_t.
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 5 +++++
src/api/api_lib.c | 10 +++++-----
src/api/api_msg.c | 4 ++--
src/core/dhcp.c | 4 ++--
src/core/dns.c | 4 ++--
src/core/inet_chksum.c | 8 ++++----
src/core/ipv4/igmp.c | 12 ++++++------
src/core/ipv4/ip4.c | 16 ++++++++--------
src/core/ipv4/ip_frag.c | 2 +-
src/core/ipv6/ethip6.c | 2 +-
src/core/ipv6/ip6.c | 10 +++++-----
src/core/ipv6/mld6.c | 10 +++++-----
src/core/ipv6/nd6.c | 40 ++++++++++++++++++++--------------------
src/core/netif.c | 26 +++++++++++++-------------
src/core/raw.c | 8 ++++----
src/core/snmp/msg_in.c | 4 ++--
src/core/tcp.c | 4 ++--
src/core/udp.c | 22 +++++++++++-----------
src/include/lwip/api.h | 10 +++++-----
src/include/lwip/api_msg.h | 14 ++++++++------
src/include/lwip/ethip6.h | 2 +-
src/include/lwip/igmp.h | 8 ++++----
src/include/lwip/inet.h | 5 +++--
src/include/lwip/inet_chksum.h | 8 ++++----
src/include/lwip/ip4.h | 14 +++++++-------
src/include/lwip/ip4_addr.h | 4 ++--
src/include/lwip/ip6.h | 10 +++++-----
src/include/lwip/ip_frag.h | 2 +-
src/include/lwip/mld6.h | 6 +++---
src/include/lwip/nd6.h | 8 ++++----
src/include/lwip/netif.h | 22 +++++++++++-----------
src/include/lwip/raw.h | 8 ++++----
src/include/lwip/tcp.h | 4 ++--
src/include/lwip/udp.h | 22 +++++++++++-----------
src/include/netif/etharp.h | 14 +++++++-------
src/netif/etharp.c | 20 ++++++++++----------
src/netif/ppp/ppp.c | 8 ++++----
37 files changed, 194 insertions(+), 186 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. ec5cf8593e712cebe093453750c238fdeba44a70,
Simon Goldschmidt <=