summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add missing transfer full annotation to soup_cookie_jar_add_cookiegnome-3-4Daniel Drake2012-08-231-1/+1
* SoupSocket: don't emit "readable" on disconnect for blocking socketsDan Winship2012-07-191-2/+4
* 2.38.1LIBSOUP_2_38_1Dan Winship2012-04-162-1/+26
* soup-request-file: Update the file-URI-parsing codeDan Winship2012-04-111-17/+40
* soup-session: unpause messages when cancelling themDan Winship2012-04-112-0/+26
* soup-session: fix up TLS/SSL property interactionsDan Winship2012-04-102-54/+263
* 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
* 2.38.0LIBSOUP_2_38_0Dan Winship2012-03-262-1/+5
* gtk-doc fixesDan Winship2012-03-263-8/+12
* 2.37.92LIBSOUP_2_37_92Dan Winship2012-03-192-1/+9
* soup-session.c: add soup_session_prefetch_dnsSergio Villar Senin2012-03-183-14/+75
* 2.37.91LIBSOUP_2_37_91Dan Winship2012-03-052-2/+28
* Use G_GNUC_BEGIN_IGNORE_DEPRECATIONS (where available)Dan Winship2012-03-045-0/+51
* connection-test, requester-test: test non-persistent connectionsDan Winship2012-03-042-11/+143
* tests: split connection-test out of misc-testDan Winship2012-03-043-482/+523
* soup-session: don't mark CONNECTING connections IDLE on cancelDan Winship2012-03-011-1/+2
* requester-test: add some more testsDan Winship2012-02-271-23/+124
* SoupURI: fix fallback handling of soup_uri_set_path(uri, NULL)Dan Winship2012-02-252-1/+57
* SoupAuthManagerNTLM: fix don't-fallback-to-Basic codeDan Winship2012-02-244-77/+172
* SoupRequestFile: fix handling of URIs with query componentsDan Winship2012-02-241-11/+17
* Makefile.glib: Fix locale-specific issuesPriit Laes2012-02-241-2/+2
* soup-message-io: prevent a possible out-of-bounds memory accessDan Winship2012-02-221-2/+2
* 2.37.90LIBSOUP_2_37_90Dan Winship2012-02-202-1/+42
* 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-132-4/+46
* soup-message-server-io: fix processing of IPv6 HTTP/1.0 messagesDan Winship2012-02-132-7/+58
* soup_form_decode_multipart: check that msg really is a non-NULL messageSimon McVittie2012-02-131-0/+2
* soup_form_decode_multipart: allow file_control_name to be NULL as documentedSimon McVittie2012-02-131-2/+2
* valgrind run...Dan Winship2012-02-124-8/+83
* soup-uri: revert some of the previously-added return-if-failsDan Winship2012-02-102-22/+144
* soup-uri: fix the scheme parsing to require alpha, not alphanumericDan Winship2012-02-091-5/+1
* Makefile.glib: fix for make earlier than 3.82Dan Winship2012-02-081-2/+2
* Use Makefile.glibDan Winship2012-02-0816-141/+354
* soup_form_decode_multipart: document all (out) parameters as nullableSimon McVittie2012-02-081-4/+4
* tests: sniffing: Avoid loop with uninitialised lengthRobert Swain2012-02-081-1/+1
* tests: simple-httpd: Don't leak index_path stringRobert Swain2012-02-081-0/+1
* Safeguard against NULL in strcmpMark Nauwelaerts2012-02-082-2/+2
* form: Check file pointer before dereferencingRobert Swain2012-02-081-1/+2
* 2.37.5LIBSOUP_2_37_5Dan Winship2012-02-061-0/+18
* soup_uri_new: do not allow invalid URIs to be returned, except via soup_uri_n...Simon McVittie2012-02-061-2/+3
* SoupURI: add SOUP_URI_IS_VALID() and use it for basic precondition checksSimon McVittie2012-02-062-13/+89
* 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
* uri-parsing test: add a case that was exercised by a protocol fuzzerSimon McVittie2012-02-031-0/+3
* uri-parsing test: verify that URIs are split correctlySimon McVittie2012-02-031-89/+243