platform/upstream/libsoup.git
2010-11-13 Dan WinshipReturn SOUP_STATUS_CAN_RESOLVE_PROXY as appropriate
2010-11-10 Dan Winshipsoup-message-io: fix retry-after-unexpected-connection...
2010-11-09 Dan Winshipsoup-message-io: deal with stupid servers that do chunk...
2010-11-09 Dan Winshiptimeout-test: add SOUP_SESSION_IDLE_TIMEOUT tests as...
2010-11-09 Dan WinshipFix parsing/generation of URI queries that aren't HTML...
2010-11-09 Dan WinshipSoupURI: never return NULL from soup_uri_decode/soup_ur...
2010-11-09 Dan WinshipSoupContentDecoder: fix an unlikely leak
2010-10-28 Dan WinshipRemove old experimental python bindings
2010-10-14 Dan WinshipAppease some gcc 4.5 warnings
2010-10-14 Dan WinshipSoupCookieJarText: fix a bug when deleting a cookie
2010-09-28 Dan Winship2.32.0 LIBSOUP_2_32_0
2010-09-13 Dan Winship2.31.92 LIBSOUP_2_31_92
2010-09-13 Dan WinshipFix a crash when resolving URIs with both spaces and...
2010-09-13 Dan WinshipFix introspection scanning: don't scan uninstalled...
2010-09-13 Dan WinshipFixes and additions for new introspection scanner
2010-09-13 Dan WinshipRemove use of --warn-all with g-ir-scanner
2010-09-09 Colin Waltersintrospection: Replace usage of --strip-prefix
2010-09-03 Sergio Villar... Do not uppercase percent-encoded triplets when normaliz...
2010-08-20 Dan Winshipadd a few missing introspection annotations
2010-08-17 Dan Winship2.31.90 LIBSOUP_2_31_90
2010-08-14 Dan WinshipTry all IP addrs associated with a hostname if the...
2010-08-11 Dan WinshipFix auto-Accept-Language in locales that use "," for...
2010-08-02 Dan Winship2.31.6 LIBSOUP_2_31_6
2010-07-31 Dan Winshipsoup-message-io: fix wrong-Content-Length logic
2010-07-30 Yaakov SelkowitzDo not dist gir_DATA
2010-07-30 Dan WinshipPut the hostname into the reason_phrase with network...
2010-07-30 Dan WinshipSoupProxyResolverStatic: port to newer SoupProxyURIReso...
2010-07-30 Dan WinshipSoupSessionAsync: don't stall on proxy resolution error
2010-07-28 Dan WinshipSoupSessionAsync: make soup_session_cancel_message...
2010-06-29 Dan WinshipDisable TLS 1.2 in addition to 1.0 and 1.1
2010-06-12 Dan WinshipFix redirects-to-different-hosts to not reuse the same...
2010-06-11 Dan WinshipAllow calling soup_test_server_new() multiple times...
2010-06-10 Dan Winshipsoup_date_new_from_string: fix an out-of-bounds memory...
2010-06-09 Dan WinshipFix connection states so in-use connections don't get...
2010-06-09 Dan WinshipSoupSession: tweak cancellation again
2010-06-09 Dan WinshipFix a signal-handler leak in the too-many-redirects...
2010-06-09 Dan WinshipSoupSession: continue reorg, remove remaining signal...
2010-06-09 Dan WinshipSoupSession: bind connections to messages sooner, impro...
2010-06-09 Dan WinshipAdd SoupMessageQueueItemState, remove SoupMessageIOStatus
2010-06-09 Dan Winshipsoup-message-io: use SoupMessageQueueItems and add...
2010-06-09 Dan WinshipMisc SoupConnection API improvements
2010-06-09 Dan WinshipMake SoupConnection warn if disposed "incorrectly"
2010-06-09 Dan Winshiptests/auth-test: clean up a bit and fix async auth...
2010-06-09 Dan Winshipsoup-status.c: #include config.h to get HAVE_SSL define
2010-06-09 Dan WinshipFix (transfer) annotations on some non-transfer-full...
2010-06-08 Dan Winshipsniffing-test: be robust against slightly-broken jhbuil...
2010-06-08 Dan WinshipSoupProxyResolverGNOME: improve behavior with more...
2010-06-08 José Millán... SoupSession: count redirections and cancel the message...
2010-06-08 Dan Winship2.31.2
2010-05-28 Jonathon JongsmaFix leak of uri in soup_form_request_for_data()
2010-05-24 Gustavo Noronha... Annotate all hash table parameters and return values...
2010-05-24 Dan Winshipadd introspection files to .gitignore
2010-05-22 Dan Winshipsoup-gnutls: talk to servers even if they use really...
2010-05-22 Dan Winshipsoup-gnutls: return SOUP_SSL_ERROR, not G_IO_ERROR...
2010-05-22 Dan Winshipsoup-message-io: only retry on I/O error if the connect...
2010-05-16 Dan WinshipFix SoupSessionAsync to handle very early aborts better
2010-05-16 Dan Winshipplug a small leak in test-utils
2010-05-16 Dan Winshipvalgrind suppressions file updates
2010-05-03 Andreas RottmannAdd some helper functions to aid language bindings
2010-05-03 Andreas RottmannTopGit-driven merge of branches:
2010-05-03 Andreas RottmannTopGit-driven merge of branches:
2010-04-30 Dan WinshipMark SoupAuth and SoupAuthDomain abstract
2010-04-30 Lorenzo GilMark SoupSession as an abstract class
2010-04-29 Dan WinshipAdd get methods for SoupCookie, SoupDate, and SoupURI...
2010-04-27 Dan WinshipAdd properties for request/response body/headers
2010-04-26 Andreas RottmannAdd gobject-introspection support
2010-04-26 Lukasz Slachciakadded PRAGMA secure_delete =1 to overwite deleted cooki...
2010-04-11 Dan Winshippost-branch bump to 2.31.0
2010-04-10 Dan WinshipFix for proxies that close the connection when 407...
2010-04-10 Dan WinshipSoupLogger: don't crash if the session emits bogus...
2010-04-10 Dan Winshipsoup_auth_domain_covers: skip the URI path check with...
2010-04-09 Dan Winshipsoup-multipart: don't use Content-Transfer-Encoding...
2010-04-09 Dan Winshipsoup-multipart: remove extra CRLF before multipart...
2010-04-09 Dan Winshipsoup-multipart: don't quote the boundary string if...
2010-04-09 Dan Winshipsoup_header_g_string_append_param: if @value is a token...
2010-04-09 Dan WinshipAdd macros for checking character classes. Eg, soup_cha...
2010-04-03 Xan LopezDo not try to resolve URIs without a host
2010-03-29 Dan Winship2.30.0 LIBSOUP_2_30_0
2010-03-15 Gustavo Noronha... Add test that makes sure parameters are preserved
2010-03-15 Gustavo Noronha... Be less strict when checking whether to apply "text...
2010-03-13 Dan WinshipDon't bind to public interfaces for tests.
2010-03-13 Dan WinshipFix leaks found by valgrind
2010-03-13 Dan WinshipFix a crash in the whitespace-stripping code in soup_ur...
2010-03-01 Dan WinshipHandle "Content-Encoding: x-gzip" as well as gzip
2010-02-23 Dan Winship2.29.91 LIBSOUP_2_29_91
2010-02-22 Dan Winshippre-bump to 2.29.1
2010-02-21 Dan WinshipMisc gtk-doc updates
2010-02-21 Gustavo Noronha... New SoupMessageFlag to report whether it has dealt...
2010-02-21 Dan WinshipAdd SOUP_SESSION_SSL_STRICT, to control whether SSL...
2010-02-21 Dan WinshipFix error propagation on SSL cert errors
2010-02-21 Dan Winshipbelatedly document the SOUP_MESSAGE_CONTENT_DECODED...
2010-02-20 Dan Winship[SoupURI] further fixes to CRLF-stripping
2010-02-15 Dan Winshiprun autoupdate, remove some old junk
2010-02-15 Dan Winship[SoupURI] additional fixes to previous commit
2010-02-14 Dan Winship[SoupURI] tolerate bad %-encoding and other common...
2010-02-08 Dan Winship2.29.90 LIBSOUP_2_29_90
2010-02-03 Xan Lopez[configure] post-release bump to 2.29.90
2010-02-03 Xan LopezImplement acceptance policies in SoupCookieJar
2010-02-01 Dan Winship[SoupServer] actually emit request-read, as documented
2010-01-25 Dan Winship2.29.6 LIBSOUP_2_29_6
next