v1.2.1
Change Log
v1.2.1 (2017/11/16 13:22 +00:00)
- #149 Add support nettle AES cryptographic. (#149) (@justinjoy)
- 9687b3f Added handling for IP_MULTICAST_TTL and IP_MULTICAST_LOOP options.
- f938db7 Add the auto-invite link to Slack (@AdamYellen)
- #158 Fixed initialization of m_iTraceRcvRetrans stat (#158) (@ethouris)
- #153 Added document about live streaming (#153) (@ethouris)
- #148 Merge pull request #148 from adamyellen/master (@AdamYellen)
- 5b88ab2 Move 'Guides' heading to level 1 (@rndi)
- 8ffc39f Update documentation links (@AdamYellen)
- c7c7c52 Move documentation from Wiki to docs (@AdamYellen)
- #137 Merge pull request #137 from adamyellen/master (@AdamYellen)
- #134 Merge pull request #134 from justinjoy/pr/dettach-from-openssl (@justinjoy)
- fa23cc7 Add Slack information. (@AdamYellen)
- f492ba9 Add images for wiki article. (@AdamYellen)
- 38ca24d Add HaiCryptCipher_Get_Instance fucntion (@justinjoy)
- 1fdf9c2 Introduce hcrypt_aes_set_{en,de}crypt_key functions (@justinjoy)
- 8ff09e9 Introduce hcrypt_pbkdf2_hmac_sha1 to hide openssl function (@justinjoy)
- 50106e2 hcrypt_ut: add stdio.h to suppress compilation warning (@justinjoy)
- 2a951de hcrypt_ctx: Do not include openssl header directly (@justinjoy)
- ad85b04 hcrypt: detach openssl specific macros from common header (@justinjoy)
- 977380c Perform brew update in Travis CI to fix #125 (@rndi)
- #112 Create and bundle binaries for Win32 (#112) (@lewk2)
- 9f46985 Fix idents issues from #105 (@rndi)
- #105 Master patch mcast stransmit win (#105) (@lewk2)
- #88 Fixed bug: incorrect data type for maxbw option (#88) (@ethouris)
- #79 Initialize srt_epoll for SrtTarget non-blocking (#79) (@midicase)
- #82 Merge pull request #82 from MetaCDN/master (@MetaCDN)
- 465896c Update README with Mac build docs (@jbroberg)
- ba04d11 - fix valgrind reported error : conditional jump depends on initialized value (@SSE4)