]> git.sesse.net Git - vlc/history - modules/misc/xml
input: add b_net variable in item
[vlc] / modules / misc / xml /
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-CourmontDon't recurse into modules/misc/xml
2011-01-19 Rémi Denis-CourmontRemove xtag
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-08-05 Rémi Denis-Courmontxtag: fix a warning
2010-08-05 Rémi Denis-Courmontxtag: don't pretend to support DTD and catalogs
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-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-11-11 Rémi Duraffortlibxml: return NULL for pointers (not 0).
2009-10-16 Rémi Duraffortxtag: simplify (remove a dummy test and makes some...
2009-07-23 Jean-Baptiste KempfIncludes corrections
2009-07-16 Rémi DuraffortFix dead assignement and cleaning.
2009-03-15 Rémi Denis-CourmontAllow libxml 2.7. Leak memory.
2009-03-15 Rémi Denis-CourmontRequire libxml2 < 2.7
2009-02-25 Rémi Duraffortxtag: comment out xtag_snprint wich is never used.
2009-02-20 Rémi Denis-Courmontlibxml: fix plugin re-entrancy - refs #2541
2008-12-15 Rémi Duraffortxtag_free don't need to return anything.
2008-12-15 Rémi Duraffort* Fix memleak (#2352)
2008-11-30 Rémi Denis-CourmontBy definition of sizeof, sizeof(char) = 1
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-05 Rémi DuraffortFix potential memleak (CID 69)
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-09-05 Rémi Denis-CourmontMove a bunch of plugins out of configure.ac
2008-08-15 Rémi DuraffortCheck malloc return value.
2008-08-13 Rémi Denis-CourmontAvoid printf for debug
2008-06-22 Rémi DuraffortRemove unneeded msg_Error about memory failure.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-26 Rafaël CarréInclude assert.h where assert() is used
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-03-12 Rémi DuraffortAnother bunch of useless test.
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 stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2006-10-09 Gildas Bazin* modules/misc/xml/xtag.c: fixed memory leak.
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-02-11 Derk-Jan Hartman* xtag parser improvements by Daniel Stranger.
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-12 Gildas Bazin* ALL: fixed a handful of bugs and memory leaks.
2005-04-12 Derk-Jan Hartman* Now works with http 1.0. Someone better check this...
2005-04-10 Rémi Denis-CourmontFix a segmentation fault in case of error
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 Helbergxtag.c: Don't create pcdata elements outside the root...
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* modules/misc/xml/xtag.c: fixed a few bugs.
2004-11-26 Gildas Bazin* ALL: New XML module type.