]> git.sesse.net Git - vlc/history - modules/control/http.c
* modules/control/http.c: Added an id="include" macro to include
[vlc] / modules / control / http.c
2005-08-12 Christophe Massiot * modules/control/http.c: Added an id="include" macro...
2005-08-12 Christophe Massiot * modules/control/http.c: Fixed vlc_set_var() and...
2005-08-12 Christophe Massiot * modules/control/http.c: New foreach tags to walk...
2005-08-11 Christophe Massiot * modules/control/http.c: New RPN function vlc_seek...
2005-08-11 Christophe Massiot * modules/control/http.c: foreach directory is now...
2005-08-11 Christophe Massiot * modules/control/http.c: Fixed bugs in str_replace().
2005-08-11 Christophe Massiot * modules/control/http.c: Rewrote the parsers to handl...
2005-08-09 Christophe Massiot * modules/control/http.c: New RPN functions: vlc_play...
2005-08-05 Christophe Massiot * src/extras/libc.c: Added an implementation of scandi...
2005-08-05 Christophe Massiot * modules/control/http.c: Support for ~ in foreach...
2005-08-05 Christophe Massiot * modules/control/http.c: Added two new RPN functions...
2005-08-05 Rémi Denis-CourmontFix compiler warnings
2005-08-04 Christophe Massiot * modules/control/http.c: New option --http-charset...
2005-08-04 Rémi Denis-Courmontfix spelling of "unsupported"
2005-08-04 Rémi Denis-Courmont * modules/control/http.c : specify UTF-8 as charset...
2005-08-01 Christophe Massiot * modules/control/http.c: Add an 'ext' field to file...
2005-07-25 Derk-Jan Hartman* Change volume range to 0-400 % visually in the macosx...
2005-07-25 Rémi Denis-Courmont- Fix buffer overflow (up to 1024 bytes)
2005-07-25 Rémi Denis-CourmontDon't reinvent the wheel^W^WANSI C
2005-07-25 Christophe Massiot * modules/control/http.c:
2005-07-17 Rémi Denis-CourmontCleanup - invalid #263.
2005-07-17 Rémi Denis-CourmontForgot this file - default to allowing every body when...
2005-07-12 Rémi Denis-CourmontBetter ACL API (full rewrite)
2005-07-11 Rémi Denis-CourmontDiminish buffer size
2005-07-11 Rémi Denis-CourmontAvoid buffer overflow
2005-07-11 Christophe Massiot * ALL: miscellaneous unsigned/signed warning fixes...
2005-07-10 Rémi Denis-Courmont- Fix possible buffer overflow (?)
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-17 Christophe Massiot * modules/control/http.c: Added support for .hosts...
2005-05-22 Rémi Denis-CourmontSupport for re-using the same TLS/SSL httpd hosts for...
2005-05-13 Clément StenacRemove excessive HTTP debugging - Closes #108
2005-04-26 Laurent Aimar * all: warning fixes.
2005-04-04 Clément StenacFix OSD (text & widgets) aspect ratio
2005-03-05 Gildas Bazin* ALL: a few fixes.
2005-03-04 Yoann Peronneau* modules/control/http.c: elements are now one level...
2005-03-03 Rémi Denis-Courmont- Specify a charset (according to locale) for HTML...
2005-03-03 Clément StenacPreferences consistency fixes by Christophe Mutricy...
2005-02-21 Gildas Bazin* src/extras/dirent.c, ALL: fixed win32/ce dirent repla...
2005-02-08 Laurent Aimar * http: add a redirect from */index.html to */
2005-01-24 Derk-Jan Hartman* Rename a TIME_ABSOLUTE define because it's already...
2005-01-06 Eric Petit control/http.c: gcc < 3 compile fix
2005-01-05 Jérome DecoodtWork to support new playlist in http interface.
2004-12-14 Clément StenacImplement add_module_cat to add a module by category...
2004-12-14 Clément Stenac* Provide playlist_LockFoo functions for some functions
2004-12-11 Clément StenacImprovements to preferences
2004-11-13 Clément StenacMerge string fixes
2004-11-06 Rémi Denis-CourmontBetter strings
2004-11-06 Rémi Denis-Courmont- Better settings description,
2004-11-06 Clément StenacFixes
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:
next