Skip to content

Commit 66272f4

Browse files
Merge pull request #12 from weston-embedded/release/v3.01.01
Release/v3.01.01
2 parents 51b1a83 + 9df13c1 commit 66272f4

File tree

102 files changed

+237
-182
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+237
-182
lines changed

Client/Add-on/2lemetry.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* HTTP CLIENT 2LEMETRY APPLICATION SOURCE CODE
1919
*
2020
* Filename : 2lemetry.c
21-
* Version : V3.01.00
21+
* Version : V3.01.01
2222
*********************************************************************************************************
2323
*/
2424

Client/Add-on/2lemetry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* HTTP CLIENT 2LEMETRY MODULE
1919
*
2020
* Filename : 2lemetry.h
21-
* Version : V3.01.00
21+
* Version : V3.01.01
2222
*********************************************************************************************************
2323
*/
2424

Client/Add-on/Mem/Cfg/Template/http-c_mem_cfg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* HTTP CLIENT MEMORY MODULE CONFIGURATION FILE
1919
*
2020
* Filename : http-c_mem_cfg.c
21-
* Version : V3.01.00
21+
* Version : V3.01.01
2222
*********************************************************************************************************
2323
*/
2424

Client/Add-on/Mem/Cfg/Template/http-c_mem_cfg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* TEMPLATE
2121
*
2222
* Filename : http-c_mem_cfg.h
23-
* Version : V3.01.00
23+
* Version : V3.01.01
2424
*********************************************************************************************************
2525
*/
2626

Client/Add-on/Mem/http-c_mem.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* HTTP CLIENT MEMORY LIBRARY MODULE
1919
*
2020
* Filename : http-c_mem.c
21-
* Version : V3.01.00
21+
* Version : V3.01.01
2222
*********************************************************************************************************
2323
*/
2424

Client/Add-on/Mem/http-c_mem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* HTTP CLIENT MEMORY LIBRARY MODULE
1919
*
2020
* Filename : http-c_mem.h
21-
* Version : V3.01.00
21+
* Version : V3.01.01
2222
*********************************************************************************************************
2323
*/
2424

Client/Add-on/dropbox.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* HTTP CLIENT DROPBOX APPLICATION SOURCE CODE
1919
*
2020
* Filename : dropbox.c
21-
* Version : V3.01.00
21+
* Version : V3.01.01
2222
*********************************************************************************************************
2323
*/
2424

Client/Add-on/dropbox.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* HTTP CLIENT DROPBOX MODULE
1919
*
2020
* Filename : dropbox.h
21-
* Version : V3.01.00
21+
* Version : V3.01.01
2222
*********************************************************************************************************
2323
*/
2424

Client/Add-on/soundcloud.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* HTTP CLIENT SOUNDCLOUD APPLICATION SOURCE CODE
1919
*
2020
* Filename : soundcloud.c
21-
* Version : V3.01.00
21+
* Version : V3.01.01
2222
*********************************************************************************************************
2323
*/
2424

Client/Add-on/soundcloud.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* HTTP CLIENT SOUNDCLOUD SOURCE CODE
1919
*
2020
* Filename : soundcloud.h
21-
* Version : V3.01.00
21+
* Version : V3.01.01
2222
*********************************************************************************************************
2323
*/
2424

Client/Add-on/twilio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* HTTP CLIENT TWILIO APPLICATION SOURCE CODE
1919
*
2020
* Filename : twilio.c
21-
* Version : V3.01.00
21+
* Version : V3.01.01
2222
*********************************************************************************************************
2323
*/
2424

Client/Add-on/twilio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* HTTP CLIENT TEST SOURCE CODE
1919
*
2020
* Filename : twilio.h
21-
* Version : V3.01.00
21+
* Version : V3.01.01
2222
*********************************************************************************************************
2323
*/
2424

