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

Antti Ajanki antti.ajanki at iki.fi
Sun Sep 14 09:27:40 CEST 2014


Updated shared HTTP cookies patch. Added vlc_ prefix to exported
symbols and used var_Inherit instead of creating a copy of the
http-cookies variable.

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



More information about the vlc-devel mailing list