summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.2.105LIBSOUP_2_2_105gnome-2-20Dan Winship2008-02-114-31/+38
* Reorganize this; emitting DISCONNECTED may cause the session to unref theDan Winship2008-02-082-30/+38
* override this to include the API version, to fix the last remainingDan Winship2008-02-083-12/+40
* pull up 2.2.104 diffsDan Winship2007-12-0426-84/+2532
* pull up changes from headDan Winship2007-10-2817-239/+586
* pull up 2.2.101 -> 2.2.102 diffs from trunkDan Winship2007-10-157-49/+69
* pull up all changes up to 2.2.101Dan Winship2007-10-0559-698/+1712
* don't return G_IO_STATUS_AGAIN if we're doing blocking I/O; just keepgnome-2-18Dan Winship2007-03-085-22/+389
* Get gcrypt libs/cflags.Dan Winship2007-02-193-1/+11
* Fixed soup_headers_parse_status_line() so WebDAV response parsing willSOUP_2_2_100LIBSOUP_2_2_100Dan Winship2007-02-123-1/+14
* Fix this to handle "\0"-terminated status lines (eg, from WebDAVDan Winship2007-02-122-4/+24
* initialize "errors" to 0. duh. Pointed out by Michael Wolf.Dan Winship2007-01-162-2/+7
* 2.2.99LIBSOUP_2_2_99Dan Winship2007-01-083-1/+17
* Rewrite this to be easier to understand and more correct, and make theDan Winship2007-01-065-134/+795
* Free ssl_creds. Pointed out by Chris Austin.Dan Winship2006-12-052-0/+6
* Remove the calls to soup_message_io_stop() here; the corresponding callsDan Winship2006-12-053-8/+17
* 2.2.98LIBSOUP_2_2_98Dan Winship2006-11-203-1/+19
* Patch from Andrew W. Nosenko:Dan Winship2006-11-204-5/+28
* Add some missing "static"s. Patch from Matthias Clasen, #376387Dan Winship2006-11-204-5/+10
* <value>foo</value> should mean the same thing asDan Winship2006-11-202-2/+19
* Bump version to 2.2.97. Bump AGE and CURRENT for addition ofLIBSOUP_2_2_97Dan Winship2006-11-063-3/+28
* new method to find a "real" (ie, not comment or whitespace) xml nodeDan Winship2006-11-066-45/+95
* misc minor updatesDan Winship2006-11-056-12/+38
* document this (in particular, point out that str+len must point to exactlyDan Winship2006-11-053-13/+60
* Fix an off by one pointed out by Andrew W. Nosenko.Dan Winship2006-11-032-1/+4
* fix lots of warnings. Partially from patches from Andrew W. Nosenko, andDan Winship2006-11-0313-142/+148
* remove gnutls stuff (we're using pkg-config now)Dan Winship2006-11-032-217/+2
* uninstall the pkgconfig file. Based on #356809 from Matthew Barnes.Dan Winship2006-11-032-0/+5
* Fix leaks pointed out by Paolo Borelli. #351500Dan Winship2006-11-032-3/+6
* Use pkgconfig to find gnutls. Remove old static linking stuff that wasDan Winship2006-11-033-39/+16
* fix build on cygwin. From "Cygwin Ports maintainer", #321827.Dan Winship2006-11-032-2/+6
* updateDan Winship2006-11-031-11/+13
* 2.2.96. bump AGE and CURRENT for new APILIBSOUP_2_2_96Dan Winship2006-07-243-3/+23
* New, from Fernando Herrera, bug 348532.Dan Winship2006-07-243-2/+55
* if the constructed auth doesn't have a realm, it's invalid, as per RFCDan Winship2006-07-212-1/+12
* update to mention mailing list and bugzillaDan Winship2006-07-213-21/+25
* If the server handler set a Content-Length header on the message, don'tDan Winship2006-07-211-1/+2
* initialize encoding to SOUP_TRANSFER_CONTENT_LENGTH rather thanDan Winship2006-07-2110-97/+278
* sync to xmlrpc changesDan Winship2006-07-133-3/+3
* 2.2.95.1, and bump SOUP_AGE/SOUP_CURRENT this time. Pointed out by DanielLIBSOUP_2_2_95_1Dan Winship2006-07-103-3/+27
* don't build xmlrpc-test unless we have apache/php/xmlrpc-epi. Fixes theDan Winship2006-06-193-2/+9
* add tests for apache mod_php5 and xmlrpc-epi-phpDan Winship2006-06-1913-62/+676
* 2.2.94LIBSOUP_2_2_94Dan Winship2006-06-123-1/+20
* make auth-test distcheckDan Winship2006-06-122-15/+15
* dist client-howto.xml and server-howto.xmlDan Winship2006-06-121-1/+1
* s/SOAP/XMLRPC/ in one place where it was missed long agoDan Winship2006-06-122-6/+7
* New client and server API tutorials.Dan Winship2006-06-1223-166/+1745
* Further fixes from Brent Smith. #344458. (soup_xmlrpc_value_get_boolean):Dan Winship2006-06-122-16/+21
* Add tests for apache, output tests/httpd.confDan Winship2006-06-0911-87/+362
* Check return value of strtol/g_ascii_strtod correctly. #344222, patch fromDan Winship2006-06-082-3/+10