]> git.sesse.net Git - vlc/history - modules/control/telnet.c
Merge branch 'master' of git@git.videolan.org:vlc
[vlc] / modules / control / telnet.c
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-12 Rémi DuraffortThe last but not the least commit about these useless...
2008-01-29 Ilkka Ollakkasmall (ugly) fix to check EAGAIN after recv returns...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-21 Rémi Denis-CourmontSet non-blocking mode on accepted sockets
2008-01-20 Rémi Denis-CourmontFix previous commit
2008-01-20 Rémi Denis-CourmontFix #include
2008-01-20 Rémi Denis-CourmontSwitch telnet interface to poll
2007-09-07 Rafaël CarréUses add_password for passwords
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-05-27 Laurent AimarCompilation warning fixes.
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-04-04 Antoine Cellerier* Core: add var_Command function. This is used to execu...
2007-03-02 Laurent AimarFixed a small memory leak (password)
2007-02-25 Antoine CellerierPatch by ILEoo to make the telnet interface work with...
2007-02-21 Rémi Denis-CourmontFix descriptor leak and remove useless code
2007-02-15 Rémi Denis-CourmontClose telnet connection in case of error (fixes #995)
2007-02-10 Christophe Mutricytelnet.c: remove the bloat which was needed when string...
2007-02-05 Pavlov KonstantinDon't translate messages in telnet interface
2007-01-13 Jean-Paul SamanFix segmentation fault in modules/control/telnet.c...
2007-01-06 Christophe MutricySplit text and control character to please gettext
2006-12-24 Clément StenacMore cleanup
2006-12-03 Antoine CellerierAlso show telnet specific commands when using "help...
2006-11-26 Clément StenacA bit of headers cleanup
2006-09-24 Clément Stenac* Get rid of the Manager thread by making blocking...
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...