summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* new opaque type for message headers. Currently still a GHashTablelibsoup-bindingsDan Winship2007-11-3028-512/+604
* Make SoupMessage's uri property and SoupSession's proxy_uri property use aDan Winship2007-11-296-20/+63
* use GObject properties for SoupMessage fields.Dan Winship2007-11-296-23/+165
* initial doesn't-even-compile-yet C# bindingsDan Winship2007-11-298-16/+136
* initial almost-totally-unusable python bindingsDan Winship2007-11-298-2/+2793
* intern the method string rather than expecting the passed-in string toDan Winship2007-11-296-22/+21
* Use glib-mkenums to build soup-enum-types.c and soup-enum-types.hDan Winship2007-11-294-12/+67
* wait for apache to exit, to avoid spurious test failuresDan Winship2007-11-261-0/+17
* 2.2.104Dan Winship2007-11-263-1/+28
* fix docsDan Winship2007-11-261-2/+2
* make this non-static.Dan Winship2007-11-214-5/+15
* add bug reference to previous commit:Dan Winship2007-11-211-0/+2
* don't leak the async_contextDan Winship2007-11-2111-26/+452
* don't leak the SoupAddress.Dan Winship2007-11-2111-29/+942
* Fix the guards around the got_chunk emission so that it doesn't get messedDan Winship2007-11-197-27/+1097
* 2.2.103LIBSOUP_2_2_103Dan Winship2007-10-283-1/+15
* remove the g_return_if_fail()s from the last patch so I don't end up breakingDan Winship2007-10-281-2/+0
* ref the socket around the processing of the message, since otherwise itDan Winship2007-10-285-8/+48
* free proxy-related stuffDan Winship2007-10-2810-20/+187
* Make these less verbose by default (to make it easier to see what failedDan Winship2007-10-288-210/+338
* 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