199 Commits

Author SHA1 Message Date
c5c9e24a01 Visual Studio std::min,max fix (#77)
Visual Studio std::min,max fix
2020-05-22 22:30:24 +02:00
8ffdf6a020 Added RTC_ENABLE_MEDIA guard 2020-05-22 14:33:55 +02:00
749ac31290 Mutualized gnutls and openssl helper functions 2020-05-22 14:33:55 +02:00
a22ee2f52c Added install directive to CMakeLists 2020-05-22 14:33:17 +02:00
1a701c33b3 Renamed ENABLE_WEBSOCKET to RTC_ENABLE_WEBSOCKET 2020-05-22 14:33:17 +02:00
c1f91b2fff Added WebSocket 2020-05-22 14:33:17 +02:00
b06b33234b Added WebSocket transport 2020-05-22 14:33:17 +02:00
d3a2a88301 Added TCP transport 2020-05-22 14:33:17 +02:00
88c88bbaf5 Moved SCTP compile definition 2020-05-17 19:49:03 +02:00
836c7c8504 define WIN32_LEAN_AND_MEAN in CMakeLists.txt 2020-05-01 14:26:42 +03:00
a6502c95c5 Bumped version to 0.4.9 2020-03-26 16:13:02 +01:00
6881e85071 Moved all global initialization to Init singleton 2020-03-26 15:12:11 +01:00
345e7ee9b0 Added -Wno-error=format-truncation to usrsctp compilation 2020-03-24 10:55:39 +01:00
3b15363db8 Added install directive to CMakeLists 2020-03-19 10:52:19 +01:00
a74f9419a0 Bumped version to 0.4.8 2020-03-16 15:06:32 +01:00
c8f622f709 Generate URL in observer 2020-03-12 14:46:23 +00:00
becdaaa25b Bumped version to 0.4.7 2020-03-10 12:28:25 +01:00
be04d8037e Added tests for C API 2020-03-10 12:00:27 +01:00
834ea9b041 Split and cleaned up tests 2020-03-10 12:00:27 +01:00
70fd54804d Cleanup CMakeLists 2020-03-05 16:17:00 +01:00
dc065add0b Bumped version to 0.4.5 2020-02-27 14:06:02 +01:00
35d4455c4f Cleaned up tests and fixed SDP reading from console 2020-02-24 11:45:36 +01:00
24e9e06c5a Bumped version to 0.4.4 2020-02-23 17:30:27 +01:00
83de743924 Bumped version to 0.4.3 2020-02-21 12:39:27 +01:00
93e153398f Compile support on Windows with mingw-w64 2020-02-20 14:55:21 +03:00
be6470d8bc Version 0.4.2 2020-02-06 11:42:03 +01:00
36e4fdce1e Fixed and updated usrsctp then removed the usrsctp cmake hack 2020-01-22 10:54:21 +01:00
ea636d1f29 Changed version to 0.4.0 2020-01-21 15:39:30 +01:00
2a6c10269e Use nettle for libjuice only if using GnuTLS 2020-01-21 13:51:02 +01:00
e14b53f348 Include src headers from tests 2020-01-19 13:45:54 +01:00
0729ab28fd Replaced usrsctp-static by its alias Usrsctp::UsrsctpStatic 2020-01-18 12:50:14 +01:00
2dece6afff Updated Makefile and CMakeLists for libjuice 2020-01-18 00:28:04 +01:00
a6992c765d Merge pull request #23 from murat-dogan/p2p-tests
P2P tests
2019-12-20 10:54:59 +00:00
e4ace4a750 Add Thread as an REQUIRED package 2019-12-20 12:00:30 +03:00
b5a13d2d66 Rename peers 2019-12-20 09:48:23 +03:00
7a552bb0fa Replaced console output with logging 2019-12-19 18:43:48 +01:00
34ef87e271 Add executables to cmake 2019-12-19 15:44:36 +03:00
1ac00ce396 Move logger init task to a function 2019-12-18 14:53:53 +03:00
92f08948d3 Integrate plog 2019-12-18 10:33:35 +03:00
37ca38999c Updated CMakeLists 2019-12-17 21:39:26 +01:00
7a49a0cfd8 Fix List TRANSFORM command & address-of-packed-member option 2019-12-15 20:49:57 +03:00
e75ae36ba8 Added OpenSSL as an alternative to GnuTLS 2019-12-10 16:18:03 +01:00
0e2c992d1c Fix clang build
- Fix the build for the clang compiler since it doesn't support -Wno-error=format-truncation.
- Added missing `#include <string>` that caused `implicit instantiation of undefined
      template`
2019-11-08 15:53:27 -07:00
a10d47499b Excluded target datachannel-static from all 2019-10-18 20:55:48 +02:00
3528432c5c Removed useless usrsctp defines 2019-10-18 20:47:37 +02:00
dd3012ac35 Added tests to CMakeLists 2019-10-18 20:41:33 +02:00
640144e01d Fixed usrsctp compilation and include directory 2019-10-18 20:26:48 +02:00
c5f7502397 Fixed compilation of usrsctp with -Wno-error=format-truncation 2019-10-07 21:08:59 +02:00
defc230dba Added CMake support 2019-10-05 16:08:24 +02:00