summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.2.102LIBSOUP_2_2_102Dan Winship2007-10-153-2/+14
* updateDan Winship2007-10-152-42/+38
* Update for current soup-ssl.h prototypesDan Winship2007-10-093-5/+17
* srcdir != builddir fixesLIBSOUP_2_2_101Dan Winship2007-10-054-25/+30
* 2.2.101Dan Winship2007-10-053-1/+53
* Don't crash if the authenticate callback returns a username and noDan Winship2007-10-052-1/+9
* add "realm" field to the struct. (SoupAuthClass) remove "get_realm"Dan Winship2007-09-256-112/+126
* minor rfc850-date parsing improvement suggested by RFC2616 19.3.Dan Winship2007-09-255-4/+29
* remove a mysterious partial sentence in the ::wrote-chunk docstring.Dan Winship2007-09-243-7/+9
* updateDan Winship2007-09-241-4/+4
* Only remove the Authorization / Proxy-Authorization header from theDan Winship2007-09-245-7/+405
* Make "make check" pass on Fedora 7:Dan Winship2007-09-145-11/+39
* update for new maintainers format (and remove old email address)Dan Winship2007-08-091-1/+3
* fix. noted by "cascardo" on libsoup-list.Dan Winship2007-06-012-1/+6
* add G_BEGIN_DECLS / G_END_DECLS to all installed headers so that libsoupJonathon Jongsma2007-06-0121-1/+81
* Make a real SoupSSLCredentials type rather than just using gpointerDan Winship2007-04-168-51/+87
* Implement this by sending the message (synchronously) in another threadDan Winship2007-03-303-4/+65
* get/set auth/proxy_auth info for a message.Dan Winship2007-03-176-28/+253
* require glib 2.12. check for timegm().Dan Winship2007-03-1713-374/+100
* update the handling of CONNECT: it has no response body by default, butDan Winship2007-03-166-17/+332
* add <sys/socket.h> for solaris. #418919, from Wang XinDan Winship2007-03-161-1/+2
* add $(LIBGNUTLS_CFLAGS) for ssl-test. #417617, patch from Elijah Newren.Dan Winship2007-03-132-1/+7
* if soup_connection_connect_sync() returns SOUP_STATUS_TRY_AGAIN, then tryDan Winship2007-03-133-66/+91
* 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