summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2002-11-11Move the SoupAddress code from soup-socket.c and soup-socket-unix.c toDan Winship1-0/+15
2002-11-05Split libsoup out of soup. ChangeLog.old contains the original soupDan Winship1-3907/+16
2002-05-31add 'typedef'Jacob Berkman1-0/+5
2002-04-08Return copied auth context. doh.Alex Graveley1-0/+5
2002-03-21Handle forced no-content response codes 204, 205, and 304. CheckAlex Graveley1-0/+7
2002-03-21Return default handler if none exist. Unregister default handler beforeAlex Graveley1-0/+8
2002-03-21Issue callback directly as we might not be in the request processing loop.Alex Graveley1-0/+10
2002-03-14Add stub so soup-apache modules an be run by soup-httpd.Alex Graveley1-0/+20
2002-03-13Check for transport error.Alex Graveley1-0/+8
2002-03-13#if 0 out generated code to use overridden URL in requests.Alex Graveley1-0/+11
2002-03-13Update for new server API.Alex Graveley1-0/+7
2002-03-13Use soup_env_add_recv_header to add the new header to the incomingAlex Graveley1-0/+6
2002-03-12Loop on SSL_connect for some buggy versions of OpenSSL that still returnAlex Graveley1-0/+7
2002-03-12Bump development version to 0.7.99.Alex Graveley1-7/+549
2002-01-17Add a soup_message_get_http_version() function.Joe Shaw1-0/+5
2001-11-09Update to call renamed SoupHandlerEvents.Alex Graveley1-0/+21
2001-11-08Bump HEAD version to 0.6.99. Ditto.Alex Graveley1-0/+5
2001-11-08Version 0.6.0. Ditto.SOUP_0_6_0Alex Graveley1-0/+5
2001-11-08Set debug default to "minimum", which turns off G_ENABLE_DEBUG (and theAlex Graveley1-0/+9
2001-11-08Add cleanup function to avoid leaving context/address references around.Alex Graveley1-0/+10
2001-11-07Mark the auth completed after sending the response string.Dan Winship1-0/+8
2001-11-02Add death_tag to _SoupConnection.Alex Graveley1-0/+30
2001-11-02Remove NSS-related code, as this is now moved to libsoup.Alex Graveley1-0/+5
2001-11-02Rename killme to cached in _SoupAddress.Alex Graveley1-0/+10
2001-11-02Remove old fixed FIXME.Alex Graveley1-0/+11
2001-11-01Null terminate recv_buf before copying the data pointer.Alex Graveley1-0/+5
2001-11-01Drop connection count of connect failed. (soup_context_get_connection):Alex Graveley1-0/+15
2001-10-31Fix the popt check so you can pass CPPFLAGS and LDFLAGS in in theDan Winship1-0/+5
2001-10-30Remove the existing SoupAuth from the from the server's valid_auths hash.Alex Graveley1-0/+7
2001-10-30Consider existing addresses with a zero refcount valid to return (with anAlex Graveley1-0/+16
2001-10-30Call soup_auth_fn if we don't have auth data in the URI, then callAlex Graveley1-0/+22
2001-10-27Include soup-error.hAlex Graveley1-0/+14
2001-10-26Use WUNTRACED, which should fix possible hang situation.Alex Graveley1-0/+9
2001-10-26Use soup_uri_set_auth().Alex Graveley1-0/+15
2001-10-26Handle redirects when source uri has auth data by copying auth to new url.Alex Graveley1-0/+5
2001-10-26Fixe bug where informational responses were treated as an unknownAlex Graveley1-0/+7
2001-10-25Fix up the networking library checks to work on Solaris. Check forDan Winship1-0/+8
2001-10-22Make sure we handle G_IO_IN before we handle G_IO_HUP so we don't loseJoe Shaw1-0/+7
2001-10-22use new error apiJP Rosevear1-0/+10
2001-10-21Reorganize.Alex Graveley1-2/+15
2001-10-19This is the first attempt at authentication inheritence, it still needsAlex Graveley1-0/+42
2001-10-18Set encoding out param appropriately. Ditto.Alex Graveley1-0/+18
2001-10-18the array length assertion should be >= rather than less than.JP Rosevear1-0/+5
2001-10-17Don't call chunk callback if there is no new data.Alex Graveley1-0/+5
2001-10-17Add some bounds checking.Alex Graveley1-0/+8
2001-10-16Impl. (remove_block_at_index): Impl. (decode_chunk): Simplify usingAlex Graveley1-0/+8
2001-10-16A NULL passwd is perfectly valid, so we want to avoid crashing if that isJoe Shaw1-0/+5
2001-10-16Fix nasty chunked encoding bug when the message is set to truncate chunks.Alex Graveley1-0/+14
2001-10-09Assign source connection correctly.Alex Graveley1-0/+5
2001-10-09don't call __uri_exists as __is_collection should check this.Alex Graveley1-0/+5