summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.31.6LIBSOUP_2_31_6Dan Winship2010-08-022-1/+36
* soup-message-io: fix wrong-Content-Length logicDan Winship2010-07-313-15/+127
* Do not dist gir_DATAYaakov Selkowitz2010-07-301-2/+2
* Put the hostname into the reason_phrase with network errorsDan Winship2010-07-304-6/+45
* SoupProxyResolverStatic: port to newer SoupProxyURIResolver APIDan Winship2010-07-302-58/+42
* SoupSessionAsync: don't stall on proxy resolution errorDan Winship2010-07-301-0/+1
* SoupSessionAsync: make soup_session_cancel_message behave stupidly againDan Winship2010-07-281-3/+32
* Disable TLS 1.2 in addition to 1.0 and 1.1Dan Winship2010-06-291-1/+1
* Fix redirects-to-different-hosts to not reuse the same connectionDan Winship2010-06-112-7/+39
* Allow calling soup_test_server_new() multiple times in test programsDan Winship2010-06-1120-35/+63
* soup_date_new_from_string: fix an out-of-bounds memory accessDan Winship2010-06-092-8/+25
* Fix connection states so in-use connections don't get prunedDan Winship2010-06-092-2/+3
* SoupSession: tweak cancellation againDan Winship2010-06-094-13/+6
* Fix a signal-handler leak in the too-many-redirects patchDan Winship2010-06-091-1/+1
* SoupSession: continue reorg, remove remaining signal-based flow controlDan Winship2010-06-095-234/+228
* SoupSession: bind connections to messages sooner, improve conn failure caseDan Winship2010-06-096-187/+144
* Add SoupMessageQueueItemState, remove SoupMessageIOStatusDan Winship2010-06-099-116/+132
* soup-message-io: use SoupMessageQueueItems and add SoupMessageCompletionFnDan Winship2010-06-0914-192/+214
* Misc SoupConnection API improvementsDan Winship2010-06-098-62/+58
* Make SoupConnection warn if disposed "incorrectly"Dan Winship2010-06-094-73/+69
* tests/auth-test: clean up a bit and fix async auth test logicDan Winship2010-06-091-18/+41
* soup-status.c: #include config.h to get HAVE_SSL defineDan Winship2010-06-091-0/+2
* Fix (transfer) annotations on some non-transfer-full gettersDan Winship2010-06-094-14/+16
* sniffing-test: be robust against slightly-broken jhbuild configsDan Winship2010-06-081-0/+20
* SoupProxyResolverGNOME: improve behavior with more-recent libproxyDan Winship2010-06-082-83/+194
* SoupSession: count redirections and cancel the message after too manyJosé Millán Soto2010-06-085-4/+27
* 2.31.2Dan Winship2010-06-082-1/+73
* Fix leak of uri in soup_form_request_for_data()Jonathon Jongsma2010-05-281-0/+1
* Annotate all hash table parameters and return values for introspectionGustavo Noronha Silva2010-05-245-16/+17
* add introspection files to .gitignoreDan Winship2010-05-241-0/+4
* soup-gnutls: talk to servers even if they use really lame key lengthsDan Winship2010-05-221-0/+5
* soup-gnutls: return SOUP_SSL_ERROR, not G_IO_ERROR, on handshake failureDan Winship2010-05-222-4/+6
* soup-message-io: only retry on I/O error if the connection has been usedDan Winship2010-05-223-1/+13
* Fix SoupSessionAsync to handle very early aborts betterDan Winship2010-05-165-44/+134
* plug a small leak in test-utilsDan Winship2010-05-161-0/+1
* valgrind suppressions file updatesDan Winship2010-05-161-1/+7
* Add some helper functions to aid language bindingsAndreas Rottmann2010-05-032-2/+75
* TopGit-driven merge of branches:Andreas Rottmann2010-05-030-0/+0
|\
| * TopGit-driven merge of branches:Andreas Rottmann2010-05-030-0/+0
|/
* Mark SoupAuth and SoupAuthDomain abstractDan Winship2010-04-302-2/+2
* Mark SoupSession as an abstract classLorenzo Gil2010-04-301-1/+1
* Add get methods for SoupCookie, SoupDate, and SoupURI fieldsDan Winship2010-04-286-52/+447
* Add properties for request/response body/headersDan Winship2010-04-272-9/+80
* Add gobject-introspection supportAndreas Rottmann2010-04-2618-65/+239
* added PRAGMA secure_delete =1 to overwite deleted cookies with zerosLukasz Slachciak2010-04-261-1/+1
* post-branch bump to 2.31.0Dan Winship2010-04-111-1/+1
* Fix for proxies that close the connection when 407'ing a CONNECTDan Winship2010-04-105-24/+82
* SoupLogger: don't crash if the session emits bogus dataDan Winship2010-04-101-0/+9
* soup_auth_domain_covers: skip the URI path check with proxy auth domainsDan Winship2010-04-102-8/+26
* soup-multipart: don't use Content-Transfer-Encoding in multipart/form-dataDan Winship2010-04-091-14/+0