Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
6421e209 31.05.2023 21:43 admin

Fixed a typo which caused APOBANK to reject a HTTP request (thanks to Anselm!!!)

08e8f089 24.05.2023 16:16 admin

parser: more work on json module

- handles CRLF more gracefully
- fixed function names
- added navigation functions:
- GWEN_JsonElement_FindFirstByTypeAndData()
- GWEN_JsonElement_FindNextByTypeAndData()
- GWEN_JsonElement_FindByIdxTypeAndData()
- GWEN_JsonElement_GetElementByPath()

a71cd89e 24.05.2023 15:17 admin

parser: added JSON parser.

ec6308a1 02.05.2023 00:06 admin

msgio: fixed a bug (hanging process).

54efde47 02.05.2023 00:05 admin

Added dependency.

7aa5cfc0 26.04.2023 12:48 admin

added missing files to Makefiles.

42d6432c 26.04.2023 02:03 admin

Fixed a bug (bug was also a memory leak).

2efecdef 26.04.2023 02:03 admin

Fixed memory leak.

ef10960e 25.04.2023 00:28 admin

msgio: decreased verbosity.

9214ae62 25.04.2023 00:25 admin

added core.*

8eb2682b 25.04.2023 00:24 admin

msgio: fixed connectable layer to handle logically connecting.

One layer in need of logical connection over a physical layer is the
MQTT endpoint of AqHome.

81e41288 16.04.2023 23:19 admin

msgio: fixed a bug.

don't copy payload to the beginning of the buffer!

a905e6f8 16.04.2023 23:19 admin

msgio: added function GWEN_Msg_fromBytes().

4dbb6d89 16.04.2023 23:19 admin

msgio: added debug messages.

387bf33e 16.04.2023 23:18 admin

msgio: fixed a bug

We must not copy the endpoint flags. Leave that to the createChild
function.

f4344cdc 16.04.2023 23:17 admin

msgio: added debug messages.

6f205cf7 16.04.2023 23:17 admin

msgio: fixed a bug, overall decreased verbosity.

Need to rewind current buffer pos when adding a message because otherwise
the send routine will find no bytes remaining in the buffer (because after
creating a message usually the buffer pointer points to the end of the...

539c3565 16.04.2023 16:50 mlenk

Remove duplicate hostname check

The hostname in the certificate is checked already a few lines above by calling
gnutls_x509_crt_check_hostname(). No need to check it here again.

This also fixes the bad hostname validation in cases where the used server name...

4d086a97 16.04.2023 16:50 ipwizard

Detect and report certificate signature failures

39c307bd 16.04.2023 16:44 admin

msgio: added convenience functions.

2815d802 16.04.2023 16:44 admin

msgio: delete endpoints outside loop.

01bc593d 16.04.2023 16:43 admin

msgio: added GWEN_IpcEndpoint_Extend()

a901426c 16.04.2023 15:12 mlenk

Remove duplicate hostname check

The hostname in the certificate is checked already a few lines above by calling
gnutls_x509_crt_check_hostname(). No need to check it here again.

This also fixes the bad hostname validation in cases where the used server name...

b478dd8d 09.04.2023 16:05 admin

msgio: allow for storing of endpoint.

757a9543 09.04.2023 11:22 admin

msgio: added flag GWEN_MSG_ENDPOINT_FLAGS_DELONDISCONNECT

Remove endpoint when disconnected if this flag is given.

(126-150/3218) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom