summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* If the message has a connection, turn off keep_alive on it so it getsSOUP_0_7_5Dan Winship2002-08-011-0/+14
* Don't quit when we receive a G_IO_HUP, as there may still be data on theJoe Shaw2002-07-261-0/+7
* If we're using NTLM, get the old auth (if there is one) and free itJoe Shaw2002-07-261-0/+6
* Check the server mode and set up a client or server handshakeJoe Shaw2002-07-241-7/+41
* Added. Removes the SoupAuth structure from the list of valid auths.Joe Shaw2002-07-231-0/+11
* Add some state to the SoupAuth structure.Joe Shaw2002-07-161-0/+14
* If the auth we're adding and the old auth in the hash are the same, don'tJoe Shaw2002-07-151-0/+10
* Added. Checks to see if we should keep the connection around, and obeysJoe Shaw2002-07-021-0/+9
* Back out my last change, as it broke soup-server.c.Joe Shaw2002-07-011-0/+5
* *** empty log message ***Joe Shaw2002-06-251-0/+7
* Bump SOUP_AGE up to 3, SOUP_CURRENT up to 6. Update version to 0.7.5.Joe Shaw2002-06-191-0/+11
* Add SOUP_PROTOCOL_FILE as a recognized URI type.Joe Shaw2002-06-131-0/+5
* (AC_OUTPUT): Remove tests/Makefile for now since autoconf 2.52SOUP_0_7_4Dan Winship2002-06-071-0/+3
* Bump age and current. Update version to 0.7.4.Dan Winship2002-06-071-0/+7
* Rewrite this a bunch to handle trailing entity headers, and not crash onDan Winship2002-06-071-0/+7
* Added. Includes the pkg-config, glib1 and glib2 macros so it can be distedJoe Shaw2002-05-311-0/+9
* see if we can handle the case where glib2 is not installed and we are inJP Rosevear2002-05-271-0/+5
* According to RFC 2616, section 5.2, an absolute URI passed in during aJoe Shaw2002-05-241-0/+6
* undef SOUP_GLIB2Joe Shaw2002-05-231-0/+12
* install soup-ntlm.hDan Winship2002-05-231-0/+16
* 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-121-0/+4
* NULL and "" are different. (23555)Dan Winship2002-05-031-0/+5
* 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-301-0/+6
* Fix this to check SSL_pending *after* doing the read.Dan Winship2002-04-291-0/+15
* Bump version to 0.7.2.1. This release contains the SSL_connect revertSOUP_0_7_2_1Alex Graveley2002-04-111-0/+5
* Revert to prior SSL_connect borkenness, as the current code contains anAlex Graveley2002-04-111-0/+6
* Bump version to 0.7.2. A stable feature release. Yay!SOUP_0_7_2Alex Graveley2002-04-081-0/+5
* Gets the current output file. (wsdl_set_output_file): Sets it.Alex Graveley2002-04-081-0/+15
* Fixes backported from HEAD:Alex Graveley2002-04-081-0/+58
* Oops. Fix this. It was working for "Basic" but not "NTLM".Dan Winship2002-04-021-0/+5
* Make this take a SoupUri, and if the uri specifies an authmech, use thatDan Winship2002-04-021-0/+9
* Bump version to 0.7.1.SOUP_0_7_1Alex Graveley2002-03-211-0/+13
* Bump version to 0.7.0.SOUP_0_7_0Alex Graveley2002-03-191-0/+4
* SOUP_AGE goes to 1, SOUP_CURRENT goes to 4. Update version to 0.6.99.soup-0-6Alex Graveley2002-03-071-0/+8
* Remove debugging g_print.Alex Graveley2002-03-071-0/+5
* Add soup_address_lookup_in_cache.Alex Graveley2002-03-071-0/+19
* inaddr is a different type for inet_addr, calculate sizeof directlyJP Rosevear2002-02-261-0/+5
* apparently some platforms don't define INADDR_NONE eitherJP Rosevear2002-02-261-0/+5
* add popt cflags to includesJP Rosevear2002-02-261-0/+13
* Pull proxy connection code out of soup_queue_connect_cb to here.Alex Graveley2002-02-231-0/+21
* Check result from soup_socket_new.Alex Graveley2002-02-171-0/+14
* Only g_source_remove the idle handler if it's been set, to avoid a glibDan Winship2002-02-151-0/+6
* Check if soup_initialized is FALSE signifying that soup_shutdown has beenAlex Graveley2002-02-141-0/+10
* Set `decodelen' to be 5 bytes less than the challenge's length to avoidEttore Perazzoli2002-02-131-0/+6
* Routines to all simulataneous iteration and modification of the activeDan Winship2002-02-131-0/+13
* Temporary fix for 100% cpu usage as HUPs are not being caught in someAlex Graveley2002-02-101-0/+5
* Handle SSL_ERROR_WANT_READ here too. Fixes at least Ximian 19792 and maybeDan Winship2002-02-081-0/+6
* Add soup_message_get_http_version() function.Joe Shaw2002-01-171-0/+5