Commit Verlauf

Autor SHA1 Nachricht Datum
  yuanjm c79a907e4f components: Remove repeated keep alive function by ssl layer function vor 5 Jahren
  yuanjm bead3599ab components: Support bind socket to specified interface in esp_http_client and esp_websocket_client component vor 5 Jahren
  Angus Gratton 10bde42551 esp_websocket_client: Don't log the filename when logging "Websocket already stop" vor 5 Jahren
  David Cermak 99805d880f websockets: Set keepalive options after adding transport to the list vor 5 Jahren
  Akihiro YAMAZAKI 9ff9137e7a websocket: Add configurable ping interval vor 5 Jahren
  David Čermák a461f8f115 Merge branch 'bugfix/ws_transport_ping' into 'master' vor 5 Jahren
  David Cermak acc7bd2ca4 ws_transport: Add option to propagate control packets to the app vor 5 Jahren
  Shubham Kulkarni b53e46a68e Add options for esp_http_client and esp_websocket_client to support keepalive vor 5 Jahren
  yuanjm 5ab774f9d8 websocket: support mutual tls for websocket vor 5 Jahren
  Marius Vikhammer c2bb0762bb Websocket client: avoid deadlock if stop called from event handler vor 5 Jahren
  David Cermak 5e9f8b52e7 tcp_transport: Added internal API for underlying socket, used for custom select on connection end for WS vor 5 Jahren
  David Cermak b213f2c6d3 ws_client: Added support for close frame, closing connection gracefully vor 5 Jahren
  Chen Yi Qun caaf62bdad driver, http_client, web_socket, tcp_transport: remove __FILE__ from log messages vor 5 Jahren
  xutao 341e480573 websocket_client : fix some issues for websocket client vor 5 Jahren
  David Čermák f74d5d9517 Merge branch 'bugfix/ws_send_abort' into 'master' vor 6 Jahren
  Marius Vikhammer 0049385850 websocket: add configurable timeout for PONG not received vor 6 Jahren
  Marius Vikhammer 6bebfc84f3 websocket client: the client now aborts the connection if send fails. vor 6 Jahren
  David Cermak 14992e62c5 ws_client: fix fragmented send setting proper opcodes vor 6 Jahren
  Marius Vikhammer ffeda3003c tcp_transport/ws_client: websockets now correctly handle messages longer than buffer vor 6 Jahren
  Marius Vikhammer 7c0e3765ec websocket: added missing event data vor 6 Jahren
  David N. Junod 9200250f51 Add User-Agent and additional headers to esp_websocket_client vor 6 Jahren
  David Cermak e1f982921a ws_client: fix handling timeouts by websocket client. vor 6 Jahren
  David Cermak 7c5011f411 websocket_client: fix locking mechanism in ws-client task and when sending data vor 6 Jahren
  David Cermak abf9345b85 ws_client: fix for not sending ping responses, updated to pass events also for PING and PONG messages, added interfaces to send both binary and text data vor 6 Jahren
  Angus Gratton 92a507c0aa Merge branch 'bugfix/ws_client_fix_event_blocking' into 'master' vor 6 Jahren
  David Cermak 271e6c4c9c websocket_client: fix URI parsing to include also query part in websocket connection path vor 6 Jahren
  David Cermak 50505068c4 ws_client: fixed posting to event loop with websocket timeout vor 6 Jahren
  David Cermak de6ea396f1 ws_client: added subprotocol configuration option to websocket client vor 6 Jahren
  David Cermak c0ba9e19fc ws_client: fixed path config issue when ws server configured using host and path instead of uri vor 6 Jahren
  David Cermak adee25d90e ws_client: fixed transport config option when server address configured as host, port, transport rather then uri vor 6 Jahren