summaryrefslogtreecommitdiff
path: root/libsoup/soup-message-private.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Take a uri string instead of a context. Also, swap the args (so the methodDan Winship2003-08-251-4/+17
* New file containing SoupMessagePrivate and some otherDan Winship2003-08-221-0/+124