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