- 29 Apr, 2019 9 commits
-
-
Adrien Béraud authored
Change-Id: I710fde159c4ba52eade7037e620c7d7184c49e15
-
Adrien Béraud authored
Change-Id: Idcf09e8b9773e422de3894ac85114e0140aa7004
-
Adrien Béraud authored
Change-Id: If54a1937f143cba9ccb2827d84b84a3a2b5a65eb
-
Adrien Béraud authored
Change-Id: Id6dbc59b48a61f9d27f01dff22ca93ad3eebc4f2
-
Adrien Béraud authored
Change-Id: I7db90291dcf6eb83cd4a5d603f458007e0bfaf26
-
Adrien Béraud authored
Change-Id: I030c7436063ad6ffa9070ef6b034a402e8782eb6
-
Sébastien Blin authored
Change-Id: I635ec67b90fc1ae90556a208f451750ceebbfeaa
-
Sébastien Blin authored
P2P file transfer should support UPnP as a NAT traversal technique. Change-Id: I62f9990fd646c874f611d3dba7277bef54caeb46 Gitlab: #86
-
Sébastien Blin authored
This patch is the first one used to perform ICE over TCP. Leads to major changes: + IceTransport has now a tcpEnable parameters to use TCP instead of UDP. Also, this patch makes ICE aggressive nomination available. + File transfer is now usable without TURN in a local network. For now, UPnP is not supported, this will come in a near future. Now, it can use a direct connection between two pairs. If the negotiation between peer fails, the TURN is used as a fallback. Moreover, to avoid breaking compability when a peer wants to connect, it will send the SDP message followed by TURN ips (like the current version). Change-Id: I0425c7da34ff2bc272c376261847195be768d522
-
- 23 Apr, 2019 4 commits
-
-
Adrien Béraud authored
Change-Id: I0748107047a5c06cc9fb555ebd17c799475124eb
-
Adrien Béraud authored
Change-Id: I983b9255b34f36a89dc9a0b09422c5b284dd8e34
-
Sébastien Blin authored
If there is no deprecated addresses, realloc will not allocate memory. Change-Id: I3c783b0939d892072354b244c4cafabeef4501cb
-
Change-Id: I6c533621bc21c01601ba2681b0ebea35f8d6cc17 Reviewed-by:
Sébastien Blin <sebastien.blin@savoirfairelinux.com>
-
- 19 Apr, 2019 1 commit
-
-
Change-Id: I29bd020a3cfefb11c527a9fb860485c04367def4
-
- 17 Apr, 2019 8 commits
-
-
Change-Id: I6c287483dcf80a723be6619545351cece9361b52 Reviewed-by:
Sébastien Blin <sebastien.blin@savoirfairelinux.com>
-
Adrien Béraud authored
Change-Id: Ib5a59d2fbfa84c5f426c1fdad00df2930fe9a0c0
-
Adrien Béraud authored
Change-Id: Ieb8d1c6d366f39fbbb83f405af659e04c884caa2
-
Adrien Béraud authored
Change-Id: I97e818f48ccc0441826e4df152f95dbe17fb7ed6
-
Adrien Béraud authored
Change-Id: Id5673ba9f2ec519070cc112685dea5ced94c3b38
-
Adrien Béraud authored
Change-Id: I67e03e6711a46e6d241ee249bfa480ac76abfa93
-
Adrien Béraud authored
Change-Id: I6b47881a2b5d1e776ac7a62280fdeabb2afc833c
-
Adrien Béraud authored
Change-Id: I011791cd9cb4ecc06e5962b6bac269b4558dde17
-
- 16 Apr, 2019 2 commits
-
-
Change-Id: Iaa990413942dba0492ebd012427c0e9010b3c521
-
Change-Id: Ib269664e650a0b578fe15eb935d92700d605d821 Reviewed-by:
Sébastien Blin <sebastien.blin@savoirfairelinux.com>
-
- 15 Apr, 2019 1 commit
-
-
Adrien Béraud authored
Change-Id: Ia2f608a2d147f1ee03b436f3d5a6242ecd8800d1
-
- 12 Apr, 2019 5 commits
-
-
Kateryna Kostiuk authored
Increase quality when using VideoToolbox acceleration Change-Id: I6f36bdc18860f671764cf3eda3f93009b45f3517
-
Mohamed Fenjiro authored
Change-Id: I38cf12ec04055e3dd4290b1c75f2fc7007254b47
-
Adrien Béraud authored
Change-Id: I8f2da0b549f9022563e0acb4878106b83aaae823
-
Adrien Béraud authored
Change-Id: I2033220bc61215988b53f52835a5ac645a3533cc
-
Adrien Béraud authored
Change-Id: Ie5c47b9ff5084f6f1976b8a789eb09ce76879311
-
- 11 Apr, 2019 2 commits
-
-
Andreas Traczyk authored
- Exits cmd.exe instead of just the script when errorvalue is non-zero. - groups the pjproject subprojects Change-Id: I24d0c2e915dff7df7038b7db186f59b8a457d44d
-
Kateryna Kostiuk authored
Enable Video Toolbox Change-Id: I3f20d35c7e66be37954861d2be411a4c16c51257
-
- 09 Apr, 2019 3 commits
-
-
Andreas Traczyk authored
Change-Id: I575d13ac955f528987292e6a309fc32ee837551c
-
Change-Id: Id96831d3158997a69465c43afbb24b930e378aae
-
Andreas Traczyk authored
Change-Id: I7a59fcb499dd474430a17b1bdf296e3ed94c5a9c
-
- 08 Apr, 2019 5 commits
-
-
Sébastien Blin authored
Currently, when an incoming request is cancelled the transfer id is lost. This patch avoid this case and allow the cancel part in p2p.cpp to clear the data related to this transfer. Change-Id: Ia5b69b514fce19e80ee3344d40eb395470212ef3
-
Sébastien Blin authored
Bump pjproject to prepare the patch for RFC6544. Also the patch used to support gnutls is merged upstream so we don't need it anymore. Change-Id: I7d83d7693dbadd4650623baa29f1721710040a08
-
Sébastien Blin authored
The TlsSession object works as a state machine. Currently, when shutdown() is called, the state is changed and the transport is directly closed. This mean that the cleanup launched by the state machine can be called after the transport is closed. Change-Id: I2565259156073862d4eee1fc47003a8022de2126
-
Andreas Traczyk authored
Bumps Corvusoft/restbed and removes any unnecessary patches that may either have been merged upstream or become useless somehow. Change-Id: Iac2e4c1bc2655a83f60f85c1895d6ae837f9f6cb Gitlab: #465
-
Change-Id: Ia50ab7aba5e600b5a53736bcf73130973dd71efb Reviewed-by:
Sébastien Blin <sebastien.blin@savoirfairelinux.com>
-