Remove build warning
[platform/upstream/libsoup.git] / libsoup /
2012-11-06 Dan Winshiplibsoup-2.4.sym: temporarily export soup_message_io_cleanup
2012-11-05 Dan WinshipSoupProxyResolver: remove evil hack
2012-11-02 Dan WinshipSoupSession: don't disconnect connections outside of...
2012-11-02 Dan WinshipSoupConnection: disconnect on failed connections/tunnels
2012-11-02 Dan WinshipSoupSession: move some code from SoupMessageQueue here
2012-11-02 Dan WinshipSoupConnection: hide a special case
2012-11-02 Dan WinshipSoupConnection: track reusability internally
2012-11-02 Dan WinshipSoupConnection: track current message, not current...
2012-11-02 Dan WinshipSoupConnection: drop "message" property
2012-11-02 Dan WinshipSoupConnection: don't listen to SoupSocket::disconnected
2012-11-02 Sergio Villar SeninAdded SoupContentProcessor support to SoupMessage,...
2012-11-02 Sergio Villar SeninSoupContentProcessor: new interface
2012-11-02 Dan Winshipbuild: don't export private symbols in the libraries
2012-11-02 Dan Winshipsoup-multipart-input-stream: belatedly add .h file...
2012-11-02 Dan WinshipSoupSession: mark a static function static (and clarify...
2012-11-02 Dan Winshipsoup-version: minor style fixes
2012-10-29 Dan Winshipsoup_header_parse_param_list: return empty GHashTable...
2012-10-22 Dan Winshipport to GTask
2012-10-22 Martin RobinsonAdd API to get version information
2012-10-20 Carlos Garcia Campossoup-request: Add support to handle gresource URI requests
2012-10-18 Dan WinshipSoupConnection: fix a race condition with non-keepalive...
2012-10-16 Dan Winshipsoup-auth-manager-ntlm.c: don't include the default...
2012-10-15 Gustavo Noronha... Be more aggressive when looking for the termination...
2012-10-07 Dan WinshipSoupAddress: fix handling of IPv6 literals
2012-09-17 Dan WinshipSoupSessionAsync: destroy the I/O GSource when returnin...
2012-09-10 Sergio Villar SeninSoupBodyInputStream: make it seekable
2012-09-09 Dan WinshipSoupSession: when freeing an "unused" host, make sure...
2012-09-09 Dan WinshipSoupSession: ensure that no new connections are created...
2012-09-09 Dan WinshipSoupSession: add a missing signal disconnection
2012-09-05 Sergio Villar Seninsoup-cache: check for empy Cache-Control headers
2012-09-03 Kalev LemberFix the win32 build
2012-08-25 Dan WinshipSoupSessionAsync: move more logic into process_queue_item()
2012-08-25 Dan WinshipSoupSession: merge AWAITING_CONNECTION state into STARTING
2012-08-25 Dan WinshipSoupSession: move all connection tracking into the...
2012-08-25 Dan WinshipSoupConnection: fix up ::event signal emissions
2012-08-25 Dan WinshipSoupConnection: fix up states during connection
2012-08-25 Dan WinshipSoupSession: clean up message response when queueing
2012-08-25 Dan WinshipSoupSessionAsync: rename vars to make tunnel_msg vs...
2012-08-24 Alexander LarssonAvoid double free of hash key
2012-08-23 Daniel DrakeAdd missing transfer full annotation to soup_cookie_jar...
2012-08-21 Dan Winshipsoup_session_abort: clarify that it closes connections too
2012-08-20 Dan WinshipSoupSession: clarify timeout and idle-timeout docs
2012-08-20 Gustavo Noronha... Add SoupMultipartInputStream for handling multipart...
2012-08-20 Gustavo Noronha... Make it possibe to request the boundary be discarded...
2012-08-20 Sergio Villar SeninSoupCache: delete untracked files in soup_cache_clear()
2012-08-20 Sergio Villar SeninSoupCache: moved data from SoupCacheEntry to the writin...
2012-08-20 Sergio Villar SeninSoupCache: simplify the usage of soup_cache_entry_remov...
2012-08-20 Sergio Villar SeninSoupContentSnifferStream: added can_poll() implementation
2012-08-20 Sergio Villar SeninSoupContentSniffer: removed several unused function...
2012-08-19 Milan CrhaSoupMessage: Add SOUP_MESSAGE_IDEMPOTENT flag
2012-08-13 Dan WinshipSoupSession: make queue items hold a ref on the session
2012-08-13 Dan WinshipSoupSessionAsync: fix the idle_run_queue source handlin...
2012-08-12 Dan Winshipvalgrindage
2012-08-09 Dan Winshipsoup-misc-private.h: Fix the single-include #define
2012-08-07 Sergio Villar SeninSoupTLD: fix a regression in soup_tld_is_public_suffix()
2012-08-06 Dan Winshipsoup-xmlrpc: fix parsing of <methodCall> without <params>
2012-08-06 Dan Winshipsoup-socket.c: fix a use-after-free of a GCancellable
2012-08-06 Simon McVittieSoupSocket: local, remote address are undefined if...
2012-07-26 Paweł ForysiukFix building with MinGW compiler
2012-07-24 Dan WinshipSoupConverterWrapper: handle truncated responses in...
2012-07-24 Dan WinshipSoupSessionAsync: fix handling of timed-out SoupRequests
2012-07-19 Dan WinshipSoupSocket: don't emit "readable" on disconnect for...
2012-07-18 Dan WinshipSoupServer: fix non-default-main-context usage
2012-07-18 Dan WinshipFix deprecation warning on soup_message_headers_get()
2012-07-17 Dan WinshipSoupConverterWrapper: handle empty "compressed" responses
2012-07-17 Dan WinshipSoupBodyInputStream: fix hang reading empty chunked...
2012-07-17 Dan Winshipsoup_uri_normalize: more fixes
2012-07-17 Carlos Garcia Campossoup-tld: Handle SOUP_TLD_ERROR_NO_BASE_DOMAIN in soup_...
2012-07-17 Dan Winshiptld-parser.py: fix tabs vs spaces
2012-07-16 Dan Winshipsoup-tld: do not consider non suffixed domains as public
2012-07-16 Alban BrowaeysSet the message priv->decoders to NULL after free.
2012-07-16 Dan Winshipsoup_message_headers_get_content_length: recheck encoding
2012-07-16 Carlos Garcia Campossoup-cache: Save the sniffed mime type in the cache too
2012-07-16 Dan WinshipSoupSession: rename host_lock to conn_lock
2012-07-16 Dan Winshipsoup-message-io: make disconnect-on-unfinished more...
2012-07-16 Dan Winshipsoup_session_queue_message: simplify the msg refcountin...
2012-07-16 Dan WinshipSoupSession: replace queue_message() base impl with...
2012-07-16 Dan Winshipsoup-uri: fix uri_normalized_copy to not always do...
2012-07-13 Dan WinshipFix the retry-on-broken-connection codepath for SoupRequest
2012-07-13 Dan Winshipsoup-client-input-stream: don't chain up from close...
2012-07-13 Dan WinshipClean up includes
2012-07-13 Dan WinshipReorganize files to need fewer forward declarations
2012-07-13 Dan WinshipUse G_DEFINE_INTERFACE and G_DEFINE_BOXED_TYPE
2012-07-13 Dan WinshipUse g_clear_object(), g_clear_pointer()
2012-07-13 Dan WinshipUse g_ptr_array_new_with_free_func()
2012-07-13 Dan WinshipUse g_slist_free_full()
2012-07-13 Dan WinshipReplace g_hash_table_foreach() with GHashTableIter
2012-07-13 Dan Winshipsoup-session.c: whitespace fix
2012-07-11 Dan WinshipSoupCookie: ignore values on httponly and secure attributes
2012-07-05 Javier JardónReplace deprecated symbols
2012-07-05 Javier JardónAdd deprecation attributes to deprecated functions
2012-06-26 Colin Walterstld-parser: Rewrite in Python
2012-06-26 Colin Waltersbuild: Don't write tld_data.inc to srcdir which may...
2012-06-26 Colin Walterstld-parser: Add error handling
2012-06-26 Colin WaltersRevert "make dist fix"
2012-06-26 Dan Winshipmake dist fix
2012-06-14 Sergio Villar Seninsoup-cookie-jar: do not accept cookies for well known...
2012-06-14 Sergio Villar Seninsoup-tld: added soup_tld_* utils
2012-06-12 Christophe DumezBug 677923 - Add soup_cookie_jar_set_cookie_with_first_...
2012-06-12 Christophe DumezBug 677922 - Add soup_cookie_jar_get_cookies() alternat...
next