Client/Cfg/Template/http-c_cfg.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* uC/HTTP
44
* Hypertext Transfer Protocol
55
*
6-
* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
6+
* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
77
*
88
* SPDX-License-Identifier: APACHE-2.0
99
*
@@ -20,7 +20,7 @@
2020
* HTTP CLIENT CONFIGURATION FILE
2121
*
2222
* Filename : http-c_cfg.c
23-
* Version : V3.01.00
23+
* Version : V3.01.01
2424
*********************************************************************************************************
2525
*/
2626

Client/Cfg/Template/http-c_cfg.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* uC/HTTP
44
* Hypertext Transfer Protocol
55
*
6-
* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
6+
* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
77
*
88
* SPDX-License-Identifier: APACHE-2.0
99
*
@@ -22,7 +22,7 @@
2222
* TEMPLATE
2323
*
2424
* Filename : http-c_cfg.h
25-
* Version : V3.01.00
25+
* Version : V3.01.01
2626
*********************************************************************************************************
2727
*/
2828

Client/Examples/http-c_app.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* HTTP CLIENT APPLICATION FUNCTIONS FILE
2121
*
2222
* Filename : http-c_app.c
23-
* Version : V3.01.00
23+
* Version : V3.01.01
2424
*********************************************************************************************************
2525
*/
2626

Client/Examples/http-c_app.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* HTTP CLIENT APPLICATION FUNCTIONS FILE
2121
*
2222
* Filename : http-c_app.h
23-
* Version : V3.01.00
23+
* Version : V3.01.01
2424
*********************************************************************************************************
2525
*/
2626

Client/Examples/http-c_hooks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* HTTP CLIENT HOOK FUNCTIONS FILE
2121
*
2222
* Filename : http-c_hooks.c
23-
* Version : V3.01.00
23+
* Version : V3.01.01
2424
*********************************************************************************************************
2525
*/
2626

Client/Examples/http-c_hooks.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* HTTP CLIENT HOOK FUNCTIONS FILE
2121
*
2222
* Filename : http-c_hooks.h
23-
* Version : V3.01.00
23+
* Version : V3.01.01
2424
*********************************************************************************************************
2525
*/
2626

Client/Source/http-c.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* uC/HTTP
44
* Hypertext Transfer Protocol
55
*
6-
* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
6+
* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
77
*
88
* SPDX-License-Identifier: APACHE-2.0
99
*
@@ -20,7 +20,7 @@
2020
* HTTP CLIENT
2121
*
2222
* Filename : http-c.c
23-
* Version : V3.01.00
23+
* Version : V3.01.01
2424
*********************************************************************************************************
2525
*/
2626

Client/Source/http-c.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* uC/HTTP
44
* Hypertext Transfer Protocol
55
*
6-
* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
6+
* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
77
*
88
* SPDX-License-Identifier: APACHE-2.0
99
*
@@ -20,7 +20,7 @@
2020
* HTTP CLIENT
2121
*
2222
* Filename : http-c.h
23-
* Version : V3.01.00
23+
* Version : V3.01.01
2424
*********************************************************************************************************
2525
*/
2626

@@ -68,7 +68,7 @@
6868
*********************************************************************************************************
6969
*/
7070

71-
#define HTTPc_VERSION 30100u /* See Note #1. */
71+
#define HTTPc_VERSION 30101u /* See Note #1. */
7272

7373

7474
/*

Client/Source/http-c_conn.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* uC/HTTP
44
* Hypertext Transfer Protocol
55
*
6-
* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
6+
* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
77
*
88
* SPDX-License-Identifier: APACHE-2.0
99
*
@@ -20,7 +20,7 @@
2020
* HTTP CLIENT CONNECTIION MODULE
2121
*
2222
* Filename : http-c_conn.c
23-
* Version : V3.01.00
23+
* Version : V3.01.01
2424
*********************************************************************************************************
2525
*/
2626

