]> git.sesse.net Git - vlc/history - modules/control/telnet.c
For consistency, remove references to vlc from libvlc
[vlc] / modules / control / telnet.c
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-05-16 Jean-Paul Samancoding style fix
2006-03-31 Felix Paul Kühne* 2nd review of video* and control/telnet.c
2006-03-30 Clément Stenac2nd control review (except telnet)
2006-03-25 Clément Stenac* Remove Advanced/Misc
2006-03-22 Clément StenacStrings review of telnet.c (Refs:#438)
2006-03-04 Jean-Paul SamanDo not print extra STRING_CR on successfull command.
2006-02-27 Rémi Denis-CourmontSeparate socket/resolv stuff (network.h) from url stuff...
2006-01-29 Antoine CellerierPrompt for password again after displaying "Wrong passw...
2006-01-28 Sigmund Augdal Helbergtelnet.c: a few more minor (potensial) memleaks
2006-01-28 Sigmund Augdal Helbergtelnet.c: fix a very minor memleak in Open
2006-01-12 Antoine CellerierFSF address change.
2005-07-28 Rémi Denis-CourmontReally listen to all IP addresses by default
2005-07-11 Christophe Massiot * ALL: miscellaneous unsigned/signed warning fixes...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-07-03 Benjamin Prachtnew --telnet-host option to allow to bind the telnet...
2005-06-27 Clément StenacDon't insult the user - Patch by Torsten Spindler
2005-05-22 Rémi Denis-Courmont- Use the new vlc_getaddrinfo API
2005-04-12 Felix Paul Kühne* ALL: removed l10n of various untranslatable strings...
2005-03-03 Clément StenacPreferences consistency fixes by Christophe Mutricy...
2004-12-25 Clément StenacFix connection close, patch by Ted Deppner <ted at...
2004-12-14 Clément StenacImplement add_module_cat to add a module by category...
2004-10-30 Gildas Bazin* src/misc/vlm.c: reformat help message.
2004-10-20 Gildas Bazin* modules/control/telnet.c: a few fixes + coding style...
2004-10-01 Gildas Bazin* configure.ac: added an --enable-httpd and --enable...
2004-07-25 Rémi Denis-CourmontUse VLC networking APIs: close -> net_Close, accept...
2004-06-06 Clément StenacPatch by Rémi Denis-Courmont to include TCP listening...
2004-04-16 Felix Paul Kühne* modules/control/telnet.c: removed translation of...
2004-04-14 Simon Latapie * vlm.c: a few bug fixes, cleaning, and maid vlm more...
2004-03-21 Derk-Jan HartmanTwo description strings corrected
2004-03-21 Laurent Aimar * vlm.*: move vlm to the core (now, vlm_New create...