]> git.sesse.net Git - vlc/history - modules/misc/xml/libxml.c
text_renderer: remove Makefile recursion
[vlc] / modules / misc / xml / libxml.c
2014-05-10 Francois Cartegniexml: use defined value for return val
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2012-11-13 Jean-Baptiste KempfLGPL
2011-08-30 Christopher MuellerXml: added empty element detection
2011-02-24 Jean-Baptiste KempflibXML: deactivate an unused function
2011-01-22 Rémi Denis-CourmontXML: return attribute value as const
2011-01-22 Rémi Denis-CourmontSimplify
2011-01-21 Rémi Duraffortxml! fix potential memleak.
2011-01-21 Ilkka Ollakkalibxml: return attribute name on ReaderNextAttr
2011-01-21 Pierre YnardXML: fix incomplete last commit
2011-01-20 Rémi Denis-CourmontXML: return node (element name or text value) as const
2011-01-20 Rémi Denis-CourmontReturn XML attribute as const from NextAttr
2011-01-19 Rémi Denis-CourmontXML: merge read and node_type operations, skip unknown...
2011-01-19 Rémi Denis-CourmontSmall simplification
2010-08-17 Laurent AimarFixed order between xmlFreeTextReader and xmlCleanupParser.
2010-08-05 Rémi Denis-Courmontxml_ReaderUseDTD: remove useless parameter
2010-07-27 Rémi Denis-CourmontXML reader: use VLC object and plugin infrastructures
2010-03-13 Rémi Denis-CourmontRename linked_with_a_crap_library_which_uses_atexit()
2010-02-24 Erwan TulouWin32: use linked_with_a_crap_library_which_uses_atexit...
2009-11-11 Rémi Duraffortlibxml: return NULL for pointers (not 0).
2009-07-23 Jean-Baptiste KempfIncludes corrections
2009-03-15 Rémi Denis-CourmontAllow libxml 2.7. Leak memory.
2009-03-15 Rémi Denis-CourmontRequire libxml2 < 2.7
2009-02-20 Rémi Denis-Courmontlibxml: fix plugin re-entrancy - refs #2541
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-01 Rémi DuraffortFix "use after a free" (to be honnest that's more a...
2008-09-09 Geoffroy CouprieInitialize threading code in libxml2
2008-08-15 Rémi DuraffortCheck malloc return value.
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-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-01-29 Rafaël Carrémisc: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2006-10-07 Gildas Bazin* Fixed a bunch of memory leaks.
2006-03-29 Felix Paul Kühne* fixed a few signedness warnings. Please shout if...
2006-03-25 Christophe Mutricymisc/*: 2nd lecture. refs #438
2006-03-22 Clément StenacStrings review in misc/ except dummy and win32text...
2006-01-12 Antoine CellerierFSF address change.
2005-10-08 Antoine Cellerier * handle CDATA (as if it were TEXT)
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-04-03 Gildas Bazin* modules/misc/xml/libxml.c: handle XML_READER_TEXT...
2005-04-02 Gildas Bazin* modules/misc/xml/*, include/vlc_xml.h: new xml_Reader...
2005-04-02 Sigmund Augdal Helberglibxml.c: include header for stream, since api changes.
2005-04-01 Sigmund Augdal Helbergall: ported xml parsers to stream_t
2004-12-11 Clément StenacImprovements to preferences
2004-11-26 Gildas Bazin* ALL: New XML module type.