soup_uri_copy_host: always set the path to something non-NULL
[platform/upstream/libsoup.git] / libsoup /
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 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 McVittiesoup_uri_uses_default_port: correct documentation
2012-02-03 Simon McVittieSoupURI: give "foo:" a non-NULL path member
2012-01-23 Dan WinshipSoupHTTPInputStream: don't burn through GCancellable fds
2012-01-18 Raphael Kubo da... SoupSession: Do not actually send a request if it was...
2012-01-17 Dan Winshipsoup-message-io: make soup_message_io_unpause() obey...
2012-01-04 Xan Lopezsoup-request-http: plug leak
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-16 Dan WinshipClarify the meaning of #SoupSession:ssl-strict
2011-12-04 Dan WinshipSoupContentDecoder: add another hack to the broken...
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 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
next