summaryrefslogtreecommitdiff
path: root/libsoup
Commit message (Expand)AuthorAgeFilesLines
* soup_uri_copy_host: always set the path to something non-NULLSimon McVittie2012-02-061-3/+1
* SoupProxyResolver: construct a valid SoupURISimon McVittie2012-02-061-0/+1
* Try to make file:// uris work in win32 tooPaweł Forysiuk2012-02-031-6/+3
* soup_uri_new: annotate uri_string as nullableSimon McVittie2012-02-031-1/+1
* SoupServer: reject non-HTTP URIs and URIs with no hostSimon McVittie2012-02-031-1/+9
* soup_uri_uses_default_port: correct documentationSimon McVittie2012-02-031-1/+1
* SoupURI: give "foo:" a non-NULL path memberSimon McVittie2012-02-031-1/+3
* SoupHTTPInputStream: don't burn through GCancellable fdsDan Winship2012-01-231-22/+16
* SoupSession: Do not actually send a request if it was cancelled before.Raphael Kubo da Costa2012-01-183-2/+5
* soup-message-io: make soup_message_io_unpause() obey use-thread-contextDan Winship2012-01-171-2/+10
* soup-request-http: plug leakXan Lopez2012-01-041-0/+2
* SoupMessage: add network-event signalDan Winship2011-12-2210-31/+238
* SoupConnection: belatedly fix up unix-only codeDan Winship2011-12-223-11/+15
* Force some SoupMessages to use a fresh SoupConnectionDan Winship2011-12-224-2/+29
* soup-headers: misc improvementsDan Winship2011-12-211-17/+25
* Clarify the meaning of #SoupSession:ssl-strictDan Winship2011-12-161-18/+37
* SoupContentDecoder: add another hack to the broken server hackDan Winship2011-12-041-1/+2
* SoupRequestHTTP: don't complete send() until after sniffingDan Winship2011-12-013-24/+73
* SoupHTTPInputStream: change handling of error responsesDan Winship2011-12-011-15/+29
* soup-session: fix some http-aliases/https-aliases problemsDan Winship2011-12-012-14/+68
* Require glib 2.31 and update to new thread APIsDan Winship2011-12-017-103/+106
* SoupMessage: fix setting of SOUP_MESSAGE_CERTIFICATE_TRUSTED flagDan Winship2011-11-301-2/+3
* SoupContentDecoder: add support for deflate Content-EncodingSergio Villar Senin2011-11-142-1/+43
* SoupAuthManagerNTLM: allow non-ASCII usernames/passwordsDan Winship2011-11-131-14/+32
* SoupAuthBasic: allow (some) non-ASCII usernames/passwordsDan Winship2011-11-132-2/+20
* Fix handling of connections that time out while IN_USEDan Winship2011-11-131-0/+14
* soup-uri: %-encode non-ASCII characters when parsing URIsDan Winship2011-11-121-8/+8
* Add SoupSession:use-thread-contextDan Winship2011-11-089-18/+152
* SoupSession: add some API for handling redirectionsDan Winship2011-11-054-66/+177
* SoupSession: Add http-aliases and https-aliases propertiesDan Winship2011-11-052-2/+166
* SoupHTTPInputStream: fix a g_warning in error casesDan Winship2011-11-051-2/+3
* soup-http-input-stream: unpause the SoupMessage before cancelling it.Sergio Villar Senin2011-10-281-0/+1
* soup-directory-input-stream: return a titleless htmlSergio Villar Senin2011-10-271-15/+26
* SoupRequestHTTP: reorganize the async code a bitDan Winship2011-10-231-103/+80
* SoupRequest*, SoupHTTPInputStream: misc cleanupsDan Winship2011-10-234-32/+21
* SoupHTTPInputStream: remove GSeekable supportDan Winship2011-10-231-121/+1
* SoupRequestHTTP: don't cast GFileInputStreams to SoupHTTPInputStreamDan Winship2011-10-233-39/+38
* oops, I apparently didn't run "make check" after the tls changes...Dan Winship2011-10-203-8/+7
* Fix SoupMessage https status information to be set more reliablyDan Winship2011-10-207-25/+46
* SoupSession: fix some SSL problemsDan Winship2011-10-201-2/+3
* soup-http-input-stream: use a list of SoupBuffers instead a custom bufferSergio Villar Senin2011-10-131-36/+26
* Add SoupServer:tls-certificate to go with SoupSession:tlsdbDan Winship2011-09-292-13/+68
* Use GTlsDatabase, add new SoupSession properties for itDan Winship2011-09-2912-281/+195
* SoupSession: set the connection to IDLE on unqueuing SoupMessagesSergio Villar Senin2011-09-293-3/+2
* SoupSession: make pause/unpause work in any stateDan Winship2011-09-295-4/+58
* Update for GStaticMutex deprecation in glib masterDan Winship2011-09-291-3/+3
* Lots of gtk-doc fixes (no code changes)Dan Winship2011-09-2225-124/+376
* SoupSession: forget about SoupHosts if not usedSergio Villar Senin2011-09-191-1/+48
* soup-socket: fix tls-errors propertyDan Winship2011-09-193-6/+9
* soup-message-io: fix setting of SoupMessage TLS propertiesDan Winship2011-09-191-24/+19