summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update to 0.7.9SOUP_0_7_9soup-0-7Dan Winship2002-10-283-3/+9
* Only free state if state->tcp_id is set (meaning it was calledDan Winship2002-10-286-48/+64
* Don't set SSL environment variables, keep them around and add getters forJoe Shaw2002-10-164-11/+101
* Add a "retries" field.Joe Shaw2002-10-164-3/+37
* One-liner to set the response buffer owner to static so it doesn't getAlex Graveley2002-10-042-0/+16
* update version (0.7.8.99)JP Rosevear2002-10-013-2/+8
* Version 0.7.8SOUP_0_7_8Dan Winship2002-09-053-3/+7
* Get rid of the "Authentication-Info" header handler. (authorize_handler):Joe Shaw2002-08-291-0/+9
* *** empty log message ***Joe Shaw2002-08-291-33/+41
* Make this not read uninitialized memory.Dan Winship2002-08-272-8/+17
* Version 0.7.7Joe Shaw2002-08-274-6/+15
* Use g_memdup, not g_strndup, to copy the nonce. Duh! Fixes #26061Dan Winship2002-08-202-149/+152
* Fix a memory leak. (soup_auth_new_digest): Fix a memory leak.Joe Shaw2002-08-072-0/+8
* Version 0.7.6.SOUP_0_7_6Joe Shaw2002-08-071-0/+4
* Remove an unneeded #include thatDan Winship2002-08-072-3/+3
* Remove an unneeded #include that causes problems on OS X.Dan Winship2002-08-072-1/+5
* If we've gone through a complete round of NTLM authentication on theDan Winship2002-08-054-60/+34
* If we don't have a valid protocol, free the SoupUri structure before weJoe Shaw2002-08-052-1/+10
* add --enable-static-proxy with the required magic . to keep some librariesFrank Belew (Myth)2002-08-022-1/+33
* Back out the last change, since we still need to throw away the remainingJoe Shaw2002-08-021-1/+0
* Back out the last change, since we still need to throw away the remainingJoe Shaw2002-08-021-0/+5
* If the message has a connection, turn off keep_alive on it so it getsSOUP_0_7_5Dan Winship2002-08-013-2/+19
* Don't quit when we receive a G_IO_HUP, as there may still be data on theJoe Shaw2002-07-262-3/+11
* If we're using NTLM, get the old auth (if there is one) and free itJoe Shaw2002-07-262-2/+10
* Check the server mode and set up a client or server handshakeJoe Shaw2002-07-249-38/+130
* Added. Removes the SoupAuth structure from the list of valid auths.Joe Shaw2002-07-234-15/+59
* Add some state to the SoupAuth structure.Joe Shaw2002-07-163-33/+108
* If the auth we're adding and the old auth in the hash are the same, don'tJoe Shaw2002-07-153-10/+31
* Added. Checks to see if we should keep the connection around, and obeysJoe Shaw2002-07-022-6/+43
* Back out my last change, as it broke soup-server.c.Joe Shaw2002-07-012-6/+5
* *** empty log message ***Joe Shaw2002-06-252-0/+13
* Bump SOUP_AGE up to 3, SOUP_CURRENT up to 6. Update version to 0.7.5.Joe Shaw2002-06-195-4/+49
* Add SOUP_PROTOCOL_FILE as a recognized URI type.Joe Shaw2002-06-133-1/+8
* (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