index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xine-utils
/
xmlparser.c
Age
Commit message (
Expand
)
Author
2014-03-08
Silence some compiler warnings.
Torsten Jager
2013-09-13
Copyright year update by hg log info
Torsten Jager
2012-01-10
Fixed printf argument
Petri Hintukainen
2011-10-17
Merge from 1.1
Petri Hintukainen
2011-10-10
Fixed asprintf usage
Petri Hintukainen
2011-03-20
Merge from 1.1.
Darren Salt
2010-11-23
Build with -DLOG.
František Dvořák
2010-06-14
Merge from 1.1.
Darren Salt
2010-04-20
remove the unneeded unistd.h and fix compatibility for msvc
Shixin Zeng
2010-04-12
C89 fix
Shixin Zeng
2009-11-30
Trim trailing space & reduce space+tab.
Darren Salt
2009-10-15
Make the XML lexer and parser re-entrant
Matt Kraai
2009-11-30
Trim trailing space & reduce space+tab.
Darren Salt
2009-11-05
Merge from 1.1 (with adaptations).
Darren Salt
2009-01-18
Merge from 1.1.
Darren Salt
2009-01-18
Remove '#include "config.h"' from all public header files.
Darren Salt
2008-05-29
Merge from 1.1.
Darren Salt
2008-05-23
Mark initialisation functions with malloc attribute.
Diego 'Flameeyes' Pettenò
2008-05-23
Merge from 1.1. VDR needs to be updated.
Diego 'Flameeyes' Pettenò
2008-05-09
Use size_t to keep the value returned by strlen().
Diego 'Flameeyes' Pettenò
2008-05-07
xine_xmalloc() deprecation: replace its use with static and non-zero size.
Diego 'Flameeyes' Pettenò
2008-03-17
Add a simple XML parser test program (not distributed).
Darren Salt
2008-01-01
Merge from 1.1.
Darren Salt
2007-12-31
Convert XML parser ABI breakage into ABI extension. Bump the soname accordingly.
Darren Salt
2007-12-30
Merge from 1.1 (except po/*; translators needed for this).
Darren Salt
2007-12-30
Dereference buffer size pointers when comparing buffer sizes.
Darren Salt
2007-12-27
xmlparser: fix token buffer being too small
Maximilian Schwerin
2007-12-19
Update all the code to the new headers layout.
Diego 'Flameeyes' Pettenò
2007-11-10
Delete most of the CVS $Id$/$Log$ lines.
Darren Salt
2007-11-10
Merge from 1.1.
Darren Salt
2007-11-09
Merge FSF address changes from 1.1 branch.
Diego 'Flameeyes' Pettenò
2007-11-09
Update FSF address on non-contributed code and COPYING files.
Diego 'Flameeyes' Pettenò
2007-10-23
Merge from 1.1, updating plugin Conflicts/Replaces accordingly.
Darren Salt
2007-10-23
Simple patch to the XML parser
Bastien Nocera
2007-09-17
Revert the "#define lprintf" debug changes.
Darren Salt
2007-09-14
Strip leading white space from an initial text segment nested in an XML element.
Darren Salt
2007-09-14
Drop xml_parser_build_tree_relaxed().
Darren Salt
2007-09-14
Create child "[CDATA]" nodes for extra text (but prefer merging).
Darren Salt
2007-09-14
Handle <[CDATA[...]]>. (Based on a patch by Bastien Nocera <hadess@hadess.net>.)
Darren Salt
2007-09-14
Given <a>b<c/>d</a>, append rather than replace text - "bd", not "d".
Darren Salt
2007-04-23
Kill a "may be used uninitialised" warning.
Darren Salt
2007-04-22
Merge relaxed XML parsing & adapt it to the enumerations.
Darren Salt
2007-04-22
Don't drop elements with missing close tags.
Darren Salt
2007-04-21
Stop ignoring <?...?> elements, and parse them for attributes.
Darren Salt
2007-04-21
Use an enumeration for XML parser state tracking.
Darren Salt
2007-04-21
Fix comments - '>' and '?>' were reversed.
Darren Salt
2007-04-19
Relaxed XML parsing (ABI addition).
Darren Salt
2007-03-04
- commit documentation, and header changes for the relicensing of the
Bastien Nocera
2006-02-14
Minor constness fixups.
Darren Salt
2005-01-16
Add basic support for character entities:
Darren Salt
[next]