summaryrefslogtreecommitdiff
path: root/src/raptor_www.c
Commit message (Expand)AuthorAgeFilesLines
* Summary: Check curl_easy_setopt() return values for errorsDave Beckett2021-11-211-1/+4
* Add raptor_www setters with return value for errorsDave Beckett2020-10-231-24/+99
* Fix RAPTOR_ASSERT and RAPTOR_ASSERT_DIE call argsDave Beckett2017-01-081-1/+1
* Several #ifdef fixes to avoid code after abort()Dave Beckett2015-05-021-13/+3
* (raptor_www_set_ssl_verify_options): Update docs to match curl latestDave Beckett2013-02-201-1/+1
* Remove all traces of win32_raptor_config.hDaniel Richard G2012-08-301-4/+0
* Add options for controlling SSL certificate verifyingDave Beckett2012-02-041-0/+27
* (raptor_www_fetch): Return status code from URI filterDave Beckett2012-01-291-3/+5
* Code style for comparing a possibly undefined macro to a valueDave Beckett2011-08-271-2/+2
* Code style change and cleanup for alloc/free macrosDave Beckett2011-07-311-14/+14
* Implement WWW feching SSL client certificate optionsDave Beckett2011-07-251-0/+26
* Reduce stack use of raptor_www_file_handle_fetchDave Beckett2011-07-241-5/+3
* Use a total_bytes for byte counts inside raptor_wwwDave Beckett2011-07-241-2/+2
* Switch to raptor2.h as main header. raptor.h includes itDave Beckett2011-04-261-1/+1
* Check world object is valid for Raptor V2 in every constructorDave Beckett2010-11-211-2/+2
* (raptor_www_set_user_agent): memcpy commentDave Beckett2010-08-051-1/+2
* memcpy replacing more strcpy for known length strings. Check NUL copying.Dave Beckett2010-08-051-18/+40
* code style: replace strncpy with memcpy - never need strncpy zero-checking/fi...Dave Beckett2010-05-141-1/+1
* Renamed typedefs ending in _function to _handler.Dave Beckett2010-05-021-4/+4
* Add typedef raptor_data_malloc_functionDave Beckett2010-04-301-3/+3
* Make all constructors check for non-NULL args/world and call raptor_world_open()Dave Beckett2010-04-171-1/+11
* (raptor_world_set_flag): Replaces raptor_world_set_www_flags with world flag ...Dave Beckett2010-03-091-33/+0
* (raptor_world_set_www_flags): Renamed from raptor_www_no_www_library_init_fin...Dave Beckett2010-02-171-14/+20
* Move raptor_www_init and raptor_www_finish to internal API.Dave Beckett2010-02-171-4/+4
* Rename raptor_www constructor / destructor to standard namesDave Beckett2010-02-161-7/+7
* (raptor_www_init,raptor_www_finish): Pulled functionality from similar _commo...Lauri Aalto2010-02-091-20/+4
* Rename raptor_www functions to lose _v2 in nameDave Beckett2010-01-171-14/+11
* Code style: use TYPE* var_name = RAPTOR_CALLOC(TYPE, 1, sizeof(*var_name))Dave Beckett2010-01-171-1/+1
* New raptor_uri implementation - reference counted uris with interning.Dave Beckett2010-01-101-6/+6
* Remove _v2 suffix from raptor_uri constructorsDave Beckett2010-01-091-1/+1
* raptor_log_error_varargs no longer needs/users error handler/data argsDave Beckett2010-01-081-2/+0
* Moved raptor_error_handlers to one instance in raptor_world.Dave Beckett2010-01-071-26/+2
* Remove all raptor v1 APIs with v2 replacements.Dave Beckett2010-01-051-127/+0
* Code style - whitespace around assignment and comparison opsDave Beckett2010-01-051-78/+78
* (raptor_www_set_http_cache_control): Avoid dangling pointersLauri Aalto2009-08-211-1/+3
* Refactored raptor_www init/finish to support v2 raptor_world_instance. Retain...Lauri Aalto2008-10-061-11/+113
* Added API flag RAPTOR_V2_AVAILABLE.Lauri Aalto2008-10-061-0/+4
* Changed raptor_www_do_www_init_finish to its inverse raptor_www_skip_www_init...Lauri Aalto2008-10-031-4/+4
* (raptor_www_fetch): Use raptor_new_uri_for_retrieval_v2()Lauri Aalto2008-09-121-1/+1
* Workaround for an armcc c++ mode issue regarding function pointers as argumen...Lauri Aalto2008-09-081-0/+1
* Refactored raptor_www internals to use v2 raptor_world functions.Lauri Aalto2008-09-041-10/+52
* Refactored raptor logging to use v2 raptor_world functions. Store world point...Lauri Aalto2008-09-031-1/+2
* (raptor_new_world,raptor_free_world,raptor_init,raptor_finish): Moved raptor_...Lauri Aalto2008-09-021-0/+4
* 2008Dave Beckett2008-06-141-1/+1
* (raptor_www_set_http_cache_control): +1 for zero terminationLauri Aalto2008-02-251-1/+1
* Added struct raptor_message_handler_closure for user data plus anDave Beckett2008-02-251-5/+5
* Add RAPTOR_FEATURE_WWW_HTTP_CACHE_CONTROL and RAPTOR_FEATURE_WWW_HTTP_USER_AG...Dave Beckett2008-02-241-2/+73
* (raptor_error_handlers_init): Remove all args except object pointer. Add doc...Dave Beckett2008-02-031-1/+1
* (raptor_www_init) Pull static initialized flag from function scope to unit sc...Lauri Aalto2007-11-121-3/+4
* (raptor_www_file_handle_fetch): Ensure the buffer has a NUL after theDave Beckett2007-09-301-2/+3