[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up
From: |
Simon Goldschmidt |
Subject: |
[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1499-gcc89958 |
Date: |
Thu, 28 Jun 2018 16:11:39 -0400 (EDT) |
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 "lwIP - A Lightweight TCPIP stack".
The branch, master has been updated
via cc8995823acf4c251cf3d580abe535a745f69194 (commit)
via af2cbad64ac15d4e07e3fe303bc6d838de216cb5 (commit)
via 8090afa4f9b2925e45c6da5e5973dbb6f9b0b920 (commit)
via 4506db4331ad1426e5589701d7b193a074aabfee (commit)
via 814341a6ed3683b1ed185aac74b44ac1ee6f8385 (commit)
via 11e82e53556b632ddb7eb269b6bcb320e876356e (commit)
via 6067edfed371cae30d1e777252fad42f9407e714 (commit)
via 9f1196fb535c0b8026258baabd02eb6fafbdab84 (commit)
from 8223a8c73c8939ec8ae96690ae4abd9d7697eba0 (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 cc8995823acf4c251cf3d580abe535a745f69194
Author: Simon Goldschmidt <address@hidden>
Date: Thu Jun 28 22:10:45 2018 +0200
mdns: implement random time for initial probing
commit af2cbad64ac15d4e07e3fe303bc6d838de216cb5
Author: Simon Goldschmidt <address@hidden>
Date: Thu Jun 28 22:07:23 2018 +0200
mdns: add 2 RFC constants
commit 8090afa4f9b2925e45c6da5e5973dbb6f9b0b920
Author: Simon Goldschmidt <address@hidden>
Date: Thu Jun 28 22:04:14 2018 +0200
mdns: minor coding style cleanup
commit 4506db4331ad1426e5589701d7b193a074aabfee
Author: Simon Goldschmidt <address@hidden>
Date: Thu Jun 28 21:58:15 2018 +0200
mdns: fix implicit cast warnings (size_t to u8_t)
commit 814341a6ed3683b1ed185aac74b44ac1ee6f8385
Author: Simon Goldschmidt <address@hidden>
Date: Thu Jun 28 21:56:59 2018 +0200
mdns: use an u8_t instead of an enum for mdns_hos::probing_state
This saves some bytes only, but it is actually more common in lwip code
commit 11e82e53556b632ddb7eb269b6bcb320e876356e
Author: Simon Goldschmidt <address@hidden>
Date: Thu Jun 28 21:54:25 2018 +0200
UPGRADING: remove mdns_resp_announce() requirement after probing was added
commit 6067edfed371cae30d1e777252fad42f9407e714
Author: Simon Goldschmidt <address@hidden>
Date: Thu Jun 28 21:51:20 2018 +0200
mdns: add defines for mdns_name_result_cb_t result parameter
commit 9f1196fb535c0b8026258baabd02eb6fafbdab84
Author: Jens Nielsen <address@hidden>
Date: Tue Jan 16 22:47:00 2018 +0100
MDNS send probes to verify domain before use
Signed-off-by: Simon Goldschmidt <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
UPGRADING | 3 -
doc/mdns.txt | 13 +-
src/apps/mdns/mdns.c | 371 ++++++++++++++++++++++++++++++++++++++-----
src/include/lwip/apps/mdns.h | 14 ++
4 files changed, 349 insertions(+), 52 deletions(-)
hooks/post-receive
--
lwIP - A Lightweight TCPIP stack
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1499-gcc89958,
Simon Goldschmidt <=