1. ddbb075 Fix xmlXPathIsNaN broken by recent commit by Nick Wellnhofer · 7 years ago
  2. b218957 Fix -Wenum-compare warnings by Nick Wellnhofer · 7 years ago
  3. 13acadb Ignore function pointer cast warnings by Nick Wellnhofer · 7 years ago
  4. 8813f39 Simplify XPath NaN, inf and -0 handling by Nick Wellnhofer · 7 years ago
  5. e03f0a1 Fix hash callback signatures by Nick Wellnhofer · 7 years ago
  6. d2c329a Fix -Wimplicit-fallthrough warnings by J. Peter Mugaas · 7 years ago
  7. d422b95 Fix pointer/int cast warnings on 64-bit Windows by Nick Wellnhofer · 7 years ago
  8. 5af594d Fix comparison of nodesets to strings by Nick Wellnhofer · 7 years ago
  9. 0f3b843 Fix XPath stack frame logic by Nick Wellnhofer · 7 years ago
  10. 3157cf4 Report undefined XPath variable error message by Nick Wellnhofer · 7 years ago
  11. ca8635b Fix debug dump of streaming XPath expressions by Nick Wellnhofer · 7 years ago
  12. dbb828f Fix missing part of comment for function xmlXPathEvalExpression() by Daniel Veillard · 7 years ago
  13. 454e397 Porting libxml2 on zOS encoding of code by Stéphane Michaut · 7 years ago
  14. 7482f41 Check for integer overflow in xmlXPathFormatNumber by Nick Wellnhofer · 7 years ago
  15. f4029cd Check XPath exponents for overflow by Nick Wellnhofer · 8 years ago
  16. a58331a Check for overflow in xmlXPathIsPositionalPredicate by Nick Wellnhofer · 7 years ago
  17. a851868 Parse small XPath numbers more accurately by Nick Wellnhofer · 7 years ago
  18. 4bebb03 Rework XPath rounding functions by Nick Wellnhofer · 8 years ago
  19. 40f5852 Fix axis traversal from attribute and namespace nodes by Nick Wellnhofer · 7 years ago
  20. a07a4e9 Fix spurious error message by Nick Wellnhofer · 7 years ago
  21. aed407c Check for trailing characters in XPath expressions earlier by Nick Wellnhofer · 7 years ago
  22. c851970 Rework final handling of XPath results by Nick Wellnhofer · 7 years ago
  23. 640a368 Make xmlXPathEvalExpression call xmlXPathEval by Nick Wellnhofer · 7 years ago
  24. cf60dbe Fix memory leak in xmlXPathCompareNodeSetValue by Nick Wellnhofer · 7 years ago
  25. 9d08b34 Fix memory leak in xmlXPathNodeSetMergeAndClear by Nick Wellnhofer · 7 years ago
  26. 95a9249 Fix memory leak in XPath filter optimizations by Nick Wellnhofer · 7 years ago
  27. d42a706 Fix memory leaks in XPath error paths by Nick Wellnhofer · 7 years ago
  28. 229d1f9 Avoid function/data pointer conversion in xpath.c by Nick Wellnhofer · 8 years ago
  29. 9ab01a2 Fix XPointer paths beginning with range-to by Nick Wellnhofer · 8 years ago
  30. a005199 Fix comparison with root node in xmlXPathCmpNodes by Nick Wellnhofer · 8 years ago
  31. d8083bf Fix NULL pointer deref in XPointer range-to by Nick Wellnhofer · 8 years ago
  32. 4472c3a Fix some format string warnings with possible format string vulnerability by David Kilzer · 8 years ago
  33. 6eb0894 Fix memory leak with XPath namespace nodes by Nick Wellnhofer · 8 years ago
  34. 82b7303 Fix namespace axis traversal by Nick Wellnhofer · 8 years ago
  35. 839689a Don't recurse into OP_VALUEs in xmlXPathOptimizeExpression by Nick Wellnhofer · 8 years ago
  36. f39fd66 Fix namespace::node() XPath expression by Nick Wellnhofer · 8 years ago
  37. e289390 Fix parsing of NCNames in XPath by Nick Wellnhofer · 8 years ago
  38. bb654fe Fix typos: dictio{ nn -> n }ar{y,ies} by Jan Pokorný · 8 years ago
  39. d5bd2a9 Correct a typo. by Shlomi Fish · 8 years ago
  40. 3eaedba Fix previous change to node sort order by Nick Wellnhofer · 9 years ago
  41. ba58f23 Fix order of root nodes by Nick Wellnhofer · 9 years ago
  42. f6aaabc Allow attributes on descendant-or-self axis by Nick Wellnhofer · 9 years ago
  43. 07def30 Restore context size and position after XPATH_OP_ARG by Nick Wellnhofer · 10 years ago
  44. 7580165 Fix typos in {tree,xpath}.c (errror) by Jan Pokorný · 11 years ago
  45. 03c6723 Handling of XPath function arguments in error case by Nick Wellnhofer · 11 years ago
  46. fcd4583 Fix XPath node comparison bug by Gaurav · 11 years ago
  47. e8de99f Fix XPath expressions of the form '@ns:*' by Nick Wellnhofer · 11 years ago
  48. b4bcba2 Fix XPath '//' optimization with predicates by Nick Wellnhofer · 11 years ago
  49. e28c8a1 #705267 - add additional defines checks for support "./configure --with-minimum" by Denis Pauk · 11 years ago
  50. b9e4d5b Remove occasional leading space in XPath number formatting by Daniel Veillard · 11 years ago
  51. 28876af Add xmlXPathSetContextNode and xmlXPathNodeEval by Alex Bligh · 11 years ago
  52. 713434d Silence a clang warning by Daniel Veillard · 12 years ago
  53. 7651606 Various cleanups to avoid compiler warnings by Daniel Veillard · 12 years ago
  54. f8e3db0 Big space and tab cleanup by Daniel Veillard · 12 years ago
  55. 4788128 Add a forbidden variable error number and message to XPath by Daniel Veillard · 12 years ago
  56. 1bd45d1 Change the XPath code to percolate allocation errors by Daniel Veillard · 12 years ago
  57. 510e758 Fix a Timsort function helper comment by Daniel Veillard · 12 years ago
  58. 3e031b7 Switching XPath node sorting to Timsort by Vojtech Fried · 12 years ago
  59. 6227053 Optimizing '//' in XPath expressions by Nick Wellnhofer · 12 years ago
  60. 3e62adb Adding various checks on node type though the API by Daniel Veillard · 12 years ago
  61. cd852ad Implement some default limits in the XPath module by Daniel Veillard · 12 years ago
  62. ade10f2 Convert XPath to xmlBuf by Daniel Veillard · 12 years ago
  63. 1d4526f Fix missing error status in XPath evaluation by Daniel Veillard · 13 years ago
  64. f5048b3 Hardening of XPath evaluation by Daniel Veillard · 13 years ago
  65. a154040 xpath: remove unused variable by Stefan Kost · 13 years ago
  66. d7958b2 Fix some potential problems on reallocation failures by Chris Evans · 13 years ago
  67. fec31bc Small fix for previous commit by Daniel Veillard · 14 years ago
  68. df83c17 Fix a potential freeing error in XPath by Daniel Veillard · 14 years ago
  69. 0cbeb50 Fix a potential memory access error by Daniel Veillard · 14 years ago
  70. ee32ad3 629325 XPath rounding errors first cleanup by Phil Shafer · 14 years ago
  71. ea90b89 Fix a change of semantic on XPath preceding and following axis by Daniel Veillard · 14 years ago
  72. 2f3523f Fix a leak in XPath compilation by Daniel Veillard · 14 years ago
  73. 91d1975 Fix the semantic of XPath axis for namespace/attribute context nodes by Daniel Veillard · 14 years ago
  74. 2ddecc2 Fix a small bug in XPath evaluation code by Marius Wachtler · 14 years ago
  75. 729601f Fix memory leak in xmlXPathEvalExpression() by Martin · 15 years ago
  76. 594e5df Chasing dead assignments reported by clang-scan by Daniel Veillard · 15 years ago
  77. 13cee4e Fix a bunch of scan 'dead increments' and cleanup by Daniel Veillard · 15 years ago
  78. bccae2d * c14n.c debugXML.c doc/examples/io2.c parser.c schematron.c by Daniel Veillard · 15 years ago
  79. 48b3eb2 fixes for Borland/CodeGear/Embarcadero compilers by Eric Zurcher Daniel by Daniel Veillard · 15 years ago
  80. db3ce96 xmlXPathRegisterNs should not allow enpty prefixes daniel by Daniel Veillard · 15 years ago
  81. f63085d port patch from Marcus Meissner to add gcc checking for printf like by Daniel Veillard · 15 years ago
  82. 074f37e applied a couple of patches from Martin avoiding some leaks, fixinq QName by Daniel Veillard · 16 years ago
  83. 45490ae space and tabs cleanup Daniel by Daniel Veillard · 16 years ago
  84. f88d849 two patches from Alvaro Herrera to avoid problem when running out of by Daniel Veillard · 16 years ago
  85. f179456 fixed mlXPathCompOpEvalPositionalPredicate problem with object caching by William M. Brack · 17 years ago
  86. 31700e6 fixed problem in previous fix to xmlXPathNodeSetSort by William M. Brack · 17 years ago
  87. 97ac819 fixed problem with xmlXPathNodeSetSort; fixed problem with by William M. Brack · 17 years ago
  88. d611c88 fixed problem with string value for PI node (bug #442275) by William M. Brack · 17 years ago
  89. d2f682a fixed problem on gzip streams (bug #438045) fixed minor spot of redundant by William M. Brack · 17 years ago
  90. ca79788 enhanced the coding for xmlXPathCastNumberToString in order to produce the by William M. Brack · 17 years ago
  91. ee0b982 fixed xmlXPathCmpNodes for incorrect result on certain cases when by William M. Brack · 17 years ago
  92. 0bcec06 Fixed memory bug with invalid function reported by Francois Delyon on by William M. Brack · 17 years ago
  93. 11be2d0 added checks for alloc fail on calls to xmlXPathNewContext (libxslt bug by William M. Brack · 17 years ago
  94. fe3970e fixed a bug where the principal node type of an axis wasn't tested on name by Daniel Veillard · 18 years ago
  95. 17970a7 William spotted an obvious bug Daniel by Daniel Veillard · 18 years ago
  96. c465ffc applied patch from Olaf Walkowiak which should fix #334104 Daniel by Daniel Veillard · 18 years ago
  97. 50128ad Applied the proposed fix for the documentation of xmlXPathCastToString(); by Kasimier T. Buchcik · 18 years ago
  98. 889b762 Changed xmlXPathCollectAndTest() to use xmlXPathNodeSetAddNs() when adding by Kasimier T. Buchcik · 18 years ago
  99. 2bdb12f Fixed a double-free in xmlXPathCompOpEvalToBoolean(), revealed by a by Kasimier T. Buchcik · 18 years ago
  100. 324c75b Enhanced xmlXPathCompOpEvalToBoolean() to be also usable outside predicate by Kasimier T. Buchcik · 18 years ago