Client/Source/http-c_conn.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* uC/HTTP
44
* Hypertext Transfer Protocol
55
*
6-
* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
6+
* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
77
*
88
* SPDX-License-Identifier: APACHE-2.0
99
*
@@ -20,7 +20,7 @@
2020
* HTTP CLIENT CONNECTION MODULE
2121
*
2222
* Filename : http-c_conn.h
23-
* Version : V3.01.00
23+
* Version : V3.01.01
2424
*********************************************************************************************************
2525
*/
2626

Client/Source/http-c_mem.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* uC/HTTP
44
* Hypertext Transfer Protocol
55
*
6-
* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
6+
* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
77
*
88
* SPDX-License-Identifier: APACHE-2.0
99
*
@@ -20,7 +20,7 @@
2020
* HTTP CLIENT MEMORY LIBRARY
2121
*
2222
* Filename : http-c_mem.c
23-
* Version : V3.01.00
23+
* Version : V3.01.01
2424
*********************************************************************************************************
2525
*/
2626

Client/Source/http-c_mem.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* uC/HTTP
44
* Hypertext Transfer Protocol
55
*
6-
* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
6+
* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
77
*
88
* SPDX-License-Identifier: APACHE-2.0
99
*
@@ -20,7 +20,7 @@
2020
* HTTP CLIENT MEMORY LIBRARY
2121
*
2222
* Filename : http-c_mem.h
23-
* Version : V3.01.00
23+
* Version : V3.01.01
2424
*********************************************************************************************************
2525
*/
2626

Client/Source/http-c_req.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* uC/HTTP
44
* Hypertext Transfer Protocol
55
*
6-
* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
6+
* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
77
*
88
* SPDX-License-Identifier: APACHE-2.0
99
*
@@ -20,7 +20,7 @@
2020
* HTTP CLIENT REQUEST MODULE
2121
*
2222
* Filename : http-c_req.c
23-
* Version : V3.01.00
23+
* Version : V3.01.01
2424
*********************************************************************************************************
2525
*/
2626

Client/Source/http-c_req.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* uC/HTTP
44
* Hypertext Transfer Protocol
55
*
6-
* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
6+
* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
77
*
88
* SPDX-License-Identifier: APACHE-2.0
99
*
@@ -20,7 +20,7 @@
2020
* HTTP CLIENT REQUEST MODULE
2121
*
2222
* Filename : http-c_req.h
23-
* Version : V3.01.00
23+
* Version : V3.01.01
2424
*********************************************************************************************************
2525
*/
2626

Client/Source/http-c_resp.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* uC/HTTP
44
* Hypertext Transfer Protocol
55
*
6-
* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
6+
* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
77
*
88
* SPDX-License-Identifier: APACHE-2.0
99
*
@@ -20,7 +20,7 @@
2020
* HTTP CLIENT RESPONSE MODULE
2121
*
2222
* Filename : http-c_resp.c
23-
* Version : V3.01.00
23+
* Version : V3.01.01
2424
*********************************************************************************************************
2525
*/
2626

Client/Source/http-c_resp.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* uC/HTTP
44
* Hypertext Transfer Protocol
55
*
6-
* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
6+
* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
77
*
88
* SPDX-License-Identifier: APACHE-2.0
99
*
@@ -20,7 +20,7 @@
2020
* HTTP CLIENT RESPONSE MODULE
2121
*
2222
* Filename : http-c_resp.h
23-
* Version : V3.01.00
23+
* Version : V3.01.01
2424
*********************************************************************************************************
2525
*/
2626

Client/Source/http-c_sock.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* uC/HTTP
44
* Hypertext Transfer Protocol
55
*
6-
* Copyright 2004-2020 Silicon Laboratories Inc. www.silabs.com
6+
* Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com
77
*
88
* SPDX-License-Identifier: APACHE-2.0
99
*
@@ -20,7 +20,7 @@
2020
* HTTP CLIENT SOCKET MODULE
2121
*
2222
* Filename : http-c_sock.c
23-
* Version : V3.01.00
23+
* Version : V3.01.01
2424
*********************************************************************************************************
2525
*/
2626

0 commit comments

Comments
 (0)