summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replaces SoupConnectionNTLM; now works as a SoupSession::request_startedlibsoup-2.4Dan Winship2008-01-158-180/+221
* Fix the logic hereDan Winship2008-01-152-1/+5
* add a few more updatesDan Winship2008-01-152-19/+106
* Use GChecksum for MD5Dan Winship2008-01-156-395/+54
* Don't ref/unref the server here. It doesn't match the way other thingsDan Winship2008-01-152-6/+6
* Add padding for future expansion to class structsDan Winship2008-01-1513-0/+79
* change so that soup_uri_set_scheme() defaults the port tooDan Winship2008-01-151-8/+3
* Add more documentation. (soup_uri_is_https): gone, replaced byDan Winship2008-01-1410-105/+387
* fix proto to match the gtk-docDan Winship2008-01-141-1/+1
* require glib 2.15.0, and gioDan Winship2008-01-1414-422/+408
* pull up doc clarification from Benjamin OtteDan Winship2008-01-142-0/+8
* renamed from apache-wrappers and expanded. (test_init): do option parsingDan Winship2008-01-1419-1325/+1056
* New HTTP debug logging object. (Based on E2K_DEBUG and its clones.)Dan Winship2008-01-148-79/+796
* Call g_object_notify() when changing properties.Dan Winship2008-01-117-5/+42
* bump the default value of SOUP_SESSION_MAX_CONNS_PER_HOST down to 2, perDan Winship2008-01-112-1/+5
* When copying a TEMPORARY buffer, keep a reference to the copy, so that aDan Winship2008-01-112-23/+31
* remove SoupMessageFilter, which doesn't exist any moreDan Winship2008-01-112-1/+5
* oops, didn't get committed beforeDan Winship2008-01-081-0/+15
* typoDan Winship2008-01-081-1/+1
* oopsDan Winship2008-01-071-0/+3
* Change request_started signal to have a SoupSocket as its last parameter.Dan Winship2008-01-0711-40/+60
* Notes on porting from 2.2 to 2.4Dan Winship2008-01-073-0/+801
* Move gtk-doc stuff from docs/reference/tmpl/ to the C files themselves.Dan Winship2008-01-0761-6745/+824
* For the second time, remove SOAP support from libsoup... These APIs areDan Winship2008-01-0715-1745/+47
* new method to generate a date relative to now. (soup_date_new, etc):Dan Winship2008-01-074-0/+96
* if raw_paths isn't set, decode the request's uri->path before doingDan Winship2008-01-074-33/+60
* Register SoupBuffer as a boxed type.Dan Winship2008-01-077-10/+52
* Make this opaque. (soup_client_context_get_socket)Dan Winship2008-01-064-89/+185
* remove the "dns_result" signal, which was just an implementation detail ofDan Winship2008-01-063-46/+55
* fix typoDan Winship2008-01-061-1/+1
* misc documentation updates/gtk-doc fixesDan Winship2008-01-0649-3109/+4451
* Reorder the arguments to match soup_message_set_request/response, so it'sDan Winship2008-01-048-39/+49
* add documentation (soup_auth_domain_set_filter): take a GDestroyNotify,Dan Winship2008-01-049-140/+630
* add data and length parameters like SoupBuffer, to make this easier forDan Winship2008-01-0315-172/+136
* oops, move soup-auth.h hereDan Winship2008-01-032-1/+5
* new HTML-form-related methods (just URI decoding/encoding at the moment).Dan Winship2008-01-0218-35/+608
* Change all the "const SoupURI *" to just "SoupURI *", since the const isDan Winship2008-01-0218-53/+60
* Use goffset rather than gsize for references to the entire size of theDan Winship2008-01-025-13/+29
* Renamed from soup_message_headers_find, and with new behavior; nowDan Winship2008-01-0216-153/+238
* Use g_slice.Dan Winship2008-01-0113-37/+52
* add a "status_code" argument rather than having the caller set the statusDan Winship2008-01-015-18/+32
* change the callback type to include the SoupSession as a parameter asDan Winship2008-01-0112-42/+58
* change the "authenticate" signal to include a SoupAuth rather than itsDan Winship2008-01-0121-269/+464
* fix for x86_64Dan Winship2008-01-011-1/+1
* Make these be wrappers around g_signal_connect() rather than having aDan Winship2007-12-2013-420/+301
* New server-side auth system.Dan Winship2007-12-2025-759/+1549
* New methods to parse list-type headers (with optional qvalues) correctly.Dan Winship2007-12-208-221/+457
* fixDan Winship2007-12-201-0/+1
* Move auth-related code from SoupSession and SoupAuth here, and makeDan Winship2007-12-2013-478/+951
* New type representing a sparse path->something mappingDan Winship2007-12-206-151/+337