summaryrefslogtreecommitdiff
path: root/libsoup/soup-message.h
Commit message (Expand)AuthorAgeFilesLines
* Split SoupMessage into client and server partscarlosgc/split-ioCarlos Garcia Campos2020-10-191-35/+6
* message: remove soup_message_set_requestcarlosgc/request-body-streamCarlos Garcia Campos2020-10-081-6/+0
* message: add support for stream based request bodyCarlos Garcia Campos2020-10-081-0/+10
* Replace SoupBuffer with GBytesPatrick Griffis2020-09-191-3/+3
* Delete SoupAddressPatrick Griffis2020-09-191-3/+0
* Reorganize source treePatrick Griffis2020-09-191-4/+4
* Remove deprecated SoupChunkAllocator APIsPatrick Griffis2020-09-191-14/+0
* Remove deprecated SoupMessageBody APIPatrick Griffis2020-09-191-9/+6
* soup-message: make soup_message_disables_feature_by_type() publicCarlos Garcia Campos2020-07-061-0/+4
* Expose support for same-site cookiesPatrick Griffis2020-01-211-0/+12
* Do not include the header exclusion guards in the introspectionCorentin Noël2018-06-131-3/+3
* Add API to disable using cached credentials for a particular SoupMessageCarlos Garcia Campos2016-12-031-1/+2
* Mark all remaining methods with SOUP_AVAILABLE_IN_2_4Ignacio Casal Quinteiro2015-11-091-0/+29
* Add SoupMessage flag SOUP_MESSAGE_IGNORE_CONNECTION_LIMITSCarlos Garcia Campos2015-03-021-7/+8
* Add SoupMessage::starting signalCarlos Garcia Campos2015-03-021-1/+5
* SoupMessage: add :request-body-data and :response-body-data propertiesDan Winship2013-11-171-15/+17
* soup-message-queue: add a priority system to the message queueSergio Villar Senin2013-04-171-0/+18
* Rename LIBSOUP_DISABLE_DEPRECATED to SOUP_DISABLE_DEPRECATEDDan Winship2013-01-041-2/+2
* Add back LIBSOUP_DISABLE_DEPRECATEDDan Winship2012-12-281-0/+2
* soup-message: deprecate soup_message_set_chunk_allocator()Dan Winship2012-12-171-0/+1
* SoupMessage: add soup_message_get_soup_request()Dan Winship2012-12-101-0/+3
* Add per-version deprecation/availability warningsDan Winship2012-11-081-0/+6
* SoupMessage: Add SOUP_MESSAGE_IDEMPOTENT flagMilan Crha2012-08-191-1/+2
* Force some SoupMessages to use a fresh SoupConnectionDan Winship2011-12-221-1/+2
* SoupSession: add some API for handling redirectionsDan Winship2011-11-051-0/+4
* Add SOUP_MESSAGE_CAN_REBUILD, for regeneratable streamed request bodiesDan Winship2011-08-161-0/+1
* [gi] annotate nicks for the elements of HTTPVersion enumJohn (J5) Palmieri2010-12-131-2/+2
* Add SoupMessage:tls-certificate and SoupMessage:tls-errorsDan Winship2010-12-071-3/+11
* Add properties for request/response body/headersDan Winship2010-04-271-8/+12
* New SoupMessageFlag to report whether it has dealt with a trusted certificateGustavo Noronha Silva2010-02-211-3/+4
* Implement acceptance policies in SoupCookieJarXan Lopez2010-02-031-0/+4
* Content-Encoding supportDan Winship2009-12-161-1/+2
* Add soup_message_disable_feature()Dan Winship2009-08-091-0/+3
* Implement content sniffingGustavo Noronha Silva2009-07-021-0/+1
* Change the SoupURI properties to SoupAddress properties.Dan Winship2008-10-031-0/+1
* libsoup/soup-auth-manager-ntlm.c libsoup/soup-auth-manager.cDan Winship2008-09-261-1/+1
* New, replaces SOUP_MESSAGE_OVERWRITE_CHUNKS, but can be set on either theDan Winship2008-04-051-0/+3
* add a new signal "wrote-body-data" to address the problem thatDan Winship2008-04-041-0/+1
* de-constify msg->reason_phrase; it's no more const than any other structDan Winship2008-03-291-1/+1
* use an underscore for struct definitions. Fixes bug #518317.Benjamin Otte2008-02-251-1/+1
* New method that lets the application set a callback function to use toDan Winship2008-02-071-0/+9
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-249/+41
* add G_BEGIN_DECLS / G_END_DECLS to all installed headers so that libsoupJonathon Jongsma2007-06-011-0/+4
* initialize encoding to SOUP_TRANSFER_CONTENT_LENGTH rather thanDan Winship2006-07-211-6/+18
* tests if IO is currently in progress on a message.Dan Winship2006-05-261-1/+1
* add/fix gtk-doc comments, make functions match prototypes, etcDan Winship2005-06-141-33/+123
* require glib-2.0 >= 2.4.0Dan Winship2005-04-111-4/+0
* add/fix lots of gtk-doc commentsDan Winship2004-08-261-14/+0
* Lots of thread-safety stuff, primarly so you can disconnect a socket fromDan Winship2003-12-221-1/+1
* Add gthread to glib checkDan Winship2003-12-171-2/+0