summaryrefslogtreecommitdiff
path: root/libsoup/soup-message.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Only set up a tunnel if the destination protocol is HTTPS.Joe Shaw2003-12-161-1/+2
* if we receive an HTTP/1.0 response to an HTTP/1.1 request, downgrade theDan Winship2003-12-101-1/+3
* Change G_LOG_DOMAIN to "libsoup". Remove unused defines.Dan Winship2003-11-181-7/+7
* free the hostent.Dan Winship2003-09-191-2/+0
* Add wrote_informational and got_informational signals.Dan Winship2003-09-181-19/+23
* Replaces the three previous soup_connection_new* functions and usesDan Winship2003-09-171-0/+1
* Remove the "status" field from here, since it's mostly used byDan Winship2003-09-101-7/+19
* Move a bunch of logic here from soup-context. Now the session keeps trackDan Winship2003-09-051-2/+0
* Renamed from soup-error.h, with types and defines renamed accordingly.Dan Winship2003-09-031-19/+12
* First draft at the new object to maintain formerly-global state. (Not yetDan Winship2003-09-021-7/+1
* Major rewrite. There is now only a single IO state object (instead of oneDan Winship2003-08-291-7/+43
* New header with typedefs, to avoid #include loops among other headers.Dan Winship2003-08-271-5/+3
* Define SoupMessage signal stuff (READ_HEADERS, READ_CHUNK, READ_BODY,Dan Winship2003-08-261-1/+13
* Take a uri string instead of a context. Also, swap the args (so the methodDan Winship2003-08-251-21/+16
* New file containing SoupMessagePrivate and some otherDan Winship2003-08-221-15/+10
* Make this a GObject. (Note that since SoupMessage was not refcountedDan Winship2003-08-201-47/+52
* New, split out from soup-context and made into a GObject.Dan Winship2003-08-141-0/+2
* Don't use s6_addr32 since it's apparently non-portable. Use s6_addrDan Winship2002-11-181-20/+0
* Change old Helix Code refs to Ximian (and update copyright dates).Dan Winship2002-11-151-1/+1
* Split libsoup out of soup. ChangeLog.old contains the original soupDan Winship2002-11-051-89/+45
* add 'typedef'Jacob Berkman2002-05-311-1/+1
* Bump development version to 0.7.99.Alex Graveley2002-03-121-23/+5