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