lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up


From: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-35-g5a8bd37
Date: Mon, 8 Oct 2018 06:50:56 -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  5a8bd3750932cf7016ff00fdf93d13f8a9cbcf59 (commit)
       via  6c2fd2d25d256525ae6abbc283af57511b33adb9 (commit)
       via  de81e8bf1965f1fcf743f3016e79a9e1139fbf80 (commit)
       via  54fc708c764472aadd6879f7bb8be3e08fba3441 (commit)
       via  7ba69d875c687ef3b00f6267b5dbc5aa607e8da6 (commit)
       via  b2713601f0602500e4cc240c9d8da459362f6839 (commit)
      from  c683427bfdf40bfb85482e080cd534a015b75b25 (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 5a8bd3750932cf7016ff00fdf93d13f8a9cbcf59
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Oct 8 12:48:16 2018 +0200

    Improve TFTP comments

commit 6c2fd2d25d256525ae6abbc283af57511b33adb9
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Oct 8 12:45:29 2018 +0200

    Improve TFTP implementation
    
    - implement server/client mode (API is nicer to use)
    - Increase TFTP_MAX_MODE_LEN to be able to contain "netascii" transfer mode
    - Adapt tftp_example to changes

commit de81e8bf1965f1fcf743f3016e79a9e1139fbf80
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Oct 8 11:42:52 2018 +0200

    VS Code again: Fix tasks.json for windows

commit 54fc708c764472aadd6879f7bb8be3e08fba3441
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Oct 8 11:42:28 2018 +0200

    Apply fix from Axel Lin
    
    (Build issue if LWIP_DHCP is set to 0)

commit 7ba69d875c687ef3b00f6267b5dbc5aa607e8da6
Author: Dirk Ziegelmeier <address@hidden>
Date:   Mon Oct 8 11:41:51 2018 +0200

    Some TFTP cleanups

commit b2713601f0602500e4cc240c9d8da459362f6839
Author: Ben Wijen <address@hidden>
Date:   Mon Oct 23 15:04:37 2017 +0200

    tftp: Add client functionality
    
    * add helper functions
    * add tftp_get/tftp_put
    * rename files

-----------------------------------------------------------------------

Summary of changes:
 .vscode/tasks.json                                 |   6 +-
 contrib/examples/tftp/tftp_example.c               |  51 ++++---
 src/Filelists.cmake                                |   2 +-
 src/Filelists.mk                                   |  32 ++---
 src/apps/tftp/{tftp_server.c => tftp.c}            | 151 ++++++++++++++++-----
 src/include/lwip/apps/tftp_client.h                |  44 ++++++
 .../lwip/apps/{tftp_server.h => tftp_common.h}     |  35 +++--
 src/include/lwip/apps/tftp_opts.h                  |   2 +-
 src/include/lwip/apps/tftp_server.h                |  63 +--------
 src/include/lwip/opt.h                             |   2 +-
 10 files changed, 247 insertions(+), 141 deletions(-)
 rename src/apps/tftp/{tftp_server.c => tftp.c} (74%)
 create mode 100644 src/include/lwip/apps/tftp_client.h
 copy src/include/lwip/apps/{tftp_server.h => tftp_common.h} (74%)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

[Prev in Thread] Current Thread [Next in Thread]