summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* (AC_OUTPUT): Remove tests/Makefile for now since autoconf 2.52SOUP_0_7_4Dan Winship2002-06-072-1/+3
* Bump age and current. Update version to 0.7.4.Dan Winship2002-06-073-4/+11
* Rewrite this a bunch to handle trailing entity headers, and not crash onDan Winship2002-06-072-81/+56
* Added. Includes the pkg-config, glib1 and glib2 macros so it can be distedJoe Shaw2002-05-312-2/+10
* see if we can handle the case where glib2 is not installed and we are inJP Rosevear2002-05-272-1/+7
* According to RFC 2616, section 5.2, an absolute URI passed in during aJoe Shaw2002-05-242-11/+17
* undef SOUP_GLIB2Joe Shaw2002-05-235-22/+296
* install soup-ntlm.hDan Winship2002-05-235-72/+115
* recommit joe's ChangeLog entry from 2002-05-06 that I had to removeDan Winship2002-05-121-0/+17
* soup 0.7.3SOUP_0_7_3Dan Winship2002-05-123-2/+6
* sizeof() on a static string includes the terminating nul, whereas theJoe Shaw2002-05-062-59/+82
* NULL and "" are different. (23555)Dan Winship2002-05-032-18/+37
* Prefix the libxml includes with the libxml/ path.Joe Shaw2002-05-031-0/+4
* Loop on SSL_connect until it either returns error or success, blocking onAlex Graveley2002-04-302-5/+27
* Fix this to check SSL_pending *after* doing the read.Dan Winship2002-04-294-33/+26
* Bump version to 0.7.2.1. This release contains the SSL_connect revertSOUP_0_7_2_1Alex Graveley2002-04-113-2/+7
* Revert to prior SSL_connect borkenness, as the current code contains anAlex Graveley2002-04-112-18/+10
* Bump version to 0.7.2. A stable feature release. Yay!SOUP_0_7_2Alex Graveley2002-04-083-2/+7
* Gets the current output file. (wsdl_set_output_file): Sets it.Alex Graveley2002-04-081-0/+15
* Fixes backported from HEAD:Alex Graveley2002-04-084-46/+134
* Oops. Fix this. It was working for "Basic" but not "NTLM".Dan Winship2002-04-022-8/+9
* Make this take a SoupUri, and if the uri specifies an authmech, use thatDan Winship2002-04-024-5/+25
* Bump version to 0.7.1.SOUP_0_7_1Alex Graveley2002-03-214-9/+29
* Bump version to 0.7.0.SOUP_0_7_0Alex Graveley2002-03-193-3/+7
* SOUP_AGE goes to 1, SOUP_CURRENT goes to 4. Update version to 0.6.99.soup-0-6Alex Graveley2002-03-073-5/+14
* Remove debugging g_print.Alex Graveley2002-03-072-2/+5
* Add soup_address_lookup_in_cache.Alex Graveley2002-03-074-41/+116
* inaddr is a different type for inet_addr, calculate sizeof directlyJP Rosevear2002-02-262-1/+15
* apparently some platforms don't define INADDR_NONE eitherJP Rosevear2002-02-263-1/+9
* add popt cflags to includesJP Rosevear2002-02-264-8/+44
* Pull proxy connection code out of soup_queue_connect_cb to here.Alex Graveley2002-02-235-145/+224
* Check result from soup_socket_new.Alex Graveley2002-02-174-12/+48
* Only g_source_remove the idle handler if it's been set, to avoid a glibDan Winship2002-02-152-2/+10
* Check if soup_initialized is FALSE signifying that soup_shutdown has beenAlex Graveley2002-02-143-0/+17
* Set `decodelen' to be 5 bytes less than the challenge's length to avoidEttore Perazzoli2002-02-132-1/+7
* Routines to all simulataneous iteration and modification of the activeDan Winship2002-02-134-17/+70
* Temporary fix for 100% cpu usage as HUPs are not being caught in someAlex Graveley2002-02-102-2/+17
* Handle SSL_ERROR_WANT_READ here too. Fixes at least Ximian 19792 and maybeDan Winship2002-02-082-0/+8
* and fix a warning too...Joe Shaw2002-01-171-1/+1
* fix typoJoe Shaw2002-01-171-1/+1
* Add soup_message_get_http_version() function.Joe Shaw2002-01-173-0/+15
* Add SOUP_ERROR_MOVED_TEMPORARILY (which was in early HTTP1.1 and HTTP1.0Alex Graveley2002-01-093-3/+16
* Remove the gio sources from the reader before invoking the read_doneDan Winship2002-01-082-2/+17
* UpdateAlex Graveley2002-01-084-38/+86
* updated for the new field names in SoupServerAuthBasicRodrigo Moya2002-01-021-0/+5
* Add soup-server-auth.c.Alex Graveley2001-12-2215-667/+1297
* #define RAND_status to constants for older versions of OpenSSL (beforeAlex Graveley2001-12-193-6/+35
* Use RAND_status less often.Alex Graveley2001-12-172-8/+16
* Implement a simple PRNG seed if needed.Alex Graveley2001-12-172-2/+55
* Add test for server push, which creates a SoupServerMessage and sends theAlex Graveley2001-12-147-185/+398