summaryrefslogtreecommitdiff
path: root/libsoup
Commit message (Expand)AuthorAgeFilesLines
...
* Fix introspection build on Debian/UbuntuDan Winship2011-03-251-3/+6
* soup_socket_get_remote_address: fixDan Winship2011-03-211-1/+1
* SoupProxyResolverGNOME: make this a subclass of SoupProxyResolverDefaultDan Winship2011-03-214-561/+97
* soup-proxy-resolver-default.c: new proxy resolver based on GProxyResolverGustavo Noronha Silva2011-03-214-0/+200
* Reset priv->base_offset in soup_message_body_truncate()David Woodhouse2011-03-211-0/+1
* Add 'soup_server_disconnect' methodAndreas Rottmann2011-03-122-0/+33
* SoupCookieJar: catch overflows when parsing very distant datesDan Winship2011-03-113-8/+25
* soup-cookie-jar: avoid a g_return_if_fail when using non-http URIsDan Winship2011-03-101-1/+1
* Parse month names regardless of caseChristian Dywan2011-03-081-1/+1
* soup-cache.c: do not cache multipart/x-mixed-replace contentSergio Villar Senin2011-02-161-1/+5
* soup-session.c: send Keep-Alive for HTTP/1.0 connectionsSergio Villar Senin2011-02-161-0/+44
* soup-message-client-io: ASCIIfy unicode hostnames for Host headerDan Winship2011-02-151-0/+2
* Make the glib-networking dependency more explicitDan Winship2011-02-021-1/+11
* soup-cache: fix a warning (and a bug)Dan Winship2011-01-311-3/+1
* soup-request-data: return decoded contents for non-base64 data URLsSergio Villar Senin2011-01-311-6/+10
* SoupCache fails to load resources when cache contents are externally removedSergio Villar Senin2011-01-281-33/+38
* Fix a warning (again)Dan Winship2011-01-251-2/+2
* soup-form: fix soup_form_decode() for multiple values with the same keySven Neumann2011-01-181-1/+1
* soup-session-async:fixed a connection starvation issueSergio Villar Senin2011-01-181-3/+1
* soup_session_cancel_message: fix up, especially in sync sessionsDan Winship2011-01-104-13/+20
* soup-message-io: don't watch for SoupSocket::disconnectDan Winship2011-01-101-23/+1
* [gi] annotate nicks for the elements of HTTPVersion enumJohn (J5) Palmieri2010-12-131-2/+2
* soup-http-input-stream: fixed a conditionSergio Villar Senin2010-12-131-1/+1
* soup-request-data: another fixDan Winship2010-12-121-1/+4
* soup-request-data: Fix content-type decodingDan Winship2010-12-121-10/+15
* soup-cookie-jar: allow setting cookies on file:// URIsDan Winship2010-12-112-4/+4
* Fix leak when processing the set cookie headerJonathon Jongsma2010-12-101-4/+1
* Don't uselessly g_warn when TLS isn't availableDan Winship2010-12-101-2/+4
* Remove SoupCoding, SoupCodingGZip, use GZlibDecompressorDan Winship2010-12-107-556/+70
* SoupDirectoryInputStream: fixed a reference leakSergio Villar Senin2010-12-091-0/+1
* Cache must not return a cached resource with "no-cache" directiveSergio Villar Senin2010-12-091-3/+14
* Make SoupRequester a SoupSessionFeature and the request types sub-featuresDan Winship2010-12-096-81/+133
* Import SoupRequest/cache stuff from new-io branch / WebKitDan Winship2010-12-0919-2/+4685
* SoupSession, SoupAuthManagerNTLM: Use subfeatures for NTLM auth tooDan Winship2010-12-094-71/+63
* SoupAuthManager: implement subfeatures for adding/removing auth typesDan Winship2010-12-095-20/+45
* SoupSession: allow features to implement "subfeatures"Dan Winship2010-12-093-39/+120
* soup-message-headers: add missing annotations in get_content_typeLucas Rocha2010-12-071-1/+1
* Set SoupMessage:tls-certificate from SoupSocket:tls-certificate soonerDan Winship2010-12-072-26/+59
* Add SoupMessage:tls-certificate and SoupMessage:tls-errorsDan Winship2010-12-076-30/+177
* SoupSocket: port to GSocketConnection/GTlsConnectionDan Winship2010-12-0716-1214/+376
* Include C header and exported packages information in GIRsEvan Nemerson2010-12-051-1/+4
* SoupSocket: tweak GMainContext handlingDan Winship2010-11-231-3/+4
* SoupSessionSync: fix messages getting stuck foreverDan Winship2010-11-231-0/+3
* soup-auth-manager: make URI username/password override cached infoDan Winship2010-11-141-9/+7
* Return SOUP_STATUS_CAN_RESOLVE_PROXY as appropriateDan Winship2010-11-132-2/+2
* soup-message-io: fix retry-after-unexpected-connection-closeDan Winship2010-11-101-1/+1
* soup-message-io: deal with stupid servers that do chunked encoding wrongDan Winship2010-11-091-1/+19
* Fix parsing/generation of URI queries that aren't HTML formsDan Winship2010-11-093-5/+9
* SoupURI: never return NULL from soup_uri_decode/soup_uri_normalizeDan Winship2010-11-091-28/+23
* SoupContentDecoder: fix an unlikely leakDan Winship2010-11-091-2/+9