summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Add soup_message_get_http_version() function.Joe Shaw2002-01-171-0/+5
* Add SOUP_ERROR_MOVED_TEMPORARILY (which was in early HTTP1.1 and HTTP1.0Alex Graveley2002-01-091-0/+10
* Remove the gio sources from the reader before invoking the read_doneDan Winship2002-01-081-0/+9
* UpdateAlex Graveley2002-01-081-0/+16
* updated for the new field names in SoupServerAuthBasicRodrigo Moya2002-01-021-0/+5
* Add soup-server-auth.c.Alex Graveley2001-12-221-0/+44
* #define RAND_status to constants for older versions of OpenSSL (beforeAlex Graveley2001-12-191-0/+9
* Use RAND_status less often.Alex Graveley2001-12-171-0/+5
* Implement a simple PRNG seed if needed.Alex Graveley2001-12-171-0/+10
* Add test for server push, which creates a SoupServerMessage and sends theAlex Graveley2001-12-141-0/+41
* Impl. Returns the SoupServer which handles this request's port andAlex Graveley2001-12-131-0/+9
* Add path normalization code from libxml.Alex Graveley2001-12-091-0/+5
* Free state before callback. (soup_socket_connect_inetaddr_cb): Don'tAlex Graveley2001-12-071-0/+6
* Create.Alex Graveley2001-12-061-0/+15
* Allow recursive calls and/or blocking on a running async server.Alex Graveley2001-12-061-0/+5
* Formatting nitpicks.Alex Graveley2001-12-051-0/+27
* Don't try to wait for the rest of the data if the read_tag is 0 (eg, ifDan Winship2001-12-041-0/+7
* Remove req_header from SoupMessagePrivate.Alex Graveley2001-12-021-0/+13
* Pull the SoupServerAuth from soup-server.h to here.Alex Graveley2001-12-011-0/+59
* Split this functionality out of soup_headers_parse_response.SOUP_0_6_0_PRE_SERVER_PATCHDan Winship2001-11-301-0/+8
* Remove. (soup_address_get_sockaddr): Impl. Return the address's internalAlex Graveley2001-11-211-0/+6
* Simplify. Don't specify a host and domain, and tweak the flags to a newDan Winship2001-11-211-0/+12
* Add auth member to SoupConnection.Alex Graveley2001-11-201-0/+33
* Don't leak state on failure, pass address's name, not a copy.Alex Graveley2001-11-141-0/+7
* Use soup_message_requeue. (soup_queue_read_headers_cb): Don't end theAlex Graveley2001-11-131-0/+25
* Impl. Move request sending code here from soup_queue_connect_cb.Alex Graveley2001-11-121-0/+18
* Version 0.6.0. Ditto.SOUP_0_6_0Alex Graveley2001-11-081-0/+5
* Set debug default to "minimum", which turns off G_ENABLE_DEBUG (and theAlex Graveley2001-11-081-0/+9
* Add cleanup function to avoid leaving context/address references around.Alex Graveley2001-11-081-0/+10
* Mark the auth completed after sending the response string.Dan Winship2001-11-071-0/+8
* Add death_tag to _SoupConnection.Alex Graveley2001-11-021-0/+30
* Remove NSS-related code, as this is now moved to libsoup.Alex Graveley2001-11-021-0/+5
* Rename killme to cached in _SoupAddress.Alex Graveley2001-11-021-0/+10
* Remove old fixed FIXME.Alex Graveley2001-11-021-0/+11
* Null terminate recv_buf before copying the data pointer.Alex Graveley2001-11-011-0/+5
* Drop connection count of connect failed. (soup_context_get_connection):Alex Graveley2001-11-011-0/+15
* Fix the popt check so you can pass CPPFLAGS and LDFLAGS in in theDan Winship2001-10-311-0/+5
* Remove the existing SoupAuth from the from the server's valid_auths hash.Alex Graveley2001-10-301-0/+7
* Consider existing addresses with a zero refcount valid to return (with anAlex Graveley2001-10-301-0/+16
* Call soup_auth_fn if we don't have auth data in the URI, then callAlex Graveley2001-10-301-0/+22
* Include soup-error.hAlex Graveley2001-10-271-0/+14
* Use WUNTRACED, which should fix possible hang situation.Alex Graveley2001-10-261-0/+9
* Use soup_uri_set_auth().Alex Graveley2001-10-261-0/+15
* Handle redirects when source uri has auth data by copying auth to new url.Alex Graveley2001-10-261-0/+5
* Fixe bug where informational responses were treated as an unknownAlex Graveley2001-10-261-0/+7
* Fix up the networking library checks to work on Solaris. Check forDan Winship2001-10-251-0/+8
* Make sure we handle G_IO_IN before we handle G_IO_HUP so we don't loseJoe Shaw2001-10-221-0/+7
* use new error apiJP Rosevear2001-10-221-0/+10
* Reorganize.Alex Graveley2001-10-211-2/+15
* This is the first attempt at authentication inheritence, it still needsAlex Graveley2001-10-191-0/+42