summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2008-09-26libsoup/soup-auth-manager-ntlm.c libsoup/soup-auth-manager.cDan Winship1-0/+16
2008-09-242.24.0.1Dan Winship1-0/+12
2008-09-222.24.0LIBSOUP_2_24_0Dan Winship1-0/+4
2008-09-162.23.92 (belated; I apparently forgot to commit this after distingLIBSOUP_2_23_92Dan Winship1-0/+6
2008-09-07a 302 response to HEAD (or any other safe method) should be treated like aDan Winship1-0/+8
2008-09-012.23.91LIBSOUP_2_23_91Dan Winship1-0/+6
2008-08-25new macro to check if a URI is a valid http or https URI.Dan Winship1-0/+22
2008-08-22Add a SoupDate to GTimeVal conversion function, for use in gvfs. #549006,Bastien Nocera1-0/+8
2008-08-18Revert previous commit; that would still fail in the case of anDan Winship1-0/+9
2008-08-14g_return_if_fail if either username or password is NULL. Noted on theDan Winship1-1/+7
2008-08-14Add gthread-2.0; the app must call g_thread_init(), but libsoup won't pullDan Winship1-0/+6
2008-08-042.23.6LIBSOUP_2_23_6Dan Winship1-0/+6
2008-07-26Fix horrible bizarre brokenness in GIOChannel subclassing. #536417, TorDan Winship1-0/+3
2008-07-26Add this to schedule a callback in a GMainContext "right away", as opposedDan Winship1-0/+20
2008-07-26don't add a Host header to the message if the caller already added one.Dan Winship1-0/+12
2008-07-26change read_length, write_length, and written to goffset so we canDan Winship1-0/+4
2008-07-26if the server response doesn't include an algorithm, it is supposed toDan Winship1-0/+4
2008-07-26add $(GLIB_LIBS) so this still works when building with weird LDFLAGS.Dan Winship1-0/+7
2008-06-04The SO_RCVTIMEO and SO_SNDTIMEO options to setsockopt() take int values,Tor Lillqvist1-0/+10
2008-05-02fix the path checkingDan Winship1-0/+5
2008-04-29Fix compilation error in the !HAVE_IPV6 && !HAVE_INET_PTON &&Tor Lillqvist1-0/+6
2008-04-212.23.1, bump AGE and CURRENTLIBSOUP_2_23_1Dan Winship1-0/+6
2008-04-20 Fixes for GnuTLS support on Win32. #528752, patch from Marc MaurerDan Winship1-0/+19
2008-04-14Check that the cookie was parsed successfully before setting itChris Lord1-0/+7
2008-04-09 Initial HTTP cookie support imported from development git repo,Dan Winship1-0/+24
2008-04-08Make this a GObject and specifically a SoupSessionFeature. Add anDan Winship1-0/+20
2008-04-08New interface type representing a feature that can be added to aDan Winship1-0/+22
2008-04-08Having branched for gnome-2-22, bump version to 2.23.0 for the GNOME 2.23Dan Winship1-0/+7
2008-04-072.4.1. Bump AGE and CURRENT.LIBSOUP_2_4_1Dan Winship1-0/+8
2008-04-07If pausing a message that was waiting to unpause, cancel the unpause.Dan Winship1-0/+5
2008-04-05Don't cache negative results, even if the DNS server explicitly statesDan Winship1-0/+8
2008-04-05New, replaces SOUP_MESSAGE_OVERWRITE_CHUNKS, but can be set on either theDan Winship1-0/+35
2008-04-05fix test for AI_ADDRCONFIG. Noticed while looking at #526321.Dan Winship1-0/+5
2008-04-05globally ignore SIGPIPE rather than only doing it around socket writeDan Winship1-0/+10
2008-04-05 Misc fixes noticed by "sparse" or by running gcc with additionalDan Winship1-0/+36
2008-04-05Explicitly assign each of the variables to NULL, because that apparentlyDan Winship1-0/+6
2008-04-04add a new signal "wrote-body-data" to address the problem thatDan Winship1-0/+20
2008-04-03 Be more aggressive about closing unused persistent connectionsDan Winship1-0/+13
2008-03-29de-constify msg->reason_phrase; it's no more const than any other structDan Winship1-0/+14
2008-03-29fix the test for no-day-parsed (parse_year): likewise fix the test forDan Winship1-0/+15
2008-03-25don't crash if the auth_callback returns NULL (meaning "unrecognizedDan Winship1-2/+8
2008-03-25Remove erroneous local run_tests variable. (Noted by "Curtman" on IRC.)Dan Winship1-0/+5
2008-03-19compare WWW-Authenticate auth schemes case-insensitively.Dan Winship1-0/+16
2008-03-18Add a new property, SOUP_SESSION_IDLE_TIMEOUT, to specify a timeout afterDan Winship1-0/+22
2008-03-18if delaying the unpause to idle time, we need to keep track of the idleDan Winship1-0/+10
2008-03-16Define two new signals, request_queued and request_unqueued, to provided aDan Winship1-0/+15
2008-03-14Fix Host header syntax when the host is an IPv6 address literal. NoticedDan Winship1-0/+6
2008-03-14add an orig_http_version field.Dan Winship1-0/+21
2008-03-13Fix ChangeLogXan Lopez1-1/+1
2008-03-13 Use G_OBJECT_WARN_INVALID_PROPERTY_ID in all get/set_property functions.Xan Lopez1-0/+17