Require glib 2.31 and update to new thread APIs
[platform/upstream/libsoup.git] / libsoup /
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-14 Sergio Villar SeninSoupContentDecoder: 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 WinshipFix handling of connections that time out while IN_USE
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 Seninsoup-http-input-stream: unpause the SoupMessage before...
2011-10-27 Sergio Villar Seninsoup-directory-input-stream: return a titleless html
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-20 Dan Winshipoops, I apparently didn't run "make check" after the...
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 Seninsoup-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 WinshipUse GTlsDatabase, add new SoupSession properties for it
2011-09-29 Sergio Villar SeninSoupSession: 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-22 Dan WinshipLots of gtk-doc fixes (no code changes)
2011-09-19 Sergio Villar SeninSoupSession: forget about SoupHosts if not used
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-16 Sergio Villar Seninsoup-http-input-stream: read data from leftover buffers...
2011-09-13 Gustavo Noronha... Fix documentation to use the appropriate term for flags
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-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
2011-07-31 Dan Winshipsoup-request-http: fix usage with non-default-context
2011-07-28 Dan WinshipSoupServer: fix to not allow smuggling ".." into path
2011-07-22 Jasper St. Pierresoup-session.c: mark helper property API as (skip)...
2011-07-06 Sergio Villar Seninsoup-cache.c: use hashes for entry keys. Added entry...
2011-07-05 Xan Lopezsoup-cache: plug memory leak
2011-07-05 Dan WinshipRevert "soup-message-io: clear connection from queue...
2011-06-29 Jens Georgsoup-message-io.c: Fix integer overflow on 32bit
2011-06-29 Sergio Villar Seninsoup-cache: fix a use after free
2011-06-24 Sergio Villar Seninsoup-cache.c: Replaced the type of some SoupCacheEntry...
2011-06-16 Sergio Villar Seninsoup-cache: keep track of the HTTP status code to use...
2011-06-16 Sergio Villar Seninsoup-cache: Add versioning support to SoupCache
2011-06-16 Sergio Villar Seninsoup-session.c: reference leak in soup_session_prepare_...
2011-06-14 Sergio Villar Seninsoup-cache: removed a g_debug statement
2011-06-13 Sergio Villar Seninsoup-cache: fix several leaks.
2011-06-08 Sergio Villar Seninsoup-cache: update state of SoupMessages when returning...
2011-06-08 Sergio Villar Seninsoup-message-io: clear connection from queue items...
2011-06-03 Milan CrhaFix few memory leaks
2011-05-23 Sergio Villar Seninsoup-cache: do not store hop-by-hop headers.
2011-05-22 Dan WinshipSoupContentDecoder: deal with broken apache Content...
2011-05-05 Xan Lopezsoup-request-file: plug leak
2011-05-05 Xan Lopezsoup-cache: free params hash list
2011-04-26 Sergio Villar Seninsoup-session.c: always send the "Keep-Alive" header
2011-04-25 Xan Lopezsoup-cache: plug leak
2011-04-25 Dan Winshipsoup_session_abort: fix a race condition in SoupSessionSync
2011-04-20 Sergio Villar Seninsoup-cache: do not append data to existing files
2011-04-15 Sergio Villar Seninsoup_uri_to_string: print port numbers as unsigned...
2011-04-12 Fridrich ŠtrbaBuild relevant parts of libsoup-gnome on windows
2011-04-07 Sergio Villar Seninsoup_request_data_send: data URL decoding fix
2011-04-07 Dan WinshipFix memory leaks, update libsoup.supp
2011-04-07 Dan Winshipsoup-multipart: Fix generation of Content-Disposition...
2011-04-07 Dan Winshipsoup-headers: Update UTF-8 header param handling for...
2011-03-30 Sebastian DrögeUse the custom main context in SoupProxyResolverDefault
2011-03-25 Dan WinshipFix introspection build on Debian/Ubuntu
2011-03-21 Dan Winshipsoup_socket_get_remote_address: fix
2011-03-21 Dan WinshipSoupProxyResolverGNOME: make this a subclass of SoupPro...
2011-03-21 Gustavo Noronha... soup-proxy-resolver-default.c: new proxy resolver based...
2011-03-21 David WoodhouseReset priv->base_offset in soup_message_body_truncate()
2011-03-12 Andreas RottmannAdd 'soup_server_disconnect' method
2011-03-11 Dan WinshipSoupCookieJar: catch overflows when parsing very distan...
2011-03-11 Dan Winshipsoup-cookie-jar: avoid a g_return_if_fail when using...
2011-03-08 Christian DywanParse month names regardless of case
2011-02-16 Sergio Villar Seninsoup-cache.c: do not cache multipart/x-mixed-replace...
2011-02-16 Sergio Villar Seninsoup-session.c: send Keep-Alive for HTTP/1.0 connections
2011-02-15 Dan Winshipsoup-message-client-io: ASCIIfy unicode hostnames for...
2011-02-02 Dan WinshipMake the glib-networking dependency more explicit
2011-01-31 Dan Winshipsoup-cache: fix a warning (and a bug)
2011-01-31 Sergio Villar Seninsoup-request-data: return decoded contents for non...
2011-01-28 Sergio Villar SeninSoupCache fails to load resources when cache contents...
2011-01-25 Dan WinshipFix a warning (again)
2011-01-18 Sven Neumannsoup-form: fix soup_form_decode() for multiple values...
2011-01-18 Sergio Villar Seninsoup-session-async:fixed a connection starvation issue
2011-01-10 Dan Winshipsoup_session_cancel_message: fix up, especially in...
2011-01-10 Dan Winshipsoup-message-io: don't watch for SoupSocket::disconnect
2010-12-13 John (J5) Palmieri[gi] annotate nicks for the elements of HTTPVersion...
2010-12-13 Sergio Villar Seninsoup-http-input-stream: fixed a condition
2010-12-12 Dan Winshipsoup-request-data: another fix
2010-12-12 Dan Winshipsoup-request-data: Fix content-type decoding
2010-12-11 Dan Winshipsoup-cookie-jar: allow setting cookies on file:// URIs
next