1. 1811add Fix various Missing Null checks by Gaurav Gupta · 10 years ago
  2. 437f4f5 Use specific macros for portability to OS/400 by Patrick Monnerat · 11 years ago
  3. 283c83e run close socket on Solaris, same as we do on other platforms by Denis Pauk · 11 years ago
  4. 19d785b xmlCtxtReadFile doesn't work with literal IPv6 URLs by Steve Wolf · 11 years ago
  5. f8e3db0 Big space and tab cleanup by Daniel Veillard · 12 years ago
  6. 399aaba Remove redundant and ungarded include of resolv.h by Daniel Veillard · 12 years ago
  7. d95b689 Fix portability failure if netdb.h lacks NO_ADDRESS by Daniel Veillard · 12 years ago
  8. ac17e59 Remove two references to u_short by Daniel Veillard · 12 years ago
  9. dff8d0f various: handle return values of write calls by Stefan Kost · 13 years ago
  10. f99d222 614087 Fix Socket API usage to allow Windows64 compilation by Ozkan Sezer · 14 years ago
  11. d29a5c8 598785 Fix nanohttp on Windows by spadix · 15 years ago
  12. 594e5df Chasing dead assignments reported by clang-scan by Daniel Veillard · 15 years ago
  13. 13cee4e Fix a bunch of scan 'dead increments' and cleanup by Daniel Veillard · 15 years ago
  14. 48b60c3 559501 avoid select and use poll for nanohttp by Raphael Prevost · 15 years ago
  15. cba6839 a couple more fixes patch from Andreas Färber to compile on Haiku by Daniel Veillard · 16 years ago
  16. ead3583 added space for port number (when not 80) in xmlNanoHTTPMethodRedir, plus by William M. Brack · 16 years ago
  17. ec72008 Enhanced to include port number (if not == 80) on the "Header:" URL (bug by William M. Brack · 17 years ago
  18. cd2ebab fix an open() call with creation without 3rd argument hopefully that by Daniel Veillard · 17 years ago
  19. e882765 small enhancement to last fix, pointed out by Alex Cornejo by William M. Brack · 17 years ago
  20. d2f682a fixed problem on gzip streams (bug #438045) fixed minor spot of redundant by William M. Brack · 17 years ago
  21. 59d3ed8 applied patch from Andreas Stricke to ease the compilation on Windows CE by Daniel Veillard · 17 years ago
  22. 9a2724d applied patch from Gary Coady to accept gzipped http resources. Daniel by Daniel Veillard · 19 years ago
  23. cb418de applied patch from Kolja Nowak to use getaddrinfo() if supported in by Rob Richards · 19 years ago
  24. 9e2110b applied patch from Marcus Boerger to remove warnings on Windows. Daniel by Daniel Veillard · 19 years ago
  25. 336a8e1 get rid of the dependancy on a locally installed DTD try to cleanup the by Daniel Veillard · 19 years ago
  26. 744acff fixed bug #310105 with http_proxy environments with patch provided by by Daniel Veillard · 19 years ago
  27. 351f2d6 applied patch from Aron Stansvik for bug #172525 about HTTP query string by Daniel Veillard · 19 years ago
  28. 5d4644e revamped the elfgcchack.h format to cope with gcc4 change of aliasing by Daniel Veillard · 19 years ago
  29. c284c64 use XML_SOCKLEN_T instead of SOCKLEN_T since apparently IBM can't avoid by Daniel Veillard · 19 years ago
  30. 015ccb2 This change started out as a simple desire to speed up the by William M. Brack · 19 years ago
  31. 8e2c979 second part of the security fix for xmlNanoFTPConnect() and by Daniel Veillard · 20 years ago
  32. 13dfa87 added the routine xmlNanoHTTPContentLength to the external API by William M. Brack · 20 years ago
  33. 29b1748 small typo pointed out by Mike Hommey slightly improved the --c14n by Daniel Veillard · 20 years ago
  34. a235132 hack based on Arjan van de Ven suggestion to reduce ELF footprint and by Daniel Veillard · 20 years ago
  35. 7e29c0a implemented fix for M$ IIS redirect provided by Ian Hummel fixed problem by William M. Brack · 20 years ago
  36. 20d8236 added a close for the local file descriptor (bug 137474) by William M. Brack · 20 years ago
  37. 537769a fixed the fix for the buffer overflow, thanks William :-) by Igor Zlatkovic · 20 years ago
  38. 3770435 fixed buffer overflow reported by Yuuich Teranishi by Igor Zlatkovic · 20 years ago
  39. 5bb9ccd remove the warning on the 2001 namespace remove some warnings when by Daniel Veillard · 20 years ago
  40. 254b126 second BeOS patch from Marcin 'Shard' Konicki Daniel by Daniel Veillard · 21 years ago
  41. 82cb319 applied patch from Marcin 'Shard' Konicki to provide BeOS thread support. by Daniel Veillard · 21 years ago
  42. a840b69 Fixed the HTTP<->parser interraction, which should fix 2 long standing by Daniel Veillard · 21 years ago
  43. 847332a starting work to fix the HTTP/XML parser integration. Daniel by Daniel Veillard · 21 years ago
  44. 2b0f879 fixed a nasty bug with interning some text strings prepare for beta5 of by Daniel Veillard · 21 years ago
  45. 89f7f27 last finishing touch to the BeOS patch from Marcin 'Shard' Konicki Daniel by Daniel Veillard · 21 years ago
  46. a9cce9c Okay this is scary but it is just adding a configure option to disable by Daniel Veillard · 21 years ago
  47. 1638a47 Applied patch from Mikhail Grushinskiy for mingw compiler on Windows. by Daniel Veillard · 21 years ago
  48. 78637da fixing bug 118559 by William M. Brack · 21 years ago
  49. 3dc93a4 cleanup patches from Peter Breitenlohner Daniel by Daniel Veillard · 21 years ago
  50. 2db8c12 the modules should not import <config.h> directly, some cleanups Peter by Daniel Veillard · 21 years ago
  51. 75eb1ad regenerated might fix includes problems with the Ipv6 support on solaris by Daniel Veillard · 21 years ago
  52. 560c2a4 preparing release 1.5.8 changed some preprocessor block applied patch from by Daniel Veillard · 21 years ago
  53. de2a67b Applying IPv6 patch from Archana Shah <archana.shah@wipro.com> by Daniel Veillard · 21 years ago
  54. 3c908dc added xmlMallocAtomic() to be used when allocating blocks which do not by Daniel Veillard · 21 years ago
  55. cacbe5d patch from Stefano Zacchiroli to fix some URI/file escaping problems by Daniel Veillard · 21 years ago
  56. a9b66d0 new API building Python script, does the C parsing directly, generates a by Daniel Veillard · 22 years ago
  57. 01c13b5 code cleanup, especially the function comments. fixed a small bug when by Daniel Veillard · 22 years ago
  58. 8efff67 handle HTTP URL escaping, problem reported by Glen Nakamura and Stefano by Daniel Veillard · 22 years ago
  59. 49cc975 replaced sprintf() with snprintf() to prevent possible buffer overflow by Aleksey Sanin · 22 years ago
  60. 9b731d7 trying to fix #77441 Daniel by Daniel Veillard · 22 years ago
  61. dd4b912 applied patch from Allan Clark for UnixWare/OpenServer Daniel by Daniel Veillard · 22 years ago
  62. 56b2db7 fixing #76043, got fed up with non-portability of that piece of code. by Daniel Veillard · 22 years ago
  63. d85f4f4 fixed bug #76168, attribute redeclared in the internal subset should not by Daniel Veillard · 22 years ago
  64. 34ce8be preparing 2.4.18 updated and rebuilt the web site implement the new by Daniel Veillard · 22 years ago
  65. 5c39654 applied patch from Aleksey Sanin fixing a problem in the canonicalization by Daniel Veillard · 22 years ago
  66. 75be013 speedup some node selection operations, this can have a significant impact by Daniel Veillard · 22 years ago
  67. cbaf399 applied 42 documentation patches from Charlie Bozeman. Regenerated the by Daniel Veillard · 22 years ago
  68. 3c01b1d - include/libxml/globals.h include/libxml/threads.h threads.c by Daniel Veillard · 23 years ago
  69. d046356 Applied the last patches from Gary, cleanup, activated threading all user by Daniel Veillard · 23 years ago
  70. 50f3437 applied Win32 Facelift No.2 patches from Igor Zlatkovic for Windows/MSC by Daniel Veillard · 23 years ago
  71. ba6db03 protected an use of EAGAIN, Brian Stafford Daniel by Daniel Veillard · 23 years ago
  72. e392497 John Kroll provided a small fix to xmlNanoHTTPSave Daniel by Daniel Veillard · 23 years ago
  73. f012a64 get rid of the readline and libhistory dependancies by default, release by Daniel Veillard · 23 years ago
  74. 5e2dace Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100% by Daniel Veillard · 23 years ago
  75. c5d6434 Summer's cleanup, a really big one: by Daniel Veillard · 23 years ago
  76. f3afa7d - nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic by Daniel Veillard · 23 years ago
  77. 9403a04 - TODO: updated - nanohttp.[ch] : started adding APIs to get the by Daniel Veillard · 23 years ago
  78. 70a9da5 trio upgrade and integration by Bjorn Reese · 23 years ago
  79. 56a4cb8 Huge cleanup, I switched to compile with by Daniel Veillard · 23 years ago
  80. 3473f88 Revert directory structure changes by Owen Taylor · 23 years ago
  81. 64636e7 moved to libxml directory - this allow simplify automake/autoconf. Now by CET 2001 Tomasz K³oczko · 23 years ago
  82. 389e6b7 Patches bug fixes and on new function: by Daniel Veillard · 23 years ago
  83. 45cff69 Patches: - HTMLparser.c: htmlCheckParagraph to check by Daniel Veillard · 23 years ago
  84. ce6e98d Big OpenVMS patch: - nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c by Daniel Veillard · 24 years ago
  85. c2def84 Various patches and bug fixes, and XInclude progresses: by Daniel Veillard · 24 years ago
  86. d6d7f7b patched to redirrect all "out of context" error messages to by Daniel Veillard · 24 years ago
  87. be9ec4b Applying provided patches :-) by Daniel Veillard · 24 years ago
  88. 126f279 Bunch of fixes, finishing moving datastructures to the hash stuff: by Daniel Veillard · 24 years ago
  89. 683cb02 Patches added during last week on W3C CVS base: by Daniel Veillard · 24 years ago
  90. 2f971a2 Another patch from Wayne Davison: by Daniel Veillard · 24 years ago
  91. 19d6111 - nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug by Daniel Veillard · 24 years ago
  92. b0426ca patch for socklen_t detection by Albert Chin-A-Young <china@thewrittenword.com> by Daniel Veillard · 24 years ago
  93. e8282ed More work toward 2.2.5, integrated a number of patches by Daniel Veillard · 24 years ago
  94. b71379b - moved xml-error.h to xmlerror.h: seems this allowed to bypass by Daniel Veillard · 24 years ago
  95. 281f8ff Got an OSF/1 bug report fixing related problems: by Daniel Veillard · 24 years ago
  96. 8ddb5a7 Small bugfixes: - HTMLparser.c uri.c: Another patch from Wayne Davison, by Daniel Veillard · 24 years ago
  97. 20cdd5e avoid possible future probs on Win32, daniel. by Daniel Veillard · 24 years ago
  98. b656ebe Cleanup, patch from Wayne Davison: by Daniel Veillard · 24 years ago
  99. 39c7d71 Jumbo patch, resync of W3C/Gnome CVS trees: by Daniel Veillard · 24 years ago
  100. 2f2bf41 Small cleanups, updates, Daniel by Daniel Veillard · 24 years ago