summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.24.3LIBSOUP_2_24_3gnome-2-24Dan Winship2009-01-123-1/+24
* pull-ups from trunkDan Winship2009-01-129-22/+299
* 2.24.2.1 (sigh)LIBSOUP_2_24_2_1Dan Winship2008-11-253-2/+9
* set a path, since the docs say SoupURI always has a path, and the URIsDan Winship2008-11-252-0/+9
* 2.24.2LIBSOUP_2_24_2Dan Winship2008-11-244-10/+25
* another pullup (SoupLogger docs)Dan Winship2008-11-242-0/+17
* pull-ups from trunkDan Winship2008-11-239-4/+74
* 2.24.1LIBSOUP_2_24_1Dan Winship2008-10-203-1/+37
* pull-ups from trunkDan Winship2008-10-2011-8/+50
* pull up xmlrpc-test php bug workaround from trunkDan Winship2008-10-013-12/+43
* pullups from trunkDan Winship2008-10-0133-163/+607
* merge from trunk 2.24.0.1LIBSOUP_2_24_0_1Dan Winship2008-09-245-19/+29
* gnome-2-24Dan Winship2008-09-220-0/+0
* 2.24.0LIBSOUP_2_24_0Dan Winship2008-09-222-1/+5
* 2.23.92 (belated; I apparently forgot to commit this after distingLIBSOUP_2_23_92Dan Winship2008-09-163-1/+13
* a 302 response to HEAD (or any other safe method) should be treated like aDan Winship2008-09-073-16/+62
* 2.23.91LIBSOUP_2_23_91Dan Winship2008-09-013-1/+18
* new macro to check if a URI is a valid http or https URI.Dan Winship2008-08-255-13/+56
* Add a SoupDate to GTimeVal conversion function, for use in gvfs. #549006,Bastien Nocera2008-08-223-2/+30
* Revert previous commit; that would still fail in the case of anDan Winship2008-08-182-1/+10
* g_return_if_fail if either username or password is NULL. Noted on theDan Winship2008-08-143-5/+9
* Add gthread-2.0; the app must call g_thread_init(), but libsoup won't pullDan Winship2008-08-142-1/+7
* 2.23.6LIBSOUP_2_23_6Dan Winship2008-08-043-1/+26
* Fix horrible bizarre brokenness in GIOChannel subclassing. #536417, TorDan Winship2008-07-262-7/+8
* Add this to schedule a callback in a GMainContext "right away", as opposedDan Winship2008-07-2610-14/+68
* don't add a Host header to the message if the caller already added one.Dan Winship2008-07-265-8/+141
* change read_length, write_length, and written to goffset so we canDan Winship2008-07-262-3/+7
* if the server response doesn't include an algorithm, it is supposed toDan Winship2008-07-262-3/+5
* add $(GLIB_LIBS) so this still works when building with weird LDFLAGS.Dan Winship2008-07-263-2/+11
* The SO_RCVTIMEO and SO_SNDTIMEO options to setsockopt() take int values,Tor Lillqvist2008-06-042-1/+24
* fix the path checkingDan Winship2008-05-022-2/+7
* Fix compilation error in the !HAVE_IPV6 && !HAVE_INET_PTON &&Tor Lillqvist2008-04-292-1/+7
* 2.23.1, bump AGE and CURRENTLIBSOUP_2_23_1Dan Winship2008-04-213-3/+27
* Fixes for GnuTLS support on Win32. #528752, patch from Marc MaurerDan Winship2008-04-206-20/+54
* Check that the cookie was parsed successfully before setting itChris Lord2008-04-142-2/+11
* Initial HTTP cookie support imported from development git repo,Dan Winship2008-04-0914-40/+1442
* Make this a GObject and specifically a SoupSessionFeature. Add anDan Winship2008-04-087-221/+433
* New interface type representing a feature that can be added to aDan Winship2008-04-0811-54/+368
* Having branched for gnome-2-22, bump version to 2.23.0 for the GNOME 2.23Dan Winship2008-04-082-1/+8
* 2.4.1. Bump AGE and CURRENT.LIBSOUP_2_4_1Dan Winship2008-04-074-3/+85
* If pausing a message that was waiting to unpause, cancel the unpause.Dan Winship2008-04-072-0/+10
* Don't cache negative results, even if the DNS server explicitly statesDan Winship2008-04-052-10/+12
* New, replaces SOUP_MESSAGE_OVERWRITE_CHUNKS, but can be set on either theDan Winship2008-04-0510-50/+231
* fix test for AI_ADDRCONFIG. Noticed while looking at #526321.Dan Winship2008-04-052-1/+6
* globally ignore SIGPIPE rather than only doing it around socket writeDan Winship2008-04-052-9/+14
* Misc fixes noticed by "sparse" or by running gcc with additionalDan Winship2008-04-0525-85/+109
* Explicitly assign each of the variables to NULL, because that apparentlyDan Winship2008-04-051-0/+2
* Explicitly assign each of the variables to NULL, because that apparentlyDan Winship2008-04-052-16/+26
* add a new signal "wrote-body-data" to address the problem thatDan Winship2008-04-047-15/+453
* Be more aggressive about closing unused persistent connectionsDan Winship2008-04-033-62/+64