zephyr/subsys/net/lib
Eug Krashtan bb378c7201 net: coap: Use MQTT style wildcard in path description:
In 'struct coap_resource' path description:
- the plus symbol represents a single-level wild card in the path;
- the hash symbol represents the multi-level wild card in the path.

This change keeps compatibility with RFC 7252 but allows handling
multiple requests in single function.

Signed-off-by: Eug Krashtan <eug.krashtan@gmail.com>
2020-08-26 12:31:00 +02:00
..
coap net: coap: Use MQTT style wildcard in path description: 2020-08-26 12:31:00 +02:00
config net: config: Fix NET_EVENT_IPV6_ADDR_ADD event handling 2020-08-18 15:06:17 +03:00
conn_mgr zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dns guideline: Make explicit fallthrough cases 2020-08-24 20:28:47 -04:00
http guideline: Make explicit fallthrough cases 2020-08-24 20:28:47 -04:00
lwm2m guideline: Make explicit fallthrough cases 2020-08-24 20:28:47 -04:00
mqtt net: mqtt: Prevent double CONNACK event notification on server reject 2020-07-27 13:24:11 +02:00
openthread samples: openthread: Call usb_enable() by the app. 2020-08-13 11:49:47 +02:00
sntp zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
sockets guideline: Make explicit fallthrough cases 2020-08-24 20:28:47 -04:00
socks cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
tftp zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
tls_credentials kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
utils include: net: socketutils: Allow to build for CONFIG_POSIX_API 2019-09-12 17:30:29 +03:00
websocket lib: fdtable: Add callback for close() calls 2020-08-14 09:47:51 -07:00
CMakeLists.txt net: openthread: Align Kconfig with cmake symbols 2020-08-18 15:57:14 +03:00
Kconfig net: tftp: Adding support for TFTP Client. 2020-04-30 14:19:46 +03:00