Commit History

Author SHA1 Message Date
  Paul-Louis Ageneau 6044bc029b Fix missing override keyword on destructors 2 years ago
  Paul-Louis Ageneau a0f3f01bf5 Re-licensed under MPL 2.0 2 years ago
  Paul-Louis Ageneau e53dd3223e Changed DataChannel stream id assignement to happen at connection 3 years ago
  Paul-Louis Ageneau 169ede445a Moved Message to impl 3 years ago
  Paul-Louis Ageneau 70fcafc50c Reformatting 4 years ago
  Paul-Louis Ageneau 767694a8b8 Use ptrs, optionals and variants from rtc namespace 4 years ago
  Paul-Louis Ageneau 3227d58e74 Moved Queue to impl 4 years ago
  Paul-Louis Ageneau dbee42b099 Renamed include.hpp to common.hpp 4 years ago
  Paul-Louis Ageneau dde79d78d4 Moved implementation away with pimpl aka cheshire cat pattern 4 years ago
  Paul-Louis Ageneau 90e59435c0 Added synchronization to DataChannel 4 years ago
  Paul-Louis Ageneau 785c3b8149 Renamed "Negociated" to "Negotiated" 4 years ago
  Paul-Louis Ageneau 1ceb0fd292 Code formatting 4 years ago
  Paul-Louis Ageneau ea87e5ae09 Exposed send(data, size) on Channel 4 years ago
  Hanseul Jun 679c0ccd2e Add more dllexports, leave RTC_CPP_EXPORT only in log.hpp, and ignore C4251 warning. 4 years ago
  Hanseul Jun 12098e7c41 Start exporting c++ API for windows. 4 years ago
  Paul-Louis Ageneau ece1bd9352 Retabbing and reformatting 4 years ago
  Paul-Louis Ageneau e7d45db210 Uniformized DataChannel stream type to uint16_t 4 years ago
  Paul-Louis Ageneau 8cb00f81ee Added DataChannel::id() getter 4 years ago
  Paul-Louis Ageneau 37ebe8cc58 Implemented user-negotiated DataChannels 4 years ago
  Paul-Louis Ageneau 2bcdab027c Fixed rtcReceiveMessage() and refactor C API buffer handling 4 years ago
  Paul-Louis Ageneau 3c971e05dd Prevent message copy with move semantics 5 years ago
  Paul-Louis Ageneau b9a663de75 Fixed compilation warning for MSVC 5 years ago
  Paul-Louis Ageneau 6c8fe8ca51 Compilation fixes 5 years ago
  Paul-Louis Ageneau edd04d896d Made messages mutable to prevent copy 5 years ago
  Paul-Louis Ageneau 0d8aedfa01 Plumbing 5 years ago
  Paul-Louis Ageneau e04113f3f1 Fixed state callback and revised synchronization and deletion 5 years ago
  Paul-Louis Ageneau c717b65243 Made DataChannel only keep a weak reference on PeerConnection 5 years ago
  Paul-Louis Ageneau 29ffb34fe8 Added missing functions to C API 5 years ago
  Paul-Louis Ageneau 23e1a75248 Fixed DataChannel and SCTP shutdown 5 years ago
  Paul-Louis Ageneau 1d7d1358be Added PeerConnection::close() and revised state machine 5 years ago