SipIceTransport was a first implementation of a SIP
transport working over an ICE transport.
It was insecure and is now unused and unmaintained
(last actual change is from February 2015),
and deprecated by SipsIceTransport.
Remove it from the code base to speed up compilation
and avoid accidental usage by confusion with SipsIceTransport.
Also fix minor warnings in SipsIceTransport
(std::move of an rvalue).
Change-Id: I7a8ce2c0570d92bfe8bd191f2f6c8c6f2b191980
Reviewed-by: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
Add Argon2 as an independent package instead of building the version
shipped with OpenDHT, to better track Argon2 version,
and allow using the system version if available (and profit from
security updates).
Bump OpenDHT to release 1.3.1 from intermediate commit, bringing
minor bug fixes and performance improvements.
Change-Id: I2c697a95ca77b8de5241c329016a2aa349f4453b
- adds compiler_intrinsics.h to MSVC project and replaces
reference to WIN32_NATIVE with RING_UWP
Change-Id: I4ab3c1e849488f75043e28ed56763a87c62757e5
Tuleap: #790
- adds <io.h> to the Windows unistd.h substitute, providing the
definition for access().
Change-Id: Ib054a1608e40f6fe22c0c277ba204d1b5e506940
Tuleap: #790
- adds a Visual Studio 2015 solution, project, and filters
- adds a .gitignore for Visual Studio generated files
Change-Id: I30257ef98f315dc1fa870873669d369b8ab8bda5
Tuleap: #790