[vlc-commits] demux: adaptive: remove old TLS api and network primitives

Francois Cartegnie git at videolan.org
Mon Feb 26 12:14:37 CET 2018


vlc/vlc-3.0 | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Feb 21 23:18:05 2018 +0100| [2eeda4db37103b0cb2e64d05b1b1f3103f6d460f] | committer: Francois Cartegnie

demux: adaptive: remove old TLS api and network primitives

fixes old api leak

(cherry picked from commit 55fa460795d4f066c35a4331c40fbe9f12315cbc)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=2eeda4db37103b0cb2e64d05b1b1f3103f6d460f
---

 modules/demux/Makefile.am                          |   4 +-
 modules/demux/adaptive/http/ConnectionParams.hpp   |   2 +-
 modules/demux/adaptive/http/HTTPConnection.cpp     |  41 +++--
 modules/demux/adaptive/http/HTTPConnection.hpp     |   6 +-
 .../demux/adaptive/http/HTTPConnectionManager.cpp  |   2 +-
 modules/demux/adaptive/http/Sockets.cpp            | 178 ---------------------
 modules/demux/adaptive/http/Sockets.hpp            |  72 ---------
 modules/demux/adaptive/http/Transport.cpp          | 113 +++++++++++++
 modules/demux/adaptive/http/Transport.hpp          |  51 ++++++
 9 files changed, 191 insertions(+), 278 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commitdiff;h=2eeda4db37103b0cb2e64d05b1b1f3103f6d460f


More information about the vlc-commits mailing list