summaryrefslogtreecommitdiff
path: root/libsoup/soup-message-private.h
Commit message (Expand)AuthorAgeFilesLines
* WebSockets: add support for permessage-deflate extensionCarlos Garcia Campos2019-07-311-0/+2
* SoupMessage: seal access to private membersClaudio Saavedra2019-07-101-1/+16
* Do not include the header exclusion guards in the introspectionCorentin Noël2018-06-131-3/+3
* Mark soup_message_io_cleanup as availableIgnacio Casal Quinteiro2015-11-091-0/+4
* soup-message-io: add soup_message_io_steal()Dan Winship2015-03-011-7/+14
* soup-server: add new-and-improved APIsDan Winship2014-05-021-0/+1
* soup-message-io: slight tweak to callback/error handlingDan Winship2014-05-021-0/+1
* Fix asynchronicity of soup_session_queue_message() on plain SoupSessionDan Winship2013-09-281-0/+3
* soup-message-queue: add a priority system to the message queueSergio Villar Senin2013-04-171-0/+2
* soup-auth-manager: split out connection handlingDan Winship2013-01-021-0/+5
* Rename all remaining "SoupMessage *req"s to "msg"Dan Winship2012-12-171-2/+2
* SoupMessage: add soup_message_get_soup_request()Dan Winship2012-12-101-0/+5
* SoupRequest: Return better GErrors on parsing failuresDan Winship2012-12-101-1/+2
* Added SoupContentProcessor support to SoupMessage, SoupContentDecoder & SoupC...Sergio Villar Senin2012-11-021-1/+7
* Move SoupSocket stuff out of soup-message-io.cDan Winship2012-04-281-1/+4
* SoupHTTPRequest: O brave new world!Dan Winship2012-04-171-0/+19
* SoupMessage: add network-event signalDan Winship2011-12-221-0/+4
* Fix SoupMessage https status information to be set more reliablyDan Winship2011-10-201-0/+4
* Add SoupMessage:tls-certificate and SoupMessage:tls-errorsDan Winship2010-12-071-0/+3
* SoupSession: tweak cancellation againDan Winship2010-06-091-0/+1
* Add SoupMessageQueueItemState, remove SoupMessageIOStatusDan Winship2010-06-091-13/+0
* soup-message-io: use SoupMessageQueueItems and add SoupMessageCompletionFnDan Winship2010-06-091-18/+26
* Misc SoupConnection API improvementsDan Winship2010-06-091-4/+1
* Implement acceptance policies in SoupCookieJarXan Lopez2010-02-031-0/+2
* Content-Encoding supportDan Winship2009-12-161-0/+1
* Remove checks for SOUP_MESSAGE_IO_STATUS_CONNECTING, since it never gets setDan Winship2009-08-211-2/+1
* Add soup_message_disable_feature()Dan Winship2009-08-091-0/+4
* Miscellaneous content-sniffing fixesDan Winship2009-07-101-1/+0
* Implement content sniffingGustavo Noronha Silva2009-07-021-0/+5
* Change the SoupURI properties to SoupAddress properties.Dan Winship2008-10-031-0/+1
* New, replaces SOUP_MESSAGE_OVERWRITE_CHUNKS, but can be set on either theDan Winship2008-04-051-0/+1
* add an orig_http_version field.Dan Winship2008-03-141-1/+1
* New method that lets the application set a callback function to use toDan Winship2008-02-071-0/+4
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-15/+30
* make this non-static.Dan Winship2007-11-211-0/+1
* get/set auth/proxy_auth info for a message.Dan Winship2007-03-171-1/+12
* Fix a connection leak reported by Tambet.Dan Winship2005-08-161-0/+6
* require glib-2.0 >= 2.4.0Dan Winship2005-04-111-2/+3
* add/fix lots of gtk-doc commentsDan Winship2004-08-261-1/+0
* Change G_LOG_DOMAIN to "libsoup". Remove unused defines.Dan Winship2003-11-181-2/+0
* free the hostent.Dan Winship2003-09-191-4/+5
* Replaces the three previous soup_connection_new* functions and usesDan Winship2003-09-171-2/+0
* Remove the "status" field from here, since it's mostly used byDan Winship2003-09-101-15/+0
* Move a bunch of logic here from soup-context. Now the session keeps trackDan Winship2003-09-051-9/+3
* Renamed from soup-error.h, with types and defines renamed accordingly.Dan Winship2003-09-031-7/+1
* First draft at the new object to maintain formerly-global state. (Not yetDan Winship2003-09-021-2/+0
* Major rewrite. There is now only a single IO state object (instead of oneDan Winship2003-08-291-108/+27
* Higher-than-soup-message-io-level functions to do client-side IO. (CodeDan Winship2003-08-261-0/+17
* Define SoupMessage signal stuff (READ_HEADERS, READ_CHUNK, READ_BODY,Dan Winship2003-08-261-53/+54
* Add a "user_data" arg, pass it to the callbacks.Dan Winship2003-08-251-12/+24