1. 28c53d3 DO NOT MERGE resolve merge conflicts of 1d43fb67 to mnc-dev am: 1d462cdbb0 by Xin Li · 7 years ago
  2. a6ea72a Fix processing in SAX2 in case of an allocation failure by Daniel Veillard · 10 years ago
  3. 3e0eec4 Adding some missing NULL checks by Gaurav · 10 years ago
  4. 52010c6 Compile out use of xmlValidateNCName() when not available. by Nicolas Le Cam · 11 years ago
  5. 77b5b46 Legacy needs xmlSAX2StartElement() and xmlSAX2EndElement(). by Nicolas Le Cam · 10 years ago
  6. a885f13 Fix a possible NULL dereference by Gaurav · 11 years ago
  7. ab0e350 Activate detection of encoding in external subset by Daniel Veillard · 11 years ago
  8. cff2546 Cache presence of '<' in entities content by Daniel Veillard · 11 years ago
  9. a3f1e3e Avoid extra processing on entities by Daniel Veillard · 11 years ago
  10. 6c91aa3 Fix a regression in 2.9.0 breaking validation while streaming by Daniel Veillard · 12 years ago
  11. 7651606 Various cleanups to avoid compiler warnings by Daniel Veillard · 12 years ago
  12. f8e3db0 Big space and tab cleanup by Daniel Veillard · 12 years ago
  13. 968a03a Add support for big line numbers in error reporting by Daniel Veillard · 12 years ago
  14. 740cb1a Memory error within SAX2 reuse common framework by Daniel Veillard · 12 years ago
  15. 71a243d xmlParseNodeInContext problems with an empty document by Tim Elliott · 12 years ago
  16. 8ad4da5 HTML element position is not detected propperly by Pavel Andrejs · 12 years ago
  17. 1c98927 Fix SAX2 builder in case of undefined attributes namespace by Daniel Veillard · 12 years ago
  18. 77b77b1 Fix SAX2 builder in case of undefined element namespaces by Daniel Veillard · 12 years ago
  19. aa54d37 Fix handling of XML-1.0 XML namespace declaration by Daniel Veillard · 14 years ago
  20. 06c93b7 Remove a few warnings by Daniel Veillard · 14 years ago
  21. 3c080d6 Don't give default HTML boolean attribute values in parser by Daniel Veillard · 14 years ago
  22. 594e5df Chasing dead assignments reported by clang-scan by Daniel Veillard · 15 years ago
  23. d44b936 A few more safety cleanup raised by scan by Daniel Veillard · 15 years ago
  24. 74eaec1 502960 provide namespace stack when parsing entity by Daniel Veillard · 15 years ago
  25. 023d0ba Fix leak on SAX1, xmllint --sax1 option and debug by Daniel Veillard · 15 years ago
  26. 669e88c potential NULL dereference on non-glibc by Jim Meyering · 15 years ago
  27. 97ff9b3 preparing 0.7.3 release fix a typo in a name Daniel by Daniel Veillard · 15 years ago
  28. 1fb2e0d add a new define XML_MAX_TEXT_LENGHT limiting the maximum size of a single by Daniel Veillard · 15 years ago
  29. 1dc9feb fix for CVE-2008-4226, a memory overflow when building gigantic text by Daniel Veillard · 16 years ago
  30. f4f4e48 rework the patch to avoid some ABI issue with people allocating entities by Daniel Veillard · 16 years ago
  31. ae0765b more progresses against the official regression tests small cleanup for by Daniel Veillard · 16 years ago
  32. 45efd08 fix line number on text nodes, problem raised by Ralf Junker Daniel by Daniel Veillard · 16 years ago
  33. b242b08 applied patch from Florent Guilian to remove an useless mutex in the by Daniel Veillard · 16 years ago
  34. dbbd72b fixing bug #319964, parsing of HTML attribute really should not have by Daniel Veillard · 17 years ago
  35. a37a6ad trying to fix entities behaviour when using SAX, had to extend entities by Daniel Veillard · 18 years ago
  36. b8efdda add a new function xmlPathToUri() to provide a clean conversion when by Daniel Veillard · 18 years ago
  37. 77aad34 refactor to use normal warnings for entities problem and not straight SAX by Daniel Veillard · 18 years ago
  38. 2728f84 more cleanups based on coverity reports. Daniel by Daniel Veillard · 18 years ago
  39. 6977c6c fix bug #324432 with <xml:foo/> added to the regression tests Daniel by Daniel Veillard · 18 years ago
  40. 54f9a4f fixing a number of issues raised by xml:id but more generally related to by Daniel Veillard · 19 years ago
  41. 8874b94 added a parser XML_PARSE_COMPACT option to allocate small text nodes (less by Daniel Veillard · 19 years ago
  42. 73da77e line numbers are now carried by most nodes, fixing xmlGetLineNo() c.f. bug by Daniel Veillard · 19 years ago
  43. bca3ad2 fixed compilation when configured --without-sax1 and other cleanups fixes by Daniel Veillard · 19 years ago
  44. 24505b0 a lot of small cleanups based on Linus' sparse check output. Daniel by Daniel Veillard · 19 years ago
  45. 87b3046 first steps toward a testsuite dist fixed bug #307870 Daniel by Daniel Veillard · 19 years ago
  46. 5d4644e revamped the elfgcchack.h format to cope with gcc4 change of aliasing by Daniel Veillard · 19 years ago
  47. a521d28 better handling of conditional features more testing on parser contexts by Daniel Veillard · 20 years ago
  48. 6128c01 better parser options coverage more cleanups. Daniel by Daniel Veillard · 20 years ago
  49. 2a4fb5a more coverage more fixes Daniel by Daniel Veillard · 20 years ago
  50. ce682bc autogenerate a minimal NULL value sequence for unknown pointer types This by Daniel Veillard · 20 years ago
  51. 34099b4 changing the way the .c is generated, extending the tests coverage fixing by Daniel Veillard · 20 years ago
  52. 36e5cd5 adding xmlMemBlocks() work on generator of an automatic API regression by Daniel Veillard · 20 years ago
  53. eff45a9 register xmlSchemaSetValidErrors, patch from Brent Hendricks in the by Daniel Veillard · 20 years ago
  54. 03a53c3 added checking for names values and dictionnaries generates a tons of by Daniel Veillard · 20 years ago
  55. fc484dd added support for HTML PIs #156087 added specific tests Daniel by Daniel Veillard · 20 years ago
  56. 8de5c0b adding the tree debug mode fixing various problems reported by the debug by Daniel Veillard · 20 years ago
  57. bf5cf21 fixed bug introduced during OOM fixup causing problems with default by William M. Brack · 20 years ago
  58. 29b1748 small typo pointed out by Mike Hommey slightly improved the --c14n by Daniel Veillard · 20 years ago
  59. a3215c7 many further little changes for OOM problems. Now seems to be getting by William M. Brack · 20 years ago
  60. 42331a9 further fixes for out of memory condition, mostly from Olivier Andrieu. by William M. Brack · 20 years ago
  61. 9f797ab implemented patches supplied by Olivier Andrieu (bug 148588), plus made by William M. Brack · 20 years ago
  62. 96d2eff warning message cleanup. Now compiles warning-free, all tests passed. by William M. Brack · 20 years ago
  63. 5ef2f81 *** empty log message *** by William M. Brack · 20 years ago
  64. 3f14737 skipped call to xmlValidateNCName when compiling --with-minimum (bug by William M. Brack · 20 years ago
  65. 68cb4b2 relaxed id() to not check taht the name(s) passed are actually NCName, by Daniel Veillard · 20 years ago
  66. 67f8b1c adding xml:id draft support adding 4 first regression tests Daniel by Daniel Veillard · 20 years ago
  67. 500a1de applied patch from Alfred Mickautsch for better DTD support. fixed bug by Daniel Veillard · 20 years ago
  68. 1a9b708 found and fixed a bug misallocating some non blank text node strings from by Daniel Veillard · 20 years ago
  69. 427174f removed some compilation warnings Daniel by Daniel Veillard · 20 years ago
  70. f88d8cf tried to fix the problems reported in bug #126735 fixed again some problem by Daniel Veillard · 20 years ago
  71. 3e35f8e preparing libxml2-2.6.0 updated and regenerated the docs and API moved the by Daniel Veillard · 21 years ago
  72. 76e95df Changed all (?) occurences where validation macros (IS_xxx) had by William M. Brack · 21 years ago
  73. 2b0f879 fixed a nasty bug with interning some text strings prepare for beta5 of by Daniel Veillard · 21 years ago
  74. ffbbed4 fixed uninitialized new field. fixed a typo updating all messages Daniel by Daniel Veillard · 21 years ago
  75. 8127390 added 2 new configure option: --with-reader --with-sax1 to allow removing by Daniel Veillard · 21 years ago
  76. a9cce9c Okay this is scary but it is just adding a configure option to disable by Daniel Veillard · 21 years ago
  77. 4432df2 cleanup, creating a new legacy.c module, made sure make tests ran in by Daniel Veillard · 21 years ago
  78. dca8cc7 rebuilt the API added the new options --nocdata and --nsclean to remove by Daniel Veillard · 21 years ago
  79. 092643b preparing a beta3 solving the ABI problems make sure the global variables by Daniel Veillard · 21 years ago
  80. 7a02cfe fixing some comments to avoid warnings from apibuild.py Daniel by Daniel Veillard · 21 years ago
  81. e96a2a4 adding repeated parsing and validating tests make the new DOM tree by Daniel Veillard · 21 years ago
  82. d9e9c9d fixing namespace DTD validations the output of defaulted namespaces is by Daniel Veillard · 21 years ago
  83. 1989505 more performance hunting reducing memory allocation and free and avoiding by Daniel Veillard · 21 years ago
  84. 9f7eb0b started messing seriously with per-document dict and element and attribute by Daniel Veillard · 21 years ago
  85. 8a44e59 starting work on reusing the parser dictionary for the element and by Daniel Veillard · 21 years ago
  86. 62998c0 starting to cleanup some of the problems exposed by the W3C/NIST by Daniel Veillard · 21 years ago
  87. 8e36e6a 2.6.0beta1 changes Fixing attribute normalization, might not be totally by Daniel Veillard · 21 years ago
  88. e57ec79 Time to commit 3 days of work rewriting the parser internal, by Daniel Veillard · 21 years ago
  89. 4811ba3 fixed bug #121210 (callback to sax->error, sax->warning with wrong by William M. Brack · 21 years ago
  90. 6790694 fixed a namespace error on attribute reporting bug pointed out by Tobias by Daniel Veillard · 21 years ago
  91. 1af9a41 Adding new version of the SAX interface, it's not there yet, currently by Daniel Veillard · 21 years ago