Commit Graph

1956 Commits

Author SHA1 Message Date
Ian Craggs 2150ba29d9 Small doc update 2025-01-07 13:24:37 +00:00
Ian Craggs c97739dad1 Merge branch 'develop' 2025-01-07 12:44:15 +00:00
Ian Craggs 2805ddedea Add version number to the doc 2025-01-07 12:43:13 +00:00
Ian Craggs 559dc938ea Merge branch 'haraldreif-fix_possible_memory_leak' into develop 2025-01-07 12:37:23 +00:00
Ian Craggs c8b915cd75 Merge branch 'fix_possible_memory_leak' of github.com:haraldreif/paho.mqtt.c into haraldreif-fix_possible_memory_leak 2025-01-07 12:34:46 +00:00
Ian Craggs e3c1e2a313 Re-add .nojekyll file to allow html files starting with _ on Github pages 2025-01-07 10:06:06 +00:00
Harald Reif 6b1fee426e Replace free() with Log()
As this else block should never be reached, a log message is created when it is reached

Signed-off-by: Harald Reif <haraldr@copadata.com>
2025-01-07 08:14:57 +01:00
Ian Craggs 9836e5126a Update docs 2025-01-06 16:51:48 +00:00
Ian Craggs ca4d641bea Add docs for 1.3.14 2025-01-06 14:28:52 +00:00
Ian Craggs 1e9c5989e3 Merge branch 'develop' 2025-01-06 14:26:35 +00:00
Ian Craggs d9725e142c Update workflow version numbers 2025-01-06 13:29:08 +00:00
Ian Craggs 02d49ebb1a Update patch number 2025-01-06 13:22:42 +00:00
Ian Craggs bca083dd50 Update some doc and copyright statements 2025-01-06 11:17:49 +00:00
Ian Craggs cefc7f3ec0
Merge pull request #1556 from fpagliughi/samples-build
Build all the sample applications for the static library
2025-01-06 10:04:15 +00:00
fpagliughi 8deff4e863 Build all the samples for the static library 2025-01-05 14:43:27 -05:00
Ian Craggs be9e26257e Alternative SIGPIPE handling #1346 #1386 2025-01-04 18:49:33 +00:00
Ian Craggs 91230623e5 Clean up no_proxy processing #1473 2025-01-03 18:11:55 +00:00
Ian Craggs a067969288 Use strtok_s for strtok_r on Windows 2025-01-03 15:22:46 +00:00
Ian Craggs 2350a9c23c Get Proxy code to build on Windows #1473 2025-01-03 14:31:52 +00:00
Ian Craggs a04395c9fd Merge branch 'jumoog-ipv6_fix' into develop 2025-01-03 14:09:25 +00:00
Ian Craggs cacea270b6 Merge branch 'ipv6_fix' of github.com:jumoog/paho.mqtt.c into jumoog-ipv6_fix 2025-01-03 14:07:23 +00:00
Ian Craggs dd9c7a652c Add first pass of no_proxy processing #1473 2025-01-03 14:04:35 +00:00
Ian Craggs 4c19121874 Merge branch 'fpagliughi-unix-sockets-v1.3.x' into develop 2025-01-03 12:34:01 +00:00
fpagliughi cd2d10b650 Added support for UNIX-domain sockets for v1.3.x 2025-01-02 17:21:51 -05:00
Ian Craggs deb76eed6f Correction for PR #1484 2024-12-31 17:34:50 +00:00
Ian Craggs c3bc4b881d Allow http:// as prefix for HTTPS proxy #1329 2024-12-31 12:01:08 +00:00
Ian Craggs 33e195aca6 Allow buffer initialization to work on windows 2024-12-30 19:36:25 +00:00
Ian Craggs 9127790e15
Merge pull request #1550 from fpagliughi/fix-ssl-dir
Small cleanup of OpenSSL/LibreSSL CMake (2nd try)
2024-12-30 19:23:18 +00:00
Ian Craggs 4688f42c59 Print unprintable trace data in hex #1414 2024-12-30 19:15:31 +00:00
Ian Craggs 638d2be242 Correct doc about the setCallbacks function #1441 2024-12-30 17:21:52 +00:00
fpagliughi 68c48f17e0 Restored proper setting of SSL build variables for OpenSSL/LibreSSL 2024-12-29 15:24:22 -05:00
fpagliughi 9a4fd085a5 - Removed the reset of the xxxSSL_ROOT_DIR variables, and cleaned output
- CMake includes grabbed from project-relative path.
2024-12-29 14:32:43 -05:00
Ian Craggs 68c7c80992 Fix Crosscompilation for Windows on Linux #1432
Co-authored-by: Ernst Blecha <ernst.blecha@primetals.com>
2024-12-27 17:59:44 +00:00
Ian Craggs d157c6a212 Merge branch 'haraldreif-fix_compiler_warnings' into develop 2024-12-27 15:41:11 +00:00
Ian Craggs 44cf19cb1f Merge branch 'fix_compiler_warnings' of github.com:haraldreif/paho.mqtt.c into haraldreif-fix_compiler_warnings 2024-12-27 15:40:54 +00:00
Ian Craggs 5c89dbcf9c Merge branch 'haraldreif-fix_realloc_usage' into develop 2024-12-27 15:11:47 +00:00
Ian Craggs c156f70771 Merge branch 'fix_realloc_usage' of github.com:haraldreif/paho.mqtt.c into haraldreif-fix_realloc_usage 2024-12-27 14:44:34 +00:00
Ian Craggs f4d5bd63fc Revert "Merge branch 'fix-ssl-dir' of github.com:fpagliughi/paho.mqtt.c into fpagliughi-fix-ssl-dir"
This reverts commit 96ec1e9765, reversing
changes made to 141b03f978.
2024-12-26 19:41:41 +00:00
Ian Craggs aea6def205 Merge branch 'fpagliughi-fix-ssl-dir' into develop 2024-12-26 19:30:19 +00:00
Ian Craggs 96ec1e9765 Merge branch 'fix-ssl-dir' of github.com:fpagliughi/paho.mqtt.c into fpagliughi-fix-ssl-dir 2024-12-26 19:29:49 +00:00
Ian Craggs 141b03f978 Merge branch 'fpagliughi-fix-doc-comment' into develop 2024-12-26 17:42:49 +00:00
Ian Craggs b37321c54e Merge branch 'fix-doc-comment' of github.com:fpagliughi/paho.mqtt.c into fpagliughi-fix-doc-comment 2024-12-26 17:42:31 +00:00
Ian Craggs 6a1ee1c1b5 Merge branch 'fpagliughi-property-zero-initialize' into develop 2024-12-26 17:38:07 +00:00
Ian Craggs 48d3b68733 Merge branch 'property-zero-initialize' of github.com:fpagliughi/paho.mqtt.c into fpagliughi-property-zero-initialize 2024-12-26 17:33:22 +00:00
Ian Craggs fd384e4b23 Merge branch 'fpagliughi-properties-hardening' into develop 2024-12-26 17:26:43 +00:00
Ian Craggs 4a0940aab9 Merge branch 'properties-hardening' of github.com:fpagliughi/paho.mqtt.c into fpagliughi-properties-hardening 2024-12-26 17:25:58 +00:00
Ian Craggs 69c694227d Fix some compile warnings (on Windows build) 2024-12-26 16:17:27 +00:00
Ian Craggs 81069aa52c Ignore HTTP proxies by default #1344 2024-12-24 13:07:31 +00:00
Ian Craggs b92e506ebc Update log time on every entry #1443 2024-12-21 15:16:28 +00:00
Ian Craggs c854d7a4cd Merge branch 'TiejunMS-v5_inflight_fix' into develop #1457 2024-12-20 15:53:39 +00:00