Commit Graph

  • aa2ca19895
    Added support for setting custom ping messages with support for any 'ping' message type (binary ping message, text ping message) (#438) YuHuanTin 2023-02-24 00:29:07 +0800
  • dc97dcf9d1 Convert line endings to Unix format Azamat H. Hackimov 2023-02-20 11:44:27 +0300
  • a5d86afd43 Fix compilation on GCC-13 Azamat H. Hackimov 2023-02-19 21:08:36 +0300
  • 95502f8652 Add default value YuHuanTin 2023-02-19 10:42:06 +0800
  • 4a818d3200 Added support for setting custom ping messages with support for any 'ping' message type (binary ping message, text ping message) YuHuanTin 2023-02-12 11:53:00 +0800
  • 6cc21f3658
    HTTP should contain port in 'Host' header (#427) Vol-Alex 2023-02-12 00:27:40 +0100
  • e3230435e3 HTTP should contain port in 'Host' header Vol-Alex 2023-01-03 20:14:07 +0100
  • 725d24efaf devb 1 c ivddorrka 2023-01-20 10:56:05 +0100
  • 3279633ed1 Fresh changes ivddorrka 2023-01-17 17:29:31 +0100
  • 467f9832c1 dr clean up ivddorrka 2023-01-17 15:22:17 +0100
  • d7864f55dc Removed unneded files ivddorrka 2023-01-17 14:45:31 +0100
  • a35968790d Proxy connection ability added ivddorrka 2023-01-17 14:42:57 +0100
  • b1cd9f7504 Prevent deadlock when server is stopping itytophile 2023-01-03 09:34:47 +0100
  • 679ce519dd
    Fix DNSLookup memory leak (#422) itytophile 2022-12-23 02:13:51 +0100
  • 2a4787d469
    Remove USE_WS in linux test suite itytophile 2022-12-22 23:10:56 +0100
  • a5d4911a16
    Fix macos link error (#423) crjc 2022-12-22 17:16:10 +0000
  • b6f97e91fd
    Update CMakeLists.txt crjc 2022-12-22 16:52:48 +0000
  • f740889301
    Update CMakeLists.txt crjc 2022-12-22 16:51:40 +0000
  • cdc5e17e9d Remove fsanitize from the cmake files itytophile 2022-12-22 11:13:35 +0100
  • 733f44bf3d Add USE_WS Linux CI test itytophile 2022-12-22 09:54:18 +0100
  • 0a65765671 fsanitize=address only on Linux itytophile 2022-12-22 09:53:46 +0100
  • 890cb224d2 Replace addrinfo* by shared_ptr itytophile 2022-12-22 09:53:21 +0100
  • 85a99c33ee
    Fix macos link error crjc 2022-12-21 15:23:10 +0000
  • 3865f0b99e Fix memory leak with shared_ptr and -fsanitize=address itytophile 2022-12-16 13:49:14 +0100
  • b0fd119d14
    Host HTTP and WS on the same port (#414) TheArtfulBodger 2022-11-06 01:53:11 +0000
  • 0843a39e4f ran clang-format The Artful Bodger 2022-10-27 19:26:08 +0100
  • 472cf68c31
    add Content-Type support (#405) 李浩能 2022-10-12 21:43:05 +0800
  • db1c9e383e Deployed 1e46466 with MkDocs version: 1.4.0 2022-10-12 13:42:07 +0000
  • 1e46466114
    Add option to disable hostname check (#399) Robin Sommer 2022-10-12 15:41:32 +0200
  • d337a9a28d
    Merge branch 'master' into master TheArtfulBodger 2022-10-02 10:04:52 +0100
  • 2b5730c815 Deployed 0b8b560 with MkDocs version: 1.3.1 2022-09-08 21:58:54 +0000
  • 0b8b5608dc
    Update doc to talk about binding to 0.0.0.0 bsergean 2022-09-08 14:58:19 -0700
  • 9e619d4a7b Add test for disabling hostname validation. Robin Sommer 2022-08-23 21:39:21 +0200
  • bce81c3258 Add --disable-hostname-validation to ws. Robin Sommer 2022-08-23 19:55:13 +0200
  • b18b819aec Add TLS option to disable checking a certificate's host name. Robin Sommer 2022-06-30 20:15:54 +0200
  • 6769f9811a Enable CMake's compilation database. Robin Sommer 2022-08-23 21:08:56 +0200
  • ef1ba62325 Suppress compiler warnings about unused elements. Robin Sommer 2022-06-30 20:24:58 +0200
  • 1d635f37d5 Deployed 20a028e with MkDocs version: 1.3.1 2022-08-02 20:29:41 +0000
  • 20a028e2ae
    Fix spelling mistake (#401) Seizure Salad 2022-08-02 16:28:59 -0400
  • 5e2ba4693b add Content-Type support mochazi 2022-07-25 16:02:11 +0800
  • 7637cbb44e
    Fix spelling mistake Seizure Salad 2022-07-14 21:37:42 -0400
  • 8d7b557be6
    Delete stale.yml Benjamin Sergeant 2022-06-30 10:41:08 +0200
  • ea66c8fa60 Deployed e417e63 with MkDocs version: 1.3.0 2022-05-13 17:46:14 +0000
  • e417e63605
    Update CHANGELOG.md v11.4.3 Benjamin Sergeant 2022-05-13 10:45:46 -0700
  • 7b1524d7ec
    Update IXWebSocketVersion.h Benjamin Sergeant 2022-05-13 10:43:32 -0700
  • e8048ad826
    BoringSSL does not allow setting the hostname with a null-terminated string. The length is always required: https://boringssl.googlesource.com/boringssl/+/master/crypto/x509/x509_vpm.c#93 (#391) Max Weisel 2022-05-05 11:11:18 -0400
  • 9a7aae92e1 BoringSSL does not allow setting the hostname with a null-terminated string. The length is always required: https://boringssl.googlesource.com/boringssl/+/master/crypto/x509/x509_vpm.c#93 Max Weisel 2022-05-02 18:12:02 -0400
  • 2b40a30c8f
    Update README.md Benjamin Sergeant 2022-05-02 09:34:43 -0700
  • d7bfe89e43
    Set shorter thread names (#379) Benjamin Sergeant 2022-04-30 10:18:20 -0700
  • 84aa652846
    Set shorter thread names (#379) Benjamin Sergeant 2022-04-30 10:16:53 -0700
  • edb6ded99f
    Fix Sec-WebSocket-Key to contain valid Base64. (#389) Robin Sommer 2022-04-29 09:05:06 +0200
  • 2f560ff4c0
    Update IXWebSocketVersion.h v11.4.2 Benjamin Sergeant 2022-04-28 23:56:40 -0700
  • 002d9c8985
    Update ixwebsocket-config.cmake.in (#390) Benjamin Sergeant 2022-04-28 23:56:00 -0700
  • c989496173 Fix Sec-WebSocket-Key to contain valid Base64. Robin Sommer 2022-04-26 11:18:38 +0200
  • 56f5527726
    Update ixwebsocket-config.cmake.in bsergean-patch-3 Benjamin Sergeant 2022-04-26 16:24:54 -0700
  • 397cee1d36 Deployed 6d8495b with MkDocs version: 1.3.0 2022-04-24 05:53:57 +0000
  • 6d8495bd73
    Update CHANGELOG.md v11.4.1 Benjamin Sergeant 2022-04-23 22:53:36 -0700
  • b8563eddd1
    11.4.1 Benjamin Sergeant 2022-04-23 22:52:32 -0700
  • 46bd2aa4a1
    vcpkg zlib dep fix (#385) Cheney Wang 2022-04-24 09:16:13 +0800
  • 8de96616d6 Use cmake.in file instead of write file directly Cheney-Wang 2022-04-22 04:03:06 -0700
  • 58f94517c1 vcpkg zlib dep fix Cheney-Wang 2022-04-15 02:07:01 -0700
  • 736d1c4ecd revert test change Benjamin Sergeant 2022-04-12 09:07:45 -0700
  • fd3fa54e3c call find_package(ZLIB) unconditionally, and call find_dependency(ZLIB) as well Benjamin Sergeant 2022-04-12 09:06:13 -0700
  • 4420bc70b5
    Revert "Export static symbols when building ws with shared library (#370)" (#383) Benjamin Sergeant 2022-04-12 08:55:43 -0700
  • b1a72f6133 Revert "Export static symbols when building ws with shared library (#370)" revert-370-bug/win-export-static Benjamin Sergeant 2022-04-12 08:39:58 -0700
  • f2be0a8451
    Merge branch 'machinezone:master' into master Benjamin Sergeant 2022-04-12 08:36:12 -0700
  • 4cc85d5948 Quick hack to host HTTP and WS on the same port #373 - simplify code En Shih 2022-04-10 23:07:00 +0800
  • 4b48b0996e Quick hack to host HTTP and WS on the same port #373 En Shih 2022-04-10 22:33:36 +0800
  • 20921f341a
    Update README.md Benjamin Sergeant 2022-03-28 22:04:27 -0700
  • 2829c62ef9
    Fix error handling after calling X509_NAME_get_index_by_NID Benjamin Sergeant 2022-03-27 19:14:40 -0700
  • a3d2fa4b7e
    Export static symbols when building ws with shared library (#370) Anton Ivlev 2022-03-19 21:41:40 +0300
  • a8083507d3 Export static symbols when building ws with shared library ardanew 2022-03-04 18:15:48 +0300
  • 5502b09f88 Install shared library to bin directory on windows ardanew 2022-03-04 17:39:53 +0300
  • f7eb3688dd
    Update IXExponentialBackoffTest.cpp v11.3.3 Benjamin Sergeant 2022-02-17 09:17:47 -0800
  • 7360333aca
    Handle overflow in IXExponentialBackoff.cpp Benjamin Sergeant 2022-02-17 09:17:02 -0800
  • 90f19e0280
    Reference new IXExponentialBackoffTest test in CMakeLists.txt Benjamin Sergeant 2022-02-17 09:08:49 -0800
  • b72f81540b
    Create IXExponentialBackoffTest.cpp Benjamin Sergeant 2022-02-17 09:07:46 -0800
  • a77fd2d698
    Update catch to v2.13.8 (#365) Benjamin Sergeant 2022-02-17 08:38:46 -0800
  • 5698ed879f
    Update catch to v2.13.8 bsergean-patch-2 Benjamin Sergeant 2022-02-17 08:11:36 -0800
  • 82d43b7eea
    Merge branch 'machinezone:master' into master Benjamin Sergeant 2022-02-17 07:58:55 -0800
  • e12a6ddbdd
    Update IXSocketConnect.cpp (#356) flagarde 2022-02-11 12:50:55 +0800
  • 127cc4a023
    Fix for MINGW32 and clang on windows (#352) (#357) flagarde 2022-02-11 12:49:33 +0800
  • 7711cb1ae7
    Feature/no libdeflate (#360) Benjamin Sergeant 2022-02-10 20:47:32 -0800
  • 507def9eb1 revert IXSocketTest change with cacert.pem Benjamin Sergeant 2022-02-10 20:39:24 -0800
  • ec23c6e0cf remove libdeflate code in gzip codec Benjamin Sergeant 2022-02-10 20:38:06 -0800
  • a9eed65a55
    Update IXNetSystem.cpp flagarde 2022-02-09 18:30:39 +0800
  • 0ff05954bf
    Update IXUdpSocket.h flagarde 2022-02-09 18:21:43 +0800
  • 94c7bc7238
    Update IXSocket.h flagarde 2022-02-09 18:21:14 +0800
  • 962b232bd1
    Update IXSocketConnect.cpp flagarde 2022-02-08 15:56:34 +0800
  • e28d280f5f add a way for websocket server to include a sub-protocol in its response to the client Seth Alves 2022-02-01 04:52:50 -0800
  • af5d1cbb55 Deployed db7057d with MkDocs version: 1.2.3 2022-02-01 05:55:02 +0000
  • db7057de69
    Add support for streaming transfers (#353) Martin Natano 2022-02-01 06:54:32 +0100
  • 5b7d8ffbcf Merge branch 'master' of github.com:bsergean/IXWebSocket Benjamin Sergeant 2022-01-31 21:37:48 -0800
  • 0c82c91694
    Merge branch 'machinezone:master' into master Benjamin Sergeant 2022-01-31 21:37:41 -0800
  • b60d9d6ee9 Add support for streaming transfers Martin Natano 2022-01-30 15:36:28 +0100
  • 18e8988862 Deployed c28b569 with MkDocs version: 1.2.3 2022-01-29 00:28:13 +0000
  • c28b569535
    Edit doc about thread safety, fix #350 Benjamin Sergeant 2022-01-28 16:27:45 -0800
  • 8d661b8e81
    Use Threads::Threads target (#349) flagarde 2022-01-17 09:39:21 +0800
  • a951bc9cae
    Add an alias for ixwebsocket (#348) flagarde 2022-01-17 09:36:38 +0800
  • 6b6bc62848 Use Threads::Threads target flagarde 2022-01-13 19:38:43 +0800