msgio: fixed a bug.
don't copy payload to the beginning of the buffer!
msgio: added function GWEN_Msg_fromBytes().
msgio: added debug messages.
msgio: fixed a bug
We must not copy the endpoint flags. Leave that to the createChildfunction.
msgio: fixed a bug, overall decreased verbosity.
Need to rewind current buffer pos when adding a message because otherwisethe send routine will find no bytes remaining in the buffer (because aftercreating a message usually the buffer pointer points to the end of the...
Remove duplicate hostname check
The hostname in the certificate is checked already a few lines above by callinggnutls_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...
Detect and report certificate signature failures
msgio: added convenience functions.
msgio: delete endpoints outside loop.
msgio: added GWEN_IpcEndpoint_Extend()
msgio: allow for storing of endpoint.
msgio: added flag GWEN_MSG_ENDPOINT_FLAGS_DELONDISCONNECT
Remove endpoint when disconnected if this flag is given.
msgio: make tcpc use GWEN_ConnectableMsgEndpoint as base class.
msgio: add default implementation of disconnectFn.
msgio: add basic connectable endpoint.
This will become a base class for active tcp/udp/unix endpoints.
gwbuild: make avrhexfile also write a map file.
httpsession: Move private defs into c-file.
Now the header file httpsession_p.h only contains the struct def.
msgio: more apidoc.
msgio: apidoc. added acceptedGroupIds to endpoints.
msgio: more work on TCP client.
- check for disconnected connection, set state accordingly
msgio: add GWEN_Msg_SetBytesInBuffer(). fixed a bug.
msgio: increased verbosity.
Auch abrufbar als: Atom