ntlm-test-helper: fix
[platform/upstream/libsoup.git] / libsoup /
2013-01-02 Guenther Wutzsoup-auth-domain-digest: minor documentation correction
2012-12-30 Dan Winshipsoup-auth-ntlm: small fix
2012-12-29 Dan WinshipReorganize NTLM authentication, fix ntlm_auth support
2012-12-28 Dan WinshipSoupSession: update docs (and some semantics) for plain...
2012-12-28 Dan WinshipRevert the mirroring of SoupMessage API onto SoupReques...
2012-12-28 Dan WinshipAdd back LIBSOUP_DISABLE_DEPRECATED
2012-12-28 Dan Winshipdocs: more fixes
2012-12-28 Dan Winshipdocs: Lots of minor fixes and additions
2012-12-26 Dan Winshipsoup-session: move cache handling here
2012-12-19 Sudarsana Naginenisoup-cache: Fix a memory leak.
2012-12-18 Sergio Villar SeninSoupCache: add SoupContentProcessor support
2012-12-18 Sergio Villar SeninSoupCacheInputStream: new input stream filter that...
2012-12-17 Dan WinshipRename all remaining "SoupMessage *req"s to "msg"
2012-12-17 Dan Winshipsoup-message: update docs to mention SoupRequest where...
2012-12-17 Dan Winshipsoup-message: deprecate soup_message_set_chunk_allocator()
2012-12-17 Dan Winshipsoup-message: fix up add_header_handler()/add_status_ha...
2012-12-17 Dan Winshipsoup-message: remove gtk-docs on internal methods
2012-12-14 Colin WaltersSoupConnection: Quiet a (mistaken) compiler warning
2012-12-12 Dan Winshipsoup-filter-input-stream: fix non-blocking behavior...
2012-12-12 Dan Winshipsoup-body-output-stream: fix non-blocking writing
2012-12-11 Dan Winshipsoup-gnome: belatedly deprecate SoupProxyResolverGNOME
2012-12-11 Dan WinshipAdd SoupCookieJarDB to replace SoupCookieJarSqlite
2012-12-11 Dan Winshipsoup-session: fix a possible crash
2012-12-11 Dan WinshipSoupPasswordManager: kill
2012-12-11 Dan WinshipSoupRequester: compatibility fix
2012-12-11 Dan Winshipsoup-message-io: fix crash when doing unpause+cancel
2012-12-10 Dan Winshipsoup-uri: don't decode %00 in URIs
2012-12-10 Dan WinshipSoupSession: add soup_session_request_http() and _reque...
2012-12-10 Dan WinshipSoupRequest: add soup_request_disable_feature()
2012-12-10 Dan WinshipSoupMessage: add soup_message_get_soup_request()
2012-12-10 Dan WinshipSoupRequestHTTP: mirror SoupMessage fields/API
2012-12-10 Dan WinshipSoupRequest: Return better GErrors on parsing failures
2012-12-10 Dan WinshipMove SoupRequester API into SoupSession, declare SoupRe...
2012-12-10 Dan WinshipMake default property values/features more sane on...
2012-12-10 Dan WinshipSoupSession: allow creating a "plain" SoupSession for...
2012-12-10 Dan WinshipSoupSessionAsync: don't allow restart-from-FINISHED...
2012-12-05 Martin RobinsonBetter handle the failure of URI embedded credentials
2012-12-04 Dan Winshipsoup-tld: fix a return-if-fail check
2012-11-17 Dan WinshipSoupLogger: fix printing of Host header with IPv6 literal
2012-11-17 Dan Winshipsoup-message-client-io: add a Host header to HTTP/1...
2012-11-15 Milan CrhaCrash in lookup_resolved(), g_error_free()
2012-11-10 Dan Winshipbuild: distcheck fixes, including one generic srcdir...
2012-11-10 Dan Winshipbuild: fix
2012-11-08 Dan WinshipAdd per-version deprecation/availability warnings
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>
next