[vlc-devel] [PATCH v2 0/2] Shared HTTP cookies

Antti Ajanki antti.ajanki at iki.fi
Sat Sep 13 13:58:44 CEST 2014


Hi,

This is another attempt at shared HTTP cookies.

The cookie code is moved to the core so that the playlist destructor
is able to destroy the cookie jar even if modules have been unloaded.

 NEWS                         |    3 +-
 include/vlc_http.h           |   45 +++++
 modules/access/Makefile.am   |    2 +-
 modules/access/http.c        |   62 +++++--
 modules/access/httpcookies.c |  366 ------------------------------------
 modules/access/httpcookies.h |   62 -------
 src/Makefile.am              |    1 +
 src/libvlccore.sym           |    5 +
 src/misc/httpcookies.c       |  418 ++++++++++++++++++++++++++++++++++++++++++
 src/playlist/engine.c        |   17 ++
 10 files changed, 535 insertions(+), 446 deletions(-)



More information about the vlc-devel mailing list