summaryrefslogtreecommitdiff
path: root/libsoup/soup-message.c
Commit message (Expand)AuthorAgeFilesLines
* Always use G_PARAM_STATIC_STRINGSNiels De Graef2020-01-131-17/+34
* WebSockets: add support for permessage-deflate extensionCarlos Garcia Campos2019-07-311-0/+17
* SoupMessage: seal access to private membersClaudio Saavedra2019-07-101-0/+68
* message: Avoid use of deprecated g_type_class_add_privateMichael Catanzaro2019-02-251-34/+62
* soup-headers: accept any 3 digit number as message status codeCarlos Garcia Campos2018-01-091-1/+1
* Add API to disable using cached credentials for a particular SoupMessageCarlos Garcia Campos2016-12-031-28/+15
* Include config.h if needed in the files that do not include it yetIgnacio Casal Quinteiro2015-11-041-0/+4
* Add SoupMessage flag SOUP_MESSAGE_IGNORE_CONNECTION_LIMITSCarlos Garcia Campos2015-03-021-0/+6
* Add SoupMessage::starting signalCarlos Garcia Campos2015-03-021-0/+24
* Use soup_message_headers_header_contains()Dan Winship2015-03-011-11/+6
* Add missing (nullable) annotations, assorted minor introspection fixesEvan Nemerson2014-11-231-3/+3
* soup_message_get_https_status(): Improved documentationTristan Van Berkom2014-10-141-0/+3
* Misc docs updatesDan Winship2013-12-111-4/+2
* SoupMessage: add :request-body-data and :response-body-data propertiesDan Winship2013-11-171-0/+57
* soup-message: minor fixups to soup_message_set_request/response_body()Dan Winship2013-11-171-4/+11
* Rename SoupKnownStatusCode to SoupStatusDan Winship2013-07-131-1/+1
* Add/fix some annotationsDan Winship2013-06-291-1/+1
* use libfffi-based generic marshaller instead of glib-genmarshalOlivier Blin2013-06-081-13/+12
* soup-message-queue: add a priority system to the message queueSergio Villar Senin2013-04-171-0/+91
* soup-message: belated #include cleanupDan Winship2013-01-121-3/+0
* soup_message_get_https_status: provide info for failed attempts tooDan Winship2013-01-071-4/+6
* soup-auth-manager: split out connection handlingDan Winship2013-01-021-0/+13
* Reorganize NTLM authentication, fix ntlm_auth supportDan Winship2012-12-291-5/+5
* docs: Lots of minor fixes and additionsDan Winship2012-12-271-6/+7
* Rename all remaining "SoupMessage *req"s to "msg"Dan Winship2012-12-171-20/+20
* soup-message: update docs to mention SoupRequest where appropriateDan Winship2012-12-171-18/+30
* soup-message: deprecate soup_message_set_chunk_allocator()Dan Winship2012-12-171-2/+10
* soup-message: fix up add_header_handler()/add_status_handler() docsDan Winship2012-12-171-23/+7
* soup-message: remove gtk-docs on internal methodsDan Winship2012-12-171-127/+0
* SoupMessage: add soup_message_get_soup_request()Dan Winship2012-12-101-0/+32
* Add per-version deprecation/availability warningsDan Winship2012-11-081-2/+2
* Added SoupContentProcessor support to SoupMessage, SoupContentDecoder & SoupC...Sergio Villar Senin2012-11-021-4/+0
* SoupMessage: Add SOUP_MESSAGE_IDEMPOTENT flagMilan Crha2012-08-191-1/+6
* Set the message priv->decoders to NULL after free.Alban Browaeys2012-07-161-0/+1
* Clean up includesDan Winship2012-07-131-9/+4
* Reorganize files to need fewer forward declarationsDan Winship2012-07-131-142/+135
* Use g_clear_object(), g_clear_pointer()Dan Winship2012-07-131-12/+6
* Use g_slist_free_full()Dan Winship2012-07-131-8/+2
* Fix a few more introspection warningsDan Winship2012-05-251-2/+2
* introspection: Fix warningsJasper St. Pierre2012-05-241-3/+3
* Use Makefile.glibDan Winship2012-02-081-12/+12
* SoupMessage: add network-event signalDan Winship2011-12-221-0/+43
* Force some SoupMessages to use a fresh SoupConnectionDan Winship2011-12-221-0/+4
* SoupMessage: fix setting of SOUP_MESSAGE_CERTIFICATE_TRUSTED flagDan Winship2011-11-301-2/+3
* SoupSession: add some API for handling redirectionsDan Winship2011-11-051-0/+35
* oops, I apparently didn't run "make check" after the tls changes...Dan Winship2011-10-201-7/+2
* Fix SoupMessage https status information to be set more reliablyDan Winship2011-10-201-0/+29
* Lots of gtk-doc fixes (no code changes)Dan Winship2011-09-221-42/+49
* Fix documentation to use the appropriate term for flagsGustavo Noronha Silva2011-09-131-1/+1
* Add SOUP_MESSAGE_CAN_REBUILD, for regeneratable streamed request bodiesDan Winship2011-08-161-8/+16