]> git.sesse.net Git - vlc/history - modules/control/http.c
Fix to use TLS module dynamically
[vlc] / modules / control / http.c
2004-11-06 Rémi Denis-CourmontFix to use TLS module dynamically
2004-11-04 Rémi Denis-CourmontUse --http-intf-* for certificates stuff instead of...
2004-11-04 Rémi Denis-CourmontHTTP interface SSL options
2004-11-01 Antoine CellerierPossibility to set volume using %
2004-10-01 Gildas Bazin* configure.ac: added an --enable-httpd and --enable...
2004-07-19 Gildas Bazin* modules/control/http.c: portability fix.
2004-07-16 Derk-Jan Hartman* it's information, not informations (grep -r)
2004-06-22 Laurent Aimar * all: rework of the input.
2004-04-15 Laurent Aimar * http: fixed some gcc warning.
2004-04-14 Simon Latapie * vlm.c: a few bug fixes, cleaning, and maid vlm more...
2004-03-31 Gildas Bazin* src/input/control.c: added INPUT_ADD_INFO/INPUT_SET_N...
2004-03-28 Xavier Martincorrection of a small bug in the function move
2004-03-22 Laurent Aimar * http: implemented vlm_save/load.
2004-03-22 Simon Latapie * http.c: vlm_error
2004-03-22 Laurent Aimar * http.c: fixes about vlm.
2004-03-21 Laurent Aimar * vlm.*: move vlm to the core (now, vlm_New create...
2004-03-16 Xavier MartinMove playlist item in the interface http
2004-03-07 Xavier Martin(no commit message)
2004-03-03 Laurent Aimar * configure.ac: -> 0.7.2-cvs
2004-03-03 Laurent Aimar * http: ported to new httpd. A few features are still...
2004-02-09 Simon Latapie * http.c: made strsub a bit clean.
2004-02-09 Simon Latapie * http.c: add strsub function: extract substring ...
2004-01-29 Clément StenacOptions as infos were bad in several ways: it broke...
2004-01-25 Anil Daoud* string review.
2004-01-18 Laurent Aimar * http: fixed mem leaks, doesn't add '\0' anymore...
2004-01-17 Gildas Bazin* modules/control/http.c: fixed another mem leak.
2004-01-17 Gildas Bazin* src/playlist/info.c: get rid of the #ifdef HAVE_VASPR...
2004-01-17 Gildas Bazin* modules/control/http.c: fixed gcc warning.
2004-01-17 Gildas Bazin* modules/control/http.c: fixed a whole bunch of mem...
2004-01-17 Gildas Bazin* ALL: make sure newly created playlist_item_t are...
2004-01-10 Derk-Jan Hartman* mtime_t != int This was causing incorrect results...
2004-01-05 Clément Stenac* ALL: playlist API changes
2003-12-21 Sam Hocevar * Fixed URLs here and there.
2003-11-23 Gildas Bazin* modules/control/http.c: cough cough
2003-11-23 Gildas Bazin* modules/control/http.c: fixed segfault when deleting...
2003-11-23 Simon Latapie * src/playlist/item.c : stops the playlist if we delet...
2003-11-20 Simon Latapie * http.c: little keep and del functions fix ( don...
2003-11-18 Gildas Bazin* modules/control/http.c: fixed the "keep" command.
2003-11-17 Simon Latapie * http.c: fixed bug with spaces in mrl
2003-11-16 Simon Latapie * http.c: little fix
2003-11-12 Simon Latapie * http.c: little fix in RPN evaluator (now it is real...
2003-11-12 Simon Latapie * http.c : added parsing of options in Add MRL option...
2003-11-09 Simon Latapie * http.c: removed a completely useless check (now...
2003-11-09 Simon Latapie * http.c: modify seek function (now you can put almost...
2003-11-06 Simon Latapie * http interface: added volume control (relative or...
2003-11-04 Simon Latapie * http interface: added "fullscreen" and "keep" functions
2003-11-03 Simon Latapie * http.c,index.html: add seek function in http interfa...
2003-11-02 Gildas Bazin* modules/control/http.c: cough cough.
2003-11-02 Gildas Bazin* modules/control/http.c: delete command supports a...
2003-10-21 Eric Petit configure.ac:
2003-10-17 Clément Stenac* A few sanity checks
2003-10-15 Gildas Bazin* modules/control/http.c: small bug fix.
2003-08-01 Laurent Aimar * http: added mime type for .css file.
2003-07-31 Gildas Bazin* src/misc/win32_specific.c: change the mode of stdin...
2003-07-30 Gildas Bazin* modules/control/http.c: on win32 we store the html...
2003-07-29 Laurent Aimar * http.c: under linux if no directory is specified...
2003-07-23 Gildas Bazin* ALL: changes to the playlist_Add() and VLC_AddTarget...
2003-07-21 Laurent Aimar * http: added "del" and "empty" control. (for playlist...
2003-07-14 Gildas Bazin* configure.ac, modules/control/http.c: compilation...
2003-07-12 Laurent Aimar * http.c : fix definition conflict under OS X (at...
2003-07-11 Laurent Aimar * http: * fix for double // under linux.
2003-07-11 Gildas Bazin* include/httpd.h: compilation fix.
2003-07-10 Laurent Aimar * http: rework of the http interface.
2003-07-10 Clément Stenac* http: added support for user/pass (--http-user &...
2003-05-23 Sigmund Augdal Helbergthe http interface should now output valid xhtml 1.0.
2003-05-23 Derk-Jan Hartman* Updated the informal message to report the ip and...
2003-05-22 Derk-Jan Hartman* modules/control/http.c: strings for the address and...
2003-05-15 Christophe Massiot* now 0.6.0-cvs
2003-05-09 Gildas Bazin* modules/misc/httpd.c: win32 fixes.
2003-05-06 Laurent Aimar * http: redirect to main page each time we pass argume...
2003-05-06 Laurent Aimar * http: fix 'add mrl'.
2003-04-27 Gildas Bazin* modules/control/http.c: fixed buffer allocation problem.
2003-04-26 Gildas Bazin* modules/control/http.c: brand new (and also basic...