summaryrefslogtreecommitdiff
path: root/src/raptor_www_libxml.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all traces of win32_raptor_config.hDaniel Richard G2012-08-301-4/+0
* Init / cleanup libxml nano HTTP libraryDave Beckett2012-06-231-0/+2
* Code style change and cleanup for alloc/free macrosDave Beckett2011-07-311-2/+2
* Switch to raptor2.h as main header. raptor.h includes itDave Beckett2011-04-261-1/+1
* code style: replace strncpy with memcpy - never need strncpy zero-checking/fi...Dave Beckett2010-05-141-4/+4
* New raptor_uri implementation - reference counted uris with interning.Dave Beckett2010-01-101-1/+1
* (raptor_www_libxml_init, raptor_www_libxml_free): RemoveDave Beckett2010-01-081-5/+0
* Code style - whitespace around assignment and comparison opsDave Beckett2010-01-051-22/+22
* Refactored raptor_www_lib{fetch,xml} internals to use v2 raptor_world APIs.Lauri Aalto2008-09-231-1/+1
* 2008Dave Beckett2008-06-141-1/+1
* Added struct raptor_message_handler_closure for user data plus anDave Beckett2008-02-251-1/+1
* Add RAPTOR_FEATURE_WWW_HTTP_CACHE_CONTROL and RAPTOR_FEATURE_WWW_HTTP_USER_AG...Dave Beckett2008-02-241-1/+13
* (raptor_www_libxml_http_error): Deleted, no longer needed.Dave Beckett2007-06-071-17/+5
* (raptor_www_libxml_init, raptor_www_libxml_free): Set, reset genericDave Beckett2007-04-271-5/+1
* raptor_www_libxml_http_error prototypDave Beckett2006-12-041-0/+2
* Remove RCS ID. Copyright 2006Dave Beckett2006-01-081-5/+2
* LGPL / Apache 2.0 licenseDave Beckett2004-09-201-9/+15
* Renamed win32_config.h to win32_raptor_config.hDave Beckett2004-06-301-1/+1
* Fixes for c++Dave Beckett2004-05-041-1/+1
* (raptor_www_libxml_fetch): Free content type using libxml's xmlFreeDave Beckett2004-04-291-0/+2
* (raptor_www_libxml_fetch): Make headers for User-Agent: and/orDave Beckett2004-04-291-4/+53
* Lots of casts for str* function args, return values between unsignedDave Beckett2003-12-061-1/+1
* (raptor_www_libxml_http_error): This was just all wrong, printing toDave Beckett2003-11-031-6/+3
* Merged patch from Jose Kahan to switch to use raptor_config.hDave Beckett2003-06-061-1/+3
* Use RAPTOR_WWW_BUFFER_SIZE for I/O buffersDave Beckett2003-03-261-2/+2
* (raptor_www_libxml_fetch): Make this work againDave Beckett2003-03-231-4/+4
* Handle www->failed and aborting transfer.Dave Beckett2003-03-181-7/+10
* Use URI from context.Dave Beckett2003-03-161-2/+2
* Raptor WWW retrievalDave Beckett2003-03-151-0/+112