Christoph Krey
|
30c9cdc22a
|
Check zero length topics and topic filters closes #2908
Signed-off-by: Christoph Krey <c@ckrey.de>
|
2024-10-12 08:15:40 +02:00 |
|
Roger A. Light
|
28590fa383
|
Remove unused headers
|
2023-11-15 22:45:38 +00:00 |
|
Roger A. Light
|
11975332d4
|
Fix mosquitto_topic_matches_sub2() not using the length parameters.
Closes #2364. Thanks to Jens Alfke.
|
2021-11-16 23:14:24 +00:00 |
|
Roger A. Light
|
9b08faf0bd
|
Fix mosquitto_{pub|sub}_topic_check() function returns.
The would not return MOSQ_ERR_INVAL on topic == NULL.
|
2021-02-09 14:09:53 +00:00 |
|
Roger A. Light
|
a4389fc9ce
|
Fix SPDX identifiers: EDL-1.0 -> BSD-3-Clause.
The two licenses are the same.
|
2021-01-20 11:46:18 +00:00 |
|
Roger A. Light
|
3731535298
|
Add SPDX license identifiers.
|
2020-12-01 20:46:56 +00:00 |
|
Roger A. Light
|
584cf51ba7
|
Update to EPL-2.0
|
2020-11-25 17:34:21 +00:00 |
|
Roger A. Light
|
b0a065f790
|
Update changelog. Release page. Bump copyright.
|
2020-02-27 23:26:58 +00:00 |
|
Roger A. Light
|
8d5fd7d1e2
|
Fix mosquitto_topic_matches_sub() behaviour with wildcards in topic.
It was not returning MOSQ_ERR_INVAL if the topic contains a wildcard.
Closes #1589. Thanks to mdelete.
|
2020-02-07 22:55:50 +00:00 |
|
Roger A. Light
|
1066750931
|
Restrict topic hierarchy to 200 levels to prevent possible stack overflow.
Closes #1412. Thanks to Ryan Shaw.
|
2019-09-15 22:57:36 +01:00 |
|
Roger A. Light
|
67707b819d
|
Fix some -Wextra compiler warnings.
|
2019-03-26 12:15:34 +00:00 |
|
Roger A. Light
|
5be83ec1d7
|
Topic matching optimisations.
|
2019-03-13 16:03:28 +00:00 |
|
Roger A. Light
|
0941638143
|
Fix signed/unsigned comparion warnings.
Closes #1196.
|
2019-03-13 13:51:08 +00:00 |
|
Roger A. Light
|
38711fc3f3
|
Fix merge error for C90 compile fail.
|
2019-02-27 17:34:32 +00:00 |
|
Roger A. Light
|
bb914b985c
|
Fix mosquitto_topic_matches_sub() rc with sub=="topic/#abc".
This now returns MOSQ_ERR_INVAL as expected.
|
2019-02-12 11:34:45 +00:00 |
|
Roger A. Light
|
40ed672ecf
|
Fix topic matching tests and function.
|
2018-10-16 22:49:13 +01:00 |
|
Roger A. Light
|
6609bbac10
|
Move topic matching tests to unit tests. Needs improving.
|
2018-10-10 17:52:41 +01:00 |
|