platform/upstream/libsoup.git
2012-02-06 Simon McVittieSoupURI: add SOUP_URI_IS_VALID() and use it for basic...
2012-02-06 Simon McVittiesoup_uri_copy_host: always set the path to something...
2012-02-06 Simon McVittieSoupProxyResolver: construct a valid SoupURI
2012-02-03 Paweł ForysiukTry to make file:// uris work in win32 too
2012-02-03 Simon McVittieuri-parsing test: add a case that was exercised by...
2012-02-03 Simon McVittieuri-parsing test: verify that URIs are split correctly
2012-02-03 Simon McVittiesoup_uri_new: annotate uri_string as nullable
2012-02-03 Simon McVittieSoupServer: reject non-HTTP URIs and URIs with no host
2012-02-03 Simon McVittieHeader parsing test: verify that a full URI can appear...
2012-02-03 Simon McVittiesoup_uri_uses_default_port: correct documentation
2012-02-03 Simon McVittieSoupURI: give "foo:" a non-NULL path member
2012-01-30 Dan Winshiprequester-test: add some more tests
2012-01-27 Dan Winshipchunk-test: add a check that wrote-body-data gives...
2012-01-23 Dan WinshipSoupHTTPInputStream: don't burn through GCancellable fds
2012-01-18 Raphael Kubo... SoupSession: Do not actually send a request if it was...
2012-01-17 Dan Winshippost-release version bump
2012-01-17 Dan Winshipsoup-message-io: make soup_message_io_unpause() obey...
2012-01-16 Dan Winship2.37.4 LIBSOUP_2_37_4
2012-01-16 Dan WinshipBelatedly add regression test for CVE-2011-2524
2012-01-04 Xan Lopezsoup-request-http: plug leak
2011-12-22 Dan Winshipconfigure.ac: bump glib requirement to 2.31.7 for GSock...
2011-12-22 Dan WinshipSoupMessage: add network-event signal
2011-12-22 Dan WinshipSoupConnection: belatedly fix up unix-only code
2011-12-22 Dan WinshipForce some SoupMessages to use a fresh SoupConnection
2011-12-21 Dan Winshipsoup-headers: misc improvements
2011-12-20 Dan Winship2.37.3 LIBSOUP_2_37_3
2011-12-16 Dan WinshipClarify the meaning of #SoupSession:ssl-strict
2011-12-04 Dan WinshipSoupContentDecoder: add another hack to the broken...
2011-12-03 Craig KeoghHonor aclocal flags
2011-12-02 Dan Winshipbump version to 2.37.2.1 for the request API changes
2011-12-01 Dan WinshipSoupRequestHTTP: don't complete send() until after...
2011-12-01 Dan WinshipSoupHTTPInputStream: change handling of error responses
2011-12-01 Dan Winshipsoup-session: fix some http-aliases/https-aliases problems
2011-12-01 Dan Winshipmisc-test: fix a bug
2011-12-01 Dan WinshipRequire glib 2.31 and update to new thread APIs
2011-11-30 Dan WinshipSoupMessage: fix setting of SOUP_MESSAGE_CERTIFICATE_TR...
2011-11-21 Dan Winship2.37.2 LIBSOUP_2_37_2
2011-11-21 Dan WinshipFix distcheck
2011-11-17 Sergio Villar... coding-test.c: refactored and added deflate support.
2011-11-17 Sergio Villar... Adding zlib and raw encoded versions of mbox file for...
2011-11-14 Sergio Villar... SoupContentDecoder: add support for deflate Content...
2011-11-13 Dan WinshipSoupAuthManagerNTLM: allow non-ASCII usernames/passwords
2011-11-13 Dan WinshipSoupAuthBasic: allow (some) non-ASCII usernames/passwords
2011-11-13 Dan Winshipauth-test: add a test for server-closes-connection...
2011-11-13 Dan Winshipauth-test: reorganize this a bit to be more like other...
2011-11-13 Dan WinshipFix handling of connections that time out while IN_USE
2011-11-12 Dan Winshipcontext-test: fix cleanup code to avoid a crash
2011-11-12 Dan Winshipsoup-uri: %-encode non-ASCII characters when parsing...
2011-11-08 Dan WinshipAdd SoupSession:use-thread-context
2011-11-05 Dan WinshipSoupSession: add some API for handling redirections
2011-11-05 Dan WinshipSoupSession: Add http-aliases and https-aliases properties
2011-11-05 Dan WinshipSoupHTTPInputStream: fix a g_warning in error cases
2011-10-28 Sergio Villar... soup-http-input-stream: unpause the SoupMessage before...
2011-10-27 Sergio Villar... soup-directory-input-stream: return a titleless html
2011-10-26 Dan Winshipremove unnecessary libgthread references
2011-10-25 Dan Winship2.37.1 LIBSOUP_2_37_1
2011-10-23 Dan WinshipSoupRequestHTTP: reorganize the async code a bit
2011-10-23 Dan WinshipSoupRequest*, SoupHTTPInputStream: misc cleanups
2011-10-23 Dan WinshipSoupHTTPInputStream: remove GSeekable support
2011-10-23 Dan WinshipSoupRequestHTTP: don't cast GFileInputStreams to SoupHT...
2011-10-21 Dan Winshipconfigure: turn some warnings into errors
2011-10-21 Dan WinshipRemove -DG_DISABLE_DEPRECATED
2011-10-20 Dan Winshipoops, I apparently didn't run "make check" after the...
2011-10-20 Dan Winshiptests: make "./tests/foo" work from the toplevel dir
2011-10-20 Dan WinshipFix SoupMessage https status information to be set...
2011-10-20 Dan WinshipSoupSession: fix some SSL problems
2011-10-13 Sergio Villar... soup-http-input-stream: use a list of SoupBuffers inste...
2011-09-30 Dan WinshipAdd SoupServer:tls-certificate to go with SoupSession...
2011-09-29 Dan Winshiplibsoup.supp: belatedly commit some fixes
2011-09-29 Dan WinshipUse GTlsDatabase, add new SoupSession properties for it
2011-09-29 Dan Winshipredirect-test: add a test for accidental connection...
2011-09-29 Sergio Villar... SoupSession: set the connection to IDLE on unqueuing...
2011-09-29 Dan WinshipSoupSession: make pause/unpause work in any state
2011-09-29 Dan WinshipUpdate for GStaticMutex deprecation in glib master
2011-09-26 Dan Winshippost-branch version bump to 2.37.0
2011-09-26 Dan Winship2.36.0 LIBSOUP_2_36_0
2011-09-22 Dan WinshipLots of gtk-doc fixes (no code changes)
2011-09-19 Dan Winship2.35.92 LIBSOUP_2_35_92
2011-09-19 Dan Winshiptests/ssl-test: belatedly commit this
2011-09-19 Sergio Villar... SoupSession: forget about SoupHosts if not used
2011-09-19 Dan Winshiptests/ssl-test: add a test of https-related functionality
2011-09-19 Dan Winshiptests: update the test ssl key
2011-09-19 Dan Winshipsoup-socket: fix tls-errors property
2011-09-19 Dan Winshipsoup-message-io: fix setting of SoupMessage TLS properties
2011-09-17 Dan Winshiptests: fix a few leaks, update valgrind suppressions...
2011-09-16 Sergio Villar... soup-http-input-stream: read data from leftover buffers...
2011-09-13 Gustavo Noronha... Fix documentation to use the appropriate term for flags
2011-08-30 Dan Winship2.35.90 LIBSOUP_2_35_90
2011-08-28 Erik van PienbroekDon't use the reserved keyword 'interface'
2011-08-16 Dan WinshipAdd SOUP_MESSAGE_CAN_REBUILD, for regeneratable streame...
2011-08-16 Dan Winship2.35.5
2011-08-16 Dan WinshipFix distcheck
2011-08-08 arnoSoupContentSniffer: don't use gio anymore
2011-08-08 Dan WinshipCall soup_message_clean_response() when restarting...
2011-08-07 Dan WinshipDefault to TLS for https connections, and fall back...
2011-08-07 Dan WinshipSoupConnection: do TLS handshake at connection time
2011-08-04 Evan NemersonSoup-2.4.gir: add missing introspection data from Vala...
2011-08-04 Mandy WuSupport NTLM Single Sign On
2011-07-31 Dan WinshipSoup-2.4.gir: filter out SoupProxyResolver
2011-07-31 Dan WinshipAdd/update some "Since" flags
next