summaryrefslogtreecommitdiff
path: root/libsoup/soup-message.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add/update some "Since" flagsDan Winship2011-07-311-1/+29
* Fix memory leaks, update libsoup.suppDan Winship2011-04-071-0/+3
* Add SoupMessage:tls-certificate and SoupMessage:tls-errorsDan Winship2010-12-071-0/+88
* Fixes and additions for new introspection scannerDan Winship2010-09-131-3/+3
* Add SoupMessageQueueItemState, remove SoupMessageIOStatusDan Winship2010-06-091-43/+6
* Fix (transfer) annotations on some non-transfer-full gettersDan Winship2010-06-091-3/+3
* Annotate all hash table parameters and return values for introspectionGustavo Noronha Silva2010-05-241-1/+1
* Add properties for request/response body/headersDan Winship2010-04-271-1/+68
* Add gobject-introspection supportAndreas Rottmann2010-04-261-2/+3
* New SoupMessageFlag to report whether it has dealt with a trusted certificateGustavo Noronha Silva2010-02-211-0/+4
* belatedly document the SOUP_MESSAGE_CONTENT_DECODED flagDan Winship2010-02-211-0/+4
* Implement acceptance policies in SoupCookieJarXan Lopez2010-02-031-0/+76
* Remove unnecessary priv variableGustavo Noronha Silva2009-12-281-3/+0
* Revert "Warn if the user tries to load a URI containing a fragment."Dan Winship2009-12-181-18/+1
* Warn if the user tries to load a URI containing a fragment.Dan Winship2009-12-171-1/+18
* Content-Encoding supportDan Winship2009-12-161-0/+12
* Fix the definition of soup_message_is_keepalive() for HTTP/1.0Dan Winship2009-08-201-6/+5
* Add soup_message_disable_feature()Dan Winship2009-08-091-0/+52
* Implement content sniffingGustavo Noronha Silva2009-07-021-0/+57
* SoupConnection/SoupSession reorg and cleanupDan Winship2009-06-061-1/+4
* Bug 576760 – soup_message_headers_get_content_type returns bad headersDan Winship2009-04-031-3/+5
* add more detail to the doc commentDan Winship2009-03-111-0/+11
* gtk-doc updates. In particular, document a bunch of convenience #defines,Dan Winship2009-03-081-0/+46
* Bug 572153 – SoupServer doesn't support SOUP_ENCODING_EOFDan Winship2009-02-191-8/+16
* Change the SoupURI properties to SoupAddress properties.Dan Winship2008-10-031-0/+32
* 2.24.0.1Dan Winship2008-09-241-15/+10
* new macro to check if a URI is a valid http or https URI.Dan Winship2008-08-251-10/+15
* New, replaces SOUP_MESSAGE_OVERWRITE_CHUNKS, but can be set on either theDan Winship2008-04-051-37/+55
* add a new signal "wrote-body-data" to address the problem thatDan Winship2008-04-041-1/+51
* de-constify msg->reason_phrase; it's no more const than any other structDan Winship2008-03-291-4/+4
* add an orig_http_version field.Dan Winship2008-03-141-2/+12
* Use G_OBJECT_WARN_INVALID_PROPERTY_ID in all get/set_property functions.Xan Lopez2008-03-131-0/+2
* Misc gtk-doc fix-upsDan Winship2008-02-101-0/+16
* New method that lets the application set a callback function to use toDan Winship2008-02-071-0/+81
* Use soup_message_headers_replace(), not soup_message_headers_append(),Dan Winship2008-01-281-4/+4
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-502/+482
* make this non-static.Dan Winship2007-11-211-1/+1
* remove a mysterious partial sentence in the ::wrote-chunk docstring.Dan Winship2007-09-241-1/+0
* Only remove the Authorization / Proxy-Authorization header from theDan Winship2007-09-241-5/+7
* get/set auth/proxy_auth info for a message.Dan Winship2007-03-171-0/+109