summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* New. An interface for objects that want to act on every message passingDan Winship2003-12-1916-42/+389
* Actually disconnect the socket rather than just unreffing it, since the IODan Winship2003-12-183-2/+25
* comment out some code that doesn't work currentlyDan Winship2003-12-171-0/+2
* install soup-message-queue.h with the restRodrigo Moya2003-12-172-1/+6
* remove some dead code to make this compileDan Winship2003-12-171-3/+0
* Add gthread to glib checkDan Winship2003-12-1722-386/+1018
* new function.Rodrigo Moya2003-12-163-1/+7
* new function.Rodrigo Moya2003-12-161-0/+12
* Only set up a tunnel if the destination protocol is HTTPS.Joe Shaw2003-12-165-26/+136
* s/guint/gsize/ to match the definitions in soup-socket.c. #52167.Dan Winship2003-12-152-7/+13
* removed debugging of the messages here.Rodrigo Moya2003-12-122-7/+4
* added information for SOAP-ENV namespace.Rodrigo Moya2003-12-122-0/+8
* if we receive an HTTP/1.0 response to an HTTP/1.1 request, downgrade theDan Winship2003-12-107-8/+59
* Use autoconfig to check for socklen_t ...Tambet Ingo2003-12-104-9/+15
* print out request/response's contents, if in debug mode.Rodrigo Moya2003-12-092-1/+15
* Bump versionLIBSOUP_2_1_2JP Rosevear2003-12-072-1/+5
* new functions to manage SoupSoapParameter's children.Rodrigo Moya2003-11-283-1/+105
* new function.Rodrigo Moya2003-11-263-0/+14
* added SoupSoapParameter structure, to "hide" the usage of xmlNode's.Rodrigo Moya2003-11-263-3/+150
* fixed typo.Rodrigo Moya2003-11-252-1/+6
* new functions. (finalize): NULL out new private fields.Rodrigo Moya2003-11-253-0/+128
* new class for managing SOAP responses.Rodrigo Moya2003-11-246-54/+273
* Add gtk-doc.make to cvs for systems without gtk-docRodney Dawes2003-11-182-0/+152
* Add GTK_DOC_CHECKRodney Dawes2003-11-182-0/+53
* Replace old gtk-doc test with GTK_DOC_CHECK() (AC_OUTPUT): addDan Winship2003-11-1839-775/+3885
* fix last fixDan Winship2003-11-181-2/+2
* Change G_LOG_DOMAIN to "libsoup". Remove unused defines.Dan Winship2003-11-1814-30/+54
* fixDan Winship2003-11-181-1/+1
* Fix up the SSL checks some. Remove some useless old header checks.Dan Winship2003-11-182-37/+33
* declare soup_ssl_supported.Dan Winship2003-11-189-22/+126
* new functions from old SoupSerializer.Rodrigo Moya2003-11-183-0/+481
* added a bunch of initialization parameters.Rodrigo Moya2003-11-175-8/+243
* Add in the --enable-libgpg-error flag from the 2.0 branch.Joe Shaw2003-11-173-2/+84
* new class to make it easier to build SOAP messages.Rodrigo Moya2003-11-175-1/+141
* Call soup_dns_entry_get_hostent() on the SoupAddress passed in, not theJoe Shaw2003-10-241-0/+11
* *** empty log message ***Joe Shaw2003-10-242-2/+3
* Initialize flags to default values.Dan Winship2003-10-232-0/+7
* Remove refcounting, but note whether or not the CA file has been loaded.Dan Winship2003-09-2320-440/+709
* Move RESPONSE_BLOCK_SIZE #define here from soup-private.hDan Winship2003-09-2230-531/+154
* free the hostent.Dan Winship2003-09-1916-45/+166
* Add wrote_informational and got_informational signals.Dan Winship2003-09-188-39/+112
* (soup_session_abort): New, to cancel all pending requests.Dan Winship2003-09-173-9/+33
* Fix two bugs (one that pruned too little, one that pruned too much).Dan Winship2003-09-173-5/+23
* Replaces the three previous soup_connection_new* functions and usesDan Winship2003-09-1721-279/+621
* Add "authenticate" and "reauthenticate" signals. (invalidate_auth): RemoveDan Winship2003-09-1016-235/+218
* Remove the "status" field from here, since it's mostly used byDan Winship2003-09-1017-343/+237
* Beginnings of improved synchronous API supportDan Winship2003-09-0919-624/+750
* Move a bunch of logic here from soup-context. Now the session keeps trackDan Winship2003-09-0516-1184/+586
* Renamed from soup-error.h, with types and defines renamed accordingly.Dan Winship2003-09-0332-475/+438
* First draft at the new object to maintain formerly-global state. (Not yetDan Winship2003-09-0221-802/+930