summaryrefslogtreecommitdiff
path: root/libsoup
Commit message (Expand)AuthorAgeFilesLines
* Bug 677923 - Add soup_cookie_jar_set_cookie_with_first_party() alternative th...Christophe Dumez2012-06-122-14/+46
* Bug 677922 - Add soup_cookie_jar_get_cookies() alternative that returns a GSL...Christophe Dumez2012-06-122-32/+77
* soup_message_headers_get_content_type: annotate @paramsDan Winship2012-06-121-2/+3
* soup-cache: use the status code from the stored response for expiration heuri...Sergio Villar Senin2012-06-041-8/+8
* soup-cache: use the proper Content-Type when returning data from cacheSergio Villar Senin2012-06-041-1/+1
* soup-cache: correctly handle conditional requests not returning 304Sergio Villar Senin2012-06-041-3/+5
* Fix a few more introspection warningsDan Winship2012-05-253-4/+4
* Fix a warning in last commitDan Winship2012-05-251-1/+3
* soup-message-body: Add a soup_buffer_get_as_bytes methodJasper St. Pierre2012-05-242-0/+19
* introspection: Include SoupRequester APIJasper St. Pierre2012-05-241-1/+1
* introspection: Fix warningsJasper St. Pierre2012-05-244-9/+9
* Fix the handling of trailing junk with Content-EncodingDan Winship2012-05-241-9/+48
* Correctly handle unsuccessful CONNECTs via request APIDan Winship2012-05-152-2/+8
* soup-message-io: keep cancellable alive for duration of io_run_untilDan Winship2012-05-151-1/+5
* soup-message-io: fix reference leakRay Strode2012-05-141-0/+1
* Add a (temporary?) fix for async authentication via SoupRequestDan Winship2012-05-082-13/+47
* Fix indentation on some code copied from glibDan Winship2012-05-081-24/+23
* Fix a few recent request API bugs, add some more testsDan Winship2012-05-033-4/+11
* Fix warnings/failures with messages that are cancelled from got-headersDan Winship2012-05-023-17/+50
* soup-auth-manager-ntlm: avoid some /usr/bin/ntlm_auth warningsDan Winship2012-05-021-14/+22
* Reorganize proxy resolution, and support SOCKS and other proxy typesDan Winship2012-04-2810-271/+275
* Move SoupSocket stuff out of soup-message-io.cDan Winship2012-04-2810-90/+340
* soup-client-input-stream: emit SoupMessage::got-chunkSergio Villar Senin2012-04-251-0/+23
* Make the new SoupSocket APIs privateDan Winship2012-04-203-6/+5
* soup-cookie-jar: Add SoupCookieJar:is-persistent propertyCarlos Garcia Campos2012-04-184-4/+48
* SoupHTTPRequest: O brave new world!Dan Winship2012-04-1715-965/+1046
* soup-message-io: move content sniffing out into a wrapper streamDan Winship2012-04-176-89/+466
* soup-message-io: Use GConverterInputStream for content-decodingDan Winship2012-04-175-113/+366
* soup-message-io: use gio streams rather than SoupSocketDan Winship2012-04-178-555/+1168
* Add SoupFilterInputStreamDan Winship2012-04-174-102/+376
* SoupSessionAsync: fix the GMainContext trackingDan Winship2012-04-171-28/+23
* Add gettext supportDan Winship2012-04-174-3/+17
* soup-request-file: Update the file-URI-parsing codeDan Winship2012-04-111-17/+40
* soup-session: unpause messages when cancelling themDan Winship2012-04-111-0/+1
* soup-session: fix up TLS/SSL property interactionsDan Winship2012-04-101-53/+103
* server: keep a ref on the client context while clearing upJonny Lamb2012-04-041-0/+12
* Fix some problems with cancelling an async socket connect opDan Winship2012-04-021-8/+19
* soup-connection.c: do not unref the socket twice while disconnectingSergio Villar Senin2012-03-281-4/+9
* gtk-doc fixesDan Winship2012-03-261-3/+3
* soup-session.c: add soup_session_prefetch_dnsSergio Villar Senin2012-03-182-14/+74
* Use G_GNUC_BEGIN_IGNORE_DEPRECATIONS (where available)Dan Winship2012-03-042-0/+37
* soup-session: don't mark CONNECTING connections IDLE on cancelDan Winship2012-03-011-1/+2
* SoupURI: fix fallback handling of soup_uri_set_path(uri, NULL)Dan Winship2012-02-251-0/+6
* SoupAuthManagerNTLM: fix don't-fallback-to-Basic codeDan Winship2012-02-243-35/+82
* SoupRequestFile: fix handling of URIs with query componentsDan Winship2012-02-241-11/+17
* soup-message-io: prevent a possible out-of-bounds memory accessDan Winship2012-02-221-2/+2
* SoupCache: some issues in SoupCache (3/3)Sergio Villar Senin2012-02-141-1/+1
* SoupCache: some issues in SoupCache (2/3)Sergio Villar Senin2012-02-142-21/+27
* SoupCache: some issues in SoupCache (1/3)Sergio Villar Senin2012-02-141-0/+10
* SoupSessionAsync: don't queue idles from dispose()Dan Winship2012-02-131-4/+13