Commit Graph

11 Commits

Author SHA1 Message Date
4ff5367c23 sip: remove SipIceTransport
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>
2017-05-26 10:33:34 -04:00
11655bc403 contrib: add argon2
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
2017-05-04 11:30:23 -04:00
1c9c650d2d contrib: fix gmp for UWP build
Change-Id: Ibf33e5c472287f4b6e2be2b0fff101d7e5b2c7b8
Tuleap: #790
2017-01-31 10:37:47 -05:00
114df5985a build: the last alterations allowing the UWP build to pass
Change-Id: I1d315ed93adf4b58dada2721278b209d87216e0e
Tuleap: #790
2017-01-23 12:54:42 -05:00
a6daed1270 build: correct lib/include paths in VS project
Change-Id: Ic7341cbc0aa114373d0cd1fff02fe1f0bf5ee36a
Tuleap: #790
2017-01-20 12:42:24 -05:00
23f4bdf7de build: define PROGSHAREDIR to an empty string for UWP
Change-Id: Ice28ea19aa1e7597b90695ce4ba690b5860cd00f
Tuleap: #790
2017-01-20 12:39:16 -05:00
a5ded29b99 update copyright date to 2017
Change-Id: I6dbc51dd41c1f44d1446fe7365026af037bc86d9
Reviewed-by: Stepan Salenikovich <stepan.salenikovich@savoirfairelinux.com>
2017-01-05 16:41:02 -05:00
f53ef9876d build: add compiler_intrinsics.h to MSVC project
- adds compiler_intrinsics.h to MSVC project and replaces
  reference to WIN32_NATIVE with RING_UWP

Change-Id: I4ab3c1e849488f75043e28ed56763a87c62757e5
Tuleap: #790
2017-01-02 14:27:08 -05:00
90af05ea09 build: add <io.h> to the includes within MSVC/unistd.h
- adds <io.h> to the Windows unistd.h substitute, providing the
  definition for access().

Change-Id: Ib054a1608e40f6fe22c0c277ba204d1b5e506940
Tuleap: #790
2016-12-13 13:19:48 -05:00
294db6bc90 build: add windows UWP project specific header files
- adds header files that are needed to build the daemon for UWP
  natively in Windows

Change-Id: I5696f1fa0b6761701fdcae3ef0fe0366e1f13ab0
Tuleap: #790
2016-12-12 12:35:09 -05:00
f0bad69f71 build: add Visual Studio project files
- adds a Visual Studio 2015 solution, project, and filters

- adds a .gitignore for Visual Studio generated files

Change-Id: I30257ef98f315dc1fa870873669d369b8ab8bda5
Tuleap: #790
2016-12-09 17:04:08 -05:00