Remove build warning
[platform/upstream/libsoup.git] / libsoup / soup-message-io.c
2015-11-10 Seonah MoonBase Code merged to tizen 2.4 97/51497/1 accepted/tizen/mobile/20151111.231940 accepted/tizen/tv/20151111.232000 accepted/tizen/wearable/20151111.232009 submit/tizen/20151111.070234
2014-11-04 Zhang zhengguangImported Upstream version 2.46.0 upstream/2.46.0
2012-12-11 Dan Winshipsoup-message-io: fix crash when doing unpause+cancel
2012-12-10 Dan WinshipSoupRequest: Return better GErrors on parsing failures
2012-11-02 Dan WinshipSoupConnection: track reusability internally
2012-11-02 Sergio Villar SeninAdded SoupContentProcessor support to SoupMessage,...
2012-09-10 Sergio Villar SeninSoupBodyInputStream: make it seekable
2012-08-12 Dan Winshipvalgrindage
2012-07-16 Dan Winshipsoup-message-io: make disconnect-on-unfinished more...
2012-07-13 Dan WinshipFix the retry-on-broken-connection codepath for SoupRequest
2012-07-13 Dan WinshipClean up includes
2012-05-15 Dan Winshipsoup-message-io: keep cancellable alive for duration...
2012-05-14 Ray Strodesoup-message-io: fix reference leak
2012-05-08 Dan WinshipAdd a (temporary?) fix for async authentication via...
2012-05-08 Dan WinshipFix indentation on some code copied from glib
2012-05-04 Dan WinshipFix a few recent request API bugs, add some more tests
2012-05-02 Dan WinshipFix warnings/failures with messages that are cancelled...
2012-04-28 Dan WinshipMove SoupSocket stuff out of soup-message-io.c
2012-04-20 Dan WinshipMake the new SoupSocket APIs private
2012-04-18 Dan WinshipSoupHTTPRequest: O brave new world!
2012-04-18 Dan Winshipsoup-message-io: move content sniffing out into a wrapp...
2012-04-18 Dan Winshipsoup-message-io: Use GConverterInputStream for content...
2012-04-18 Dan Winshipsoup-message-io: use gio streams rather than SoupSocket
2012-02-22 Dan Winshipsoup-message-io: prevent a possible out-of-bounds memor...
2012-01-17 Dan Winshipsoup-message-io: make soup_message_io_unpause() obey...
2011-11-14 Sergio Villar SeninSoupContentDecoder: add support for deflate Content...
2011-10-20 Dan WinshipFix SoupMessage https status information to be set...
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-19 Dan Winshipsoup-message-io: fix setting of SoupMessage TLS properties
2011-08-16 Dan WinshipAdd SOUP_MESSAGE_CAN_REBUILD, for regeneratable streame...
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-08 Sergio Villar Seninsoup-message-io: clear connection from queue items...
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-10 Dan WinshipRemove SoupCoding, SoupCodingGZip, use GZlibDecompressor
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-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-07-31 Dan Winshipsoup-message-io: fix wrong-Content-Length logic
2010-06-09 Dan WinshipSoupSession: tweak cancellation again
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-05-22 Dan Winshipsoup-message-io: only retry on I/O error if the connect...
2010-02-21 Gustavo Noronha... New SoupMessageFlag to report whether it has dealt...
2010-02-21 Dan WinshipFix error propagation on SSL cert errors
2009-12-16 Dan WinshipContent-Encoding support
2009-10-18 Dan WinshipFix the latest round of "Connection terminated unexpect...
2009-09-11 Dan WinshipFix leaks, including a large one in SoupContentSniffer
2009-07-27 Dan WinshipDo not discard the request body after sending, even...
2009-07-10 Dan WinshipMiscellaneous content-sniffing fixes
2009-07-10 Gustavo Noronha... Actually test chunked encoding, and fix some hangs
2009-07-02 Gustavo Noronha... Implement content sniffing
2009-06-07 Dan WinshipSoupConnection/SoupSession reorg and cleanup
2009-05-15 Dan WinshipFix a warning introduced in fix for bug 582002
2009-05-09 Dan WinshipFix the header/body boundary detection logic
2009-03-24 Dan Winship Bug 571283 - Allow LF LF instead of CRLF CRLF as heade...
2009-02-19 Dan Winship Bug 572153 – SoupServer doesn't support SOUP_ENCODING_EOF
2009-01-29 Dan WinshipFix this; previously it would discard the entire messag...
2008-07-26 Dan WinshipAdd this to schedule a callback in a GMainContext ...
2008-07-26 Dan Winshipchange read_length, write_length, and written to goffse...
2008-04-07 Dan WinshipIf pausing a message that was waiting to unpause, cance...
2008-04-05 Dan WinshipNew, replaces SOUP_MESSAGE_OVERWRITE_CHUNKS, but can...
2008-04-04 Dan Winshipadd a new signal "wrote-body-data" to address the probl...
2008-03-18 Dan Winshipif delaying the unpause to idle time, we need to keep...
2008-02-07 Dan WinshipNew method that lets the application set a callback...
2008-01-15 Dan WinshipMerge libsoup-2.4 branch to trunk
2007-11-26 Dan Winshipfix docs
2007-11-21 Dan Winshipmake this non-static.
2007-11-21 Dan Winshipdon't leak the async_context
2007-11-19 Dan WinshipFix the guards around the got_chunk emission so that...
2007-10-28 Dan Winshipremove the g_return_if_fail()s from the last patch...
2007-10-28 Dan Winshipref the socket around the processing of the message...
2006-12-05 Dan WinshipRemove the calls to soup_message_io_stop() here; the...
2006-07-21 Dan Winshipinitialize encoding to SOUP_TRANSFER_CONTENT_LENGTH...
2006-05-29 Dan Winshipadd a new state "FINISHING" which means "done I/O,...
2006-05-26 Dan Winshiptests if IO is currently in progress on a message.
2006-04-10 Dan Winshipg_return_if_fail if these get called after the IO is...
2006-04-02 Dan Winshipfix most signed/unsigned mismatch warnings
2006-04-02 Dan Winshipadd some comments
2005-11-17 Dan Winshipclear priv->io_data right away, to protect against... LIBSOUP_2_2_90_NOT_A_REAL_RELEASE
2005-11-10 Dan Winshipbump version to 2.2.90. This will not be officially...
2005-10-27 Dan Winship bgo #316313 / bnc #116762, and probably also bgo ...
2005-08-16 Dan Winship Fix a connection leak reported by Tambet.
2005-04-11 Dan Winshiprequire glib-2.0 >= 2.4.0
2004-10-06 Dan Winshipadd SOUP_SSL_ERROR_CERTIFICATE.
2004-08-26 Dan Winshipadd/fix lots of gtk-doc comments
2004-02-20 Dan WinshipPass gsize *, not guint *, to soup_socket_read/write...
2004-02-03 Dan WinshipCall soup_message_io_stop so we don't get a callback...
2003-12-22 Dan WinshipLots of thread-safety stuff, primarly so you can discon...
2003-12-10 Dan Winshipif we receive an HTTP/1.0 response to an HTTP/1.1 reque...
2003-09-22 Dan WinshipMove RESPONSE_BLOCK_SIZE #define here from soup-private.h
2003-09-19 Dan Winshipfree the hostent.
2003-09-18 Dan WinshipAdd wrote_informational and got_informational signals.
2003-09-17 Dan WinshipReplaces the three previous soup_connection_new* functi...
2003-09-10 Dan WinshipRemove the "status" field from here, since it's mostly...
next