]> git.sesse.net Git - vlc/history - modules/misc/xml/xtag.c
xtag: don't pretend to support DTD and catalogs
[vlc] / modules / misc / xml / xtag.c
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
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-10-16 Rémi Duraffortxtag: simplify (remove a dummy test and makes some...
2009-07-16 Rémi DuraffortFix dead assignement and cleaning.
2009-02-25 Rémi Duraffortxtag: comment out xtag_snprint wich is never used.
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-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-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-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-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-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.