]> git.sesse.net Git - vlc/history - modules/services_discovery/bonjour.c
vlc_plugin: fix non-LGPL plugins meta infos
[vlc] / modules / services_discovery / bonjour.c
2015-03-21 Rémi Denis-Courmontvlc_plugin: fix non-LGPL plugins meta infos
2011-07-10 Rémi Denis-CourmontRemove useless vlc_object parameter when creating an...
2010-02-10 Rémi Denis-CourmontNo need for sprintf() here
2010-02-10 Jakob Lebenservices_discovery: implement SD categories and use...
2009-12-21 Rémi Denis-Courmontbonjour: probe support (untested)
2009-03-24 Rémi Duraffortbonjour: cleanings.
2009-01-17 Laurent AimarUse input_item_New when applicable.
2009-01-17 Laurent AimarForce to specify options flags in input_item_New*.
2009-01-10 Rémi Denis-CourmontInclude vlc_services_discovery.h only where needed
2009-01-10 Rémi Denis-CourmontRestore SD human-readable names
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-05 Adrien MagloRedefine vlc_dictionary_clear() and vlc_dictionary_remo...
2008-09-04 Rémi Denis-CourmontRemove declaration for vanished function
2008-08-28 Rémi Denis-CourmontDrop prehistoric avahi versions support
2008-08-28 Rémi Denis-CourmontBonjour: use the avahi thread backend
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-03-26 Rafaël CarréServices discoveries: check memory allocation
2008-01-28 Rafaël Carréservices_discovery/: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-12-23 Pierre d'Herbemontvlc_common.h:
2007-10-09 Rafaël Carrébonjour: checks asprintf() return value, checks name...
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-19 Pierre d'Herbemontmodule/services_discovery/bonjour.c: Use the new API.
2007-08-18 Pierre d'Herbemontmodules/services_discovery/bonjour.c: Use the new servi...
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2006-12-10 Clément Stenac* Do not take and release the structure lock for each...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-10-21 Rémi Denis-CourmontFix Bonjour discovery
2006-10-01 Antoine CellerierFix a bunch of gcc warnings
2006-09-20 Jean-Baptiste KempfReplace playlist_NodesCreateForSD by playlist_NodesPair...
2006-05-15 Clément StenacFix bonjour compilation. Completely untested
2006-05-15 Clément StenacNew helper to create nodes for services discovery
2006-01-12 Antoine CellerierFSF address change.
2005-12-04 Clément StenacAvahi 0.6 patch by Diego 'Flameeyes' Pettenò flameeyes...
2005-09-09 Jon Lech Johansen * bonjour.c: Fixed memory leaks. Fixed IPv6 support.
2005-09-09 Jon Lech Johansen * Bonjour services discovery module using avahi.