soup_uri_copy_host: always set the path to something non-NULL
[platform/upstream/libsoup.git] / libsoup /
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
2010-12-10 Jonathon JongsmaFix leak when processing the set cookie header
2010-12-10 Dan WinshipDon't uselessly g_warn when TLS isn't available
2010-12-10 Dan WinshipRemove SoupCoding, SoupCodingGZip, use GZlibDecompressor
2010-12-09 Sergio Villar SeninSoupDirectoryInputStream: fixed a reference leak
2010-12-09 Sergio Villar SeninCache must not return a cached resource with "no-cache...
2010-12-09 Dan WinshipMake SoupRequester a SoupSessionFeature and the request...
2010-12-09 Dan WinshipImport SoupRequest/cache stuff from new-io branch ...
2010-12-09 Dan WinshipSoupSession, SoupAuthManagerNTLM: Use subfeatures for...
2010-12-09 Dan WinshipSoupAuthManager: implement subfeatures for adding/remov...
2010-12-09 Dan WinshipSoupSession: allow features to implement "subfeatures"
2010-12-07 Lucas Rochasoup-message-headers: add missing annotations in get_co...
2010-12-07 Dan WinshipSet SoupMessage:tls-certificate from SoupSocket:tls...
2010-12-07 Dan WinshipAdd SoupMessage:tls-certificate and SoupMessage:tls...
2010-12-07 Dan WinshipSoupSocket: port to GSocketConnection/GTlsConnection
2010-12-05 Evan NemersonInclude C header and exported packages information...
2010-11-23 Dan WinshipSoupSocket: tweak GMainContext handling
2010-11-23 Dan WinshipSoupSessionSync: fix messages getting stuck forever
2010-11-14 Dan Winshipsoup-auth-manager: make URI username/password override...
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 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-14 Dan WinshipAppease some gcc 4.5 warnings
2010-10-14 Dan WinshipSoupCookieJarText: fix a bug when deleting a cookie
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 SeninDo not uppercase percent-encoded triplets when normaliz...
2010-08-20 Dan Winshipadd a few missing introspection annotations
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-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-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 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 WinshipSoupProxyResolverGNOME: improve behavior with more...
2010-06-08 José Millán SotoSoupSession: count redirections and cancel the message...
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-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-03 Andreas RottmannAdd some helper functions to aid language bindings
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-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-15 Gustavo Noronha... Be less strict when checking whether to apply "text...
next